OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimVpfLibraryAttributeTableValidator.h
Go to the documentation of this file.
1 #ifndef ossimVpfLibraryAttributeTableValidator_HEADER
2 #define ossimVpfLibraryAttributeTableValidator_HEADER
4 
5 class ossimVpfTable;
7 {
8 public:
9  virtual bool isValid(ossimVpfTable& aTable)const;
10 };
11 
12 #endif
virtual bool isValid(ossimVpfTable &aTable) const