15 #include "animateVerticesRequest.h" 16 #include "geomVertexData.h" 18 TypeHandle AnimateVerticesRequest::_type_handle;
26 AsyncTask::DoneStatus AnimateVerticesRequest::
32 _geom_vertex_data->animate_vertices(
true, current_thread);
36 return AsyncTask::DS_done;
static Thread * get_current_thread()
Returns a pointer to the currently-executing Thread object.
A thread; that is, a lightweight process.
TypeHandle is the identifier used to differentiate C++ class types.