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