Inheritance diagram for LODNode::CData:
Public Member Functions | |
CData () | |
CData (const CData ©) | |
virtual CycleData * | make_copy () const |
virtual void | write_datagram (BamWriter *manager, Datagram &dg) const |
Writes the contents of this object to the datagram for shipping out to a Bam file. | |
virtual void | fillin (DatagramIterator &scan, BamReader *manager) |
This internal function is called by make_from_bam to read in all of the relevant data from the BamFile for the new LODNode. | |
virtual int | complete_pointers (TypedWritable **p_list, BamReader *manager) |
Receives an array of pointers, one for each time manager->read_pointer() was called in fillin(). | |
Public Attributes | |
LOD | _lod |
|
Definition at line 30 of file lodNode.I. References INLINE. |
|
Definition at line 41 of file lodNode.I. References INLINE. |
|
Receives an array of pointers, one for each time manager->read_pointer() was called in fillin(). Returns the number of pointers processed. Reimplemented in GeomNode::CData, and PandaNode::CData. Definition at line 63 of file cycleData.cxx. |
|
This internal function is called by make_from_bam to read in all of the relevant data from the BamFile for the new LODNode.
Reimplemented from CycleData. Definition at line 68 of file lodNode.cxx. |
|
Implements CycleData. Definition at line 36 of file lodNode.cxx. References _lod, and LOD::write_datagram(). |
|
Writes the contents of this object to the datagram for shipping out to a Bam file.
Reimplemented from CycleData. Definition at line 51 of file lodNode.cxx. References _lod, and LOD::read_datagram(). |
|
Definition at line 93 of file lodNode.h. Referenced by make_copy(), and write_datagram(). |