#include <Mesh.h>
Public Member Functions | |
Solid (int n=0) | |
Public Attributes | |
int | solid_name |
Vert * | first_vertex |
Edge * | first_edge |
Plane * | first_plane |
Solid * | next_solid |
Solid * | previous_solid |
MiniMax | cover |
Definition at line 88 of file Mesh.h.
|
|
|
Definition at line 95 of file Mesh.h. Referenced by Mesh::AppendVertex(). |
|
Definition at line 91 of file Mesh.h. Referenced by Mesh::AppendEdge(), Mesh::ClasifyEdges(), Mesh::Copy_solid(), Mesh::DeleteEdge(), Mesh::MoveEdge(), Mesh::MVSF(), Mesh::resetEdgeWalkInSolid(), and Mesh::stepInEdgeWalkInSolid(). |
|
Definition at line 92 of file Mesh.h. Referenced by Mesh::AppendFace(), Mesh::Copy_solid(), Mesh::DeleteFace(), Mesh::goToNextPlane(), Mesh::MoveFace(), Mesh::MVSF(), Mesh::resetActPlane(), Mesh::rotate(), Mesh::transform(), Mesh::translate(), and Mesh::turnInsideOut(). |
|
Definition at line 90 of file Mesh.h. Referenced by Mesh::AppendVertex(), Mesh::Copy_solid(), Mesh::DeleteVertex(), Mesh::MoveVertex(), Mesh::MVSF(), Mesh::resetVertWalkInSolid(), Mesh::rotate(), Mesh::scale(), Mesh::stepInVertWalkInSolid(), Mesh::transform(), Mesh::translate(), Mesh::turnInsideOut(), and Mesh::Vertex_Plane_position(). |
|
Definition at line 93 of file Mesh.h. Referenced by Mesh::goToNextSolid(), Mesh::MVSF(), and Mesh::turnInsideOut(). |
|
Definition at line 94 of file Mesh.h. Referenced by Mesh::MVSF(). |
|
Definition at line 89 of file Mesh.h. Referenced by Mesh::MVSF(), and Mesh::SeparateSolids(). |