|
BALL
1.4.79
|
#include <BALL/STRUCTURE/SASVertex.h>
Protected Attributes | |
| TVector3< double > | point_ |
Protected Attributes inherited from BALL::GraphVertex< SASVertex, SASEdge, SASFace > | |
| HashSet< SASEdge * > | edges_ |
| HashSet< SASFace * > | faces_ |
| Index | index_ |
Friends | |
Class friends | |
| |
| class | SASEdge |
| class | SASFace |
| class | SolventAccessibleSurface |
| class | TriangulatedSAS |
| class | SASTriangulator |
Class friends | |
| |
Additional Inherited Members | |
Public Types inherited from BALL::GraphVertex< SASVertex, SASEdge, SASFace > | |
| typedef HashSet< SASEdge * > ::Iterator | EdgeIterator |
| typedef HashSet< SASEdge * > ::ConstIterator | ConstEdgeIterator |
| typedef HashSet< SASFace * > ::Iterator | FaceIterator |
| typedef HashSet< SASFace * > ::ConstIterator | ConstFaceIterator |
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.
1.8.7