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
vtkArrayToTable Class Reference

Converts one- and two-dimensional vtkArrayData objects to vtkTable. More...

#include <vtkArrayToTable.h>

Inherits vtkTableAlgorithm.

Public Types

typedef vtkTableAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkArrayToTableNew ()
 
static int IsTypeOf (const char *type)
 
static vtkArrayToTableSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

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

Detailed Description

Converts one- and two-dimensional vtkArrayData objects to vtkTable.

Thanks:
Developed by Timothy M. Shead (tshea.nosp@m.d@sa.nosp@m.ndia..nosp@m.gov) at Sandia National Laboratories.
Tests:
vtkArrayToTable (Tests)

Definition at line 39 of file vtkArrayToTable.h.

Member Typedef Documentation

typedef vtkTableAlgorithm vtkArrayToTable::Superclass

Definition at line 43 of file vtkArrayToTable.h.

Constructor & Destructor Documentation

vtkArrayToTable::vtkArrayToTable ( )
protected
vtkArrayToTable::~vtkArrayToTable ( )
protected

Member Function Documentation

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

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