ULIS  dev4.0.7
Utility Library for Imaging Systems
Classes | Macros | Enumerations
Cel.h File Reference

Classes

class  FCelExtension
 Extension behaviour for Cel Info. More...
 
class  FCelFauxFixe
 Faux fixe behaviour for Cel extension. More...
 
class  FCelInfo
 Basic Animation Cel Info. More...
 
class  TCel< Type >
 Basic Animation Cel. More...
 

Macros

#define ULIS_EXPORT_CEL_CLASSES(CLASS)
 

Enumerations

enum  eCelExtensionBehaviour
 
enum  eCelExtensionExposureType
 
enum  eCelFauxFixeMode
 

Macro Definition Documentation

◆ ULIS_EXPORT_CEL_CLASSES

#define ULIS_EXPORT_CEL_CLASSES (   CLASS)
Value:
template class ULIS_API TCel< CLASS >; \
template class ULIS_API TArray< TCel< CLASS >* >; \
template class ULIS_API TSequence< CLASS >;

Enumeration Type Documentation

◆ eCelExtensionBehaviour

Enumerator
CelExtensionBehaviour_None 
CelExtensionBehaviour_Hold 
CelExtensionBehaviour_FauxFixe 

◆ eCelExtensionExposureType

Enumerator
CelExtensionExposureType_Frames 
CelExtensionExposureType_Instances 

◆ eCelFauxFixeMode

Enumerator
CelFauxFixeMode_Repeat 
CelFauxFixeMode_PingPong 
CelFauxFixeMode_Random 
TArray
The TArray class provides a simple dynamic array or vector class for ULIS interfaces.
Definition: FDecl.h:51
ULIS_API
#define ULIS_API
Definition: Platform.h:165
TSequence
Basic Animation Sequence of Cels.
Definition: Sequence.h:20
TCel
Basic Animation Cel.
Definition: Cel.h:109