| 
    MeVisLab Toolbox Reference
    
   | 
 
#include <CSOMarchingSquares.h>
Public Attributes | |
| CSO * | cso | 
| CSOMarchingSquaresCell::vecPoint2D | positions | 
| float | posZ | 
| PagedImage * | pImg | 
| bool | useSmoothing | 
| float | smoothingFactor | 
| int | numSmoothPasses | 
| int | smoothRange | 
| CSOSmoothingModes | smoothingMode | 
| bool | shouldReduceCSOToOnlyOneSeedPoint | 
Definition at line 68 of file CSOMarchingSquares.h.
| CSO* ml::CSOMarchingSquares::FillCSOParameters::cso | 
Definition at line 70 of file CSOMarchingSquares.h.
| int ml::CSOMarchingSquares::FillCSOParameters::numSmoothPasses | 
Definition at line 76 of file CSOMarchingSquares.h.
| PagedImage* ml::CSOMarchingSquares::FillCSOParameters::pImg | 
Definition at line 73 of file CSOMarchingSquares.h.
| CSOMarchingSquaresCell::vecPoint2D ml::CSOMarchingSquares::FillCSOParameters::positions | 
Definition at line 71 of file CSOMarchingSquares.h.
| float ml::CSOMarchingSquares::FillCSOParameters::posZ | 
Definition at line 72 of file CSOMarchingSquares.h.
| bool ml::CSOMarchingSquares::FillCSOParameters::shouldReduceCSOToOnlyOneSeedPoint | 
Definition at line 79 of file CSOMarchingSquares.h.
| float ml::CSOMarchingSquares::FillCSOParameters::smoothingFactor | 
Definition at line 75 of file CSOMarchingSquares.h.
| CSOSmoothingModes ml::CSOMarchingSquares::FillCSOParameters::smoothingMode | 
Definition at line 78 of file CSOMarchingSquares.h.
| int ml::CSOMarchingSquares::FillCSOParameters::smoothRange | 
Definition at line 77 of file CSOMarchingSquares.h.
| bool ml::CSOMarchingSquares::FillCSOParameters::useSmoothing | 
Definition at line 74 of file CSOMarchingSquares.h.