OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
util
ossimVerticesFinderTool.h
Go to the documentation of this file.
1
//**************************************************************************************************
2
//
3
// OSSIM Open Source Geospatial Data Processing Library
4
// See top level LICENSE.txt file for license information
5
//
6
//**************************************************************************************************
7
8
#ifndef ossimVerticesFinderUtil_HEADER
9
#define ossimVerticesFinderUtil_HEADER
10
11
#include <
ossim/base/ossimFilename.h
>
12
#include <
ossim/base/ossimKeywordlist.h
>
13
#include <
ossim/util/ossimTool.h
>
14
18
class
OSSIMDLLEXPORT
ossimVerticesFinderTool
:
public
ossimTool
19
{
20
public
:
21
ossimVerticesFinderTool
();
22
~
ossimVerticesFinderTool
();
23
24
virtual
void
setUsage
(
ossimArgumentParser
& ap);
25
26
virtual
bool
initialize
(
ossimArgumentParser
& ap);
27
28
virtual
void
initialize
(
const
ossimKeywordlist
& kwl);
29
30
virtual
bool
execute
();
31
32
virtual
ossimString
getClassName
()
const
{
return
"ossimVerticesFinderUtil"
; }
33
34
virtual
void
getKwlTemplate
(
ossimKeywordlist
& kwl);
35
37
static
const
char
*
DESCRIPTION
;
38
39
protected
:
40
ossimFilename
m_inputFile
;
41
ossimFilename
m_outputFile
;
42
ossim_uint32
m_entryIndex
;
43
};
44
45
#endif
ossimVerticesFinderTool::DESCRIPTION
static const char * DESCRIPTION
Used by ossimUtilityFactory.
Definition:
ossimVerticesFinderTool.h:37
ossimTool.h
OSSIMDLLEXPORT
#define OSSIMDLLEXPORT
Definition:
ossimConstants.h:71
ossimKeywordlist
Represents serializable keyword/value map.
Definition:
ossimKeywordlist.h:50
ossimVerticesFinderTool::m_outputFile
ossimFilename m_outputFile
Definition:
ossimVerticesFinderTool.h:41
ossimVerticesFinderTool::m_inputFile
ossimFilename m_inputFile
Definition:
ossimVerticesFinderTool.h:40
ossimVerticesFinderTool
Definition:
ossimVerticesFinderTool.h:18
ossimTool
Definition:
ossimTool.h:22
ossimTool::getKwlTemplate
virtual void getKwlTemplate(ossimKeywordlist &kwl)
Assigns a template keywordlist to string for initializing derived classes.
Definition:
ossimTool.cpp:100
ossimArgumentParser
Definition:
ossimArgumentParser.h:18
ossimKeywordlist.h
ossimTool::setUsage
virtual void setUsage(ossimArgumentParser &ap)
Initializes the aurgument parser with expected parameters and options.
Definition:
ossimTool.cpp:41
ossimVerticesFinderTool::m_entryIndex
ossim_uint32 m_entryIndex
Definition:
ossimVerticesFinderTool.h:42
ossim_uint32
unsigned int ossim_uint32
Definition:
ossimConstants.h:235
ossimVerticesFinderTool::getClassName
virtual ossimString getClassName() const
Definition:
ossimVerticesFinderTool.h:32
ossimTool::initialize
virtual bool initialize(ossimArgumentParser &ap)
Initializes from command line arguments.
Definition:
ossimTool.cpp:58
ossimTool::execute
virtual bool execute()=0
Writes product to output file if applicable.
ossimFilename
Definition:
ossimFilename.h:20
ossimFilename.h
ossimString
Definition:
ossimString.h:22
Generated on Fri Aug 3 2018 08:46:54 for OSSIM - Open Source Software Image Map by
1.8.14