|
|
| SASFace () |
|
| SASFace (const SASFace &sasface, bool deep=false) |
|
virtual | ~SASFace () |
|
|
void | set (const SASFace &sasface, bool deep=false) |
|
SASFace & | operator= (const SASFace &sasface) |
|
|
void | setSphere (const TSphere3< double > &sphere) |
|
TSphere3< double > | getSphere () const |
|
|
virtual bool | operator== (const SASFace &) const |
|
virtual bool | operator!= (const SASFace &) const |
|
virtual bool | operator*= (const SASFace &) const |
|
|
OrientationIterator | beginOrientation () |
|
ConstOrientationIterator | beginOrientation () const |
|
OrientationIterator | endOrientation () |
|
ConstOrientationIterator | endOrientation () const |
|
| GraphFace () |
|
| GraphFace (const GraphFace< SASVertex, SASEdge, SASFace > &face, bool deep=false) |
|
virtual | ~GraphFace () |
|
void | set (const GraphFace< SASVertex, SASEdge, SASFace > &face, bool deep=false) |
|
GraphFace< SASVertex, SASEdge, SASFace > & | operator= (const GraphFace< SASVertex, SASEdge, SASFace > &face) |
|
void | insert (SASVertex *vertex) |
|
void | insert (SASEdge *edge) |
|
void | remove (SASVertex *vertex) |
|
void | remove (SASEdge *edge) |
|
Position | numberOfVertices () const |
|
Position | numberOfEdges () const |
|
void | setIndex (Index index) |
|
Index | getIndex () const |
|
bool | getEdges (const SASVertex *vertex, SASEdge *&edge1, SASEdge *&edge2) const |
|
bool | getEdge (const SASVertex *vertex1, const SASVertex *vertex2, SASEdge *&edge) const |
|
SASEdge * | getSimilarEdge (const SASEdge *edge) const |
|
bool | substitute (const SASVertex *old_vertex, SASVertex *new_vertex) |
|
bool | substitute (const SASEdge *old_edge, SASEdge *new_edge) |
|
virtual bool | operator== (const SASFace &face) const |
|
virtual bool | operator!= (const SASFace &face) const |
|
virtual bool | operator*= (const SASFace &face) const |
|
SASVertex * | has (SASVertex *vertex) const |
|
SASEdge * | has (SASEdge *edge) const |
|
VertexIterator | beginVertex () |
|
ConstVertexIterator | beginVertex () const |
|
VertexIterator | endVertex () |
|
ConstVertexIterator | endVertex () const |
|
EdgeIterator | beginEdge () |
|
ConstEdgeIterator | beginEdge () const |
|
EdgeIterator | endEdge () |
|
ConstEdgeIterator | endEdge () const |
|
Generic SASFace Class. <>
Definition at line 30 of file SASFace.h.