35 #ifndef __TreeNodeStructure_h
36 #define __TreeNodeStructure_h
40 #include "QGoIOConfigure.h"
42 #ifndef DOXYGEN_SHOULD_SKIP_THIS
47 #include "vtkPolyData.h"
102 return ( this->m_Mother == NULL );
107 return ( !this->m_Child.size() );
TreeNodeStructure(const TreeNodeStructure &iE)
std::vector< T * > m_Child
const bool IsRoot() const
virtual void ReleaseData()
Structure which represent a tree node.
const bool IsLeaf() const
Structure which represent a trace (contour, mesh, track, lineage), and used for interaction between V...