SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
ExtractByDihedralAngle.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_mesh_ExtractByDihedralAngle_h
11 #define smtk_mesh_ExtractByDihedralAngle_h
12 
13 #include "smtk/operation/XMLOperation.h"
14 
15 namespace smtk
16 {
17 namespace mesh
18 {
19 
24 {
25 public:
30 
31  bool ableToOperate() override;
32 
33 protected:
34  Result operateInternal() override;
35  const char* xmlDescription() const override;
36 };
37 
38 } //namespace mesh
39 } // namespace smtk
40 
41 #endif // smtk_mesh_ExtractByDihedralAngle_h
smtk
The main namespace for the Simulation Modeling Tool Kit (SMTK).
Definition: doc.h:33
smtk::operation::Operation::Result
std::shared_ptr< smtk::attribute::Attribute > Result
An attribute containing the operation's result.
Definition: Operation.h:81
smtk::operation::XMLOperation
A specialization of smtk::operation::Operation for operations whose specifications are defined by an ...
Definition: XMLOperation.h:23
smtkCreateMacro
#define smtkCreateMacro(...)
Add static create() methods to a class.
Definition: SharedFromThis.h:193
smtkSharedFromThisMacro
#define smtkSharedFromThisMacro(...)
A macro to help with derived classes whose bases enable shared_from_this().
Definition: SharedFromThis.h:270
smtk::mesh::ExtractByDihedralAngle
Extract mesh subset by accepting all neighboring facets that meet the selected meshset with a dihedra...
Definition: ExtractByDihedralAngle.h:23
smtk::operation::Operation
Operation is a base class for all SMTK operations.
Definition: Operation.h:64
smtkTypeMacro
#define smtkTypeMacro(...)
Add typedefs to a class for identifcation.
Definition: SharedFromThis.h:148
smtkSuperclassMacro
#define smtkSuperclassMacro(...)
Add a typedef to the superclass of this class.
Definition: SharedFromThis.h:167