15 #ifndef EGGEXTERNALREFERENCE_H 16 #define EGGEXTERNALREFERENCE_H 18 #include "pandabase.h" 20 #include "eggFilenameNode.h" 33 virtual void write(ostream &out,
int indent_level)
const;
42 static void init_type() {
43 EggFilenameNode::init_type();
44 register_type(_type_handle,
"EggExternalReference",
45 EggFilenameNode::get_class_type());
48 return get_class_type();
50 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
56 #include "eggExternalReference.I" This is an egg node that contains a filename.
virtual string get_default_extension() const
Returns the default extension for this filename type.
Defines a reference to another egg file which should be inserted at this point.
TypeHandle is the identifier used to differentiate C++ class types.