|
BALL
1.4.2
|
#include <BALL/STRUCTURE/RSVertex.h>
Protected Attributes | |
| Index | atom_ |
Protected Attributes inherited from BALL::GraphVertex< RSVertex, RSEdge, RSFace > | |
| HashSet< RSEdge * > | edges_ |
| HashSet< RSFace * > | faces_ |
| Index | index_ |
Friends | |
Class friends | |
| |
| class | RSEdge |
| class | RSFace |
| class | ReducedSurface |
| class | RSComputer |
| class | SESEdge |
| class | SESFace |
| class | SESVertex |
| class | SolventExcludedSurface |
| class | SESComputer |
| class | SESSingularityCleaner |
| class | TriangulatedSES |
| class | SESTriangulator |
| class | SASEdge |
| class | SASFace |
| class | SASVertex |
| class | SolventAccessibleSurface |
| class | TriangulatedSAS |
| class | SASTriangulator |
Class friends | |
| |
Additional Inherited Members | |
Public Types inherited from BALL::GraphVertex< RSVertex, RSEdge, RSFace > | |
| typedef HashSet< RSEdge * > ::Iterator | EdgeIterator |
| typedef HashSet< RSEdge * > ::ConstIterator | ConstEdgeIterator |
| typedef HashSet< RSFace * > ::Iterator | FaceIterator |
| typedef HashSet< RSFace * > ::ConstIterator | ConstFaceIterator |
Generic RSVertex Class.
Definition at line 37 of file RSVertex.h.
| BALL::RSVertex::RSVertex | ( | ) |
Default constructor. This method creates a new RSVertex object.
| BALL::RSVertex::RSVertex | ( | Index | atom | ) |
Detailled constructor. Create a new RSVertex object from an index.
| atom | assigned to the index of the atom |
|
virtual |
Destructor. Destructs the RSVertex object.
| Index BALL::RSVertex::getAtom | ( | ) | const |
Return the index of the atom represented by the vertex.
Inequality operator.
Reimplemented from BALL::GraphVertex< RSVertex, RSEdge, RSFace >.
Similarity operator.
Reimplemented from BALL::GraphVertex< RSVertex, RSEdge, RSFace >.
Equality operator.
Reimplemented from BALL::GraphVertex< RSVertex, RSEdge, RSFace >.
| void BALL::RSVertex::setAtom | ( | Index | atom | ) |
Set the index of the atom represented by the vertex.
| atom | the new index |
|
friend |
Definition at line 65 of file RSVertex.h.
|
friend |
Definition at line 66 of file RSVertex.h.
|
friend |
Definition at line 63 of file RSVertex.h.
|
friend |
Definition at line 64 of file RSVertex.h.
|
friend |
Definition at line 75 of file RSVertex.h.
|
friend |
Definition at line 76 of file RSVertex.h.
|
friend |
Definition at line 80 of file RSVertex.h.
|
friend |
Definition at line 77 of file RSVertex.h.
|
friend |
Definition at line 71 of file RSVertex.h.
|
friend |
Definition at line 67 of file RSVertex.h.
|
friend |
Definition at line 68 of file RSVertex.h.
|
friend |
Definition at line 72 of file RSVertex.h.
|
friend |
Definition at line 74 of file RSVertex.h.
|
friend |
Definition at line 69 of file RSVertex.h.
|
friend |
Definition at line 78 of file RSVertex.h.
|
friend |
Definition at line 70 of file RSVertex.h.
|
friend |
Definition at line 79 of file RSVertex.h.
|
friend |
Definition at line 73 of file RSVertex.h.
|
protected |
Definition at line 181 of file RSVertex.h.
1.8.3.1