Home
last modified time | relevance | path

Searched refs:staticTypeName (Results 1 – 25 of 37) sorted by relevance

12

/external/opencv3/3rdparty/openexr/IlmImf/
DImfVecAttribute.h59 template <> const char *V2iAttribute::staticTypeName ();
65 template <> const char *V2fAttribute::staticTypeName ();
71 template <> const char *V2dAttribute::staticTypeName ();
77 template <> const char *V3iAttribute::staticTypeName ();
83 template <> const char *V3fAttribute::staticTypeName ();
89 template <> const char *V3dAttribute::staticTypeName ();
DImfMatrixAttribute.h57 template <> const char *M33fAttribute::staticTypeName ();
63 template <> const char *M33dAttribute::staticTypeName ();
69 template <> const char *M44fAttribute::staticTypeName ();
75 template <> const char *M44dAttribute::staticTypeName ();
DImfVecAttribute.cpp56 V2iAttribute::staticTypeName () in staticTypeName() function in Imf::V2iAttribute
82 V2fAttribute::staticTypeName () in staticTypeName() function in Imf::V2fAttribute
108 V2dAttribute::staticTypeName () in staticTypeName() function in Imf::V2dAttribute
134 V3iAttribute::staticTypeName () in staticTypeName() function in Imf::V3iAttribute
162 V3fAttribute::staticTypeName () in staticTypeName() function in Imf::V3fAttribute
190 V3dAttribute::staticTypeName () in staticTypeName() function in Imf::V3dAttribute
DImfBoxAttribute.h55 template <> const char *Box2iAttribute::staticTypeName ();
61 template <> const char *Box2fAttribute::staticTypeName ();
DImfAttribute.h167 static const char * staticTypeName ();
295 return staticTypeName(); in typeName()
389 Attribute::registerAttributeType (staticTypeName(), makeNewAttribute); in registerAttributeType()
397 Attribute::unRegisterAttributeType (staticTypeName()); in unRegisterAttributeType()
DImfBoxAttribute.cpp52 Box2iAttribute::staticTypeName () in staticTypeName() function in Imf::Box2iAttribute
82 Box2fAttribute::staticTypeName () in staticTypeName() function in Imf::Box2fAttribute
DImfMatrixAttribute.cpp54 M33fAttribute::staticTypeName () in staticTypeName() function in Imf::M33fAttribute
98 M33dAttribute::staticTypeName () in staticTypeName() function in Imf::M33dAttribute
142 M44fAttribute::staticTypeName () in staticTypeName() function in Imf::M44fAttribute
202 M44dAttribute::staticTypeName () in staticTypeName() function in Imf::M44dAttribute
DImfDoubleAttribute.cpp51 DoubleAttribute::staticTypeName () in staticTypeName() function in Imf::DoubleAttribute
DImfFloatAttribute.cpp51 FloatAttribute::staticTypeName () in staticTypeName() function in Imf::FloatAttribute
DImfIntAttribute.cpp51 IntAttribute::staticTypeName () in staticTypeName() function in Imf::IntAttribute
DImfFloatAttribute.h53 template <> const char *FloatAttribute::staticTypeName ();
DImfDoubleAttribute.h53 template <> const char *DoubleAttribute::staticTypeName ();
DImfIntAttribute.h53 template <> const char *IntAttribute::staticTypeName ();
DImfTimeCodeAttribute.h56 const char *TimeCodeAttribute::staticTypeName ();
DImfLineOrderAttribute.h54 template <> const char *LineOrderAttribute::staticTypeName ();
DImfKeyCodeAttribute.h56 const char *KeyCodeAttribute::staticTypeName ();
DImfCompressionAttribute.h54 template <> const char *CompressionAttribute::staticTypeName ();
DImfTileDescriptionAttribute.h55 TileDescriptionAttribute::staticTypeName ();
DImfChannelListAttribute.h54 template <> const char *ChannelListAttribute::staticTypeName ();
DImfRationalAttribute.h54 const char *RationalAttribute::staticTypeName ();
DImfEnvmapAttribute.h53 template <> const char *EnvmapAttribute::staticTypeName ();
DImfPreviewImageAttribute.h55 const char *PreviewImageAttribute::staticTypeName ();
DImfChromaticitiesAttribute.h56 const char *ChromaticitiesAttribute::staticTypeName ();
DImfStringAttribute.h54 template <> const char *StringAttribute::staticTypeName ();
DImfStringVectorAttribute.h54 template <> const char *StringVectorAttribute::staticTypeName ();

12