15 #ifndef PGCULLTRAVERSER_H
16 #define PGCULLTRAVERSER_H
18 #include "pandabase.h"
21 #include "cullTraverser.h"
43 static void init_type() {
44 CullTraverser::init_type();
45 register_type(_type_handle,
"PGCullTraverser",
46 CullTraverser::get_class_type());
49 return get_class_type();
51 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
57 #include "pgCullTraverser.I"
The "top" node of the new Panda GUI system.
This is a specialization of CullTraverser for use within the pgui system.
TypeHandle is the identifier used to differentiate C++ class types.
This object performs a depth-first traversal of the scene graph, with optional view-frustum culling...