BALL 1.5.0
|
#include <BALL/STRUCTURE/SASVertex.h>
Friends | |
Class friends | |
| |
class | SASEdge |
class | SASFace |
class | SolventAccessibleSurface |
class | TriangulatedSAS |
class | SASTriangulator |
Class friends | |
|
Predicates | |
TVector3< double > | point_ |
virtual bool | operator== (const SASVertex &) const |
virtual bool | operator!= (const SASVertex &) const |
virtual bool | operator*= (const SASVertex &) const |
Additional Inherited Members | |
![]() | |
typedef HashSet< SASEdge * >::Iterator | EdgeIterator |
typedef HashSet< SASEdge * >::ConstIterator | ConstEdgeIterator |
typedef HashSet< SASFace * >::Iterator | FaceIterator |
typedef HashSet< SASFace * >::ConstIterator | ConstFaceIterator |
![]() | |
HashSet< SASEdge * > | edges_ |
HashSet< SASFace * > | faces_ |
Index | index_ |
Generic SASVertex Class.
<>
Definition at line 28 of file SASVertex.h.
BALL::SASVertex::SASVertex | ( | ) |
Default constructor. This method creates a new SASVertex object.
Detailled constructor. Create a new SASVertex object from some nice objects.
point | assigned to the point representet by the vertex |
index | assigned to the index of the vertex |
|
virtual |
Destructor. Destructs the RSVertex object.
Return the point represented by the SASVertex.
Inequality operator.
Reimplemented from BALL::GraphVertex< SASVertex, SASEdge, SASFace >.
Similarity operator.
Reimplemented from BALL::GraphVertex< SASVertex, SASEdge, SASFace >.
Equality operator.
Reimplemented from BALL::GraphVertex< SASVertex, SASEdge, SASFace >.
Assign to a TVector3<double> and an Index.
point | assigned to the point represented by the vertex |
index | assigned to the index of the vertex |
Set the point represented by the SASVertex.
point | the new point |
|
friend |
Definition at line 41 of file SASVertex.h.
|
friend |
Definition at line 42 of file SASVertex.h.
|
friend |
Definition at line 45 of file SASVertex.h.
|
friend |
Definition at line 43 of file SASVertex.h.
|
friend |
Definition at line 44 of file SASVertex.h.
Definition at line 161 of file SASVertex.h.