#include <map>
#include "RealVect.H"
#include "IntVect.H"
#include "MayDay.H"
#include "CellEdge.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"


Go to the source code of this file.
Namespaces | |
| namespace | STLUtil |
Classes | |
| struct | STLUtil::IVCompareSWO |
| struct | STLUtil::EdgeCompareSWO |
| struct | STLUtil::RealIntCompare |
| struct | STLUtil::TriInCell |
Typedefs | |
| typedef map< IntVect, TriInCell, IVCompareSWO > | STLUtil::CellMap |
| typedef map< IntVect, bool, IVCompareSWO > | STLUtil::NodeMap |
| typedef map< CellEdge, RealVect, EdgeCompareSWO > | STLUtil::EdgeMap |
| typedef CellMap::iterator | STLUtil::CellMapIt |
| typedef NodeMap::iterator | STLUtil::NodeMapIt |
| typedef EdgeMap::iterator | STLUtil::EdgeMapIt |
Functions | |
| void | STLUtil::PMap (const CellMap &m) |
| void | STLUtil::PMap (const pair< IntVect, TriInCell > &p) |
| void | STLUtil::PIV (const IntVect &iv) |
| void | STLUtil::PRV (const RealVect &iv) |
| void | STLUtil::PVec (const Vector< int > &v) |
| void | STLUtil::PVec (const Vector< IntVect > &v) |
| void | STLUtil::PVec (const Vector< RealVect > &v) |
| void | STLUtil::PVec (const Vector< Vector< IntVect > > &v) |
| void | STLUtil::PVec (const Vector< Vector< int > > &v) |
| RealVect | STLUtil::IVToRV (const IntVect &iv, const RealVect &a_origin, const RealVect &a_dx) |
| IntVect | STLUtil::RVSign (const RealVect &rv) |
1.5.5