47 #ifndef _MIRA_TRANSFORMPROPERTY_H_ 48 #define _MIRA_TRANSFORMPROPERTY_H_ 74 template <
typename Reflector>
80 return mID == other.mID;
93 const std::string&
getID()
const {
97 operator std::string()
const {
return mID; }
116 template<
typename SerializerTag>
Type trait that indicates whether pointer tracking can be enabled for this type.
Definition: IsObjectTrackable.h:68
Type trait that indicates whether a type should be serialized "transparently", i.e.
Definition: IsTransparentSerializable.h:81
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Provides type trait that indicates whether a type should be serialized "transparently".
Provides type trait that indicates whether pointer/object tracking should be enabled for a certain ty...
Contains the base interface of all Reflectors, Serializers, etc.