OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimVpfTableValidator.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 ossimVpfTableValidator_HEADER
7 #define ossimVpfTableValidator_HEADER
8 
9 class ossimVpfTable;
10 
12 {
13 public:
15  virtual bool isValid(ossimVpfTable& aTable)const=0;
16 };
17 
18 #endif
virtual bool isValid(ossimVpfTable &aTable) const =0