#include <IFData.H>
Public Types | |
typedef Real | EdgeIntersection |
typedef int | Vertex |
typedef map< int, int > | CornerSigns |
typedef Real | Rvect |
Public Member Functions | |
IFData () | |
IFData (const IFData< 1 > &a_ifData) | |
IFData (const IFData< 2 > &a_hIFData, const int &a_idir, const int &a_hilo) | |
~IFData () | |
void | print (ostream &a_out) const |
void | operator= (const IFData< 1 > &a_ifData) |
Public Attributes | |
CornerSigns | m_cornerSigns |
EdgeIntersection | m_intersection |
Rvect | m_dx |
Rvect | m_normal |
bool | m_allVerticesIn |
bool | m_allVerticesOut |
bool | m_allVerticesOn |
typedef Real IFData< 1 >::EdgeIntersection |
typedef map<int,int> IFData< 1 >::CornerSigns |
void IFData< 1 >::print | ( | ostream & | a_out | ) | const [inline] |
CornerSigns IFData< 1 >::m_cornerSigns |
bool IFData< 1 >::m_allVerticesIn |
bool IFData< 1 >::m_allVerticesOut |
bool IFData< 1 >::m_allVerticesOn |