#include <polyhedral_editor_panel.h>
Public Attributes | |
| std::string | name |
| uint8_t | vertex_count = 0 |
| uint8_t | face_count = 0 |
| uint16_t | vertex_ptr = 0 |
| uint16_t | face_ptr = 0 |
| std::vector< PolyVertex > | vertices |
| std::vector< PolyFace > | faces |
Definition at line 26 of file polyhedral_editor_panel.h.
| std::string yaze::editor::PolyShape::name |
Definition at line 27 of file polyhedral_editor_panel.h.
Referenced by yaze::editor::PolyhedralEditorPanel::LoadShapes().
| uint8_t yaze::editor::PolyShape::vertex_count = 0 |
Definition at line 28 of file polyhedral_editor_panel.h.
Referenced by yaze::editor::PolyhedralEditorPanel::DrawShapeEditor(), and yaze::editor::PolyhedralEditorPanel::LoadShapes().
| uint8_t yaze::editor::PolyShape::face_count = 0 |
Definition at line 29 of file polyhedral_editor_panel.h.
Referenced by yaze::editor::PolyhedralEditorPanel::DrawShapeEditor(), and yaze::editor::PolyhedralEditorPanel::LoadShapes().
| uint16_t yaze::editor::PolyShape::vertex_ptr = 0 |
Definition at line 30 of file polyhedral_editor_panel.h.
Referenced by yaze::editor::PolyhedralEditorPanel::DrawShapeEditor(), yaze::editor::PolyhedralEditorPanel::LoadShapes(), and yaze::editor::PolyhedralEditorPanel::WriteShape().
| uint16_t yaze::editor::PolyShape::face_ptr = 0 |
Definition at line 31 of file polyhedral_editor_panel.h.
Referenced by yaze::editor::PolyhedralEditorPanel::DrawShapeEditor(), yaze::editor::PolyhedralEditorPanel::LoadShapes(), and yaze::editor::PolyhedralEditorPanel::WriteShape().
| std::vector<PolyVertex> yaze::editor::PolyShape::vertices |
Definition at line 32 of file polyhedral_editor_panel.h.
Referenced by yaze::editor::PolyhedralEditorPanel::DrawFaceList(), yaze::editor::PolyhedralEditorPanel::DrawPlot(), yaze::editor::PolyhedralEditorPanel::DrawPreview(), yaze::editor::PolyhedralEditorPanel::DrawVertexList(), yaze::editor::PolyhedralEditorPanel::LoadShapes(), and yaze::editor::PolyhedralEditorPanel::WriteShape().
| std::vector<PolyFace> yaze::editor::PolyShape::faces |