AddVerts(const std::vector< std::array< numeric_type, 3 > > &verts) | HF::Geometry::MeshInfo< numeric_type > | |
ConvertToOBJCoordinates() | HF::Geometry::MeshInfo< numeric_type > | |
ConvertToRhinoCoordinates() | HF::Geometry::MeshInfo< numeric_type > | |
GetIndexedVertices() const | HF::Geometry::MeshInfo< numeric_type > | |
GetIndexPointer() const | HF::Geometry::MeshInfo< numeric_type > | |
GetMeshID() const | HF::Geometry::MeshInfo< numeric_type > | |
getRawIndices() const | HF::Geometry::MeshInfo< numeric_type > | |
GetUnindexedVertices() const | HF::Geometry::MeshInfo< numeric_type > | |
GetVertexPointer() const | HF::Geometry::MeshInfo< numeric_type > | |
indices | HF::Geometry::MeshInfo< numeric_type > | private |
meshid | HF::Geometry::MeshInfo< numeric_type > | |
MeshInfo() | HF::Geometry::MeshInfo< numeric_type > | inline |
MeshInfo(const std::vector< std::array< numeric_type, 3 > > &vertices, int id, std::string name="") | HF::Geometry::MeshInfo< numeric_type > | |
MeshInfo(const std::vector< numeric_type > &in_vertices, const std::vector< int > &in_indexes, int id, std::string name="") | HF::Geometry::MeshInfo< numeric_type > | |
name | HF::Geometry::MeshInfo< numeric_type > | |
NumTris() const | HF::Geometry::MeshInfo< numeric_type > | |
NumVerts() const | HF::Geometry::MeshInfo< numeric_type > | |
operator==(const MeshInfo &M2) const | HF::Geometry::MeshInfo< numeric_type > | |
operator[](int i) const | HF::Geometry::MeshInfo< numeric_type > | |
PerformRotation(numeric_type rx, numeric_type ry, numeric_type rz) | HF::Geometry::MeshInfo< numeric_type > | |
SetMeshID(int new_id) | HF::Geometry::MeshInfo< numeric_type > | |
SetVert(int index, numeric_type x, numeric_type y, numeric_type z) | HF::Geometry::MeshInfo< numeric_type > | inlineprivate |
VectorsToBuffers(const std::vector< std::array< numeric_type, 3 > > &vertices) | HF::Geometry::MeshInfo< numeric_type > | private |
VertMatrix typedef | HF::Geometry::MeshInfo< numeric_type > | private |
verts | HF::Geometry::MeshInfo< numeric_type > | private |