VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPChacoReader Class Reference

Read Chaco files. More...

#include <vtkPChacoReader.h>

Inheritance diagram for vtkPChacoReader:
Inheritance graph
[legend]
Collaboration diagram for vtkPChacoReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkChacoReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPChacoReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void SetController (vtkMultiProcessController *c)
virtual vtkMultiProcessControllerGetController ()

Static Public Member Functions

static vtkPChacoReaderNew ()
static int IsTypeOf (const char *type)
static vtkPChacoReaderSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPChacoReader ()
 ~vtkPChacoReader ()
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Detailed Description

Read Chaco files.

vtkPChacoReader is a unstructured grid source object that reads Chaco files. The file is read by process 0 and converted into a vtkUnstructuredGrid. The vtkDistributedDataFilter is invoked to divide the grid among the processes.

Definition at line 38 of file vtkPChacoReader.h.


Member Typedef Documentation

Reimplemented from vtkChacoReader.

Definition at line 42 of file vtkPChacoReader.h.


Constructor & Destructor Documentation


Member Function Documentation

static vtkPChacoReader* vtkPChacoReader::New ( ) [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkChacoReader.

static int vtkPChacoReader::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkChacoReader.

virtual int vtkPChacoReader::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkChacoReader.

Reimplemented from vtkChacoReader.

virtual vtkObjectBase* vtkPChacoReader::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkChacoReader.

Reimplemented from vtkChacoReader.

void vtkPChacoReader::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkChacoReader.

Set/Get the communicator object (we'll use global World controller if you don't set a different one).

Reimplemented from vtkChacoReader.

int vtkPChacoReader::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkChacoReader.


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