VTK  9.1.0
Public Member Functions | Public Attributes | List of all members
vtkEnzoReaderBlock Class Reference

#include <vtkAMREnzoReaderInternal.h>

Public Member Functions

 vtkEnzoReaderBlock ()
 
 ~vtkEnzoReaderBlock ()
 
 vtkEnzoReaderBlock (const vtkEnzoReaderBlock &other)
 
vtkEnzoReaderBlockoperator= (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
 

Detailed Description

Definition at line 60 of file vtkAMREnzoReaderInternal.h.

Constructor & Destructor Documentation

◆ vtkEnzoReaderBlock() [1/2]

vtkEnzoReaderBlock::vtkEnzoReaderBlock ( )
inline

Definition at line 63 of file vtkAMREnzoReaderInternal.h.

◆ ~vtkEnzoReaderBlock()

vtkEnzoReaderBlock::~vtkEnzoReaderBlock ( )
inline

Definition at line 64 of file vtkAMREnzoReaderInternal.h.

◆ vtkEnzoReaderBlock() [2/2]

vtkEnzoReaderBlock::vtkEnzoReaderBlock ( const vtkEnzoReaderBlock other)
inline

Definition at line 65 of file vtkAMREnzoReaderInternal.h.

Member Function Documentation

◆ operator=()

vtkEnzoReaderBlock & vtkEnzoReaderBlock::operator= ( const vtkEnzoReaderBlock other)
inline

Definition at line 66 of file vtkAMREnzoReaderInternal.h.

◆ Init()

void vtkEnzoReaderBlock::Init ( )

◆ DeepCopy()

void vtkEnzoReaderBlock::DeepCopy ( const vtkEnzoReaderBlock other)

◆ GetParentWiseIds()

void vtkEnzoReaderBlock::GetParentWiseIds ( std::vector< vtkEnzoReaderBlock > &  blocks)

◆ GetLevelBasedIds()

void vtkEnzoReaderBlock::GetLevelBasedIds ( std::vector< vtkEnzoReaderBlock > &  blocks)

Member Data Documentation

◆ Index

int vtkEnzoReaderBlock::Index

Definition at line 72 of file vtkAMREnzoReaderInternal.h.

◆ Level

int vtkEnzoReaderBlock::Level

Definition at line 73 of file vtkAMREnzoReaderInternal.h.

◆ ParentId

int vtkEnzoReaderBlock::ParentId

Definition at line 74 of file vtkAMREnzoReaderInternal.h.

◆ ChildrenIds

std::vector<int> vtkEnzoReaderBlock::ChildrenIds

Definition at line 75 of file vtkAMREnzoReaderInternal.h.

◆ MinParentWiseIds

int vtkEnzoReaderBlock::MinParentWiseIds[3]

Definition at line 77 of file vtkAMREnzoReaderInternal.h.

◆ MaxParentWiseIds

int vtkEnzoReaderBlock::MaxParentWiseIds[3]

Definition at line 78 of file vtkAMREnzoReaderInternal.h.

◆ MinLevelBasedIds

int vtkEnzoReaderBlock::MinLevelBasedIds[3]

Definition at line 79 of file vtkAMREnzoReaderInternal.h.

◆ MaxLevelBasedIds

int vtkEnzoReaderBlock::MaxLevelBasedIds[3]

Definition at line 80 of file vtkAMREnzoReaderInternal.h.

◆ NumberOfParticles

int vtkEnzoReaderBlock::NumberOfParticles

Definition at line 82 of file vtkAMREnzoReaderInternal.h.

◆ NumberOfDimensions

int vtkEnzoReaderBlock::NumberOfDimensions

Definition at line 83 of file vtkAMREnzoReaderInternal.h.

◆ BlockCellDimensions

int vtkEnzoReaderBlock::BlockCellDimensions[3]

Definition at line 84 of file vtkAMREnzoReaderInternal.h.

◆ BlockNodeDimensions

int vtkEnzoReaderBlock::BlockNodeDimensions[3]

Definition at line 85 of file vtkAMREnzoReaderInternal.h.

◆ MinBounds

double vtkEnzoReaderBlock::MinBounds[3]

Definition at line 87 of file vtkAMREnzoReaderInternal.h.

◆ MaxBounds

double vtkEnzoReaderBlock::MaxBounds[3]

Definition at line 88 of file vtkAMREnzoReaderInternal.h.

◆ SubdivisionRatio

double vtkEnzoReaderBlock::SubdivisionRatio[3]

Definition at line 89 of file vtkAMREnzoReaderInternal.h.

◆ BlockFileName

std::string vtkEnzoReaderBlock::BlockFileName

Definition at line 91 of file vtkAMREnzoReaderInternal.h.

◆ ParticleFileName

std::string vtkEnzoReaderBlock::ParticleFileName

Definition at line 92 of file vtkAMREnzoReaderInternal.h.


The documentation for this class was generated from the following file: