Panda3D
config_eggcharbase.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_eggcharbase.cxx
10  * @author drose
11  * @date 2001-02-26
12  */
13 
14 #include "config_eggcharbase.h"
15 #include "eggBackPointer.h"
16 #include "eggComponentData.h"
17 #include "eggJointData.h"
18 #include "eggJointNodePointer.h"
19 #include "eggJointPointer.h"
20 #include "eggMatrixTablePointer.h"
21 #include "eggScalarTablePointer.h"
22 #include "eggSliderData.h"
23 #include "eggSliderPointer.h"
24 #include "eggVertexPointer.h"
25 
26 #include "dconfig.h"
27 
28 
29 Configure(config_eggcharbase);
30 
31 // NotifyCategoryDef(eggcharbase, "");
32 
33 ConfigureFn(config_eggcharbase) {
35 }
36 
37 /**
38  * Initializes the library. This must be called at least once before any of
39  * the functions or classes in this library can be used. Normally it will be
40  * called by the static initializers and need not be called explicitly, but
41  * special cases exist.
42  */
43 void
45  static bool initialized = false;
46  if (initialized) {
47  return;
48  }
49  initialized = true;
50 
51  EggBackPointer::init_type();
52  EggComponentData::init_type();
53  EggJointData::init_type();
54  EggJointNodePointer::init_type();
55  EggJointPointer::init_type();
56  EggMatrixTablePointer::init_type();
57  EggScalarTablePointer::init_type();
58  EggSliderData::init_type();
59  EggSliderPointer::init_type();
60  EggVertexPointer::init_type();
61 }
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void init_libeggcharbase()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.