#include <switchNode.h>
Inheritance diagram for SwitchNode:
Public Member Functions | |
SwitchNode (const SwitchNode ©) | |
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 |
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_visible_child(int index) |
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 Attributes | |
PUBLISHED | __pad0__: INLINE SwitchNode(const string &name) |
PipelineCycler< CData > | _cycler |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Reimplemented from PandaNode. Definition at line 62 of file switchNode.h. |
|
Reimplemented from PandaNode. Definition at line 63 of file switchNode.h. |
|
Definition at line 79 of file switchNode.cxx. References _cycler. Referenced by make_copy(), and make_from_bam(). |
|
Reimplemented from PandaNode. Definition at line 132 of file switchNode.cxx. References get_visible_child(), and SelectiveChildNode::select_child(). |
|
Reimplemented from PandaNode. Definition at line 220 of file switchNode.cxx. References _cycler, PandaNode::fillin(), and BamReader::read_cdata(). Referenced by make_from_bam(). |
|
Reimplemented from SelectiveChildNode. Definition at line 85 of file switchNode.h. |
|
Reimplemented from SelectiveChildNode. Definition at line 74 of file switchNode.h. Referenced by ProjectionScreen::recompute_node(), and register_with_read_factory(). |
|
Reimplemented from SelectiveChildNode. Definition at line 82 of file switchNode.h. |
|
Reimplemented from PandaNode. Definition at line 164 of file switchNode.cxx. References _cycler. Referenced by cull_callback(). |
|
Reimplemented from PandaNode. Definition at line 108 of file switchNode.cxx. |
|
Reimplemented from PandaNode. Definition at line 154 of file switchNode.cxx. |
|
Reimplemented from SelectiveChildNode. Definition at line 77 of file switchNode.h. References SelectiveChildNode::get_class_type(), SelectiveChildNode::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
Reimplemented from PandaNode. Definition at line 94 of file switchNode.cxx. References SwitchNode(). |
|
Reimplemented from PandaNode. Definition at line 201 of file switchNode.cxx. References fillin(), params, parse_params(), and SwitchNode(). Referenced by register_with_read_factory(). |
|
Reimplemented from PandaNode. Definition at line 176 of file switchNode.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 switchNode.cxx. |
|
Reimplemented from PandaNode. Definition at line 187 of file switchNode.cxx. References _cycler, BamWriter::write_cdata(), and PandaNode::write_datagram(). |
|
Reimplemented from SelectiveChildNode. Definition at line 33 of file switchNode.h. |
|
Reimplemented from PandaNode. Definition at line 46 of file switchNode.h. |
|
Reimplemented from PandaNode. Definition at line 61 of file switchNode.h. Referenced by fillin(), get_visible_child(), SwitchNode(), and write_datagram(). |
|
Reimplemented from SelectiveChildNode. Definition at line 23 of file switchNode.cxx. |