#include <MemoryX/libraries/memorytypes/entity/SEC/SECRelation.h>
|
| TouchingRelation () |
|
| TouchingRelation (const ObjectClassBasePtr &possibleObject1, const ObjectClassBasePtr &possibleObject2) |
|
| TouchingRelation (const ObjectClassList &possibleObjects1, const ObjectClassList &possibleObjects2) |
|
armarx::VariantDataClassPtr | clone (const Ice::Current &c=Ice::emptyCurrent) const override |
|
void | deserialize (const armarx::ObjectSerializerBasePtr &serializer, const Ice::Current &c=Ice::emptyCurrent) override |
|
std::string | getName (const Ice::Current &c=Ice::emptyCurrent) const override |
|
Ice::Int | getType (const Ice::Current &c=Ice::emptyCurrent) const override |
|
bool | hasEqualObjects (const SECRelationBasePtr &other, const Ice::Current &c=Ice::emptyCurrent) override |
|
Ice::ObjectPtr | ice_clone () const override |
|
bool | isEqual (const SECRelationBasePtr &other, bool ignoreName) const |
|
bool | isEqual (const SECRelationBasePtr &other, const Ice::Current &c=Ice::emptyCurrent) const override |
|
std::string | objects1ToString () const |
|
std::string | objects2ToString () const |
|
std::string | output (const Ice::Current &c=Ice::emptyCurrent) const override |
|
| SECRelation () |
|
| SECRelation (const std::string &relationName, const ObjectClassBasePtr &possibleObject1, const ObjectClassBasePtr &possibleObject2) |
|
| SECRelation (const std::string &relationName, const ObjectClassList &possibleObjects1, const ObjectClassList &possibleObjects2) |
|
void | serialize (const armarx::ObjectSerializerBasePtr &serializer, const Ice::Current &c=Ice::emptyCurrent) const override |
|
void | setName (const std::string &name, const Ice::Current &c=Ice::emptyCurrent) override |
|
bool | validate (const Ice::Current &c=Ice::emptyCurrent) override |
|
|
bool | _isEqual (const SECRelationBasePtr &other, bool ignoreName=false, bool reversed=false) const |
|
Definition at line 88 of file SECRelation.h.
◆ TouchingRelation() [1/3]
◆ TouchingRelation() [2/3]
TouchingRelation |
( |
const ObjectClassList & |
possibleObjects1, |
|
|
const ObjectClassList & |
possibleObjects2 |
|
) |
| |
◆ TouchingRelation() [3/3]
TouchingRelation |
( |
const ObjectClassBasePtr & |
possibleObject1, |
|
|
const ObjectClassBasePtr & |
possibleObject2 |
|
) |
| |
The documentation for this class was generated from the following files: