14 #ifndef CCONSTRAINTRANSFORMINTERVAL_H 15 #define CCONSTRAINTRANSFORMINTERVAL_H 31 INLINE
const NodePath &get_node()
const;
32 INLINE
const NodePath &get_target()
const;
35 virtual void output(std::ostream &out)
const;
46 static void init_type() {
47 CConstraintInterval::init_type();
49 CConstraintInterval::get_class_type());
52 return get_class_type();
54 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
virtual void priv_step(double t)
Advances the time on the interval.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
The base class for a family of intervals that constrain some property to a value over time.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.