Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_mesh.h>
Public Member Functions | |
ON_MeshVertexRef () | |
~ON_MeshVertexRef () | |
ON_MeshVertexRef & | operator= (const ON_MeshVertexRef &) |
ON_COMPONENT_INDEX | ComponentIndex () const |
const ON_MeshTopology * | MeshTopology () const |
ON_3dPoint | Point () const |
const ON_MeshTopologyVertex * | MeshTopologyVertex () const |
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
void | Dump (ON_TextLog &) const |
unsigned int | SizeOf () const |
ON::object_type | ObjectType () const |
int | Dimension () const |
ON_BOOL32 | GetBBox (double *boxmin, double *boxmax, int bGrowBox=false) const |
ON_BOOL32 | Transform (const ON_Xform &xform) |
Public Attributes | |
const ON_Mesh * | m_mesh |
int | m_mesh_vi |
int | m_top_vi |
Definition at line 2397 of file opennurbs_mesh.h.
ON_COMPONENT_INDEX ON_MeshVertexRef::ComponentIndex | ( | ) | const [virtual] |
Reimplemented from ON_Geometry.
int ON_MeshVertexRef::Dimension | ( | ) | const [virtual] |
Implements ON_Geometry.
void ON_MeshVertexRef::Dump | ( | ON_TextLog & | ) | const [virtual] |
Reimplemented from ON_Object.
ON_BOOL32 ON_MeshVertexRef::GetBBox | ( | double * | boxmin, |
double * | boxmax, | ||
int | bGrowBox = false |
||
) | const [virtual] |
Implements ON_Geometry.
ON_BOOL32 ON_MeshVertexRef::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
const ON_MeshTopology* ON_MeshVertexRef::MeshTopology | ( | ) | const |
const ON_MeshTopologyVertex* ON_MeshVertexRef::MeshTopologyVertex | ( | ) | const |
ON::object_type ON_MeshVertexRef::ObjectType | ( | ) | const [virtual] |
Reimplemented from ON_Object.
ON_MeshVertexRef& ON_MeshVertexRef::operator= | ( | const ON_MeshVertexRef & | ) |
ON_3dPoint ON_MeshVertexRef::Point | ( | ) | const |
unsigned int ON_MeshVertexRef::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_Object.
ON_BOOL32 ON_MeshVertexRef::Transform | ( | const ON_Xform & | xform | ) | [virtual] |
Reimplemented from ON_Geometry.
const ON_Mesh* ON_MeshVertexRef::m_mesh |
Definition at line 2407 of file opennurbs_mesh.h.
Definition at line 2411 of file opennurbs_mesh.h.
Definition at line 2414 of file opennurbs_mesh.h.