/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfVecAttribute.h | 59 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 ();
|
D | ImfMatrixAttribute.h | 57 template <> const char *M33fAttribute::staticTypeName (); 63 template <> const char *M33dAttribute::staticTypeName (); 69 template <> const char *M44fAttribute::staticTypeName (); 75 template <> const char *M44dAttribute::staticTypeName ();
|
D | ImfVecAttribute.cpp | 56 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
|
D | ImfBoxAttribute.h | 55 template <> const char *Box2iAttribute::staticTypeName (); 61 template <> const char *Box2fAttribute::staticTypeName ();
|
D | ImfAttribute.h | 167 static const char * staticTypeName (); 295 return staticTypeName(); in typeName() 389 Attribute::registerAttributeType (staticTypeName(), makeNewAttribute); in registerAttributeType() 397 Attribute::unRegisterAttributeType (staticTypeName()); in unRegisterAttributeType()
|
D | ImfBoxAttribute.cpp | 52 Box2iAttribute::staticTypeName () in staticTypeName() function in Imf::Box2iAttribute 82 Box2fAttribute::staticTypeName () in staticTypeName() function in Imf::Box2fAttribute
|
D | ImfMatrixAttribute.cpp | 54 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
|
D | ImfDoubleAttribute.cpp | 51 DoubleAttribute::staticTypeName () in staticTypeName() function in Imf::DoubleAttribute
|
D | ImfFloatAttribute.cpp | 51 FloatAttribute::staticTypeName () in staticTypeName() function in Imf::FloatAttribute
|
D | ImfIntAttribute.cpp | 51 IntAttribute::staticTypeName () in staticTypeName() function in Imf::IntAttribute
|
D | ImfFloatAttribute.h | 53 template <> const char *FloatAttribute::staticTypeName ();
|
D | ImfDoubleAttribute.h | 53 template <> const char *DoubleAttribute::staticTypeName ();
|
D | ImfIntAttribute.h | 53 template <> const char *IntAttribute::staticTypeName ();
|
D | ImfTimeCodeAttribute.h | 56 const char *TimeCodeAttribute::staticTypeName ();
|
D | ImfLineOrderAttribute.h | 54 template <> const char *LineOrderAttribute::staticTypeName ();
|
D | ImfKeyCodeAttribute.h | 56 const char *KeyCodeAttribute::staticTypeName ();
|
D | ImfCompressionAttribute.h | 54 template <> const char *CompressionAttribute::staticTypeName ();
|
D | ImfTileDescriptionAttribute.h | 55 TileDescriptionAttribute::staticTypeName ();
|
D | ImfChannelListAttribute.h | 54 template <> const char *ChannelListAttribute::staticTypeName ();
|
D | ImfRationalAttribute.h | 54 const char *RationalAttribute::staticTypeName ();
|
D | ImfEnvmapAttribute.h | 53 template <> const char *EnvmapAttribute::staticTypeName ();
|
D | ImfPreviewImageAttribute.h | 55 const char *PreviewImageAttribute::staticTypeName ();
|
D | ImfChromaticitiesAttribute.h | 56 const char *ChromaticitiesAttribute::staticTypeName ();
|
D | ImfStringAttribute.h | 54 template <> const char *StringAttribute::staticTypeName ();
|
D | ImfStringVectorAttribute.h | 54 template <> const char *StringVectorAttribute::staticTypeName ();
|