VTK
|
#include <vtkAMREnzoReaderInternal.h>
Public Member Functions | |
vtkEnzoReaderInternal () | |
~vtkEnzoReaderInternal () | |
void | Init () |
void | ReleaseDataArray () |
void | SetFileName (char *fileName) |
void | ReadMetaData () |
void | GetAttributeNames () |
void | CheckAttributeNames () |
void | ReadBlockStructures () |
void | ReadGeneralParameters () |
void | DetermineRootBoundingBox () |
int | LoadAttribute (const char *attribute, int blockIdx) |
int | GetBlockAttribute (const char *attribute, int blockIdx, vtkDataSet *pDataSet) |
std::string | GetBaseDirectory (const char *path) |
Public Attributes | |
int | NumberOfMultiBlocks |
int | NumberOfDimensions |
int | NumberOfLevels |
int | NumberOfBlocks |
int | ReferenceBlock |
int | CycleIndex |
char * | FileName |
double | DataTime |
vtkDataArray * | DataArray |
std::string | DirectoryName |
std::string | MajorFileName |
std::string | BoundaryFileName |
std::string | HierarchyFileName |
std::vector< std::string > | BlockAttributeNames |
std::vector< std::string > | ParticleAttributeNames |
std::vector< std::string > | TracerParticleAttributeNames |
std::vector< vtkEnzoReaderBlock > | Blocks |
Definition at line 110 of file vtkAMREnzoReaderInternal.h.
vtkEnzoReaderInternal::vtkEnzoReaderInternal | ( | ) |
vtkEnzoReaderInternal::~vtkEnzoReaderInternal | ( | ) |
void vtkEnzoReaderInternal::Init | ( | ) |
void vtkEnzoReaderInternal::ReleaseDataArray | ( | ) |
|
inline |
Definition at line 142 of file vtkAMREnzoReaderInternal.h.
void vtkEnzoReaderInternal::ReadMetaData | ( | ) |
void vtkEnzoReaderInternal::GetAttributeNames | ( | ) |
void vtkEnzoReaderInternal::CheckAttributeNames | ( | ) |
void vtkEnzoReaderInternal::ReadBlockStructures | ( | ) |
void vtkEnzoReaderInternal::ReadGeneralParameters | ( | ) |
void vtkEnzoReaderInternal::DetermineRootBoundingBox | ( | ) |
int vtkEnzoReaderInternal::GetBlockAttribute | ( | const char * | attribute, |
int | blockIdx, | ||
vtkDataSet * | pDataSet | ||
) |
|
inline |
Definition at line 152 of file vtkAMREnzoReaderInternal.h.
int vtkEnzoReaderInternal::NumberOfMultiBlocks |
Definition at line 119 of file vtkAMREnzoReaderInternal.h.
int vtkEnzoReaderInternal::NumberOfDimensions |
Definition at line 121 of file vtkAMREnzoReaderInternal.h.
int vtkEnzoReaderInternal::NumberOfLevels |
Definition at line 122 of file vtkAMREnzoReaderInternal.h.
int vtkEnzoReaderInternal::NumberOfBlocks |
Definition at line 123 of file vtkAMREnzoReaderInternal.h.
int vtkEnzoReaderInternal::ReferenceBlock |
Definition at line 124 of file vtkAMREnzoReaderInternal.h.
int vtkEnzoReaderInternal::CycleIndex |
Definition at line 125 of file vtkAMREnzoReaderInternal.h.
char* vtkEnzoReaderInternal::FileName |
Definition at line 126 of file vtkAMREnzoReaderInternal.h.
double vtkEnzoReaderInternal::DataTime |
Definition at line 127 of file vtkAMREnzoReaderInternal.h.
vtkDataArray* vtkEnzoReaderInternal::DataArray |
Definition at line 128 of file vtkAMREnzoReaderInternal.h.
std::string vtkEnzoReaderInternal::DirectoryName |
Definition at line 131 of file vtkAMREnzoReaderInternal.h.
std::string vtkEnzoReaderInternal::MajorFileName |
Definition at line 132 of file vtkAMREnzoReaderInternal.h.
std::string vtkEnzoReaderInternal::BoundaryFileName |
Definition at line 133 of file vtkAMREnzoReaderInternal.h.
std::string vtkEnzoReaderInternal::HierarchyFileName |
Definition at line 134 of file vtkAMREnzoReaderInternal.h.
std::vector< std::string > vtkEnzoReaderInternal::BlockAttributeNames |
Definition at line 135 of file vtkAMREnzoReaderInternal.h.
std::vector< std::string > vtkEnzoReaderInternal::ParticleAttributeNames |
Definition at line 136 of file vtkAMREnzoReaderInternal.h.
std::vector< std::string > vtkEnzoReaderInternal::TracerParticleAttributeNames |
Definition at line 137 of file vtkAMREnzoReaderInternal.h.
std::vector< vtkEnzoReaderBlock > vtkEnzoReaderInternal::Blocks |
Definition at line 138 of file vtkAMREnzoReaderInternal.h.