Network< T > Class Template Reference
[Networks of points]

Collaboration diagram for Network< T >:
[legend]

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:

Generated on Fri Oct 24 18:41:59 2008 for IDIL by  doxygen 1.5.5