MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLCSO/CSOTools/CSOPathPointIterator.h File Reference

Helper class for easy forward and backward iterating over all path points of a CSO. More...

#include "CSOBase/CSO.h"
#include "MLCSOIncludes.h"

Go to the source code of this file.

Classes

class  ml::CSOPathPointIterator
class  ml::CSOPathPointConstIterator

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Variables

const CSOPathPointIterator ml::CSOPathPointIteratorEnd = CSOPathPointIterator()
 A symbolic iterator that indicates that a CSOPathPointIterator has reached the end of a cso.
const CSOPathPointConstIterator ml::CSOPathPointConstIteratorEnd = CSOPathPointConstIterator()
 A symbolic iterator that indicates that a CSOPathPointConstIterator has reached the end of a cso.

Detailed Description

Helper class for easy forward and backward iterating over all path points of a CSO.

Works even on closed CSOs and over seed point boundaries.

Author:
Frank Heckel
Date:
04/2008

Definition in file CSOPathPointIterator.h.