OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
util
ossimSlopeTool.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 ossimSlopeUtil_HEADER
9
#define ossimSlopeUtil_HEADER
10
11
#include <
ossim/base/ossimRefPtr.h
>
12
#include <
ossim/base/ossimFilename.h
>
13
#include <
ossim/base/ossimGpt.h
>
14
#include <
ossim/imaging/ossimImageSource.h
>
15
#include <
ossim/util/ossimChipProcTool.h
>
16
21
class
OSSIMDLLEXPORT
ossimSlopeTool
:
public
ossimChipProcTool
22
{
23
public
:
24
ossimSlopeTool
();
25
~
ossimSlopeTool
();
26
33
virtual
void
setUsage
(
ossimArgumentParser
& ap);
34
40
virtual
bool
initialize
(
ossimArgumentParser
& ap);
41
46
virtual
void
initialize
(
const
ossimKeywordlist
& kwl);
47
48
virtual
ossimString
getClassName
()
const
{
return
"ossimSlopeUtil"
; }
49
51
static
const
char
*
DESCRIPTION
;
52
53
protected
:
54
virtual
void
initProcessingChain
();
55
bool
m_recursiveCall
;
56
};
57
58
#endif
ossimChipProcTool::initialize
virtual bool initialize(ossimArgumentParser &ap)
Initial method to be ran prior to execute.
Definition:
ossimChipProcTool.cpp:97
ossimChipProcTool::initProcessingChain
virtual void initProcessingChain()=0
Derived classes initialize their custom chains here.
ossimSlopeTool
Definition:
ossimSlopeTool.h:21
OSSIMDLLEXPORT
#define OSSIMDLLEXPORT
Definition:
ossimConstants.h:71
ossimKeywordlist
Represents serializable keyword/value map.
Definition:
ossimKeywordlist.h:50
ossimImageSource.h
ossimChipProcTool.h
ossimRefPtr.h
ossimArgumentParser
Definition:
ossimArgumentParser.h:18
ossimChipProcTool::setUsage
virtual void setUsage(ossimArgumentParser &ap)
Initializes the aurgument parser with expected parameters and options.
Definition:
ossimChipProcTool.cpp:1520
ossimSlopeTool::m_recursiveCall
bool m_recursiveCall
Definition:
ossimSlopeTool.h:55
ossimGpt.h
ossimFilename.h
ossimChipProcTool
Definition:
ossimChipProcTool.h:42
ossimSlopeTool::DESCRIPTION
static const char * DESCRIPTION
Used by ossimUtilityFactory.
Definition:
ossimSlopeTool.h:51
ossimString
Definition:
ossimString.h:22
ossimSlopeTool::getClassName
virtual ossimString getClassName() const
Definition:
ossimSlopeTool.h:48
Generated on Fri Aug 3 2018 08:46:53 for OSSIM - Open Source Software Image Map by
1.8.14