OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
vec
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
11
class
ossimVpfTableValidator
12
{
13
public
:
14
virtual
~ossimVpfTableValidator
(){}
15
virtual
bool
isValid
(
ossimVpfTable
& aTable)
const
=0;
16
};
17
18
#endif
ossimVpfTableValidator::~ossimVpfTableValidator
virtual ~ossimVpfTableValidator()
Definition:
ossimVpfTableValidator.h:14
ossimVpfTableValidator::isValid
virtual bool isValid(ossimVpfTable &aTable) const =0
ossimVpfTable
Definition:
ossimVpfTable.h:22
ossimVpfTableValidator
Definition:
ossimVpfTableValidator.h:11
Generated on Fri Aug 3 2018 08:46:54 for OSSIM - Open Source Software Image Map by
1.8.14