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

vtkTableToStructuredGrid specialization which handles distribution of the input table. More...

#include <vtkPTableToStructuredGrid.h>

Inheritance diagram for vtkPTableToStructuredGrid:
[legend]
Collaboration diagram for vtkPTableToStructuredGrid:
[legend]

Public Types

typedef vtkTableToStructuredGrid Superclass
 
- Public Types inherited from vtkTableToStructuredGrid
typedef vtkStructuredGridAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkPTableToStructuredGridNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetController (vtkMultiProcessController *)
 
virtual vtkMultiProcessController * GetController ()
 
- Public Member Functions inherited from vtkTableToStructuredGrid
vtkTableToStructuredGridNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetWholeExtent (int, int, int, int, int, int)
 
virtual void SetWholeExtent (int[6])
 
virtual int * GetWholeExtent ()
 
virtual void GetWholeExtent (int &, int &, int &, int &, int &, int &)
 
virtual void GetWholeExtent (int[6])
 
virtual void SetXColumn (const char *)
 
virtual char * GetXColumn ()
 
virtual void SetXComponent (int)
 
virtual int GetXComponent ()
 
virtual void SetYColumn (const char *)
 
virtual char * GetYColumn ()
 
virtual void SetYComponent (int)
 
virtual int GetYComponent ()
 
virtual void SetZColumn (const char *)
 
virtual char * GetZColumn ()
 
virtual void SetZComponent (int)
 
virtual int GetZComponent ()
 

Static Public Member Functions

static vtkPTableToStructuredGridNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPTableToStructuredGridSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkTableToStructuredGrid
static vtkTableToStructuredGridNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTableToStructuredGridSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkPTableToStructuredGrid ()
 
 ~vtkPTableToStructuredGrid ()
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
- Protected Member Functions inherited from vtkTableToStructuredGrid
 vtkTableToStructuredGrid ()
 
 ~vtkTableToStructuredGrid ()
 
int Convert (vtkTable *, vtkStructuredGrid *, int extent[6])
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual int RequestInformation (vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector)
 

Protected Attributes

vtkMultiProcessController * Controller
 
- Protected Attributes inherited from vtkTableToStructuredGrid
char * XColumn
 
char * YColumn
 
char * ZColumn
 
int XComponent
 
int YComponent
 
int ZComponent
 
int WholeExtent [6]
 

Detailed Description

vtkTableToStructuredGrid specialization which handles distribution of the input table.

vtkPTableToStructuredGrid is vtkTableToStructuredGrid specialization which handles distribution of the input table. For starters, this assumes that the input table is only available on the root node.

Definition at line 33 of file vtkPTableToStructuredGrid.h.

Member Typedef Documentation

Definition at line 37 of file vtkPTableToStructuredGrid.h.

Constructor & Destructor Documentation

vtkPTableToStructuredGrid::vtkPTableToStructuredGrid ( )
protected
vtkPTableToStructuredGrid::~vtkPTableToStructuredGrid ( )
protected

Member Function Documentation

static vtkPTableToStructuredGrid* vtkPTableToStructuredGrid::New ( )
static
static int vtkPTableToStructuredGrid::IsTypeOf ( const char *  type)
static
virtual int vtkPTableToStructuredGrid::IsA ( const char *  type)
virtual

Reimplemented from vtkTableToStructuredGrid.

static vtkPTableToStructuredGrid* vtkPTableToStructuredGrid::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkPTableToStructuredGrid::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkTableToStructuredGrid.

vtkPTableToStructuredGrid* vtkPTableToStructuredGrid::NewInstance ( ) const
void vtkPTableToStructuredGrid::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkPTableToStructuredGrid::SetController ( vtkMultiProcessController *  )

Get/Set the controller.

virtual vtkMultiProcessController* vtkPTableToStructuredGrid::GetController ( )
virtual

Get/Set the controller.

virtual int vtkPTableToStructuredGrid::RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

Convert input vtkTable to vtkStructuredGrid.

Reimplemented from vtkTableToStructuredGrid.

Member Data Documentation

vtkMultiProcessController* vtkPTableToStructuredGrid::Controller
protected

Definition at line 57 of file vtkPTableToStructuredGrid.h.


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