|
INET Framework for OMNeT++/OMNEST
|
#include <PolyhedronEdge.h>
Public Member Functions | |
| PolyhedronEdge (PolyhedronPoint *point1, PolyhedronPoint *point2, PolyhedronFace *parentFace) | |
| PolyhedronPoint * | getP1 () |
| PolyhedronPoint * | getP2 () |
| const PolyhedronPoint * | getP1 () const |
| const PolyhedronPoint * | getP2 () const |
| void | setNextEdge (PolyhedronEdge *next) |
| void | setPrevEdge (PolyhedronEdge *prev) |
| void | setJointEdge (PolyhedronEdge *jointEdge) |
| PolyhedronEdge * | getjointEdge () |
| PolyhedronEdge * | getNextEdge () |
| PolyhedronEdge * | getPrevEdge () |
| PolyhedronFace * | getParentFace () |
| void | setJointFace (PolyhedronFace *jointFace) |
| PolyhedronFace * | getJointFace () |
| PolyhedronPoint | getEdgeVector () const |
| bool | operator== (const PolyhedronEdge &rhs) const |
Protected Attributes | |
| PolyhedronPoint * | point1 |
| PolyhedronPoint * | point2 |
| PolyhedronFace * | parentFace |
| PolyhedronFace * | jointFace |
| PolyhedronEdge * | jointEdge |
| PolyhedronEdge * | next |
| PolyhedronEdge * | prev |
|
inline |
| PolyhedronPoint inet::PolyhedronEdge::getEdgeVector | ( | ) | const |
|
inline |
|
inline |
Referenced by inet::Polyhedron::mergeFaces().
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by inet::Polyhedron::mergeFaces().
|
inline |
|
inline |
|
inline |
| bool inet::PolyhedronEdge::operator== | ( | const PolyhedronEdge & | rhs | ) | const |
|
inline |
|
inline |
Referenced by inet::Polyhedron::connectFaces().
|
inline |
Referenced by inet::PolyhedronFace::PolyhedronFace().
|
inline |
Referenced by inet::PolyhedronFace::PolyhedronFace().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by getEdgeVector(), and operator==().
|
protected |
Referenced by getEdgeVector(), and operator==().
|
protected |