Classes | |
| class | Network< T > |
Functions | |
| template<class T> | |
| Network< T > & | getLinkNetwork (Network< T > &n) |
| Returns the network where nodes are the edges of n. No connectivity is implemented. | |
| template<class T> | |
| void | display (Network< T > &n) |
| Create a 3D active display of the network. | |
| template<class T> | |
| void | display (Network< T > &n, Array< Color > &c) |
| Create a 3D active display of the network, using colors for the links. | |
| template<class T> | |
| Array< unsigned char > & | draw (Network< T > &n, int xsz=640, int ysz=480) |
| 2D image representing the network | |
| template<class T> | |
| Array< unsigned char > & | draw (Network< T > &n, Array< Color > &c, int xsz=640, int ysz=480) |
| 2D image representing the network, using colors for the links. | |
Networks contain a list of 3D points and a list of connections between them. Primary use is for display do far. They can also be loaded and saved as pdb files.
1.5.5