Home Previous Up Next Index

armarx::VariantBase

Overview

[ "cpp:virtual" ] class VariantBase

Derived Classes and Interfaces

TimedVariantBase

Used By

ParameterList
StringVariantBaseMap
VariantBaseList
VariantBaseSeq
VariantBaseSequence
DataFieldRegistryEntry::value
DatafieldFilterBase::calculate
DatafieldFilterBase::filteredValue
DatafieldFilterBase::getValue
DatafieldFilterBase::update
DebugObserverInterface::setDebugDatafield
ExampleUnitInterface::setPeriodicValue
ExampleUnitListener::reportPeriodicValue
LiteralImplBase::setValueAndData
ParameterBase::getVariant
ParameterBase::setVariant
SingleVariantBase::element
SingleVariantBase::getElementBase
VariantParameterBase::variant
WidgetDescription::VariantWidgetContent::SingleVariant::content
::memoryx::AttributeElement::value
::memoryx::EntityAttributeBase::addValue
::memoryx::EntityAttributeBase::addValueWithUncertainty
::memoryx::EntityAttributeBase::getValue
::memoryx::EntityAttributeBase::getValueAt
::memoryx::EntityAttributeBase::hasValue
::memoryx::EntityAttributeBase::setValue
::memoryx::EntityAttributeBase::setValueWithUncertainty
::memoryx::MotionModelAttachedToOtherObjectBase::globalPoseOfObjectToWhichThisIsAttachedAtLocalizationStart
::memoryx::MotionModelAttachedToOtherObjectBase::initialGlobalPoseOfObjectToWhichThisIsAttached

Operation Index

setType
setInt
setLong
setFloat
setDouble
setString
setBool
getInt
getLong
getFloat
getDouble
getString
getBool
validate
getType
getTypeName
getInitialized

Data Member Index

data
typeId

Operations

void setType(int type)

void setInt(int i) throws InvalidTypeException

void setLong(long i) throws InvalidTypeException

void setFloat(float f) throws InvalidTypeException

void setDouble(double f) throws InvalidTypeException

void setString(string s) throws InvalidTypeException

void setBool(bool b) throws InvalidTypeException

int getInt() throws InvalidTypeException

long getLong() throws InvalidTypeException

float getFloat() throws InvalidTypeException

double getDouble() throws InvalidTypeException

string getString() throws InvalidTypeException

bool getBool() throws InvalidTypeException

bool validate()

int getType()

string getTypeName()

bool getInitialized()

Data Members

VariantData data;

[ "protected" ] int typeId;


Home Previous Up Next Index