7 #ifndef __operator_LengthCorrectOp_h__ 8 #define __operator_LengthCorrectOp_h__ 30 void initialize(
void);
33 virtual void handle(
Record& a_rSignal);
35 using OperatorThreaded::run;
47 m_pointIndexHigh0(-1),
48 m_pointIndexHigh1(-1) {}
52 I32 m_pointIndexHigh0;
53 I32 m_pointIndexHigh1;
57 BWORD a_applyRestoration);
92 std::map<U64,Edge> m_edgeMap;
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
Handler to resize curve segments to match an original.
Definition: LengthCorrectOp.h:20
Wrapper for std::vector.
Definition: Array.h:21
Reference to an instance of a Layout.
Definition: RecordSB.h:35
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53