#include <Moments.H>
Collaboration diagram for edgeMo:
Public Methods | |
void | define (const RealVect &a_loPt, const RealVect &a_hiPt, const int &a_direction, const bool &a_covered) |
edgeMo () | |
RealVect | getLo () |
RealVect | getHi () |
Real | getEdgeLength () |
RealVect | getEdgeCentroid () |
bool | isCovered () |
int | direction () |
Real | moment (const IntVect &monomial) |
Private Attributes | |
RealVect | m_Lo |
RealVect | m_Hi |
Real | m_edgeLength |
RealVect | m_edgeCentroid |
bool | m_covered |
int | m_varOfInt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|