#include <Connectivity.h>
Public Member Functions | |
| Connectivity () | |
| constructor | |
| ~Connectivity () | |
| distructor | |
| void | setRadius (Decimal value) |
| unsigned int | size () |
| void | add (PosiFeature &pf) |
| void | subnet (vector< unsigned int > &connComp, unsigned int id) |
| copute the connected component of id, | |
| void | subnets (vector< unsigned int > &group) |
| extend a group with its neighbors | |
| void | clear () |
| call the ".clear()" on _posiFeatures and _connMatrix | |
1.5.6