VTK
|
reads a decomposed dataset in OpenFOAM format More...
#include <vtkPOpenFOAMReader.h>
Public Types | |
enum | caseType { DECOMPOSED_CASE = 0, RECONSTRUCTED_CASE = 1 } |
typedef vtkOpenFOAMReader | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPOpenFOAMReader * | NewInstance () const |
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 (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPOpenFOAMReader () | |
~vtkPOpenFOAMReader () | |
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
reads a decomposed dataset in OpenFOAM format
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 41 of file vtkPOpenFOAMReader.h.
Reimplemented from vtkOpenFOAMReader.
Definition at line 48 of file vtkPOpenFOAMReader.h.
Definition at line 45 of file vtkPOpenFOAMReader.h.
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.
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 | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkOpenFOAMReader.
virtual vtkObjectBase* vtkPOpenFOAMReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkOpenFOAMReader.
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 the controller.
virtual vtkMultiProcessController* vtkPOpenFOAMReader::GetController | ( | ) | [virtual] |
Set and get the controller.
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.