Interface | Description |
---|---|
Attribute |
Interface for the attributes which may be included in the header of OpenEXR
files.
|
Attribute.AttributeCreator |
Interface for objects which are registered with the attribute system
|
Attribute.AttributeCreatorProvider |
Interface for providers of attributes creators
|
Class | Description |
---|---|
AttributeFactory |
Instance in charge of creating new attributes after the corresponding
creators have been specified.
|
Box2fAttribute |
A
TypedAttribute subclass holding a Box2<Float> value. |
Box2iAttribute |
A
TypedAttribute subclass holding a Box2<Integer> value. |
ChannelListAttribute |
A
TypedAttribute subclass holding a ChannelList value. |
ChromaticitiesAttribute |
A
TypedAttribute subclass holding a Chromaticities value. |
CompressionAttribute |
A
TypedAttribute subclass holding a Compression value. |
DoubleAttribute |
A
TypedAttribute subclass holding a Double value. |
EnvMapAttribute |
A
TypedAttribute subclass holding an EnvMap value. |
FloatAttribute |
A
TypedAttribute subclass holding a Float value. |
IntegerAttribute |
A
TypedAttribute subclass holding an Integer value. |
KeyCodeAttribute |
A
TypedAttribute subclass holding a KeyCode value. |
LineOrderAttribute |
A
TypedAttribute subclass holding a LineOrder value. |
M33dAttribute |
A
TypedAttribute subclass holding a Matrix33<Double> value. |
M33fAttribute |
A
TypedAttribute subclass holding a Matrix33<Float> value. |
M44dAttribute |
A
TypedAttribute subclass holding a Matrix44<Double> value. |
M44fAttribute |
A
TypedAttribute subclass holding a Matrix44<Float> value. |
OpaqueAttribute |
Holds the value of an attribute whose type name was not recognized by
the reading program.
|
PreviewImageAttribute |
A
TypedAttribute subclass holding a PreviewImage value. |
RationalAttribute |
A
TypedAttribute subclass holding a Rational value. |
StringAttribute |
A
TypedAttribute subclass holding a Rational value. |
StringVectorAttribute |
A
TypedAttribute subclass holding a List<String> value. |
TileDescriptionAttribute |
A
TypedAttribute subclass holding a TileDescription value. |
TimeCodeAttribute |
A
TypedAttribute subclass holding a TimeCode value. |
TypedAttribute<T> |
Base class for attributes holding a value of the parameterized
class
T . |
V2dAttribute |
A
TypedAttribute subclass holding a Vector2<Double> value. |
V2fAttribute |
A
TypedAttribute subclass holding a Vector2<Float> value. |
V2iAttribute |
A
TypedAttribute subclass holding a Vector2<Integer> value. |
V3dAttribute |
A
TypedAttribute subclass holding a Vector3<Double> value. |
V3fAttribute |
A
TypedAttribute subclass holding a Vector3<Float> value. |
V3iAttribute |
A
TypedAttribute subclass holding a Vector3<Integer> value. |