14 #ifndef __LERPBLEND_H__ 15 #define __LERPBLEND_H__ 24 virtual PN_stdfloat operator()(PN_stdfloat) = 0;
34 static void init_type() {
35 TypedReferenceCount::init_type();
37 TypedReferenceCount::get_class_type());
40 return get_class_type();
44 return get_class_type();
54 virtual PN_stdfloat operator()(PN_stdfloat);
64 static void init_type() {
65 TypedReferenceCount::init_type();
67 LerpBlendType::get_class_type());
70 return get_class_type();
74 return get_class_type();
84 virtual PN_stdfloat operator()(PN_stdfloat);
94 static void init_type() {
95 TypedReferenceCount::init_type();
97 LerpBlendType::get_class_type());
100 return get_class_type();
104 return get_class_type();
114 virtual PN_stdfloat operator()(PN_stdfloat);
123 static void init_type() {
124 TypedReferenceCount::init_type();
126 LerpBlendType::get_class_type());
129 return get_class_type();
133 return get_class_type();
143 virtual PN_stdfloat operator()(PN_stdfloat);
152 static void init_type() {
153 TypedReferenceCount::init_type();
155 LerpBlendType::get_class_type());
158 return get_class_type();
162 return get_class_type();
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
A base class for things which need to inherit from both TypedObject and from ReferenceCount.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.