Public Member Functions | |
| Face (const RCP< Node > &a, const RCP< Node > &b, const RCP< Node > &c) | |
| Construct with three nodes. | |
| const FaceNodes & | nodes () const |
| int | ownerProc () const |
| int | globalIndex () const |
| Return the global index of this edge. | |
| void | setGlobalIndex (int globalIndex) |
| Set the global index of this edge. | |
| void | setLabel (int label) |
| Set the label of this edge. | |
| int | label () const |
| Get the label. | |
Private Attributes | |
| int | label_ |
| int | globalIndex_ |
| FaceNodes | nodes_ |
| int | ownerProc_ |
Definition at line 54 of file SundanceRivaraFace.hpp.
| int Sundance::Rivara::Face::globalIndex | ( | ) | const [inline] |
Return the global index of this edge.
Definition at line 80 of file SundanceRivaraFace.hpp.
References globalIndex_.
| int Sundance::Rivara::Face::label | ( | ) | const [inline] |
| const FaceNodes& Sundance::Rivara::Face::nodes | ( | ) | const [inline] |
| int Sundance::Rivara::Face::ownerProc | ( | ) | const [inline] |
| void Sundance::Rivara::Face::setGlobalIndex | ( | int | globalIndex | ) | [inline] |
Set the global index of this edge.
Definition at line 85 of file SundanceRivaraFace.hpp.
References globalIndex_.
| void Sundance::Rivara::Face::setLabel | ( | int | label | ) | [inline] |
Set the label of this edge.
Definition at line 90 of file SundanceRivaraFace.hpp.
References label_.
int Sundance::Rivara::Face::globalIndex_ [private] |
Definition at line 99 of file SundanceRivaraFace.hpp.
Referenced by globalIndex(), and setGlobalIndex().
int Sundance::Rivara::Face::label_ [private] |
FaceNodes Sundance::Rivara::Face::nodes_ [private] |
int Sundance::Rivara::Face::ownerProc_ [private] |