17INLINE PhysxForceFieldShapeGroup::
25INLINE PhysxForceFieldShapeGroup::
26~PhysxForceFieldShapeGroup() {
33INLINE
void PhysxForceFieldShapeGroup::
42INLINE
void PhysxForceFieldShapeGroup::
43ls(std::ostream &out,
int indent_level)
const {
45 indent(out, indent_level) << get_type().get_name()
47 <<
" (at 0x" <<
this <<
")\n";
49 _shapes.ls(out, indent_level);
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.