47 #ifndef _MIRA_TRANSFORMPROPERTY_H_ 48 #define _MIRA_TRANSFORMPROPERTY_H_ 76 template <
typename Reflector>
82 return mID == other.mID;
95 const std::string&
getID()
const {
99 operator std::string()
const {
return mID; }
118 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
constexpr std::enable_if<!FunctionTraits< F >::isFunction, bool >::type isValid()
Definition: RPCPatternCheck.h:193
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...
Framework export macro declaration.
Contains the base interface of all Reflectors, Serializers, etc.
#define MIRA_FRAMEWORK_EXPORT
Definition: FrameworkExports.h:61
bool operator==(const ImgIteratorBase &a, const ImgIteratorBase &b)
Definition: ImgIterator.h:225