Panda3D
Public Member Functions | Public Attributes | List of all 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"

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
 

Detailed Description

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.

Member Function Documentation

◆ connect_egg()

void CLwoLayer::connect_egg ( )

Connects all the egg structures together.

Definition at line 39 of file cLwoLayer.cxx.

References LwoToEggConverter::get_layer().

◆ get_number()

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 29 of file cLwoLayer.I.

◆ make_egg()

void CLwoLayer::make_egg ( )

Creates the egg structures associated with this Lightwave object.

Definition at line 24 of file cLwoLayer.cxx.


The documentation for this class was generated from the following files: