15 #ifndef GEOMDRAWCALLBACKDATA_H 16 #define GEOMDRAWCALLBACKDATA_H 18 #include "pandabase.h" 19 #include "callbackData.h" 37 virtual void output(ostream &out)
const;
41 INLINE
bool get_force()
const;
43 INLINE
void set_lost_state(
bool lost_state);
44 INLINE
bool get_lost_state()
const;
58 static void init_type() {
59 CallbackData::init_type();
60 register_type(_type_handle,
"GeomDrawCallbackData",
61 CallbackData::get_class_type());
64 return get_class_type();
66 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
72 #include "geomDrawCallbackData.I" This specialization on CallbackData is passed when the callback is initiated from deep within the dra...
virtual void upcall()
You should make this call during the callback if you want to continue the normal function that would ...
This is a generic data block that is passed along to a CallbackObject when a callback is made...
The smallest atom of cull.
This is a base class for the GraphicsStateGuardian class, which is itself a base class for the variou...
TypeHandle is the identifier used to differentiate C++ class types.