7 #ifndef __operator_SurfaceWrapOp_h__ 8 #define __operator_SurfaceWrapOp_h__ 37 m_lastBindToPoints(-1),
43 void initialize(
void);
46 virtual void handle(
Record& a_rSignal);
48 using OperatorThreaded::run;
52 class FE_DL_EXPORT Feedback
56 Feedback(Real a_weight,
59 m_spImpact(a_spImpact) {}
61 Real weight(
void)
const {
return m_weight; }
71 Real calculateWeight(Real a_distance,Real a_peakDistance,
72 Real a_distanceBias,Real a_distanceScale,
92 I32 m_lastBindToPoints;
102 I32 m_deformedFaceOffset;
103 I32 m_outputElementOffset;
Object level locking for thread safety.
Definition: Safe.h:216
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
Generalized windowing event.
Definition: WindowEvent.h:43
Automatically reference-counted string container.
Definition: String.h:128
Reference to an instance of a Layout.
Definition: RecordSB.h:35
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53
Operator to update an attached surface to follow a driving surface.
Definition: SurfaceWrapOp.h:26