Public Member Functions | |
| FaceNodes (const RCP< Node > &a, const RCP< Node > &b, const RCP< Node > &c) | |
| bool | operator< (const FaceNodes &other) const |
| const Set< int > & | nodes () const |
Private Attributes | |
| RCP< Set< int > > | nodeLIDSet_ |
Definition at line 25 of file SundanceRivaraFace.hpp.
| Sundance::Rivara::FaceNodes::FaceNodes | ( | const RCP< Node > & | a, | |
| const RCP< Node > & | b, | |||
| const RCP< Node > & | c | |||
| ) | [inline] |
Definition at line 29 of file SundanceRivaraFace.hpp.
| const Set<int>& Sundance::Rivara::FaceNodes::nodes | ( | ) | const [inline] |
Definition at line 44 of file SundanceRivaraFace.hpp.
References nodeLIDSet_.
Referenced by Sundance::RefinementTransformation::rivaraToMesh().
| bool Sundance::Rivara::FaceNodes::operator< | ( | const FaceNodes & | other | ) | const [inline] |
RCP<Set<int> > Sundance::Rivara::FaceNodes::nodeLIDSet_ [private] |