MeVisLabToolboxReference
ml::EdgeAnalyser Class Reference

#include <mlGraphAnalyser.h>

List of all members.

Public Member Functions

Initialization
 EdgeAnalyser (long NMode, DataMap *pData=NULL)
 constructor: connect operator() to the requested functionality
public functions
void operator() (VesselEdge *pEdge)

Detailed Description

--- Class EdgeAnalyser

Functor-class implementing methods for analyzing edges. class EdgeAnalyser is designed for use in std::algorithm functions

Definition at line 381 of file mlGraphAnalyser.h.


Constructor & Destructor Documentation

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

constructor: connect operator() to the requested functionality


Member Function Documentation

void ml::EdgeAnalyser::operator() ( VesselEdge pEdge) [inline]

Definition at line 401 of file mlGraphAnalyser.h.


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