Cortex  10.0.0-a4
Classes | Typedefs | Enumerations | Functions
IECoreNuke Namespace Reference

The IECoreNuke namespace holds all the functionality of libIECoreNuke. More...

Classes

class  CurveLookup
 
class  DrawableHolder
 
class  FromNukeCameraConverter
 
class  FromNukeConverter
 
class  FromNukePointsConverter
 
class  FromNukeTileConverter
 
class  LensDistort
 
class  MeshFromNuke
 
class  MeshToNukeGeometryConverter
 
class  ObjectHolder
 
class  ObjectKnob
 A nuke knob capable of holding arbitrary IECore::Objects. More...
 
class  OpHolder
 This class allows IECore::Op objects to be executed by nodes in Nuke. More...
 
class  ParameterHandler
 
class  PointToNukeGeometryConverter
 
class  ProceduralHolder
 
class  SceneCacheReader
 Loads and displays geometry from a scene cache file. More...
 
class  ToNukeConverter
 
class  ToNukeGeometryConverter
 The ToNukeGeometryConverter class allows conversion from an IECore Object to a Nuke geometry within the given GeometryList. More...
 
class  Warp
 

Typedefs

typedef ParameterisedHolder< DD::Image::Op > ParameterisedHolderOp
 

Enumerations

enum  TypeId {
  FromNukeConverterTypeId = 107000, MeshFromNukeTypeId = 107001, ToNukeConverterTypeId = 107002, ToNukeGeometryConverterTypeId = 107003,
  FromNukePointsConverterTypeId = 107004, FromNukeCameraConverterTypeId = 107005, FromNukeTileConverterTypeId = 107006, NukeDisplayDriverTypeId = 107007,
  LastCoreNukeTypeId = 107999
}
 

Functions

 IE_CORE_FORWARDDECLARE (NukeDisplayDriver)
 
 IE_CORE_DECLAREPTR (FromNukeCameraConverter)
 
 IE_CORE_DECLAREPTR (FromNukePointsConverter)
 
 IE_CORE_DECLAREPTR (FromNukeTileConverter)
 
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)
 

Detailed Description

The IECoreNuke namespace holds all the functionality of libIECoreNuke.