|
SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
11 #ifndef smtk_session_polygon_ExtractContours_h
12 #define smtk_session_polygon_ExtractContours_h
14 #include "smtk/session/polygon/Operation.h"
39 bool ableToOperate()
override;
42 Result operateInternal()
override;
43 const char* xmlDescription()
const override;
50 #endif // smtk_session_polygon_ExtractContours_h
The main namespace for the Simulation Modeling Tool Kit (SMTK).
Definition: doc.h:33
std::shared_ptr< smtk::attribute::Attribute > Result
An attribute containing the operation's result.
Definition: Operation.h:81
#define smtkCreateMacro(...)
Add static create() methods to a class.
Definition: SharedFromThis.h:195
#define smtkSharedFromThisMacro(...)
A macro to help with derived classes whose bases enable shared_from_this().
Definition: SharedFromThis.h:272
Operation is a base class for all SMTK operations.
Definition: Operation.h:64
#define smtkTypeMacro(...)
Add typedefs to a class for identifcation.
Definition: SharedFromThis.h:150
#define smtkSuperclassMacro(...)
Add a typedef to the superclass of this class.
Definition: SharedFromThis.h:169
An operator using the polygon kernel.
Definition: Operation.h:38