VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSESAMEReader Class Reference

read SESAME files More...

#include <vtkSESAMEReader.h>

Inheritance diagram for vtkSESAMEReader:
Inheritance graph
[legend]
Collaboration diagram for vtkSESAMEReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkRectilinearGridAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkSESAMEReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void SetFileName (const char *file)
const char * GetFileName ()
int IsValidFile ()
int GetNumberOfTableIds ()
intGetTableIds ()
vtkIntArrayGetTableIdsAsArray ()
void SetTable (int tableId)
int GetTable ()
int GetNumberOfTableArrayNames ()
const char * GetTableArrayName (int index)
int GetNumberOfTableArrays ()
void SetTableArrayStatus (const char *name, int flag)
int GetTableArrayStatus (const char *name)

Static Public Member Functions

static vtkSESAMEReaderNew ()
static int IsTypeOf (const char *type)
static vtkSESAMEReaderSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkSESAMEReader ()
virtual ~vtkSESAMEReader ()
int OpenFile ()
void CloseFile ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int ReadTableValueLine (float *v1, float *v2, float *v3, float *v4, float *v5)
int JumpToTable (int tableID)
void ReadTable (vtkRectilinearGrid *output)

Protected Attributes

MyInternal * Internal

Detailed Description

read SESAME files

vtkSESAMEReader is a source object that reads SESAME files. Currently supported tables include 301, 304, 502, 503, 504, 505, 602

SESAMEReader creates rectilinear grid datasets. The dimension of the dataset depends upon the number of densities and temperatures in the table. Values at certain temperatures and densities are stored as scalars.

Definition at line 35 of file vtkSESAMEReader.h.


Member Typedef Documentation

Reimplemented from vtkRectilinearGridAlgorithm.

Definition at line 39 of file vtkSESAMEReader.h.


Constructor & Destructor Documentation

virtual vtkSESAMEReader::~vtkSESAMEReader ( ) [protected, virtual]

Member Function Documentation

static vtkSESAMEReader* vtkSESAMEReader::New ( ) [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkRectilinearGridAlgorithm.

static int vtkSESAMEReader::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 vtkRectilinearGridAlgorithm.

virtual int vtkSESAMEReader::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 vtkRectilinearGridAlgorithm.

Reimplemented from vtkRectilinearGridAlgorithm.

virtual vtkObjectBase* vtkSESAMEReader::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkRectilinearGridAlgorithm.

Reimplemented from vtkRectilinearGridAlgorithm.

void vtkSESAMEReader::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 vtkRectilinearGridAlgorithm.

void vtkSESAMEReader::SetFileName ( const char *  file)

Set the filename to read

Get the filename to read

Return whether this is a valid file

Get the number of tables in this file

Get the ids of the tables in this file

Returns the table ids in a data array.

void vtkSESAMEReader::SetTable ( int  tableId)

Set the table to read in

Get the table to read in

Get the number of arrays for the table to read

Get the number of arrays for the table to read

Definition at line 70 of file vtkSESAMEReader.h.

const char* vtkSESAMEReader::GetTableArrayName ( int  index)

Get the names of arrays for the table to read

void vtkSESAMEReader::SetTableArrayStatus ( const char *  name,
int  flag 
)

Set whether to read a table array

int vtkSESAMEReader::GetTableArrayStatus ( const char *  name)

Set whether to read a table array

int vtkSESAMEReader::OpenFile ( ) [protected]
void vtkSESAMEReader::CloseFile ( ) [protected]
virtual int vtkSESAMEReader::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkRectilinearGridAlgorithm.

Reimplemented from vtkRectilinearGridAlgorithm.

int vtkSESAMEReader::ReadTableValueLine ( float v1,
float v2,
float v3,
float v4,
float v5 
) [protected]
int vtkSESAMEReader::JumpToTable ( int  tableID) [protected]
void vtkSESAMEReader::ReadTable ( vtkRectilinearGrid output) [protected]

Member Data Documentation

MyInternal* vtkSESAMEReader::Internal [protected]

Definition at line 88 of file vtkSESAMEReader.h.


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