23 FltUnsupportedRecord::
35 out <<
"Unsupported(" << _opcode <<
")";
43 bool FltUnsupportedRecord::
56 bool FltUnsupportedRecord::
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void set_datagram(const Datagram &datagram)
Sets the datagram that will be written when advance() is called.
const Datagram & get_datagram()
Returns the datagram representing the entire record, less the four-byte header.
virtual void output(std::ostream &out) const
Writes a quick one-line description of the bead, but not its children.
The base class for all kinds of records in a MultiGen OpenFlight file.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
FltOpcode get_opcode() const
Returns the opcode associated with the current record.
TypeHandle is the identifier used to differentiate C++ class types.
void set_opcode(FltOpcode opcode)
Sets the opcode associated with the current record.