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

Module which enables interactive generation of primitive contours such as ellipses and rectangles. More...

Go to the source code of this file.

Classes

class  ml::CSOPrimitiveProcessor
 Module which enables interactive generation of primitive contours such as ellipses and rectangles. More...

Namespaces

namespace  ml
 

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


Enumerations

enum  ml::PRIMITIVE_TYPE { ml::PRIMITIVE_RECT = 0, ml::PRIMITIVE_ELLIPSE = 1 }
 Enumeration of the contour type. More...

Variables

static const char * ml::PrimitiveTypes [2] = {"Rectangle", "Ellipse"}
 The module's types as strings.
static const char * ml::SUB_TYPE_RECT = "SUB_TYPE_RECT"
 Subtype: a rectangle.
static const char * ml::SUB_TYPE_ELLIPSE = "SUB_TYPE_ELLIPSE"
 Subtype: an ellipse.

Detailed Description

Module which enables interactive generation of primitive contours such as ellipses and rectangles.

Author:
Olaf Konrad
Date:
01/2007

Definition in file CSOPrimitiveProcessor.h.