Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CLwoLayer Class Reference

This class is a wrapper around LwoLayer and stores additional information useful during the conversion-to-egg process. More...

#include <cLwoLayer.h>

List of all members.

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


Detailed Description

This class is a wrapper around LwoLayer and stores additional information useful during the conversion-to-egg process.

Definition at line 44 of file cLwoLayer.h.


Constructor & Destructor Documentation

CLwoLayer::CLwoLayer LwoToEggConverter converter,
const LwoLayer layer
[inline]
 

Definition at line 31 of file cLwoLayer.I.

References _layer, and INLINE.


Member Function Documentation

void CLwoLayer::connect_egg  ) 
 

Connects all the egg structures together.

Definition at line 60 of file cLwoLayer.cxx.

int CLwoLayer::get_number  )  const [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 50 of file cLwoLayer.I.

Referenced by LwoToEggConverter::cleanup().

void CLwoLayer::make_egg  ) 
 

Creates the egg structures associated with this Lightwave object.

Definition at line 39 of file cLwoLayer.cxx.


Member Data Documentation

LwoToEggConverter* CLwoLayer::_converter
 

Definition at line 52 of file cLwoLayer.h.

PointerTo< EggGroup > CLwoLayer::_egg_group
 

Definition at line 54 of file cLwoLayer.h.

ConstPointerTo< LwoLayer > CLwoLayer::_layer
 

Definition at line 53 of file cLwoLayer.h.

Referenced by CLwoLayer().


The documentation for this class was generated from the following files:
Generated on Fri May 2 03:25:58 2003 for Panda-Tool by doxygen1.3