#include <CSOMarchingSquares.h>
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. | |
Definition at line 31 of file CSOMarchingSquares.h.
| ml::CSOMarchingSquares::CSOMarchingSquares::AmbiguousCell::AmbiguousCell | ( | ) | [inline] |
| ml::CSOMarchingSquares::CSOMarchingSquares::AmbiguousCell::AmbiguousCell | ( | CSOMarchingSquaresCell::vecPoint2DIter | s, | |
| CSOMarchingSquaresCell::vecPoint2DIter | e, | |||
| CSOMarchingSquaresCell | c | |||
| ) | [inline] |
| CSOMarchingSquaresCell ml::CSOMarchingSquares::CSOMarchingSquares::AmbiguousCell::cell |
| CSOMarchingSquaresCell::vecPoint2DIter ml::CSOMarchingSquares::CSOMarchingSquares::AmbiguousCell::end |
Iterator to the end point of the list of 2D points (current scanned CSO).
Definition at line 33 of file CSOMarchingSquares.h.
| CSOMarchingSquaresCell::vecPoint2DIter ml::CSOMarchingSquares::CSOMarchingSquares::AmbiguousCell::start |
Iterator to the start point of the list of 2D points (current scanned CSO).
Definition at line 32 of file CSOMarchingSquares.h.
1.5.8