MeVisLabToolboxReference
MeVisLab/Standard/Sources/Inventor/SoCSO/CSOProcessor/CSOIsoProcessor/CSOIsoProcessor.h File Reference

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

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

namespace  ml
 

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


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

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

Detailed Description

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

Author:
Olaf Konrad, Alexander Koehn
Date:
02/2007

Definition in file CSOIsoProcessor.h.