The RemoveComponents class removes topologic indepentent components up to a certain size from the mesh data structure. More...
#include <FeatureMeshDefects.h>
Public Member Functions | |
| virtual Base::Type | getTypeId (void) const |
| RemoveComponents (void) | |
| Constructor. | |
| virtual | ~RemoveComponents () |
methods override Feature | |
| virtual App::DocumentObjectExecReturn * | execute (void) |
| recalculate the Feature | |
Static Public Member Functions | |
| static void * | create (void) |
| static Base::Type | getClassTypeId (void) |
| static void | init (void) |
Public Attributes | |
| App::PropertyInteger | RemoveCompOfSize |
Protected Member Functions | |
| virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
| static const App::PropertyData * | getPropertyDataPtr (void) |
The RemoveComponents class removes topologic indepentent components up to a certain size from the mesh data structure.
Definition at line 252 of file FeatureMeshDefects.h.
| RemoveComponents::RemoveComponents | ( | void | ) |
| RemoveComponents::~RemoveComponents | ( | ) | [virtual] |
Definition at line 331 of file FeatureMeshDefects.cpp.
| void * Mesh::RemoveComponents::create | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 324 of file FeatureMeshDefects.cpp.
| App::DocumentObjectExecReturn * RemoveComponents::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Mesh::FixDefects.
Definition at line 335 of file FeatureMeshDefects.cpp.
References getClassTypeId(), App::PropertyContainer::getPropertyByName(), App::Property::getTypeId(), App::PropertyInteger::getValue(), Mesh::PropertyMeshKernel::getValue(), App::PropertyLink::getValue(), Mesh::Feature::Mesh, Mesh2Shape::mesh, RemoveCompOfSize, Mesh::MeshObject::removeComponents(), Mesh::PropertyMeshKernel::setValuePtr(), Mesh::FixDefects::Source, and App::DocumentObject::StdReturn.
| Base::Type Mesh::RemoveComponents::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 324 of file FeatureMeshDefects.cpp.
Referenced by execute().
| const App::PropertyData & Mesh::RemoveComponents::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 324 of file FeatureMeshDefects.cpp.
| const App::PropertyData * Mesh::RemoveComponents::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Mesh::FixDefects.
Definition at line 324 of file FeatureMeshDefects.cpp.
| Base::Type Mesh::RemoveComponents::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 324 of file FeatureMeshDefects.cpp.
| void Mesh::RemoveComponents::init | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 324 of file FeatureMeshDefects.cpp.
Referenced by initMesh().
Definition at line 260 of file FeatureMeshDefects.h.
Referenced by execute().
1.6.1