TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
IntBoxData< _SIZE_ > Struct Template Reference
Collaboration diagram for IntBoxData< _SIZE_ >:
[legend]

Public Types

using ArrOfInt_t = ArrOfInt_T<_SIZE_>
using AOBit_ = ArrOfBit_32_64<_SIZE_>

Public Member Functions

 IntBoxData (int xmin, int ymin, int zmin, int xmax, int ymax, int zmax, ArrOfInt_t &elements, AOBit_ *markers)

Public Attributes

int xmin_
int ymin_
int zmin_
int xmax_
int ymax_
int zmax_
ArrOfInt_telements_
AOBit_markers_

Detailed Description

template<typename _SIZE_>
struct IntBoxData< _SIZE_ >

Definition at line 161 of file Octree_Int.cpp.

Member Typedef Documentation

◆ AOBit_

template<typename _SIZE_>
using IntBoxData< _SIZE_ >::AOBit_ = ArrOfBit_32_64<_SIZE_>

Definition at line 164 of file Octree_Int.cpp.

◆ ArrOfInt_t

template<typename _SIZE_>
using IntBoxData< _SIZE_ >::ArrOfInt_t = ArrOfInt_T<_SIZE_>

Definition at line 163 of file Octree_Int.cpp.

Constructor & Destructor Documentation

◆ IntBoxData()

template<typename _SIZE_>
IntBoxData< _SIZE_ >::IntBoxData ( int xmin,
int ymin,
int zmin,
int xmax,
int ymax,
int zmax,
ArrOfInt_t & elements,
AOBit_ * markers )
inline

Definition at line 166 of file Octree_Int.cpp.

Member Data Documentation

◆ elements_

template<typename _SIZE_>
ArrOfInt_t& IntBoxData< _SIZE_ >::elements_

Definition at line 176 of file Octree_Int.cpp.

◆ markers_

template<typename _SIZE_>
AOBit_* IntBoxData< _SIZE_ >::markers_

Definition at line 177 of file Octree_Int.cpp.

◆ xmax_

template<typename _SIZE_>
int IntBoxData< _SIZE_ >::xmax_

Definition at line 175 of file Octree_Int.cpp.

◆ xmin_

template<typename _SIZE_>
int IntBoxData< _SIZE_ >::xmin_

Definition at line 174 of file Octree_Int.cpp.

◆ ymax_

template<typename _SIZE_>
int IntBoxData< _SIZE_ >::ymax_

Definition at line 175 of file Octree_Int.cpp.

◆ ymin_

template<typename _SIZE_>
int IntBoxData< _SIZE_ >::ymin_

Definition at line 174 of file Octree_Int.cpp.

◆ zmax_

template<typename _SIZE_>
int IntBoxData< _SIZE_ >::zmax_

Definition at line 175 of file Octree_Int.cpp.

◆ zmin_

template<typename _SIZE_>
int IntBoxData< _SIZE_ >::zmin_

Definition at line 174 of file Octree_Int.cpp.


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