#include <CellEdge.H>
Public Member Functions | |
CellEdge (const IntVect &a_node0, const IntVect &a_node1) | |
CellEdge (const IntVect &a_node0, const int a_dir) | |
~CellEdge () | |
void | shift (const int a_dir) |
void | shift (const int a_dir, const int a_offset) |
bool | operator== (const CellEdge &a_edge) const |
Public Attributes | |
int | m_dir |
IntVect | m_node0 |
IntVect | m_node1 |
Private Member Functions | |
CellEdge () | |
void | operator= (const CellEdge &a_inputCellEdge) |
CellEdge::CellEdge | ( | const IntVect & | a_node0, | |
const int | a_dir | |||
) |
CellEdge::~CellEdge | ( | ) |
CellEdge::CellEdge | ( | ) | [inline, private] |
References MayDay::Abort().
void CellEdge::shift | ( | const int | a_dir | ) |
void CellEdge::shift | ( | const int | a_dir, | |
const int | a_offset | |||
) |
bool CellEdge::operator== | ( | const CellEdge & | a_edge | ) | const |
void CellEdge::operator= | ( | const CellEdge & | a_inputCellEdge | ) | [inline, private] |
References MayDay::Abort().
int CellEdge::m_dir |
Referenced by STLUtil::EdgeCompareSWO::operator()().
Referenced by STLUtil::EdgeCompareSWO::operator()().