#include <Proto_MBDataPoint.H>
|
| | MBDataPoint ()=default |
| |
| | MBDataPoint (const MBDataPoint &a_rhs) |
| |
| | MBDataPoint (MBIndex a_dstIndex, Point a_dstPoint, const MBDisjointBoxLayout &a_layout) |
| |
| | MBDataPoint (MBIndex a_dstIndex, Point a_dstPoint, MBIndex a_srcIndex, Point a_srcPoint, const MBDisjointBoxLayout &a_layout) |
| |
| MBDataPoint & | operator= (const MBDataPoint &a_rhs)=default |
| |
| bool | operator== (const MBDataPoint &a_rhs) const |
| |
| bool | operator< (const MBDataPoint &a_rhs) const |
| |
| bool | inBoundary () const |
| |
| const Point & | dstPoint () const |
| |
| const MBIndex & | dstIndex () const |
| |
| const BlockIndex & | dstBlock () const |
| |
| const Point & | srcPoint () const |
| |
| const MBIndex & | srcIndex () const |
| |
| const BlockIndex & | srcBlock () const |
| |
| const Point & | boundaryDir () const |
| |
| template<typename T , unsigned int C, MemType MEM, Centering CTR> |
| BoxData< T, C, MEM > & | dstPatch (MBLevelBoxData< T, C, MEM, CTR > &a_data) const |
| |
| template<typename T , unsigned int C, MemType MEM, Centering CTR> |
| BoxData< T, C, MEM > & | srcPatch (MBLevelBoxData< T, C, MEM, CTR > &a_data) const |
| |
| MBDataPoint | shift (Point a_dstShift, const MBDisjointBoxLayout &a_layout) const |
| |
◆ MBDataPoint() [1/4]
| Proto::MBDataPoint::MBDataPoint |
( |
| ) |
|
|
inlinedefault |
◆ MBDataPoint() [2/4]
| Proto::MBDataPoint::MBDataPoint |
( |
const MBDataPoint & |
a_rhs | ) |
|
|
inline |
◆ MBDataPoint() [3/4]
◆ MBDataPoint() [4/4]
◆ operator=()
◆ operator==()
| bool Proto::MBDataPoint::operator== |
( |
const MBDataPoint & |
a_rhs | ) |
const |
|
inline |
◆ operator<()
| bool Proto::MBDataPoint::operator< |
( |
const MBDataPoint & |
a_rhs | ) |
const |
|
inline |
◆ inBoundary()
| bool Proto::MBDataPoint::inBoundary |
( |
| ) |
const |
|
inline |
◆ dstPoint()
| const Point& Proto::MBDataPoint::dstPoint |
( |
| ) |
const |
|
inline |
◆ dstIndex()
| const MBIndex& Proto::MBDataPoint::dstIndex |
( |
| ) |
const |
|
inline |
◆ dstBlock()
| const BlockIndex& Proto::MBDataPoint::dstBlock |
( |
| ) |
const |
|
inline |
◆ srcPoint()
| const Point& Proto::MBDataPoint::srcPoint |
( |
| ) |
const |
|
inline |
◆ srcIndex()
| const MBIndex& Proto::MBDataPoint::srcIndex |
( |
| ) |
const |
|
inline |
◆ srcBlock()
| const BlockIndex& Proto::MBDataPoint::srcBlock |
( |
| ) |
const |
|
inline |
◆ boundaryDir()
| const Point& Proto::MBDataPoint::boundaryDir |
( |
| ) |
const |
|
inline |
◆ dstPatch()
template<typename T , unsigned int C, MemType MEM, Centering CTR>
◆ srcPatch()
template<typename T , unsigned int C, MemType MEM, Centering CTR>
◆ shift()
◆ m_dstIndex
| MBIndex Proto::MBDataPoint::m_dstIndex |
|
private |
◆ m_srcIndex
| MBIndex Proto::MBDataPoint::m_srcIndex |
|
private |
◆ m_srcPoint
| Point Proto::MBDataPoint::m_srcPoint |
|
private |
◆ m_dstPoint
| Point Proto::MBDataPoint::m_dstPoint |
|
private |
◆ m_srcBlock
◆ m_dstBlock
◆ m_boundaryDir
| Point Proto::MBDataPoint::m_boundaryDir |
|
private |
The documentation for this class was generated from the following file: