The FixDuplicatedPoints class removes duplicated points from the mesh. More...
#include <FeatureMeshDefects.h>
Public Member Functions | |
FixDuplicatedPoints (void) | |
Constructor. | |
virtual Base::Type | getTypeId (void) const |
virtual | ~FixDuplicatedPoints () |
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 FixDuplicatedPoints class removes duplicated points from the mesh.
Definition at line 146 of file FeatureMeshDefects.h.
FixDuplicatedPoints::FixDuplicatedPoints | ( | void | ) |
Constructor.
Definition at line 181 of file FeatureMeshDefects.cpp.
FixDuplicatedPoints::~FixDuplicatedPoints | ( | ) | [virtual] |
Definition at line 185 of file FeatureMeshDefects.cpp.
void * Mesh::FixDuplicatedPoints::create | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 179 of file FeatureMeshDefects.cpp.
App::DocumentObjectExecReturn * FixDuplicatedPoints::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Mesh::FixDefects.
Definition at line 189 of file FeatureMeshDefects.cpp.
References getClassTypeId(), App::PropertyContainer::getPropertyByName(), App::Property::getTypeId(), Mesh::PropertyMeshKernel::getValue(), App::PropertyLink::getValue(), Mesh::Feature::Mesh, Mesh2Shape::mesh, Mesh::MeshObject::removeDuplicatedPoints(), Mesh::PropertyMeshKernel::setValuePtr(), Mesh::FixDefects::Source, and App::DocumentObject::StdReturn.
Base::Type Mesh::FixDuplicatedPoints::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 179 of file FeatureMeshDefects.cpp.
Referenced by execute().
const App::PropertyData & Mesh::FixDuplicatedPoints::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 179 of file FeatureMeshDefects.cpp.
const App::PropertyData * Mesh::FixDuplicatedPoints::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Mesh::FixDefects.
Definition at line 179 of file FeatureMeshDefects.cpp.
Base::Type Mesh::FixDuplicatedPoints::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 179 of file FeatureMeshDefects.cpp.
void Mesh::FixDuplicatedPoints::init | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 179 of file FeatureMeshDefects.cpp.
Referenced by initMesh().