OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimVpfDatabaseHeaderTableValidator.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------
2 // License: MIT
3 //
4 // See LICENSE.txt file in the top level directory for more details.
5 //-----------------------------------------------------------------
6 #ifndef ossimVpfDatabaseHeaderTableValidator_HEADER
7 #define ossimVpfDatabaseHeaderTableValidator_HEADER
9 class ossimVpfTable;
11 {
12 public:
14  virtual bool isValid(ossimVpfTable& aTable)const;
15 };
16 
17 #endif
virtual bool isValid(ossimVpfTable &aTable) const