#include <opennurbs_mesh.h>
Public Member Functions | |
ON_COMPONENT_INDEX | ComponentIndex () const |
int | Dimension () const |
void | Dump (ON_TextLog &) const |
ON_BOOL32 | GetBBox (double *boxmin, double *boxmax, int bGrowBox=false) const |
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
const ON_MeshTopology * | MeshTopology () const |
const ON_MeshTopologyVertex * | MeshTopologyVertex () const |
ON::object_type | ObjectType () const |
ON_MeshVertexRef () | |
ON_MeshVertexRef & | operator= (const ON_MeshVertexRef &) |
ON_3dPoint | Point () const |
unsigned int | SizeOf () const |
ON_BOOL32 | Transform (const ON_Xform &xform) |
~ON_MeshVertexRef () | |
Public Attributes | |
const ON_Mesh * | m_mesh |
int | m_mesh_vi |
int | m_top_vi |
Private Member Functions | |
ON_OBJECT_DECLARE (ON_MeshVertexRef) |
Definition at line 2397 of file opennurbs_mesh.h.
Definition at line 7986 of file opennurbs_mesh.cpp.
Definition at line 7993 of file opennurbs_mesh.cpp.
ON_COMPONENT_INDEX ON_MeshVertexRef::ComponentIndex | ( | ) | const [virtual] |
Reimplemented from ON_Geometry.
Definition at line 8645 of file opennurbs_mesh.cpp.
int ON_MeshVertexRef::Dimension | ( | ) | const [virtual] |
Implements ON_Geometry.
Definition at line 8117 of file opennurbs_mesh.cpp.
void ON_MeshVertexRef::Dump | ( | ON_TextLog & | text_log | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 8089 of file opennurbs_mesh.cpp.
ON_BOOL32 ON_MeshVertexRef::GetBBox | ( | double * | boxmin, |
double * | boxmax, | ||
int | bGrowBox = false |
||
) | const [virtual] |
Implements ON_Geometry.
Definition at line 8122 of file opennurbs_mesh.cpp.
ON_BOOL32 ON_MeshVertexRef::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
Definition at line 8013 of file opennurbs_mesh.cpp.
const ON_MeshTopology * ON_MeshVertexRef::MeshTopology | ( | ) | const |
Definition at line 8144 of file opennurbs_mesh.cpp.
const ON_MeshTopologyVertex * ON_MeshVertexRef::MeshTopologyVertex | ( | ) | const |
Definition at line 8167 of file opennurbs_mesh.cpp.
ON::object_type ON_MeshVertexRef::ObjectType | ( | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 8111 of file opennurbs_mesh.cpp.
ON_MeshVertexRef::ON_OBJECT_DECLARE | ( | ON_MeshVertexRef | ) | [private] |
ON_MeshVertexRef & ON_MeshVertexRef::operator= | ( | const ON_MeshVertexRef & | src | ) |
Definition at line 8000 of file opennurbs_mesh.cpp.
ON_3dPoint ON_MeshVertexRef::Point | ( | ) | const |
Definition at line 8149 of file opennurbs_mesh.cpp.
unsigned int ON_MeshVertexRef::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 8104 of file opennurbs_mesh.cpp.
ON_BOOL32 ON_MeshVertexRef::Transform | ( | const ON_Xform & | xform | ) | [virtual] |
Reimplemented from ON_Geometry.
Definition at line 8137 of file opennurbs_mesh.cpp.
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.