| 
    MeVisLab Toolbox Reference
    
   | 
 
— Class measureSkeletonAgent More...
#include <mlGraphAnalyser.h>
Public Member Functions | |
Initialization  | |
| measureSkeletonAgent (int nMode, DataMap *pData=nullptr) | |
| constructor: connect operator() to start functionality and initialize parameter for accumulation of path length   | |
public functions  | |
| void | operator() (const Skeleton &oSkeleton) | 
| add Skeleton successive   | |
| void | operator() (Skeleton *oSkeleton) | 
Friends | |
| class | Process | 
| allow functor access to all internal stuff   | |
— Class measureSkeletonAgent
light agent class to measure euclidean distance coming by: For path defined by the passed Skeleton objects is accumulated successive. Voxel positions are interpolated using direct neighbors. class measureSkeletonAgent is designed for use in std::algorithm functions 
Definition at line 643 of file mlGraphAnalyser.h.
      
  | 
  inline | 
constructor: connect operator() to start functionality and initialize parameter for accumulation of path length
Definition at line 671 of file mlGraphAnalyser.h.
References DATA_SCL, OUTDATA_AV_MIN_DIST, OUTDATA_LENGTH, OUTDATA_POS, OUTDATA_VOLUME, PROC_AV_MIN_DIST, PROC_LENGTH, PROC_SCL, PROC_VOLUME, PROC_WEIGHTED_POS, and Process.
      
  | 
  inline | 
add Skeleton successive
Definition at line 726 of file mlGraphAnalyser.h.
      
  | 
  inline | 
Definition at line 732 of file mlGraphAnalyser.h.
      
  | 
  friend | 
allow functor access to all internal stuff
Definition at line 657 of file mlGraphAnalyser.h.
Referenced by measureSkeletonAgent().