|
VTK
9.0.1
|
#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 60 of file vtkAMREnzoReaderInternal.h.
|
inline |
Definition at line 63 of file vtkAMREnzoReaderInternal.h.
|
inline |
Definition at line 64 of file vtkAMREnzoReaderInternal.h.
|
inline |
Definition at line 65 of file vtkAMREnzoReaderInternal.h.
|
inline |
Definition at line 66 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 72 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::Level |
Definition at line 73 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::ParentId |
Definition at line 74 of file vtkAMREnzoReaderInternal.h.
| std::vector<int> vtkEnzoReaderBlock::ChildrenIds |
Definition at line 75 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::MinParentWiseIds[3] |
Definition at line 77 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::MaxParentWiseIds[3] |
Definition at line 78 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::MinLevelBasedIds[3] |
Definition at line 79 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::MaxLevelBasedIds[3] |
Definition at line 80 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::NumberOfParticles |
Definition at line 82 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::NumberOfDimensions |
Definition at line 83 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::BlockCellDimensions[3] |
Definition at line 84 of file vtkAMREnzoReaderInternal.h.
| int vtkEnzoReaderBlock::BlockNodeDimensions[3] |
Definition at line 85 of file vtkAMREnzoReaderInternal.h.
| double vtkEnzoReaderBlock::MinBounds[3] |
Definition at line 87 of file vtkAMREnzoReaderInternal.h.
| double vtkEnzoReaderBlock::MaxBounds[3] |
Definition at line 88 of file vtkAMREnzoReaderInternal.h.
| double vtkEnzoReaderBlock::SubdivisionRatio[3] |
Definition at line 89 of file vtkAMREnzoReaderInternal.h.
| std::string vtkEnzoReaderBlock::BlockFileName |
Definition at line 91 of file vtkAMREnzoReaderInternal.h.
| std::string vtkEnzoReaderBlock::ParticleFileName |
Definition at line 92 of file vtkAMREnzoReaderInternal.h.
1.8.17