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

CLwoClip Class Reference

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

#include <cLwoClip.h>

List of all members.

Public Member Functions

 CLwoClip (LwoToEggConverter *converter, const LwoClip *clip)
int get_index () const
 Returns the index number of this clip.

bool is_still_image () const
 Returns true if this clip represents a still image, as opposed to an animated image.


Public Attributes

LwoToEggConverter_converter
ConstPointerTo< LwoClip_clip
Filename _filename
bool _still_image


Detailed Description

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

Definition at line 44 of file cLwoClip.h.


Constructor & Destructor Documentation

CLwoClip::CLwoClip LwoToEggConverter converter,
const LwoClip clip
 

Definition at line 38 of file cLwoClip.cxx.


Member Function Documentation

int CLwoClip::get_index  )  const [inline]
 

Returns the index number of this clip.

Each clip in a Lightwave object file should have a unique index number.

Definition at line 36 of file cLwoClip.I.

References _still_image.

Referenced by LwoToEggConverter::cleanup().

bool CLwoClip::is_still_image  )  const [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 53 of file cLwoClip.I.


Member Data Documentation

ConstPointerTo< LwoClip > CLwoClip::_clip
 

Definition at line 52 of file cLwoClip.h.

LwoToEggConverter* CLwoClip::_converter
 

Definition at line 51 of file cLwoClip.h.

Filename CLwoClip::_filename
 

Definition at line 54 of file cLwoClip.h.

bool CLwoClip::_still_image
 

Definition at line 55 of file cLwoClip.h.

Referenced by get_index().


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