SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
10 #ifndef smtk_model_operators_MergeInstances_h
11 #define smtk_model_operators_MergeInstances_h
13 #include "smtk/operation/XMLOperation.h"
28 bool ableToOperate()
override;
31 Result operateInternal()
override;
32 const char* xmlDescription()
const override;
38 #endif // smtk_model_operators_MergeInstances_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:113
#define smtkSharedFromThisMacro(...)
A macro to help with derived classes whose bases enable shared_from_this().
Definition: SharedFromThis.h:190
Operation is a base class for all SMTK operations.
Definition: Operation.h:51
#define smtkTypeMacro(...)
Add typedefs to a class for identifcation.
Definition: SharedFromThis.h:51
#define smtkSuperclassMacro(...)
Add a typedef to the superclass of this class.
Definition: SharedFromThis.h:87
Definition: MergeInstances.h:20