vtkPOpenFOAMReader Class Reference

#include <vtkPOpenFOAMReader.h>

Inheritance diagram for vtkPOpenFOAMReader:

Inheritance graph
[legend]
Collaboration diagram for vtkPOpenFOAMReader:

Collaboration graph
[legend]

List of all members.


Detailed Description

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.

Thanks:
This class was developed by Takuya Oshima at Niigata University, Japan (oshima@eng.niigata-u.ac.jp).

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 vtkMultiProcessControllerGetController ()

Static Public Member Functions

static vtkPOpenFOAMReaderNew ()
static int IsTypeOf (const char *type)
static vtkPOpenFOAMReaderSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPOpenFOAMReader ()
 ~vtkPOpenFOAMReader ()
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Member Typedef Documentation

Reimplemented from vtkOpenFOAMReader.

Definition at line 44 of file vtkPOpenFOAMReader.h.


Member Enumeration Documentation

Enumerator:
DECOMPOSED_CASE 
RECONSTRUCTED_CASE 

Definition at line 41 of file vtkPOpenFOAMReader.h.


Constructor & Destructor Documentation

vtkPOpenFOAMReader::vtkPOpenFOAMReader (  )  [protected]

vtkPOpenFOAMReader::~vtkPOpenFOAMReader (  )  [protected]


Member Function Documentation

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.


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

Generated on Mon Sep 27 18:42:35 2010 for VTK by  doxygen 1.5.6