Panda3D
 All Classes Functions Variables Enumerations
config_parametrics.cxx
1 // Filename: config_parametrics.cxx
2 // Created by: drose (19Mar00)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
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"
23 #include "ropeNode.h"
24 #include "sheetNode.h"
25 
26 Configure(config_parametrics);
27 NotifyCategoryDef(parametrics, "");
28 
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();
39 
45 }
static void register_with_read_factory()
Initializes the factory for reading these things from Bam files.
Definition: nurbsCurve.cxx:558
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.
Definition: ropeNode.cxx:932
static void register_with_read_factory()
Tells the BamReader how to create objects of type SheetNode.
Definition: sheetNode.cxx:389
static void register_with_read_factory()
Initializes the factory for reading these things from Bam files.