VTK
|
read SESAME files More...
#include <vtkSESAMEReader.h>
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.
Reimplemented from vtkRectilinearGridAlgorithm.
Definition at line 39 of file vtkSESAMEReader.h.
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 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.
static vtkSESAMEReader* vtkSESAMEReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkRectilinearGridAlgorithm.
virtual vtkObjectBase* vtkSESAMEReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkRectilinearGridAlgorithm.
vtkSESAMEReader* vtkSESAMEReader::NewInstance | ( | ) | const |
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
const char* vtkSESAMEReader::GetFileName | ( | ) |
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
int vtkSESAMEReader::GetNumberOfTableArrays | ( | ) | [inline] |
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.
virtual int vtkSESAMEReader::RequestInformation | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
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] |
MyInternal* vtkSESAMEReader::Internal [protected] |
Definition at line 88 of file vtkSESAMEReader.h.