14#ifndef ANIMATEVERTICESREQUEST
15#define ANIMATEVERTICESREQUEST
43 virtual AsyncTask::DoneStatus do_task();
52 static void init_type() {
53 AsyncTask::init_type();
55 AsyncTask::get_class_type());
58 return get_class_type();
60 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
AnimateVerticesRequest(GeomVertexData *geom_vertex_data)
Create a new AnimateVerticesRequest.
bool is_ready() const
Returns true if this request has completed, false if it is still pending.
This defines the actual numeric vertex data stored in a Geom, in the structure defined by a particula...
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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(),...