| 
    VTK
    9.5.20251103
    
   | 
 
#include <vtkAMREnzoReaderInternal.h>
Public Member Functions | |
| vtkEnzoReaderBlock () | |
| ~vtkEnzoReaderBlock () | |
| vtkEnzoReaderBlock (const vtkEnzoReaderBlock &other) | |
| vtkEnzoReaderBlock & | operator= (const vtkEnzoReaderBlock &other) | 
| void | Init () | 
| void | DeepCopy (const vtkEnzoReaderBlock *other) | 
| void | GetParentWiseIds (std::vector< vtkEnzoReaderBlock > &blocks) | 
| void | GetLevelBasedIds (std::vector< vtkEnzoReaderBlock > &blocks) | 
Public Attributes | |
| int | Index | 
| int | Level | 
| int | ParentId | 
| std::vector< int > | ChildrenIds | 
| int | MinParentWiseIds [3] | 
| int | MaxParentWiseIds [3] | 
| int | MinLevelBasedIds [3] | 
| int | MaxLevelBasedIds [3] | 
| int | NumberOfParticles | 
| int | NumberOfDimensions | 
| int | BlockCellDimensions [3] | 
| int | BlockNodeDimensions [3] | 
| double | MinBounds [3] | 
| double | MaxBounds [3] | 
| double | SubdivisionRatio [3] | 
| std::string | BlockFileName | 
| std::string | ParticleFileName | 
Definition at line 40 of file vtkAMREnzoReaderInternal.h.
      
  | 
  inline | 
Definition at line 43 of file vtkAMREnzoReaderInternal.h.
      
  | 
  inline | 
Definition at line 44 of file vtkAMREnzoReaderInternal.h.
      
  | 
  inline | 
Definition at line 45 of file vtkAMREnzoReaderInternal.h.
      
  | 
  inline | 
Definition at line 46 of file vtkAMREnzoReaderInternal.h.
| void vtkEnzoReaderBlock::Init | ( | ) | 
| void vtkEnzoReaderBlock::DeepCopy | ( | const vtkEnzoReaderBlock * | other | ) | 
| void vtkEnzoReaderBlock::GetParentWiseIds | ( | std::vector< vtkEnzoReaderBlock > & | blocks | ) | 
| void vtkEnzoReaderBlock::GetLevelBasedIds | ( | std::vector< vtkEnzoReaderBlock > & | blocks | ) | 
| int vtkEnzoReaderBlock::Index | 
Definition at line 52 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::Level | 
Definition at line 53 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::ParentId | 
Definition at line 54 of file vtkAMREnzoReaderInternal.h.
| std::vector<int> vtkEnzoReaderBlock::ChildrenIds | 
Definition at line 55 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::MinParentWiseIds[3] | 
Definition at line 57 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::MaxParentWiseIds[3] | 
Definition at line 58 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::MinLevelBasedIds[3] | 
Definition at line 59 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::MaxLevelBasedIds[3] | 
Definition at line 60 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::NumberOfParticles | 
Definition at line 62 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::NumberOfDimensions | 
Definition at line 63 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::BlockCellDimensions[3] | 
Definition at line 64 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::BlockNodeDimensions[3] | 
Definition at line 65 of file vtkAMREnzoReaderInternal.h.
| double vtkEnzoReaderBlock::MinBounds[3] | 
Definition at line 67 of file vtkAMREnzoReaderInternal.h.
| double vtkEnzoReaderBlock::MaxBounds[3] | 
Definition at line 68 of file vtkAMREnzoReaderInternal.h.
| double vtkEnzoReaderBlock::SubdivisionRatio[3] | 
Definition at line 69 of file vtkAMREnzoReaderInternal.h.
| std::string vtkEnzoReaderBlock::BlockFileName | 
Definition at line 71 of file vtkAMREnzoReaderInternal.h.
| std::string vtkEnzoReaderBlock::ParticleFileName | 
Definition at line 72 of file vtkAMREnzoReaderInternal.h.