Struct SubTree::DumpTreeOptions#
Defined in File SubTree.h
Nested Relationships#
This struct is a nested type of Class SubTree.
Struct Documentation#
-
struct DumpTreeOptions#
A struct with options to tailor the content from dumpTree()
Public Members
-
bool hinge_type = true#
include the body’s hinge’s typeString info
-
bool lock_status = false#
include the frame’s lock status
-
bool ref_count = false#
include the frame’s reference count
-
bool hinge_ref_count = false#
include the frame’s edge’s reference count
-
bool id = false#
include the frame’s tree id
-
bool hinge_type = true#