VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkTreeRingToPolyData Class Reference

converts a tree to a polygonal data representing radial space filling tree. More...

#include <vtkTreeRingToPolyData.h>

Inherits vtkPolyDataAlgorithm.

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkTreeRingToPolyDataNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
int FillInputPortInformation (int port, vtkInformation *info)
 
virtual void SetSectorsArrayName (const char *name)
 
virtual void SetShrinkPercentage (double)
 
virtual double GetShrinkPercentage ()
 

Static Public Member Functions

static vtkTreeRingToPolyDataNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTreeRingToPolyDataSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkTreeRingToPolyData ()
 
 ~vtkTreeRingToPolyData ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

double ShrinkPercentage
 

Detailed Description

converts a tree to a polygonal data representing radial space filling tree.

This algorithm requires that the vtkTreeRingLayout filter has already been applied to the data in order to create the quadruple array (start angle, end angle, inner radius, outer radius) of bounds for each vertex of the tree.

Events:
vtkCommand::ProgressEvent

Definition at line 40 of file vtkTreeRingToPolyData.h.

Member Typedef Documentation

typedef vtkPolyDataAlgorithm vtkTreeRingToPolyData::Superclass

Definition at line 45 of file vtkTreeRingToPolyData.h.

Constructor & Destructor Documentation

vtkTreeRingToPolyData::vtkTreeRingToPolyData ( )
protected
vtkTreeRingToPolyData::~vtkTreeRingToPolyData ( )
protected

Member Function Documentation

static vtkTreeRingToPolyData* vtkTreeRingToPolyData::New ( )
static
static int vtkTreeRingToPolyData::IsTypeOf ( const char *  type)
static
virtual int vtkTreeRingToPolyData::IsA ( const char *  type)
virtual
static vtkTreeRingToPolyData* vtkTreeRingToPolyData::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkTreeRingToPolyData::NewInstanceInternal ( ) const
protectedvirtual
vtkTreeRingToPolyData* vtkTreeRingToPolyData::NewInstance ( ) const
void vtkTreeRingToPolyData::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkTreeRingToPolyData::SetSectorsArrayName ( const char *  name)
inlinevirtual

The field containing quadruples of the form (start angle, end angle, inner radius, outer radius) representing the bounds of the rectangles for each vertex. This field may be added to the tree using vtkTreeRingLayout. This array must be set.

Definition at line 53 of file vtkTreeRingToPolyData.h.

virtual void vtkTreeRingToPolyData::SetShrinkPercentage ( double  )
virtual

Define a shrink percentage for each of the sectors.

virtual double vtkTreeRingToPolyData::GetShrinkPercentage ( )
virtual

Define a shrink percentage for each of the sectors.

int vtkTreeRingToPolyData::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
int vtkTreeRingToPolyData::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

Member Data Documentation

double vtkTreeRingToPolyData::ShrinkPercentage
protected

Definition at line 69 of file vtkTreeRingToPolyData.h.


The documentation for this class was generated from the following file: