|
| const bool | IsLeaf () const |
| |
| const bool | IsRoot () const |
| |
| virtual void | ReleaseData () |
| |
| | TreeNodeStructure () |
| |
| | TreeNodeStructure (const TreeNodeStructure &iE) |
| |
| | ~TreeNodeStructure () |
| |
| virtual void | ReleaseData () const |
| |
| void | RenderWithOriginalColors () const |
| | Render with original colors (Remove the active scalars data). More...
|
| |
| void | ResetNodes () const |
| |
| void | SetActorProperties (vtkProperty *iProperty) const |
| | Set Property for all actors. More...
|
| |
| void | SetActorVisibility (const bool &iVisible) const |
| | Set Visibility for all actors. More...
|
| |
| void | SetLookupTable (const vtkLookupTable *iLut) const |
| | Set the lookup table. More...
|
| |
| void | SetScalarData (const std::string &iName, const double &iValue) const |
| | Set Scalar Data associated to the elements (use for color coding) More...
|
| |
| void | SetScalarRange (const double &iMin, const double &iMax) const |
| | Set the scalar range (use for color coding) More...
|
| |
| | TraceStructure () |
| |
| | TraceStructure (const unsigned int &iTraceID, const unsigned int &iCollectionID, std::vector< vtkActor * > iActors, vtkPolyData *iNodes, const bool &iHighlighted, const bool &iVisible, const double &r, const double &g, const double &b, const double &alpha) |
| |
| | TraceStructure (const unsigned int &iTraceID, const unsigned int &iCollectionID, std::vector< vtkActor * > iActors, vtkPolyData *iNodes, const bool &iHighlighted, const bool &iVisible, double iRgba[4]) |
| |
| | TraceStructure (const unsigned int &iTraceID, const unsigned int &iCollectionID, vtkActor *iActorXY, vtkActor *iActorYZ, vtkActor *iActorXZ, vtkActor *iActorXYZ, vtkPolyData *iNodes, const bool &iHighlighted, const bool &iVisible, const double &r, const double &g, const double &b, const double &alpha) |
| |
| | TraceStructure (const TraceStructure &iE) |
| |
| virtual | ~TraceStructure () |
| |
template<class T>
struct TreeNodeStructure< T >
Structure which represent a tree node.
Definition at line 55 of file TreeNodeStructure.h.