15 #include "nurbsCurve.h"
16 #include "config_parametrics.h"
17 #include "cubicCurveseg.h"
18 #include "curveFitter.h"
19 #include "hermiteCurve.h"
20 #include "nurbsCurveInterface.h"
21 #include "parametricCurve.h"
22 #include "piecewiseCurve.h"
24 #include "sheetNode.h"
26 Configure(config_parametrics);
27 NotifyCategoryDef(parametrics,
"");
29 ConfigureFn(config_parametrics) {
30 NurbsCurve::init_type();
31 CubicCurveseg::init_type();
32 CurveFitter::init_type();
33 HermiteCurve::init_type();
34 NurbsCurveInterface::init_type();
35 ParametricCurve::init_type();
36 PiecewiseCurve::init_type();
37 RopeNode::init_type();
38 SheetNode::init_type();
static void register_with_read_factory()
Initializes the factory for reading these things from Bam files.
static void register_with_read_factory()
Initializes the factory for reading these things from Bam files.
static void register_with_read_factory()
Tells the BamReader how to create objects of type RopeNode.
static void register_with_read_factory()
Tells the BamReader how to create objects of type SheetNode.
static void register_with_read_factory()
Initializes the factory for reading these things from Bam files.