#include <vtkPChacoReader.h>
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 37 of file vtkPChacoReader.h.
Public Types | |
typedef vtkChacoReader | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
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 (vtkObject *o) |
Protected Member Functions | |
vtkPChacoReader () | |
~vtkPChacoReader () | |
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
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.
virtual const char* vtkPChacoReader::GetClassName | ( | ) | [virtual] |
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 | ( | vtkObject * | o | ) | [static] |
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.
void vtkPChacoReader::SetController | ( | vtkMultiProcessController * | c | ) |
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.