7 #ifndef __operator_SurfaceBindOp_h__ 8 #define __operator_SurfaceBindOp_h__ 29 void initialize(
void);
34 virtual void handle(
Record& a_rSignal);
36 using OperatorThreaded::run;
43 I32 a_depth,I32 a_flatDepth,
Record& a_rSignal);
44 void relayMessages(
void);
50 void discardSignature(
53 void retrieveParameters(
56 String& a_rFragmentAttribute,
58 I32& a_rBindings,I32& a_rSamples,
59 BWORD& a_rBindPrimitives,
60 BWORD& a_rBindFragments,
String& a_rCovertKey,
61 String& a_rLocators,I32& a_rSubdiv,
62 BWORD& a_rPointsOnly);
67 I32 a_bindCount,I32 a_samples,
68 BWORD a_bindPrimitives,
69 BWORD a_bindFragments,
String a_covertKey,
70 String a_locators,I32 a_subdiv,
72 void discardParameters(
79 BWORD a_bindPrimitives,
80 BWORD a_allowCreation,
84 I32 a_bindCount,BWORD a_bindPrimitives);
96 BWORD m_bindPrimitives;
98 BWORD m_partitionDriver;
102 Attribute m_attribute;
Handler to move curves away from a collider.
Definition: OperatorThreaded.h:20
kernel
Definition: namespace.dox:3
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Operator to correlate a attachable surface with a driving surface.
Definition: SurfaceBindOp.h:20
Automatically reference-counted string container.
Definition: String.h:128
Wrapper for std::vector.
Definition: Array.h:21
Reference to an instance of a Layout.
Definition: RecordSB.h:35