15 #ifndef MODELFLATTENREQUEST 16 #define MODELFLATTENREQUEST 18 #include "pandabase.h" 20 #include "asyncTask.h" 21 #include "pandaNode.h" 22 #include "pointerTo.h" 42 INLINE
bool is_ready()
const;
46 virtual DoneStatus do_task();
57 static void init_type() {
58 AsyncTask::init_type();
59 register_type(_type_handle,
"ModelFlattenRequest",
60 AsyncTask::get_class_type());
63 return get_class_type();
65 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
71 #include "modelFlattenRequest.I" This class object manages a single asynchronous request to flatten a model.
A basic node of the scene graph or data graph.
This class represents a concrete task performed by an AsyncManager.
TypeHandle is the identifier used to differentiate C++ class types.