Searched refs:DoubleAttribute (Results 1 – 6 of 6) sorted by relevance
52 typedef TypedAttribute<double> DoubleAttribute; typedef53 template <> const char *DoubleAttribute::staticTypeName ();
51 DoubleAttribute::staticTypeName () in staticTypeName()
412 header(hdr)->insert (name, Imf::DoubleAttribute (value)); in ImfHeaderSetDoubleAttribute()416 header(hdr)->typedAttribute<Imf::DoubleAttribute>(name).value() = in ImfHeaderSetDoubleAttribute()454 typedAttribute<Imf::DoubleAttribute>(name).value(); in ImfHeaderDoubleAttribute()
1078 DoubleAttribute::registerAttributeType(); in staticInitialize()
106 namespace DoubleAttribute { namespace
890 …double DoubleAttribute( const char* name ) const { double d=0; QueryDoubleAttribute( na… in DoubleAttribute() function