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 vtkRectilinearGridSource Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
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 (vtkObject *o)

Protected Member Functions

 vtkSESAMEReader ()
virtual ~vtkSESAMEReader ()
int OpenFile ()
void CloseFile ()
void Execute ()
void ExecuteInformation ()
int ReadTableValueLine (float *v1, float *v2, float *v3, float *v4, float *v5)
int JumpToTable (int tableID)
void ReadTable ()

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 34 of file vtkSESAMEReader.h.


Member Typedef Documentation

Reimplemented from vtkRectilinearGridSource.

Definition at line 38 of file vtkSESAMEReader.h.


Constructor & Destructor Documentation

vtkSESAMEReader::vtkSESAMEReader ( ) [protected]
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 vtkAlgorithm.

virtual const char* vtkSESAMEReader::GetClassName ( ) [virtual]

Reimplemented from vtkRectilinearGridSource.

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 vtkRectilinearGridSource.

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 vtkRectilinearGridSource.

static vtkSESAMEReader* vtkSESAMEReader::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkRectilinearGridSource.

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 vtkRectilinearGridSource.

void vtkSESAMEReader::SetFileName ( const char *  file)

Set the filename to read

const char* vtkSESAMEReader::GetFileName ( )

Get the filename to read

int vtkSESAMEReader::IsValidFile ( )

Return whether this is a valid file

int vtkSESAMEReader::GetNumberOfTableIds ( )

Get the number of tables in this file

int* vtkSESAMEReader::GetTableIds ( )

Get the ids of the tables in this file

vtkIntArray* vtkSESAMEReader::GetTableIdsAsArray ( )

Returns the table ids in a data array.

void vtkSESAMEReader::SetTable ( int  tableId)

Set the table to read in

int vtkSESAMEReader::GetTable ( )

Get the table to read in

int vtkSESAMEReader::GetNumberOfTableArrayNames ( )

Get the number of arrays for the table to read

int vtkSESAMEReader::GetNumberOfTableArrays ( ) [inline]

Get the number of arrays for the table to read

Definition at line 69 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]
void vtkSESAMEReader::Execute ( ) [protected, virtual]

This method is the old style execute method

Reimplemented from vtkSource.

void vtkSESAMEReader::ExecuteInformation ( ) [protected, virtual]

Reimplemented from vtkSource.

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

Member Data Documentation

MyInternal* vtkSESAMEReader::Internal [protected]

Definition at line 87 of file vtkSESAMEReader.h.


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