#include <vtkPOpenFOAMReader.h>
vtkPOpenFOAMReader creates a multiblock dataset. It reads parallel-decomposed mesh information and time dependent data. The polyMesh folders contain mesh information. The time folders contain transient data for the cells. Each folder can contain any number of data files.
Definition at line 37 of file vtkPOpenFOAMReader.h.
Public Types | |
enum | caseType { DECOMPOSED_CASE = 0, RECONSTRUCTED_CASE = 1 } |
typedef vtkOpenFOAMReader | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetCaseType (const int t) |
virtual caseType | GetCaseType () |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
static vtkPOpenFOAMReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkPOpenFOAMReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPOpenFOAMReader () | |
~vtkPOpenFOAMReader () | |
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
vtkPOpenFOAMReader::vtkPOpenFOAMReader | ( | ) | [protected] |
vtkPOpenFOAMReader::~vtkPOpenFOAMReader | ( | ) | [protected] |
static vtkPOpenFOAMReader* vtkPOpenFOAMReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkOpenFOAMReader.
virtual const char* vtkPOpenFOAMReader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkOpenFOAMReader.
static int vtkPOpenFOAMReader::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 vtkOpenFOAMReader.
virtual int vtkPOpenFOAMReader::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 vtkOpenFOAMReader.
static vtkPOpenFOAMReader* vtkPOpenFOAMReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkOpenFOAMReader.
void vtkPOpenFOAMReader::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 vtkOpenFOAMReader.
void vtkPOpenFOAMReader::SetCaseType | ( | const int | t | ) |
Set and get case type. 0 = decomposed case, 1 = reconstructed case.
virtual caseType vtkPOpenFOAMReader::GetCaseType | ( | ) | [virtual] |
Set and get case type. 0 = decomposed case, 1 = reconstructed case.
virtual void vtkPOpenFOAMReader::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Set and get case type. 0 = decomposed case, 1 = reconstructed case.
virtual vtkMultiProcessController* vtkPOpenFOAMReader::GetController | ( | ) | [virtual] |
Set and get case type. 0 = decomposed case, 1 = reconstructed case.
int vtkPOpenFOAMReader::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkOpenFOAMReader.
int vtkPOpenFOAMReader::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkOpenFOAMReader.