The FixIndices class tries to validate invalid indices of the internal mesh data structure. More...
#include <FeatureMeshDefects.h>
Public Member Functions | |
FixIndices (void) | |
Constructor. | |
virtual Base::Type | getTypeId (void) const |
virtual | ~FixIndices () |
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) |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
The FixIndices class tries to validate invalid indices of the internal mesh data structure.
Definition at line 210 of file FeatureMeshDefects.h.
FixIndices::FixIndices | ( | void | ) |
Constructor.
Definition at line 266 of file FeatureMeshDefects.cpp.
FixIndices::~FixIndices | ( | ) | [virtual] |
Definition at line 270 of file FeatureMeshDefects.cpp.
void * Mesh::FixIndices::create | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 264 of file FeatureMeshDefects.cpp.
App::DocumentObjectExecReturn * FixIndices::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Mesh::FixDefects.
Definition at line 274 of file FeatureMeshDefects.cpp.
References getClassTypeId(), App::PropertyContainer::getPropertyByName(), App::Property::getTypeId(), Mesh::PropertyMeshKernel::getValue(), App::PropertyLink::getValue(), Mesh::Feature::Mesh, Mesh2Shape::mesh, Mesh::PropertyMeshKernel::setValuePtr(), Mesh::FixDefects::Source, App::DocumentObject::StdReturn, and Mesh::MeshObject::validateIndices().
Base::Type Mesh::FixIndices::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 264 of file FeatureMeshDefects.cpp.
Referenced by execute().
const App::PropertyData & Mesh::FixIndices::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 264 of file FeatureMeshDefects.cpp.
const App::PropertyData * Mesh::FixIndices::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Mesh::FixDefects.
Definition at line 264 of file FeatureMeshDefects.cpp.
Base::Type Mesh::FixIndices::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 264 of file FeatureMeshDefects.cpp.
void Mesh::FixIndices::init | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 264 of file FeatureMeshDefects.cpp.
Referenced by initMesh().