Inheritance diagram for NodePathComponent::CData:
Public Member Functions | |
CData () | |
CData (const CData ©) | |
virtual CycleData * | make_copy () const |
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. | |
Public Attributes | |
PointerTo< NodePathComponent > | _next |
int | _length |
|
Definition at line 31 of file nodePathComponent.I. References INLINE. |
|
Definition at line 43 of file nodePathComponent.I. References NodePathComponent::_key, NodePathComponent::_node, NodePathComponent::get_class_type(), INLINE, and NULL. |
|
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. |
|
Implements CycleData. Definition at line 39 of file nodePathComponent.cxx. References NodePathComponent::get_collapsed(), NodePathComponent::get_key(), and NodePathComponent::is_collapsed(). |
|
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. |
|
Definition at line 108 of file nodePathComponent.h. |
|
Definition at line 107 of file nodePathComponent.h. |