#include <vtkHDF5RawImageReader.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkHDF5RawImageReader, vtkSource) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | CanReadFile (const char *name) |
void | SetOutput (vtkImageData *output) |
vtkImageData * | GetOutput () |
vtkImageData * | GetOutput (int idx) |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
virtual void | SetStride (int, int, int) |
virtual void | SetStride (int[3]) |
virtual int * | GetStride () |
virtual void | GetStride (int &, int &, int &) |
virtual void | GetStride (int[3]) |
virtual vtkDataArraySelection * | GetPointDataArraySelection () |
virtual vtkDataArraySelection * | GetCellDataArraySelection () |
int | GetNumberOfPointArrays () |
int | GetNumberOfCellArrays () |
const char * | GetPointArrayName (int index) |
const char * | GetCellArrayName (int index) |
int | GetPointArrayStatus (const char *name) |
int | GetCellArrayStatus (const char *name) |
void | SetPointArrayStatus (const char *name, int status) |
void | SetCellArrayStatus (const char *name, int status) |
Static Public Member Functions | |
vtkHDF5RawImageReader * | New () |
Protected Member Functions | |
vtkHDF5RawImageReader () | |
~vtkHDF5RawImageReader () | |
virtual void | ExecuteInformation () |
virtual void | Execute () |
int | UpdateExtentIsWholeExtent () |
void | SetToEmptyExtent (int *extent) |
void | ConvertDimsToExtent (int rank, const int *dims, int *extent) |
void | AddDataSet (vtkHDF5RawImageReaderDataSet *ds) |
char ** | CreateStringArray (int numStrings) |
void | DestroyStringArray (int numStrings, char **strings) |
int | PointDataArrayIsEnabled (const vtkHDF5RawImageReaderDataSet *ds) |
int | CellDataArrayIsEnabled (const vtkHDF5RawImageReaderDataSet *ds) |
void | SetDataArraySelections (vtkDataArraySelection *sel) |
Static Protected Member Functions | |
void | SelectionModifiedCallback (vtkObject *caller, unsigned long eid, void *clientdata, void *calldata) |
Protected Attributes | |
vtkHDF5RawImageReaderDataSetsType * | AvailableDataSets |
vtkDataArraySelection * | PointDataArraySelection |
vtkDataArraySelection * | CellDataArraySelection |
vtkCallbackCommand * | SelectionObserver |
char * | FileName |
int | InformationError |
Friends | |
void | vtkHDF5RawImageReaderAddDataSet (vtkHDF5RawImageReader *reader, vtkHDF5RawImageReaderDataSet *ds) |
Definition at line 38 of file vtkHDF5RawImageReader.h.
|
|
|
|
|
|
|
|
|
|
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
|
Set or get the file name of the HDF5 file. |
|
Set or get the file name of the HDF5 file. |
|
Set or get the subsample step. |
|
Set or get the subsample step. |
|
Set or get the subsample step. |
|
Set or get the subsample step. |
|
Set or get the subsample step. |
|
Test whether the file with the given name can be read by this reader. |
|
Get the data array selection tables used to configure which data arrays are loaded by the reader. |
|
Get the data array selection tables used to configure which data arrays are loaded by the reader. |
|
Get the number of point or cell arrays available in the input. |
|
Get the number of point or cell arrays available in the input. |
|
Get the name of the point or cell array with the given index in the input. |
|
Get the name of the point or cell array with the given index in the input. |
|
Get/Set whether the point or cell array with the given name is to be read. |
|
Get/Set whether the point or cell array with the given name is to be read. |
|
Get/Set whether the point or cell array with the given name is to be read. |
|
Get/Set whether the point or cell array with the given name is to be read. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Strings that describe the data. Definition at line 105 of file vtkHDF5RawImageReader.h. |
|
Strings that describe the data. Definition at line 106 of file vtkHDF5RawImageReader.h. |
|
Definition at line 113 of file vtkHDF5RawImageReader.h. |
|
Definition at line 126 of file vtkHDF5RawImageReader.h. |
|
Definition at line 127 of file vtkHDF5RawImageReader.h. |
|
Definition at line 131 of file vtkHDF5RawImageReader.h. |