MeVisLabToolboxReference
ml::CSOMarchingSquares::AmbiguousCell Struct Reference

This structure stores an ambiguous cell for a later resolving. More...

#include <CSOMarchingSquares.h>

List of all members.

Public Member Functions

 AmbiguousCell ()
 Constructor.
 AmbiguousCell (CSOMarchingSquaresCell::vecPoint2DIter s, CSOMarchingSquaresCell::vecPoint2DIter e, CSOMarchingSquaresCell c)
 Constructor.

Public Attributes

CSOMarchingSquaresCell::vecPoint2DIter start
 Iterator to the start point of the list of 2D points (current scanned CSO).
CSOMarchingSquaresCell::vecPoint2DIter end
 Iterator to the end point of the list of 2D points (current scanned CSO).
CSOMarchingSquaresCell cell
 The cell itself that yields an ambiguity.

Detailed Description

This structure stores an ambiguous cell for a later resolving.

Definition at line 31 of file CSOMarchingSquares.h.


Constructor & Destructor Documentation

ml::CSOMarchingSquares::AmbiguousCell::AmbiguousCell ( ) [inline]

Constructor.

Definition at line 37 of file CSOMarchingSquares.h.

ml::CSOMarchingSquares::AmbiguousCell::AmbiguousCell ( CSOMarchingSquaresCell::vecPoint2DIter  s,
CSOMarchingSquaresCell::vecPoint2DIter  e,
CSOMarchingSquaresCell  c 
) [inline]

Constructor.

Definition at line 39 of file CSOMarchingSquares.h.


Member Data Documentation

The cell itself that yields an ambiguity.

Definition at line 34 of file CSOMarchingSquares.h.

Iterator to the end point of the list of 2D points (current scanned CSO).

Definition at line 33 of file CSOMarchingSquares.h.

Iterator to the start point of the list of 2D points (current scanned CSO).

Definition at line 32 of file CSOMarchingSquares.h.


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