Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:Attribute

39 //	class Attribute
56 Attribute::Attribute () {}
59 Attribute::~Attribute () {}
74 typedef Attribute* (*Constructor)();
105 Attribute::knownType (const char typeName[])
115 Attribute::registerAttributeType (const char typeName[],
116 Attribute *(*newAttribute)())
122 THROW (Iex::ArgExc, "Cannot register image file attribute "
131 Attribute::unRegisterAttributeType (const char typeName[])
140 Attribute *
141 Attribute::newAttribute (const char typeName[])
149 THROW (Iex::ArgExc, "Cannot create image file attribute of "