VTK  9.3.20240328
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 40 of file vtkAMREnzoReaderInternal.h.

Constructor & Destructor Documentation

◆ vtkEnzoReaderBlock() [1/2]

vtkEnzoReaderBlock::vtkEnzoReaderBlock ( )
inline

Definition at line 43 of file vtkAMREnzoReaderInternal.h.

◆ ~vtkEnzoReaderBlock()

vtkEnzoReaderBlock::~vtkEnzoReaderBlock ( )
inline

Definition at line 44 of file vtkAMREnzoReaderInternal.h.

◆ vtkEnzoReaderBlock() [2/2]

vtkEnzoReaderBlock::vtkEnzoReaderBlock ( const vtkEnzoReaderBlock other)
inline

Definition at line 45 of file vtkAMREnzoReaderInternal.h.

Member Function Documentation

◆ operator=()

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

Definition at line 46 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 52 of file vtkAMREnzoReaderInternal.h.

◆ Level

int vtkEnzoReaderBlock::Level

Definition at line 53 of file vtkAMREnzoReaderInternal.h.

◆ ParentId

int vtkEnzoReaderBlock::ParentId

Definition at line 54 of file vtkAMREnzoReaderInternal.h.

◆ ChildrenIds

std::vector<int> vtkEnzoReaderBlock::ChildrenIds

Definition at line 55 of file vtkAMREnzoReaderInternal.h.

◆ MinParentWiseIds

int vtkEnzoReaderBlock::MinParentWiseIds[3]

Definition at line 57 of file vtkAMREnzoReaderInternal.h.

◆ MaxParentWiseIds

int vtkEnzoReaderBlock::MaxParentWiseIds[3]

Definition at line 58 of file vtkAMREnzoReaderInternal.h.

◆ MinLevelBasedIds

int vtkEnzoReaderBlock::MinLevelBasedIds[3]

Definition at line 59 of file vtkAMREnzoReaderInternal.h.

◆ MaxLevelBasedIds

int vtkEnzoReaderBlock::MaxLevelBasedIds[3]

Definition at line 60 of file vtkAMREnzoReaderInternal.h.

◆ NumberOfParticles

int vtkEnzoReaderBlock::NumberOfParticles

Definition at line 62 of file vtkAMREnzoReaderInternal.h.

◆ NumberOfDimensions

int vtkEnzoReaderBlock::NumberOfDimensions

Definition at line 63 of file vtkAMREnzoReaderInternal.h.

◆ BlockCellDimensions

int vtkEnzoReaderBlock::BlockCellDimensions[3]

Definition at line 64 of file vtkAMREnzoReaderInternal.h.

◆ BlockNodeDimensions

int vtkEnzoReaderBlock::BlockNodeDimensions[3]

Definition at line 65 of file vtkAMREnzoReaderInternal.h.

◆ MinBounds

double vtkEnzoReaderBlock::MinBounds[3]

Definition at line 67 of file vtkAMREnzoReaderInternal.h.

◆ MaxBounds

double vtkEnzoReaderBlock::MaxBounds[3]

Definition at line 68 of file vtkAMREnzoReaderInternal.h.

◆ SubdivisionRatio

double vtkEnzoReaderBlock::SubdivisionRatio[3]

Definition at line 69 of file vtkAMREnzoReaderInternal.h.

◆ BlockFileName

std::string vtkEnzoReaderBlock::BlockFileName

Definition at line 71 of file vtkAMREnzoReaderInternal.h.

◆ ParticleFileName

std::string vtkEnzoReaderBlock::ParticleFileName

Definition at line 72 of file vtkAMREnzoReaderInternal.h.


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