SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
CompositeAuxiliaryGeometry.h
1 //=========================================================================
2 // Copyright (c) Kitware, Inc.
3 // All rights reserved.
4 // See LICENSE.txt for details.
5 //
6 // This software is distributed WITHOUT ANY WARRANTY; without even
7 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8 // PURPOSE. See the above copyright notice for more information.
9 //=========================================================================
10 #ifndef smtk_model_operators_CompositeAuxiliaryGeometry_h
11 #define smtk_model_operators_CompositeAuxiliaryGeometry_h
12 
13 #include "smtk/model/operators/AddAuxiliaryGeometry.h"
14 
15 namespace smtk
16 {
17 namespace model
18 {
19 
20 class SMTKCORE_EXPORT CompositeAuxiliaryGeometry : public AddAuxiliaryGeometry
21 {
22 public:
27 
28 protected:
29  const char* xmlDescription() const override;
30 };
31 
32 } //namespace model
33 } // namespace smtk
34 
35 #endif // smtk_model_operators_CompositeAuxiliaryGeometry_h
smtk
The main namespace for the Simulation Modeling Tool Kit (SMTK).
Definition: doc.h:33
smtk::model::AddAuxiliaryGeometry
Definition: AddAuxiliaryGeometry.h:20
smtkCreateMacro
#define smtkCreateMacro(...)
Add static create() methods to a class.
Definition: SharedFromThis.h:172
smtkSharedFromThisMacro
#define smtkSharedFromThisMacro(...)
A macro to help with derived classes whose bases enable shared_from_this().
Definition: SharedFromThis.h:249
smtk::operation::Operation
Operation is a base class for all SMTK operations.
Definition: Operation.h:59
smtkTypeMacro
#define smtkTypeMacro(...)
Add typedefs to a class for identifcation.
Definition: SharedFromThis.h:127
smtk::model::CompositeAuxiliaryGeometry
Definition: CompositeAuxiliaryGeometry.h:20
smtkSuperclassMacro
#define smtkSuperclassMacro(...)
Add a typedef to the superclass of this class.
Definition: SharedFromThis.h:146