This class is a wrapper around LwoClip and stores additional information useful during the conversion-to-egg process. More...
#include "cLwoClip.h"
Public Member Functions | |
CLwoClip (LwoToEggConverter *converter, const LwoClip *clip) | |
CPT (LwoClip) _clip | |
int | get_index () const |
Returns the index number of this clip. More... | |
bool | is_still_image () const |
Returns true if this clip represents a still image, as opposed to an animated image. More... | |
Public Attributes | |
LwoToEggConverter * | _converter |
Filename | _filename |
bool | _still_image |
This class is a wrapper around LwoClip and stores additional information useful during the conversion-to-egg process.
Definition at line 29 of file cLwoClip.h.
|
inline |
Returns the index number of this clip.
Each clip in a Lightwave object file should have a unique index number.
Definition at line 19 of file cLwoClip.I.
|
inline |
Returns true if this clip represents a still image, as opposed to an animated image.
If this is true, _filename will contain the image filename.
Definition at line 29 of file cLwoClip.I.