Simple skeletonisation implementation. More...
#include <skeleton.h>
Classes | |
| class | NCube |
| class | Neighbours |
Public Member Functions | |
| Skeleton_basic (const int box=1) | |
| constructor | |
| Skeleton_basic (clipper::Xmap< int > &xskl, const clipper::Xmap< float > &xmap, const int box=1) | |
| constructor: shorthand for constructor+operator | |
| bool | operator() (clipper::Xmap< int > &xskl, const clipper::Xmap< float > &xmap) const |
| Skeletonise a map. | |
Simple skeletonisation implementation.
1.6.1