![]() |
stromx
0.8.0
|
Visualization variants. More...
#include <Visualization.h>
Public Member Functions | |
| virtual const std::string | title () const |
| virtual bool | isVariant (const VariantInterface &variant) const |
Public Member Functions inherited from stromx::runtime::Variant | |
| unsigned int | id () const |
| const std::string & | package () const |
Public Member Functions inherited from stromx::runtime::VariantInterface | |
| virtual CompositeType | compositeType () const |
| virtual const VariantHandle | lhs () const |
| virtual const VariantHandle | rhs () const |
Additional Inherited Members | |
Public Types inherited from stromx::runtime::VariantInterface | |
| enum | CompositeType { NO_COMPOSITE, AND_COMPOSITE, OR_COMPOSITE } |
Protected Types inherited from stromx::runtime::Variant | |
| enum | Types { NONE_ID, DATA_ID, TRIGGER_ID, PRIMITIVE_ID, BOOL_ID, ENUM_ID, INT_ID, UINT_ID, INT_8_ID, UINT_8_ID, INT_16_ID, UINT_16_ID, INT_32_ID, UINT_32_ID, INT_64_ID, UINT_64_ID, FLOAT_ID, FLOAT_32_ID, FLOAT_64_ID, STRING_ID, LIST_ID, MATRIX_ID, INT_MATRIX_ID, UINT_MATRIX_ID, INT_8_MATRIX_ID, UINT_8_MATRIX_ID, INT_16_MATRIX_ID, UINT_16_MATRIX_ID, INT_32_MATRIX_ID, UINT_32_MATRIX_ID, FLOAT_MATRIX_ID, FLOAT_32_MATRIX_ID, FLOAT_64_MATRIX_ID, IMAGE_ID, MONO_IMAGE_ID, RGB_IMAGE_ID, MONO_8_IMAGE_ID, RGB_24_IMAGE_ID, BGR_24_IMAGE_ID, BAYERBG_8_IMAGE_ID, BAYERGB_8_IMAGE_ID, BAYERBG_16_IMAGE_ID, BAYERGB_16_IMAGE_ID, MONO_16_IMAGE_ID, RGB_48_IMAGE_ID, BGR_48_IMAGE_ID, FILE_ID, BINARY_FILE_ID, TEXT_FILE_ID, TRIBOOL_ID, NUM_VARIANTS } |
Protected Member Functions inherited from stromx::runtime::Variant | |
| Variant (const unsigned int id) | |
Visualization variants.
|
virtual |
Returns true if this is a subtype of type. E.g. INT_16.isVariant(INT) == true.
Reimplemented from stromx::runtime::Variant.
|
virtual |
Returns the title of the data variant.
Reimplemented from stromx::runtime::Variant.
|
static |
Matrix data which represents circles.
|
static |
Matrix data which represents rotated ellipses.
|
static |
Matrix data which represents histograms.
|
static |
Matrix data which represents lines.
|
static |
Matrix data which represents line segments.
|
static |
Matrix data which represents points.
|
static |
Matrix data which represents polygons.
|
static |
Matrix data which represents polylines.
|
static |
Matrix data which represents axis aligned rectangles.
|
static |
Matrix data which represents rotated rectangles.
1.8.12