This reader handles multiple GenericIO files that are different resolutions of the same dataset.
More...
#include <vtkPMultiResolutionGenericIOReader.h>
Inherits vtkMultiBlockDataSetAlgorithm.
This reader handles multiple GenericIO files that are different resolutions of the same dataset.
This reader aggregates these and allows streaming different resolutions on different parts of the dataset. It has the concept of a resolution level with 0 being the lowest resolution and the resolution increases as the level number increases.
Definition at line 35 of file vtkPMultiResolutionGenericIOReader.h.
§ Superclass
§ vtkPMultiResolutionGenericIOReader()
vtkPMultiResolutionGenericIOReader::vtkPMultiResolutionGenericIOReader |
( |
| ) |
|
|
protected |
§ ~vtkPMultiResolutionGenericIOReader()
vtkPMultiResolutionGenericIOReader::~vtkPMultiResolutionGenericIOReader |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkPMultiResolutionGenericIOReader::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPMultiResolutionGenericIOReader::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPMultiResolutionGenericIOReader::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPMultiResolutionGenericIOReader::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ CanReadFile()
virtual bool vtkPMultiResolutionGenericIOReader::CanReadFile |
( |
const char * |
fileName | ) |
|
|
virtual |
§ SetFileName()
void vtkPMultiResolutionGenericIOReader::SetFileName |
( |
const char * |
fname | ) |
|
Sets/Gets the filename to be read by this reader.
§ GetFileName()
virtual char* vtkPMultiResolutionGenericIOReader::GetFileName |
( |
| ) |
|
|
virtual |
Sets/Gets the filename to be read by this reader.
§ SetXAxisVariableName()
void vtkPMultiResolutionGenericIOReader::SetXAxisVariableName |
( |
const char * |
arg | ) |
|
§ GetXAxisVariableName()
virtual char* vtkPMultiResolutionGenericIOReader::GetXAxisVariableName |
( |
| ) |
|
|
virtual |
§ SetYAxisVariableName()
void vtkPMultiResolutionGenericIOReader::SetYAxisVariableName |
( |
const char * |
arg | ) |
|
§ GetYAxisVariableName()
virtual char* vtkPMultiResolutionGenericIOReader::GetYAxisVariableName |
( |
| ) |
|
|
virtual |
§ SetZAxisVariableName()
void vtkPMultiResolutionGenericIOReader::SetZAxisVariableName |
( |
const char * |
arg | ) |
|
§ GetZAxisVariableName()
virtual char* vtkPMultiResolutionGenericIOReader::GetZAxisVariableName |
( |
| ) |
|
|
virtual |
§ GetArrayList()
vtkStringArray* vtkPMultiResolutionGenericIOReader::GetArrayList |
( |
| ) |
|
§ InsertLevel()
bool vtkPMultiResolutionGenericIOReader::InsertLevel |
( |
const char * |
fileName, |
|
|
int |
level |
|
) |
| |
This function inserts the given file as a resolution level on this reader.
NOTE: 0 is lowest resolution and the resolution should increase from there.
§ GetNumberOfLevels()
int vtkPMultiResolutionGenericIOReader::GetNumberOfLevels |
( |
| ) |
const |
Gets the number of resolution levels known by this reader.
§ GetFileNameForLevel()
const char* vtkPMultiResolutionGenericIOReader::GetFileNameForLevel |
( |
int |
level | ) |
const |
Gets the filename for the given resolution level.
§ RemoveAllLevels()
void vtkPMultiResolutionGenericIOReader::RemoveAllLevels |
( |
| ) |
|
Clears all resolution levels.
§ GetPointDataArraySelection()
virtual vtkDataArraySelection* vtkPMultiResolutionGenericIOReader::GetPointDataArraySelection |
( |
| ) |
|
|
virtual |
Get the data array selection tables used to configure which data arrays are loaded by the reader.
§ GetNumberOfPointArrays()
int vtkPMultiResolutionGenericIOReader::GetNumberOfPointArrays |
( |
| ) |
|
Returns the number of arrays in the file.
§ GetPointArrayName()
const char* vtkPMultiResolutionGenericIOReader::GetPointArrayName |
( |
int |
i | ) |
|
Returns the name of the ith array.
§ GetPointArrayStatus()
int vtkPMultiResolutionGenericIOReader::GetPointArrayStatus |
( |
const char * |
name | ) |
|
Returns the status of the array corresponding to the given name.
§ SetPointArrayStatus()
void vtkPMultiResolutionGenericIOReader::SetPointArrayStatus |
( |
const char * |
name, |
|
|
int |
status |
|
) |
| |
Sets the status of the array corresponding to the given name.
§ RequestInformation()
int vtkPMultiResolutionGenericIOReader::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
§ RequestUpdateExtent()
int vtkPMultiResolutionGenericIOReader::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
§ RequestData()
int vtkPMultiResolutionGenericIOReader::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
§ FileName
char* vtkPMultiResolutionGenericIOReader::FileName |
|
protected |
§ XAxisVariableName
char* vtkPMultiResolutionGenericIOReader::XAxisVariableName |
|
protected |
§ YAxisVariableName
char* vtkPMultiResolutionGenericIOReader::YAxisVariableName |
|
protected |
§ ZAxisVariableName
char* vtkPMultiResolutionGenericIOReader::ZAxisVariableName |
|
protected |
§ PointDataArraySelection
vtkDataArraySelection* vtkPMultiResolutionGenericIOReader::PointDataArraySelection |
|
protected |
§ SelectionObserver
vtkCallbackCommand* vtkPMultiResolutionGenericIOReader::SelectionObserver |
|
protected |
The documentation for this class was generated from the following file: