MeVisLabToolboxReference
ml::NodeAnalyser Class Reference

#include <mlGraphAnalyser.h>

List of all members.

Public Member Functions

Initialization
 NodeAnalyser (long NMode, DataMap *pData=NULL)
 constructor: connect operator() to the requested functionality
public functions
void operator() (VesselNode *pNode)

Detailed Description

--- Class NodeAnalyser

Functor-class implementing methods for an analysis of nodes. class NodeAnalyser is designed for use in std::algorithm functions

Definition at line 542 of file mlGraphAnalyser.h.


Constructor & Destructor Documentation

ml::NodeAnalyser::NodeAnalyser ( long  NMode,
DataMap pData = NULL 
) [inline, explicit]

constructor: connect operator() to the requested functionality

Definition at line 552 of file mlGraphAnalyser.h.

References ml::OUTDATA_CLUSTER, ml::OUTDATA_ROOT, ml::PROC_CLUSTER, and ml::PROC_ROOT.


Member Function Documentation

void ml::NodeAnalyser::operator() ( VesselNode pNode) [inline]

Definition at line 589 of file mlGraphAnalyser.h.


The documentation for this class was generated from the following file: