Panda3D
Loading...
Searching...
No Matches
cLwoLayer.I
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 cLwoLayer.I
10 * @author drose
11 * @date 2001-04-25
12 */
13
14/**
15 *
16 */
17INLINE CLwoLayer::
18CLwoLayer(LwoToEggConverter *converter, const LwoLayer *layer) :
19 _converter(converter),
20 _layer(layer)
21{
22}
23
24/**
25 * Returns the index number associated with this particular layer. This
26 * should be unique among all Lightwave layers in a single file.
27 */
28INLINE int CLwoLayer::
29get_number() const {
30 return _layer->_number;
31}
int get_number() const
Returns the index number associated with this particular layer.
Definition cLwoLayer.I:29
Signals the start of a new layer.
Definition lwoLayer.h:28
This class supervises the construction of an EggData structure from the data represented by the LwoHe...