This class is a wrapper around LwoLayer and stores additional information useful during the conversion-to-egg process. More...
#include "cLwoLayer.h"
Public Member Functions | |
| CLwoLayer (LwoToEggConverter *converter, const LwoLayer *layer) | |
| void | connect_egg () |
| Connects all the egg structures together. More... | |
| CPT (LwoLayer) _layer | |
| int | get_number () const |
| Returns the index number associated with this particular layer. More... | |
| void | make_egg () |
| Creates the egg structures associated with this Lightwave object. More... | |
| PT (EggGroup) _egg_group | |
Public Attributes | |
| LwoToEggConverter * | _converter |
This class is a wrapper around LwoLayer and stores additional information useful during the conversion-to-egg process.
Definition at line 29 of file cLwoLayer.h.
| void CLwoLayer::connect_egg | ( | ) |
Connects all the egg structures together.
Definition at line 39 of file cLwoLayer.cxx.
References LwoToEggConverter::get_layer().
|
inline |
Returns the index number associated with this particular layer.
This should be unique among all Lightwave layers in a single file.
Definition at line 29 of file cLwoLayer.I.
| void CLwoLayer::make_egg | ( | ) |
Creates the egg structures associated with this Lightwave object.
Definition at line 24 of file cLwoLayer.cxx.
1.8.15