public

Inheritance Graph

graph BT
	TreeVisualization
	TreeVisualization --> State
	click TreeVisualization "classMinSG_1_1TriangleTrees_1_1TreeVisualization"
	click State "classMinSG_1_1State"

Description

State to display triangle trees.

Author: Benjamin Eikel

Date: 2009-07-01

Public Functions

   
   
  TreeVisualization()
Standard constructor.
   
  ~TreeVisualization()
   
TreeVisualization * clone() const
Create a duplicate of this State object.
   
void setDrawDepth(unsigned char depth)
Set the draw depth of the tree.
   
unsigned char getDrawDepth() const
   
void setShowSplittingPlanes(bool show)
Set if splitting planes are rendered.
   
bool getShowSplittingPlanes() const
   
void setShowBoundingBoxes(bool show)
Set if bounding boxes are rendered.
   
bool getShowBoundingBoxes() const
   
void setShowLines(bool show)
Set if lines between parent and child are rendered.
   
bool getShowLines() const

Documentation

function
MinSG::TriangleTrees::TreeVisualization::TreeVisualization

public
   
   
TreeVisualization( )

Standard constructor.

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:30


function
MinSG::TriangleTrees::TreeVisualization::~TreeVisualization

public virtual
   
   
~TreeVisualization( )

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:31


function
MinSG::TriangleTrees::TreeVisualization::clone

public const virtual
   
   
TreeVisualization * clone( ) const

Create a duplicate of this State object.

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:33


function
MinSG::TriangleTrees::TreeVisualization::setDrawDepth

public inline
     
     
void setDrawDepth( unsigned char depth )

Set the draw depth of the tree.

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:36


function
MinSG::TriangleTrees::TreeVisualization::getDrawDepth

public const inline
   
   
unsigned char getDrawDepth( ) const

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:39


function
MinSG::TriangleTrees::TreeVisualization::setShowSplittingPlanes

public inline
     
     
void setShowSplittingPlanes( bool show )

Set if splitting planes are rendered.

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:44


function
MinSG::TriangleTrees::TreeVisualization::getShowSplittingPlanes

public const inline
   
   
bool getShowSplittingPlanes( ) const

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:47


function
MinSG::TriangleTrees::TreeVisualization::setShowBoundingBoxes

public inline
     
     
void setShowBoundingBoxes( bool show )

Set if bounding boxes are rendered.

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:52


function
MinSG::TriangleTrees::TreeVisualization::getShowBoundingBoxes

public const inline
   
   
bool getShowBoundingBoxes( ) const

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:55


function
MinSG::TriangleTrees::TreeVisualization::setShowLines

public inline
     
     
void setShowLines( bool show )

Set if lines between parent and child are rendered.

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:60


function
MinSG::TriangleTrees::TreeVisualization::getShowLines

public const inline
   
   
bool getShowLines( ) const

Defined in MinSG/Ext/TriangleTrees/TreeVisualization.h:63