The MeshPoint helper class The MeshPoint class provides an interface for the MeshPointPy classes for convenient access to the Mesh data structure. More...
#include <MeshPoint.h>
Inherits Base::Vector3d.
Public Member Functions | |
bool | isBound (void) const |
MeshPoint (const Vector3d &vec=Vector3d(), MeshObject *obj=0, unsigned int index=UINT_MAX) | |
simple constructor | |
Public Attributes | |
unsigned int | Index |
Base::Reference< MeshObject > | Mesh |
The MeshPoint helper class The MeshPoint class provides an interface for the MeshPointPy classes for convenient access to the Mesh data structure.
This class should not be used for programming algorithms in C++. Use Mesh Core classes instead!
Definition at line 44 of file MeshPoint.h.
Mesh::MeshPoint::MeshPoint | ( | const Vector3d & | vec = Vector3d() , |
|
MeshObject * | obj = 0 , |
|||
unsigned int | index = UINT_MAX | |||
) | [inline] |
simple constructor
Definition at line 49 of file MeshPoint.h.
bool Mesh::MeshPoint::isBound | ( | void | ) | const [inline] |
Definition at line 53 of file MeshPoint.h.
Referenced by Mesh::MeshPointPy::representation(), Mesh::MeshPointPy::setx(), Mesh::MeshPointPy::sety(), and Mesh::MeshPointPy::setz().
unsigned int Mesh::MeshPoint::Index |
Definition at line 55 of file MeshPoint.h.
Referenced by Mesh::MeshPointPy::representation(), and Mesh::MeshPointPy::unbound().
Definition at line 56 of file MeshPoint.h.
Referenced by Mesh::MeshObject::const_point_iterator::const_point_iterator(), Mesh::MeshPointPy::move(), Mesh::MeshPointPy::setx(), Mesh::MeshPointPy::sety(), Mesh::MeshPointPy::setz(), and Mesh::MeshPointPy::unbound().