SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
10 #ifndef smtk_model_TerrainExtraction_h
11 #define smtk_model_TerrainExtraction_h
13 #include "smtk/operation/XMLOperation.h"
29 Result operateInternal()
override;
30 const char* xmlDescription()
const override;
36 #endif // smtk_model_TerrainExtraction_h
The main namespace for the Simulation Modeling Tool Kit (SMTK).
Definition: doc.h:33
A specialization of smtk::operation::Operation for operations whose specifications are defined by an ...
Definition: XMLOperation.h:23
#define smtkCreateMacro(...)
Add static create() methods to a class.
Definition: SharedFromThis.h:173
#define smtkSharedFromThisMacro(...)
A macro to help with derived classes whose bases enable shared_from_this().
Definition: SharedFromThis.h:250
Operation is a base class for all SMTK operations.
Definition: Operation.h:62
#define smtkTypeMacro(...)
Add typedefs to a class for identifcation.
Definition: SharedFromThis.h:128
#define smtkSuperclassMacro(...)
Add a typedef to the superclass of this class.
Definition: SharedFromThis.h:147