Panda3D
config_parametrics.cxx
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file config_parametrics.cxx
10  * @author drose
11  * @date 2000-03-19
12  */
13 
14 #include "nurbsCurve.h"
15 #include "config_parametrics.h"
16 #include "cubicCurveseg.h"
17 #include "curveFitter.h"
18 #include "hermiteCurve.h"
19 #include "nurbsCurveInterface.h"
20 #include "parametricCurve.h"
21 #include "piecewiseCurve.h"
22 #include "ropeNode.h"
23 #include "sheetNode.h"
24 
25 #if !defined(CPPPARSER) && !defined(LINK_ALL_STATIC) && !defined(BUILDING_PANDA_PARAMETRICS)
26  #error Buildsystem error: BUILDING_PANDA_PARAMETRICS not defined
27 #endif
28 
29 Configure(config_parametrics);
30 NotifyCategoryDef(parametrics, "");
31 
32 ConfigureFn(config_parametrics) {
33  NurbsCurve::init_type();
34  CubicCurveseg::init_type();
35  CurveFitter::init_type();
36  HermiteCurve::init_type();
37  NurbsCurveInterface::init_type();
38  ParametricCurve::init_type();
39  PiecewiseCurve::init_type();
40  RopeNode::init_type();
41  SheetNode::init_type();
42 
48 }
static void register_with_read_factory()
Initializes the factory for reading these things from Bam files.
Definition: nurbsCurve.cxx:487
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
static void register_with_read_factory()
Initializes the factory for reading these things from Bam files.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
static void register_with_read_factory()
Tells the BamReader how to create objects of type RopeNode.
Definition: ropeNode.cxx:871
static void register_with_read_factory()
Tells the BamReader how to create objects of type SheetNode.
Definition: sheetNode.cxx:342
static void register_with_read_factory()
Initializes the factory for reading these things from Bam files.