Classes | |
| class | CurveLookup |
| class | FromNukeConverter |
| class | FromNukePointsConverter |
| class | MeshFromNuke |
| class | MeshToNukeGeometryConverter |
| class | ToNukeConverter |
| class | ToNukeGeometryConverter |
| The ToNukeGeometryConverter class allows conversion from an IECore Object to a Nuke geometry within the given GeometryList. More... | |
| class | Warp |
Enumerations | |
| enum | TypeId { FromNukeConverterTypeId = 107000, MeshFromNukeTypeId = 107001, ToNukeConverterTypeId = 107002, ToNukeGeometryConverterTypeId = 107003, FromNukePointsConverterTypeId = 107004, LastCoreNukeTypeId = 107999 } |
Functions | |
| IE_CORE_DECLAREPTR (FromNukePointsConverter) | |
| template<class T > | |
| void | append (DD::Image::Hash &hash, const Imath::Vec2< T > &v) |
| Appends the contents of an Imath::Vec2 to a hash. | |
| template<class T > | |
| void | append (DD::Image::Hash &hash, const Imath::Vec3< T > &v) |
| Appends the contents of an Imath::Vec3 to a hash. | |
| template<class T > | |
| void | append (DD::Image::Hash &hash, const Imath::Color4< T > &c) |
| Appends the contents of an Imath::Color4 to a hash. | |
| template<class T > | |
| void | append (DD::Image::Hash &hash, const Imath::Box< T > &b) |
| Appends the contents of an Imath::Box to a hash. | |
| template<class T > | |
| void | append (DD::Image::Hash &hash, const Imath::Matrix33< T > &m) |
| Appends the contents of an Imath::Matrix33 to a hash. | |
| template<class T > | |
| void | append (DD::Image::Hash &hash, const Imath::Matrix44< T > &m) |
| Appends the contents of an Imath::Matrix44 to a hash. | |
| IE_CORE_DECLAREPTR (MeshFromNuke) | |
| IE_CORE_DECLAREPTR (ToNukeConverter) | |
| IE_CORE_FORWARDDECLARE (ToNukeGeometryConverter) | |
| enum IECoreNuke::TypeId |
| void IECoreNuke::append | ( | DD::Image::Hash & | hash, | |
| const Imath::Matrix44< T > & | m | |||
| ) | [inline] |
Appends the contents of an Imath::Matrix44 to a hash.
| void IECoreNuke::append | ( | DD::Image::Hash & | hash, | |
| const Imath::Matrix33< T > & | m | |||
| ) | [inline] |
Appends the contents of an Imath::Matrix33 to a hash.
| void IECoreNuke::append | ( | DD::Image::Hash & | hash, | |
| const Imath::Box< T > & | b | |||
| ) | [inline] |
Appends the contents of an Imath::Box to a hash.
| void IECoreNuke::append | ( | DD::Image::Hash & | hash, | |
| const Imath::Color4< T > & | c | |||
| ) | [inline] |
Appends the contents of an Imath::Color4 to a hash.
| void IECoreNuke::append | ( | DD::Image::Hash & | hash, | |
| const Imath::Vec3< T > & | v | |||
| ) | [inline] |
Appends the contents of an Imath::Vec3 to a hash.
| void IECoreNuke::append | ( | DD::Image::Hash & | hash, | |
| const Imath::Vec2< T > & | v | |||
| ) | [inline] |
Appends the contents of an Imath::Vec2 to a hash.
| IECoreNuke::IE_CORE_DECLAREPTR | ( | ToNukeConverter | ) |
| IECoreNuke::IE_CORE_DECLAREPTR | ( | MeshFromNuke | ) |
| IECoreNuke::IE_CORE_DECLAREPTR | ( | FromNukePointsConverter | ) |
| IECoreNuke::IE_CORE_FORWARDDECLARE | ( | ToNukeGeometryConverter | ) |
1.5.8