|
| VertexAttributes (Attributes::Status|Attributes::Normal) |
|
| HalfedgeAttributes (Attributes::PrevHalfedge) |
|
| EdgeAttributes (Attributes::Status) |
|
| FaceAttributes (Attributes::Status|Attributes::Normal) |
|
| VertexAttributes (0) |
|
| HalfedgeAttributes (Attributes::PrevHalfedge) |
|
| EdgeAttributes (0) |
|
| FaceAttributes (0) |
|
|
| VertexTraits |
|
| HalfedgeTraits |
|
Definition at line 94 of file vdpmanalyzer.cc.
AnalyzerTraits::HalfedgeTraits |
Initial value:{
public:
VHierarchyNodeHandle
vhierarchy_leaf_node_handle()
{ return leaf_node_handle_; }
void
set_vhierarchy_leaf_node_handle(VHierarchyNodeHandle _leaf_node_handle)
{ leaf_node_handle_ = _leaf_node_handle; }
private:
VHierarchyNodeHandle leaf_node_handle_
Definition at line 117 of file vdpmanalyzer.cc.
AnalyzerTraits::VertexTraits |
Initial value:{
public:
VHierarchyNodeHandle vhierarchy_node_handle()
{ return node_handle_; }
void set_vhierarchy_node_handle(VHierarchyNodeHandle _node_handle)
{ node_handle_ = _node_handle; }
bool is_ancestor(const VHierarchyNodeIndex &_other)
{ return false; }
private:
VHierarchyNodeHandle node_handle_
Definition at line 97 of file vdpmanalyzer.cc.
The documentation for this struct was generated from the following file:
- libs_required/OpenMesh/src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc