#include <cycleData.h>
Inheritance diagram for CycleData:
Public Member Functions | |
CycleData () | |
virtual | ~CycleData () |
virtual CycleData * | make_copy () const=0 |
virtual void | write_datagram (BamWriter *, Datagram &) const |
Writes the contents of this object to the datagram for shipping out to a Bam file. | |
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(). | |
virtual void | fillin (DatagramIterator &scan, BamReader *manager) |
This internal function is intended to be called by each class's make_from_bam() method to read in all of the relevant data from the BamFile for the new object. |
Normally you should inherit from this class to define the data structures that are important to protect between stages of a pipeline. See PipelineCycler.
Definition at line 60 of file cycleData.h.
|
Definition at line 31 of file cycleData.I. |
|
Definition at line 33 of file cycleData.cxx. |
|
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 intended to be called by each class's make_from_bam() method to read in all of the relevant data from the BamFile for the new object.
Reimplemented in RopeNode::CData, DirectionalLight::CData, GeomNode::CData, Light::CData, LODNode::CData, PandaNode::CData, PlaneNode::CData, PointLight::CData, SequenceNode::CData, Spotlight::CData, and SwitchNode::CData. Definition at line 82 of file cycleData.cxx. |
|
|
Writes the contents of this object to the datagram for shipping out to a Bam file.
Reimplemented in RopeNode::CData, DirectionalLight::CData, GeomNode::CData, Light::CData, LODNode::CData, PandaNode::CData, PlaneNode::CData, PointLight::CData, SequenceNode::CData, Spotlight::CData, and SwitchNode::CData. Definition at line 47 of file cycleData.cxx. |