Go to the documentation of this file.
25 #ifndef vtkAMREnzoReaderInternal_h
26 #define vtkAMREnzoReaderInternal_h
29 #include "vtksys/SystemTools.hxx"
54 return( vtksys::SystemTools::GetFilenamePath(
std::string(path) ) );
71 { this->
DeepCopy(&other);
return *
this; }
140 std::vector< vtkEnzoReaderBlock >
Blocks;
144 void SetFileName(
char * fileName ) { this->FileName = fileName; }
void DetermineRootBoundingBox()
std::vector< vtkEnzoReaderBlock > Blocks
int BlockCellDimensions[3]
double SubdivisionRatio[3]
std::string DirectoryName
std::vector< std::string > TracerParticleAttributeNames
abstract superclass for arrays of numeric data
int GetBlockAttribute(const char *attribute, int blockIdx, vtkDataSet *pDataSet)
void CheckAttributeNames()
static std::string GetEnzoDirectory(const char *path)
void ReadGeneralParameters()
std::string BlockFileName
void ReadBlockStructures()
std::vector< std::string > ParticleAttributeNames
int BlockNodeDimensions[3]
std::string BoundaryFileName
std::string HierarchyFileName
void SetFileName(char *fileName)
abstract class to specify dataset behavior
void GetParentWiseIds(std::vector< vtkEnzoReaderBlock > &blocks)
std::string GetBaseDirectory(const char *path)
std::string ParticleFileName
void DeepCopy(const vtkEnzoReaderBlock *other)
std::vector< int > ChildrenIds
void GetLevelBasedIds(std::vector< vtkEnzoReaderBlock > &blocks)
std::string MajorFileName
int LoadAttribute(const char *attribute, int blockIdx)
std::vector< std::string > BlockAttributeNames
vtkEnzoReaderBlock & operator=(const vtkEnzoReaderBlock &other)