#include <Segment.hpp>
Public Member Functions | |
| Segment () | |
Public Attributes | |
| size_t | id {0} |
| std::string | label |
| Vector3< double > | color |
| bool | selected {false} |
| Box< double > | boundary |
| TreeAttributes | treeAttributes |
| std::vector< Mesh > | meshList |
| Segment::Segment | ( | ) |
| Box<double> Segment::boundary |
| Vector3<double> Segment::color |
| size_t Segment::id {0} |
| std::string Segment::label |
| std::vector<Mesh> Segment::meshList |
Referenced by ViewerOpenGLViewport::renderSegments().
| bool Segment::selected {false} |
Referenced by ViewerOpenGLViewport::renderSegments().
| TreeAttributes Segment::treeAttributes |