#include <vtkAMReXGridReaderInternal.h>
|  | 
|  | vtkAMReXGridReaderInternal () | 
|  | 
|  | ~vtkAMReXGridReaderInternal () | 
|  | 
| void | DestroyHeader () | 
|  | 
| void | DestroyLevelHeader () | 
|  | 
| void | PrintSelf (std::ostream &os, vtkIndent indent) | 
|  | 
| void | SetFileName (char *fName) | 
|  | 
| void | ReadMetaData () | 
|  | 
| bool | ReadHeader () | 
|  | 
| bool | ReadLevelHeader () | 
|  | 
| int | GetNumberOfLevels () | 
|  | 
| int | GetBlockLevel (const int blockIdx) | 
|  | 
| int | GetNumberOfBlocks () | 
|  | 
| int | GetBlockIndexWithinLevel (int blockIdx, int level) | 
|  | 
| void | GetBlockAttribute (const char *attribute, int blockIdx, vtkDataSet *pDataSet) | 
|  | 
| int | GetOffsetOfAttribute (const char *attribute) | 
|  | 
| void | ReadFAB (std::istream &is) | 
|  | 
| int | ReadVersion (std::istream &is) | 
|  | 
| void | ReadOrder (std::istream &is, std::vector< int > &ar) | 
|  | 
| void | PrintOrder (std::vector< int > &ar) | 
|  | 
| void | ReadFormat (std::istream &is, std::vector< long > &ar) | 
|  | 
| void | PrintFormat (std::vector< long > &ar) | 
|  | 
| RealDescriptor * | ReadRealDescriptor (std::istream &is) | 
|  | 
| int | ReadBoxArray (std::istream &is, int *boxArray, int *boxArrayDim) | 
|  | 
| void | PrintBoxArray (int *boxArray) | 
|  | 
| int | ReadNumberOfAttributes (std::istream &is) | 
|  | 
| void | ReadBlockAttribute (std::istream &is, int numberOfPoints, int size, char *buffer) | 
|  | 
| void | Convert (void *out, const void *in, long nitems, const RealDescriptor &ord, const RealDescriptor &ird) | 
|  | 
| void | PermuteOrder (void *out, const void *in, long nitems, const int *outord, const int *inord, int REALSIZE) | 
|  | 
Consists of the low-level AMReX Reader used by the vtkAMReXGridReader.
- See also
- vtkAMReXGridReader 
Definition at line 186 of file vtkAMReXGridReaderInternal.h.
◆ vtkAMReXGridReaderInternal()
      
        
          | vtkAMReXGridReaderInternal::vtkAMReXGridReaderInternal | ( |  | ) |  | 
      
 
 
◆ ~vtkAMReXGridReaderInternal()
      
        
          | vtkAMReXGridReaderInternal::~vtkAMReXGridReaderInternal | ( |  | ) |  | 
      
 
 
◆ DestroyHeader()
      
        
          | void vtkAMReXGridReaderInternal::DestroyHeader | ( |  | ) |  | 
      
 
 
◆ DestroyLevelHeader()
      
        
          | void vtkAMReXGridReaderInternal::DestroyLevelHeader | ( |  | ) |  | 
      
 
 
◆ PrintSelf()
      
        
          | void vtkAMReXGridReaderInternal::PrintSelf | ( | std::ostream & | os, | 
        
          |  |  | vtkIndent | indent | 
        
          |  | ) |  |  | 
      
 
 
◆ SetFileName()
      
        
          | void vtkAMReXGridReaderInternal::SetFileName | ( | char * | fName | ) |  | 
      
 
 
◆ ReadMetaData()
      
        
          | void vtkAMReXGridReaderInternal::ReadMetaData | ( |  | ) |  | 
      
 
 
◆ ReadHeader()
      
        
          | bool vtkAMReXGridReaderInternal::ReadHeader | ( |  | ) |  | 
      
 
 
◆ ReadLevelHeader()
      
        
          | bool vtkAMReXGridReaderInternal::ReadLevelHeader | ( |  | ) |  | 
      
 
 
◆ GetNumberOfLevels()
      
        
          | int vtkAMReXGridReaderInternal::GetNumberOfLevels | ( |  | ) |  | 
      
 
 
◆ GetBlockLevel()
      
        
          | int vtkAMReXGridReaderInternal::GetBlockLevel | ( | const int | blockIdx | ) |  | 
      
 
 
◆ GetNumberOfBlocks()
      
        
          | int vtkAMReXGridReaderInternal::GetNumberOfBlocks | ( |  | ) |  | 
      
 
 
◆ GetBlockIndexWithinLevel()
      
        
          | int vtkAMReXGridReaderInternal::GetBlockIndexWithinLevel | ( | int | blockIdx, | 
        
          |  |  | int | level | 
        
          |  | ) |  |  | 
      
 
 
◆ GetBlockAttribute()
      
        
          | void vtkAMReXGridReaderInternal::GetBlockAttribute | ( | const char * | attribute, | 
        
          |  |  | int | blockIdx, | 
        
          |  |  | vtkDataSet * | pDataSet | 
        
          |  | ) |  |  | 
      
 
 
◆ GetOffsetOfAttribute()
      
        
          | int vtkAMReXGridReaderInternal::GetOffsetOfAttribute | ( | const char * | attribute | ) |  | 
      
 
 
◆ ReadFAB()
      
        
          | void vtkAMReXGridReaderInternal::ReadFAB | ( | std::istream & | is | ) |  | 
      
 
 
◆ ReadVersion()
      
        
          | int vtkAMReXGridReaderInternal::ReadVersion | ( | std::istream & | is | ) |  | 
      
 
 
◆ ReadOrder()
      
        
          | void vtkAMReXGridReaderInternal::ReadOrder | ( | std::istream & | is, | 
        
          |  |  | std::vector< int > & | ar | 
        
          |  | ) |  |  | 
      
 
 
◆ PrintOrder()
      
        
          | void vtkAMReXGridReaderInternal::PrintOrder | ( | std::vector< int > & | ar | ) |  | 
      
 
 
◆ ReadFormat()
      
        
          | void vtkAMReXGridReaderInternal::ReadFormat | ( | std::istream & | is, | 
        
          |  |  | std::vector< long > & | ar | 
        
          |  | ) |  |  | 
      
 
 
◆ PrintFormat()
      
        
          | void vtkAMReXGridReaderInternal::PrintFormat | ( | std::vector< long > & | ar | ) |  | 
      
 
 
◆ ReadRealDescriptor()
      
        
          | RealDescriptor* vtkAMReXGridReaderInternal::ReadRealDescriptor | ( | std::istream & | is | ) |  | 
      
 
 
◆ ReadBoxArray()
      
        
          | int vtkAMReXGridReaderInternal::ReadBoxArray | ( | std::istream & | is, | 
        
          |  |  | int * | boxArray, | 
        
          |  |  | int * | boxArrayDim | 
        
          |  | ) |  |  | 
      
 
 
◆ PrintBoxArray()
      
        
          | void vtkAMReXGridReaderInternal::PrintBoxArray | ( | int * | boxArray | ) |  | 
      
 
 
◆ ReadNumberOfAttributes()
      
        
          | int vtkAMReXGridReaderInternal::ReadNumberOfAttributes | ( | std::istream & | is | ) |  | 
      
 
 
◆ ReadBlockAttribute()
      
        
          | void vtkAMReXGridReaderInternal::ReadBlockAttribute | ( | std::istream & | is, | 
        
          |  |  | int | numberOfPoints, | 
        
          |  |  | int | size, | 
        
          |  |  | char * | buffer | 
        
          |  | ) |  |  | 
      
 
 
◆ Convert()
      
        
          | void vtkAMReXGridReaderInternal::Convert | ( | void * | out, | 
        
          |  |  | const void * | in, | 
        
          |  |  | long | nitems, | 
        
          |  |  | const RealDescriptor & | ord, | 
        
          |  |  | const RealDescriptor & | ird | 
        
          |  | ) |  |  | 
      
 
 
◆ PermuteOrder()
      
        
          | void vtkAMReXGridReaderInternal::PermuteOrder | ( | void * | out, | 
        
          |  |  | const void * | in, | 
        
          |  |  | long | nitems, | 
        
          |  |  | const int * | outord, | 
        
          |  |  | const int * | inord, | 
        
          |  |  | int | REALSIZE | 
        
          |  | ) |  |  | 
      
 
 
◆ vtkAMReXGridHeader
◆ vtkAMReXGridLeveHeader
  
  | 
        
          | friend class vtkAMReXGridLeveHeader |  | friend | 
 
 
◆ headersAreRead
      
        
          | bool vtkAMReXGridReaderInternal::headersAreRead | 
      
 
 
◆ debugReader
      
        
          | bool vtkAMReXGridReaderInternal::debugReader | 
      
 
 
◆ FileName
      
        
          | std::string vtkAMReXGridReaderInternal::FileName | 
      
 
 
◆ Header
◆ LevelHeader
The documentation for this class was generated from the following file: