ULIS  dev4.0.7
Utility Library for Imaging Systems
Public Member Functions | List of all members
TCel< Type > Class Template Reference

Basic Animation Cel.

Public Member Functions

template<class ... Args>
 TCel (const FCelInfo &iInfo=FCelInfo(), Args &&... args)
 
virtual ~TCel ()
 
Type & Data ()
 
const Type & Data () const
 
bool operator== (const TCel< Type > &iOther) const
 

Constructor & Destructor Documentation

◆ ~TCel()

template<class Type >
virtual TCel< Type >::~TCel ( )
inlinevirtual

◆ TCel()

template<class Type >
template<class ... Args>
TCel< Type >::TCel ( const FCelInfo iInfo = FCelInfo(),
Args &&...  args 
)
inline

Member Function Documentation

◆ Data() [1/2]

template<class Type >
Type& TCel< Type >::Data ( )
inline

◆ Data() [2/2]

template<class Type >
const Type& TCel< Type >::Data ( ) const
inline

◆ operator==()

template<class Type >
bool TCel< Type >::operator== ( const TCel< Type > &  iOther) const
inline