18 #include "pandatoolbase.h"
31 const string &
get_id()
const;
32 void set_id(
const string &
id);
34 virtual void output(ostream &out)
const;
48 return get_class_type();
50 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
54 static void init_type() {
56 register_type(_type_handle,
"FltBeadID",
57 FltBead::get_class_type());
virtual void output(ostream &out) const
Writes a quick one-line description of the record, but not its children.
const string & get_id() const
Returns the id (name) of this particular bead.
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly...
A base class for any of a broad family of flt beads that include an ID.
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...
void set_id(const string &id)
Changes the id (name) of this particular bead.
TypeHandle is the identifier used to differentiate C++ class types.