Network< T > Class Template Reference
[Networks of points]
List of all members.
|
Public Member Functions |
| Network (Array< T > &, Array< T > &, Array< T > &) |
| Constructor for the X,Y,Z coordinates.
|
| Network (Array< T > &, Array< T > &, Array< T > &, Array< long > &) |
| Constructor from the X,Y,Z coordinates and the links array.
|
Array< long > & | neighbourList (long node) |
| Returns the list of the neighbours of a particular node.
|
Array< long > & | linkList (long n) |
| Returns the list of the neighbours of a particular node.
|
int | connectivity (long n) |
| Returns the number of links or neigbours of a particular node.
|
Array< int > & | connectivity () |
| Returns the number of links or neigbours of each node.
|
void | removeLink (long l) |
| Remove a link.
|
void | removeNode (long n) |
| Remove a node.
|
void | removeLinks (Array< long > &) |
| Remove a set of links from the network.
|
void | removeNodes (Array< long > &) |
| Remove a set of nodes from the network.
|
void | savePDB (char *) |
| Save the network as a .pdb file.
|
Detailed Description
template<class T>
class Network< T >
The documentation for this class was generated from the following file:
- /home/alexandre/local/include/IDIL/IDIL_Networks.h