15 #ifndef ANIMATEVERTICESREQUEST 16 #define ANIMATEVERTICESREQUEST 18 #include "pandabase.h" 20 #include "asyncTask.h" 21 #include "geomVertexData.h" 22 #include "pointerTo.h" 46 INLINE
bool is_ready()
const;
49 virtual AsyncTask::DoneStatus do_task();
59 static void init_type() {
60 AsyncTask::init_type();
61 register_type(_type_handle,
"AnimateVerticesRequest",
62 AsyncTask::get_class_type());
65 return get_class_type();
67 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
73 #include "animateVerticesRequest.I" This defines the actual numeric vertex data stored in a Geom, in the structure defined by a particula...
This class represents a concrete task performed by an AsyncManager.
This class object manages a single asynchronous request to animate vertices on a GeomVertexData objec...
TypeHandle is the identifier used to differentiate C++ class types.