DtAggregateDynamicFeaturesContoller; creates dynamic features from entities.
|
typedef
MAKVRinTerra::DtFeature::ForEachFunction | ForEachFunction |
| |
typedef
MAKVRinTerra::DtFeature::Key | Key |
| |
typedef
MAKVRinTerra::DtFeature::Attribute | Attribute |
| |
typedef
MAKVRinTerra::DtFeature::DeleteCallback | DeleteCallback |
| |
typedef
MAKVRinTerra::DtFeature::DetachCallback | DetachCallback |
| |
typedef boost::shared_ptr
< DtDynamicFeature > | Ptr |
| |
typedef boost::shared_ptr
< const DtDynamicFeature > | CPtr |
| |
typedef boost::shared_ptr
< DtFeature > | Ptr |
| |
typedef boost::shared_ptr
< const DtFeature > | CPtr |
| |
typedef boost::variant
< std::string, long long, bool,
double > | Attribute |
| |
typedef boost::function< void(const
Key &, const Attribute &)> | ForEachFunction |
| |
| typedef boost::function< void()> | DetachCallback |
| |
| typedef boost::function< void()> | DeleteCallback |
| |
| template<typename T > |
| static boost::optional< T > | ConvertAttribute (const Attribute &attr) |
| |
| static std::string | TypeOfAttribute (const Attribute &) |
| |
| static std::auto_ptr< DtFeature > | CreateEmptyFeature () |
| |
| static std::auto_ptr< DtFeature > | CreateGeometryFeature (const DtFeatureGeometry &) |
| |
| static std::auto_ptr< DtFeature > | CreateGeometryFeature (const DtFeatureGeometry &, unsigned char red, unsigned char green, unsigned char blue) |
| |
| static std::auto_ptr< DtFeature > | CreateCopy (const DtFeature &feature) |
| |
| static bool | Equal (const Attribute &, const Attribute &) |
| |
| static bool | NotEqual (const Attribute &, const Attribute &) |
| |
| static bool | Less (const Attribute &, const Attribute &) |
| |
| static bool | LessOrEqual (const Attribute &, const Attribute &) |
| |
| static bool | Greater (const Attribute &, const Attribute &) |
| |
| static bool | GreaterOrEqual (const Attribute &, const Attribute &) |
| |
| static bool | Regex (const Attribute &text, const Attribute &pattern) |
| |
| static const char * | TypeName |
| |
| typedef tbb::spin_rw_mutex | Mutex |
| |
typedef
boost::signals2::signal< void()> | DeleteSignal |
| |
| typedef std::map< Key, Attribute > | AttributeMap |
| |
| const DtSimObject * | myObject |
| |
| DtObjectType | myObjectType |
| |
| std::string | myObjectTypeString |
| |
| DtVector | myLastPosition |
| |
| Mutex | myMutex |
| |
| bool | myDeletedFlag |
| |
| DeleteSignal | myDeleteSignal |
| |
| DtFeatureGeometry | myGeometry |
| |
| AttributeMap | myAttributes |
| |