Panda3D
config_lwo.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_lwo.cxx
10  * @author drose
11  * @date 2001-04-23
12  */
13 
14 #include "config_lwo.h"
15 #include "iffChunk.h"
16 #include "iffGenericChunk.h"
17 #include "iffInputFile.h"
18 #include "lwoBoundingBox.h"
19 #include "lwoChunk.h"
20 #include "lwoClip.h"
22 #include "lwoGroupChunk.h"
23 #include "lwoHeader.h"
24 #include "lwoInputFile.h"
25 #include "lwoLayer.h"
26 #include "lwoPoints.h"
27 #include "lwoPolygons.h"
28 #include "lwoPolygonTags.h"
29 #include "lwoStillImage.h"
30 #include "lwoSurface.h"
31 #include "lwoSurfaceBlock.h"
32 #include "lwoSurfaceBlockAxis.h"
33 #include "lwoSurfaceBlockChannel.h"
35 #include "lwoSurfaceBlockEnabled.h"
36 #include "lwoSurfaceBlockImage.h"
37 #include "lwoSurfaceBlockOpacity.h"
39 #include "lwoSurfaceBlockHeader.h"
40 #include "lwoSurfaceBlockRefObj.h"
41 #include "lwoSurfaceBlockRepeat.h"
42 #include "lwoSurfaceBlockTMap.h"
45 #include "lwoSurfaceBlockWrap.h"
46 #include "lwoSurfaceColor.h"
47 #include "lwoSurfaceParameter.h"
48 #include "lwoSurfaceSidedness.h"
50 #include "lwoTags.h"
51 #include "lwoVertexMap.h"
52 
53 #include "dconfig.h"
54 
55 Configure(config_lwo);
56 
57 ConfigureFn(config_lwo) {
58  init_liblwo();
59 }
60 
61 /**
62  * Initializes the library. This must be called at least once before any of
63  * the functions or classes in this library can be used. Normally it will be
64  * called by the static initializers and need not be called explicitly, but
65  * special cases exist.
66  */
67 void
69  static bool initialized = false;
70  if (initialized) {
71  return;
72  }
73  initialized = true;
74 
75  IffChunk::init_type();
76  IffGenericChunk::init_type();
77  IffInputFile::init_type();
78  LwoBoundingBox::init_type();
79  LwoChunk::init_type();
80  LwoClip::init_type();
81  LwoDiscontinuousVertexMap::init_type();
82  LwoGroupChunk::init_type();
83  LwoHeader::init_type();
84  LwoInputFile::init_type();
85  LwoLayer::init_type();
86  LwoPoints::init_type();
87  LwoPolygons::init_type();
88  LwoPolygonTags::init_type();
89  LwoTags::init_type();
90  LwoStillImage::init_type();
91  LwoSurface::init_type();
92  LwoSurfaceBlock::init_type();
93  LwoSurfaceBlockAxis::init_type();
94  LwoSurfaceBlockChannel::init_type();
95  LwoSurfaceBlockCoordSys::init_type();
96  LwoSurfaceBlockEnabled::init_type();
97  LwoSurfaceBlockImage::init_type();
98  LwoSurfaceBlockOpacity::init_type();
99  LwoSurfaceBlockProjection::init_type();
100  LwoSurfaceBlockHeader::init_type();
101  LwoSurfaceBlockRefObj::init_type();
102  LwoSurfaceBlockRepeat::init_type();
103  LwoSurfaceBlockTMap::init_type();
104  LwoSurfaceBlockTransform::init_type();
105  LwoSurfaceBlockVMapName::init_type();
106  LwoSurfaceBlockWrap::init_type();
107  LwoSurfaceColor::init_type();
108  LwoSurfaceParameter::init_type();
109  LwoSurfaceSidedness::init_type();
110  LwoSurfaceSmoothingAngle::init_type();
111  LwoVertexMap::init_type();
112 }
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_liblwo()
Initializes the library.
Definition: config_lwo.cxx:68
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.
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.
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.