7 #ifndef __maya_JointCombineOp_h__ 8 #define __maya_JointCombineOp_h__ 30 void initialize(
void);
33 virtual void handle(
Record& a_rSignal);
36 void cancelCallbacks(
void);
38 void scanDag(MObject a_parent,
String a_grandparent);
40 static void changeCB(MNodeMessage::AttributeMessage a_message,
41 MPlug & a_plug,MPlug & a_otherPlug,
43 static void renameCB(MObject &a_node,
const MString &a_string,
49 std::map<String,SpatialTransform> m_animWorldMap;
50 std::map<String,SpatialTransform> m_refWorldMap;
51 std::map<String,U32> m_primitiveIndexMap;
kernel
Definition: namespace.dox:3
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Automatically reference-counted string container.
Definition: String.h:128
Partial Generic SurfaceI Implemention.
Definition: OperatorSurfaceCommon.h:20
Combine multiple native joints a single multi-joint surface.
Definition: JointCombineOp.h:20
Reference to an instance of a Layout.
Definition: RecordSB.h:35