MeVisLab Toolbox Reference
CSOIsoProcessor.h File Reference

Go to the source code of this file.

Classes

class  ml::CSOIsoProcessor
 The CSOIsoProcessor interactively finds an iso contour on the slice being displayed by the SoView2D module or on the optional input image. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Enumerations

enum  ml::CSOIsoStartCondition { ml::START_ALWAYS = 0 , ml::START_HIT_LOWER_ISO_VALUE = 1 , ml::START_HIT_GREATER_ISO_VALUE = 2 }
 Enumeration of line styles (order as StylePalette::LineStyle). More...
 

Variables

constexpr const char * ml::SUB_TYPE_ISO_FIXED_SINGLE = "SUB_TYPE_ISO_FIXED_SINGLE"
 Subtype: a single CSO at a fixed iso value. More...
 
constexpr const char * ml::SUB_TYPE_ISO_INTERACTIVE_SINGLE = "SUB_TYPE_INTERACTIVE_SINGLE"
 Subtype: a single CSO at some interactively chosen value. More...
 
constexpr const char * ml::SUB_TYPE_ISO_FIXED_ALL = "SUB_TYPE_ISO_FIXED_ALL"
 Subtype: all CSOs at a fixed value. More...
 
constexpr const char * ml::SUB_TYPE_ISO_INTERACTIVE_ALL = "SUB_TYPE_INTERACTIVE_ALL"
 Subtype: all CSOs at some interactively chosen value. More...