PhysicalNode¶
-
class
PhysicalNode
¶ Bases:
PandaNode
Graph node that encapsulated a series of physical objects
Inheritance diagram
-
explicit
PhysicalNode
(std::string const &name)¶ default constructor
copy constructor
-
void
add_physicals_from
(PhysicalNode const &other)¶ append operation
-
void
clear
(void)¶
-
static TypeHandle
get_class_type
(void)¶
-
std::size_t
get_num_physicals
(void) const¶
-
void
remove_physical
(std::size_t index)¶ remove operation
-
explicit