15 #ifndef FLTINSTANCEDEFINITION_H
16 #define FLTINSTANCEDEFINITION_H
18 #include "pandatoolbase.h"
44 return get_class_type();
46 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
50 static void init_type() {
52 register_type(_type_handle,
"FltInstanceDefinition",
53 FltBead::get_class_type());
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly...
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
A base class for any of a broad family of flt records that represent particular beads in the hierarch...
This bead appears in the hierarchy to refer to a FltInstanceDefinition node defined elsewhere...
TypeHandle is the identifier used to differentiate C++ class types.
This special kind of record marks the top node of an instance subtree.