#include <animChannelFixed.h>
Inheritance diagram for AnimChannelFixed< SwitchType >:
Public Types | |
typedef TYPENAME AnimChannel< SwitchType >::ValueType | ValueType |
Public Member Functions | |
INLINE | AnimChannelFixed (AnimGroup *parent, const string &name, const ValueType &value) |
INLINE | AnimChannelFixed (const string &name, const ValueType &value) |
virtual bool | has_changed (int last_frame, int this_frame) |
virtual void | get_value (int frame, ValueType &value) |
virtual void | output (ostream &out) const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Public Attributes | |
ValueType | _value |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Reimplemented from AnimChannel< SwitchType >. Definition at line 39 of file animChannelFixed.h. |
|
|
|
|
|
Reimplemented from AnimChannel< SwitchType >. Definition at line 55 of file animChannelFixed.h. References AnimChannelFixed< SwitchType >::get_class_type(), and AnimChannelFixed< SwitchType >::init_type(). |
|
Reimplemented from AnimChannel< SwitchType >. Definition at line 56 of file animChannelFixed.h. References AnimChannelFixed< SwitchType >::_type_handle. Referenced by AnimChannelFixed< SwitchType >::force_init_type(), AnimChannelFixed< SwitchType >::get_type(), and AnimChannelFixed< SwitchType >::init_type(). |
|
Reimplemented from AnimChannel< SwitchType >. Definition at line 52 of file animChannelFixed.h. References AnimChannelFixed< SwitchType >::get_class_type(). |
|
Implements AnimChannel< SwitchType >. |
|
Reimplemented from AnimChannelBase. |
|
Reimplemented from AnimChannel< SwitchType >. Definition at line 59 of file animChannelFixed.h. References AnimChannelFixed< SwitchType >::_type_handle, AnimChannelFixed< SwitchType >::get_class_type(), AnimChannel< SwitchType >::init_type(), and register_type(). Referenced by AnimChannelFixed< SwitchType >::force_init_type(), MovingPartScalar::init_type(), and MovingPartMatrix::init_type(). |
|
Reimplemented from AnimChannelBase. |
|
Reimplemented from AnimChannel< SwitchType >. Definition at line 66 of file animChannelFixed.h. Referenced by AnimChannelFixed< SwitchType >::get_class_type(), and AnimChannelFixed< SwitchType >::init_type(). |
|
Definition at line 49 of file animChannelFixed.h. |