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 | List of all members
vtkTableToTreeFilter Class Reference

Filter that converts a vtkTable to a vtkTree. More...

#include <vtkTableToTreeFilter.h>

Inherits vtkTreeAlgorithm.

Public Types

typedef vtkTreeAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkTableToTreeFilterNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Static Public Member Functions

static vtkTableToTreeFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTableToTreeFilterSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkTableToTreeFilter ()
 
 ~vtkTableToTreeFilter ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
int FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info)
 
int FillInputPortInformation (int vtkNotUsed(port), vtkInformation *info)
 

Detailed Description

Filter that converts a vtkTable to a vtkTree.

vtkTableToTreeFilter is a filter for converting a vtkTable data structure into a vtkTree datastructure. Currently, this will convert the table into a star, with each row of the table as a child of a new root node. The columns of the table are passed as node fields of the tree.

Examples:
vtkTableToTreeFilter (Examples)
Tests:
vtkTableToTreeFilter (Tests)

Definition at line 43 of file vtkTableToTreeFilter.h.

Member Typedef Documentation

typedef vtkTreeAlgorithm vtkTableToTreeFilter::Superclass

Definition at line 47 of file vtkTableToTreeFilter.h.

Constructor & Destructor Documentation

vtkTableToTreeFilter::vtkTableToTreeFilter ( )
protected
vtkTableToTreeFilter::~vtkTableToTreeFilter ( )
protected

Member Function Documentation

static vtkTableToTreeFilter* vtkTableToTreeFilter::New ( )
static
static int vtkTableToTreeFilter::IsTypeOf ( const char *  type)
static
virtual int vtkTableToTreeFilter::IsA ( const char *  type)
virtual
static vtkTableToTreeFilter* vtkTableToTreeFilter::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkTableToTreeFilter::NewInstanceInternal ( ) const
protectedvirtual
vtkTableToTreeFilter* vtkTableToTreeFilter::NewInstance ( ) const
void vtkTableToTreeFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
int vtkTableToTreeFilter::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected
int vtkTableToTreeFilter::FillOutputPortInformation ( int   vtkNotUsedport,
vtkInformation *  info 
)
protected
int vtkTableToTreeFilter::FillInputPortInformation ( int   vtkNotUsedport,
vtkInformation *  info 
)
protected

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