Static Public Member Functions | |
static MXA_EXPORT hid_t | HDFTypeForVTKType (int value) |
Given one of the types defined in VTKTypes.h this will return the appropriate HDF5 type. | |
static MXA_EXPORT int32 | getScalarType (hid_t loc_id, const std::string &dsetName) |
Returns the VTKType of the data stored at the given location in the HDF5 data file. | |
static MXA_EXPORT herr_t | getDataAsVTKImage (hid_t loc_id, const std::string &dsetName, vtkImageData *imgData) |
Protected Member Functions | |
vtkHDF5 () | |
virtual | ~vtkHDF5 () |
Static Protected Member Functions | |
static MXA_EXPORT herr_t | _readVtkImageDataSet (hid_t loc_id, const std::string &dsetName, vtkImageData *imgData) |
Private Member Functions | |
vtkHDF5 (const vtkHDF5 &) | |
void | operator= (const vtkHDF5 &) |
vtkHDF5::vtkHDF5 | ( | ) | [protected] |
vtkHDF5::~vtkHDF5 | ( | ) | [protected, virtual] |
vtkHDF5::vtkHDF5 | ( | const vtkHDF5 & | ) | [private] |
hid_t vtkHDF5::HDFTypeForVTKType | ( | int | value | ) | [static] |
Given one of the types defined in VTKTypes.h this will return the appropriate HDF5 type.
value | The vtkType such at VTK_DOUBLE |
int vtkHDF5::getScalarType | ( | hid_t | loc_id, | |
const std::string & | dsetName | |||
) | [static] |
Returns the VTKType of the data stored at the given location in the HDF5 data file.
loc_id | The HDF5 file or group id | |
dsetName | The path/name to the data set |
herr_t vtkHDF5::getDataAsVTKImage | ( | hid_t | loc_id, | |
const std::string & | dsetName, | |||
vtkImageData * | imgData | |||
) | [static] |
herr_t vtkHDF5::_readVtkImageDataSet | ( | hid_t | loc_id, | |
const std::string & | dsetName, | |||
vtkImageData * | imgData | |||
) | [static, protected] |
void vtkHDF5::operator= | ( | const vtkHDF5 & | ) | [private] |