#include <sequenceNode.h>
Inheritance diagram for SequenceNode:
Public Member Functions | |
SequenceNode (const SequenceNode ©) | |
virtual PandaNode * | make_copy () const |
virtual bool | safe_to_combine () const |
virtual bool | has_cull_callback () const |
virtual bool | cull_callback (CullTraverser *trav, CullTraverserData &data) |
virtual bool | has_single_child_visibility () const |
INLINE float | get_cycle_rate () const |
INLINE void | set_visible_child (int index) |
virtual int | get_visible_child () const |
virtual void | write_datagram (BamWriter *manager, Datagram &dg) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
void | register_with_read_factory () |
TypeHandle | get_class_type () |
void | init_type () |
Public Attributes | |
PUBLISHED | __pad1__: INLINE void set_cycle_rate(float cycle_rate) |
Protected Member Functions | |
void | fillin (DatagramIterator &scan, BamReader *manager) |
Static Protected Member Functions | |
TypedWritable * | make_from_bam (const FactoryParams ¶ms) |
Private Types | |
typedef CycleDataReader< CData > | CDReader |
typedef CycleDataWriter< CData > | CDWriter |
Private Member Functions | |
INLINE float | calc_frame (float now) const |
INLINE float | calc_frame () const |
Private Attributes | |
PUBLISHED | __pad0__: INLINE SequenceNode(float cycle_rate |
PUBLISHED const string & | name |
PipelineCycler< CData > | _cycler |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Reimplemented from PandaNode. Definition at line 71 of file sequenceNode.h. |
|
Reimplemented from PandaNode. Definition at line 72 of file sequenceNode.h. |
|
Definition at line 87 of file sequenceNode.cxx. References _cycler. Referenced by make_copy(), and make_from_bam(). |
|
Referenced by get_visible_child(). |
|
|
|
Reimplemented from PandaNode. Definition at line 140 of file sequenceNode.cxx. References get_visible_child(), and SelectiveChildNode::select_child(). |
|
Reimplemented from PandaNode. Definition at line 235 of file sequenceNode.cxx. References _cycler, PandaNode::fillin(), and BamReader::read_cdata(). Referenced by make_from_bam(). |
|
Reimplemented from SelectiveChildNode. Definition at line 94 of file sequenceNode.h. |
|
Reimplemented from SelectiveChildNode. Definition at line 83 of file sequenceNode.h. Referenced by register_with_read_factory(). |
|
|
|
Reimplemented from SelectiveChildNode. Definition at line 91 of file sequenceNode.h. |
|
Reimplemented from PandaNode. Definition at line 173 of file sequenceNode.cxx. References calc_frame(), and PandaNode::get_num_children(). Referenced by cull_callback(). |
|
Reimplemented from PandaNode. Definition at line 116 of file sequenceNode.cxx. |
|
Reimplemented from PandaNode. Definition at line 162 of file sequenceNode.cxx. |
|
Reimplemented from SelectiveChildNode. Definition at line 86 of file sequenceNode.h. References SelectiveChildNode::get_class_type(), SelectiveChildNode::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
Reimplemented from PandaNode. Definition at line 102 of file sequenceNode.cxx. References SequenceNode(). |
|
Reimplemented from PandaNode. Definition at line 216 of file sequenceNode.cxx. References fillin(), params, parse_params(), and SequenceNode(). Referenced by register_with_read_factory(). |
|
Reimplemented from PandaNode. Definition at line 191 of file sequenceNode.cxx. References get_class_type(), BamReader::get_factory(), make_from_bam(), and Factory< TypedWritable >::register_factory(). Referenced by init_libpgraph(). |
|
Reimplemented from PandaNode. Definition at line 46 of file sequenceNode.cxx. |
|
|
|
Reimplemented from PandaNode. Definition at line 202 of file sequenceNode.cxx. References _cycler, BamWriter::write_cdata(), and PandaNode::write_datagram(). |
|
Reimplemented from SelectiveChildNode. Definition at line 34 of file sequenceNode.h. |
|
Reimplemented from PandaNode. Definition at line 47 of file sequenceNode.h. |
|
Reimplemented from PandaNode. Definition at line 70 of file sequenceNode.h. Referenced by fillin(), SequenceNode(), and write_datagram(). |
|
Reimplemented from SelectiveChildNode. Definition at line 23 of file sequenceNode.cxx. |
|
Definition at line 34 of file sequenceNode.h. |