#include <vtkSESAMEReader.h>
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.
Public Types | |
typedef vtkRectilinearGridSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | IsValidFile () |
int | GetNumberOfTableIds () |
int * | GetTableIds () |
vtkIntArray * | GetTableIdsAsArray () |
int | GetNumberOfTableArrayNames () |
void | SetFileName (const char *file) |
const char * | GetFileName () |
void | SetTable (int tableId) |
int | GetTable () |
int | GetNumberOfTableArrays () |
const char * | GetTableArrayName (int index) |
void | SetTableArrayStatus (const char *name, int flag) |
int | GetTableArrayStatus (const char *name) |
Static Public Member Functions | |
static vtkSESAMEReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkSESAMEReader * | SafeDownCast (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 |
vtkSESAMEReader::vtkSESAMEReader | ( | ) | [protected] |
virtual vtkSESAMEReader::~vtkSESAMEReader | ( | ) | [protected, virtual] |
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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro 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 | ( | ) |
Set 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 | ( | ) |
Set 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 75 of file vtkSESAMEReader.h.
const char* vtkSESAMEReader::GetTableArrayName | ( | int | index | ) |
Get the number 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] |
MyInternal* vtkSESAMEReader::Internal [protected] |
Definition at line 94 of file vtkSESAMEReader.h.