VTK
|
Read Chaco files. More...
#include <vtkPChacoReader.h>
Public Types | |
typedef vtkChacoReader | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPChacoReader * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetController (vtkMultiProcessController *c) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
static vtkPChacoReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkPChacoReader * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPChacoReader () | |
~vtkPChacoReader () | |
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
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.
Reimplemented from vtkChacoReader.
Definition at line 42 of file vtkPChacoReader.h.
vtkPChacoReader::vtkPChacoReader | ( | ) | [protected] |
vtkPChacoReader::~vtkPChacoReader | ( | ) | [protected] |
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.
static vtkPChacoReader* vtkPChacoReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkChacoReader.
virtual vtkObjectBase* vtkPChacoReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkChacoReader.
vtkPChacoReader* vtkPChacoReader::NewInstance | ( | ) | const |
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).
virtual vtkMultiProcessController* vtkPChacoReader::GetController | ( | ) | [virtual] |
int vtkPChacoReader::RequestInformation | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
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.