HomeSort by relevance Sort by last modified time
    Searched refs:TypedAttribute (Results 1 - 21 of 21) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfAttribute.h 133 class TypedAttribute: public Attribute
141 TypedAttribute ();
142 TypedAttribute (const T &value);
143 TypedAttribute (const TypedAttribute<T> &other);
144 virtual ~TypedAttribute ();
203 static TypedAttribute * cast (Attribute *attribute);
204 static const TypedAttribute * cast (const Attribute *attribute);
205 static TypedAttribute & cast (Attribute &attribute);
206 static const TypedAttribute & cast (const Attribute &attribute)
    [all...]
ImfVecAttribute.h 58 typedef TypedAttribute<Imath::V2i> V2iAttribute;
64 typedef TypedAttribute<Imath::V2f> V2fAttribute;
70 typedef TypedAttribute<Imath::V2d> V2dAttribute;
76 typedef TypedAttribute<Imath::V3i> V3iAttribute;
82 typedef TypedAttribute<Imath::V3f> V3fAttribute;
88 typedef TypedAttribute<Imath::V3d> V3dAttribute;
ImfDoubleAttribute.h 52 typedef TypedAttribute<double> DoubleAttribute;
ImfFloatAttribute.h 52 typedef TypedAttribute<float> FloatAttribute;
ImfIntAttribute.h 52 typedef TypedAttribute<int> IntAttribute;
ImfMatrixAttribute.h 56 typedef TypedAttribute<Imath::M33f> M33fAttribute;
62 typedef TypedAttribute<Imath::M33d> M33dAttribute;
68 typedef TypedAttribute<Imath::M44f> M44fAttribute;
74 typedef TypedAttribute<Imath::M44d> M44dAttribute;
ImfBoxAttribute.h 54 typedef TypedAttribute<Imath::Box2i> Box2iAttribute;
60 typedef TypedAttribute<Imath::Box2f> Box2fAttribute;
ImfChannelListAttribute.h 53 typedef TypedAttribute<ChannelList> ChannelListAttribute;
ImfChromaticitiesAttribute.h 53 typedef TypedAttribute<Chromaticities> ChromaticitiesAttribute;
ImfCompressionAttribute.h 53 typedef TypedAttribute<Compression> CompressionAttribute;
ImfEnvmapAttribute.h 52 typedef TypedAttribute<Envmap> EnvmapAttribute;
ImfKeyCodeAttribute.h 53 typedef TypedAttribute<KeyCode> KeyCodeAttribute;
ImfLineOrderAttribute.h 53 typedef TypedAttribute<LineOrder> LineOrderAttribute;
ImfPreviewImageAttribute.h 52 typedef TypedAttribute<PreviewImage> PreviewImageAttribute;
ImfRationalAttribute.h 51 typedef TypedAttribute<Rational> RationalAttribute;
ImfStringAttribute.h 53 typedef TypedAttribute<std::string> StringAttribute;
ImfStringVectorAttribute.h 53 typedef TypedAttribute<StringVector> StringVectorAttribute;
ImfTileDescriptionAttribute.h 51 typedef TypedAttribute<TileDescription> TileDescriptionAttribute;
ImfTimeCodeAttribute.h 53 typedef TypedAttribute<TimeCode> TimeCodeAttribute;
ImfStandardAttributes.cpp 52 header.insert (IMF_STRING (name), TypedAttribute<type> (value)); \
58 return header.findTypedAttribute <TypedAttribute <type> > \
62 const TypedAttribute<type> & \
65 return header.typedAttribute <TypedAttribute <type> > \
69 TypedAttribute<type> & \
72 return header.typedAttribute <TypedAttribute <type> > \
ImfStandardAttributes.h 50 // const TypedAttribute<T> & fooAttribute (const Header &header);
51 // TypedAttribute<T> & fooAttribute (Header &header);
73 const TypedAttribute<type> & name##Attribute (const Header &header); \
74 TypedAttribute<type> & name##Attribute (Header &header); \

Completed in 190 milliseconds