#include <cLwoLayer.h>
Public Member Functions | |
CLwoLayer (LwoToEggConverter *converter, const LwoLayer *layer) | |
int | get_number () const |
Returns the index number associated with this particular layer. | |
void | make_egg () |
Creates the egg structures associated with this Lightwave object. | |
void | connect_egg () |
Connects all the egg structures together. | |
Public Attributes | |
LwoToEggConverter * | _converter |
ConstPointerTo< LwoLayer > | _layer |
PointerTo< EggGroup > | _egg_group |
Definition at line 44 of file cLwoLayer.h.
|
Definition at line 31 of file cLwoLayer.I. |
|
Connects all the egg structures together.
Definition at line 60 of file cLwoLayer.cxx. |
|
Returns the index number associated with this particular layer. This should be unique among all Lightwave layers in a single file. Definition at line 50 of file cLwoLayer.I. Referenced by LwoToEggConverter::cleanup(). |
|
Creates the egg structures associated with this Lightwave object.
Definition at line 39 of file cLwoLayer.cxx. |
|
Definition at line 52 of file cLwoLayer.h. |
|
Definition at line 54 of file cLwoLayer.h. |
|
Definition at line 53 of file cLwoLayer.h. Referenced by CLwoLayer(). |