gz/physics/GetBoundingBox.hh
Go to the documentation of this file.
Container for specifying Frame IDs. We do not want to use a generic integer type for this,...
Definition: gz/physics/FrameID.hh:47
Definition: gz/physics/GetBoundingBox.hh:47
AlignedBoxType GetAxisAlignedBoundingBox(const FrameID &_referenceFrame=FrameID::World()) const
Get the axis aligned bounding box for the shapes attached to this link in the requested frame.
typename FromPolicy< PolicyT >::template Use< AlignedBox > AlignedBoxType
Definition: gz/physics/GetBoundingBox.hh:49
This feature retrieves the axis aligned bounding box for the shapes attached to this link in the requ...
Definition: gz/physics/GetBoundingBox.hh:43
Definition: gz/physics/GetEntities.hh:275
This feature retrieves the link pointer from the model by specifying model index and link index/name.
Definition: gz/physics/GetEntities.hh:272
Definition: gz/physics/GetBoundingBox.hh:81
AlignedBoxType GetAxisAlignedBoundingBox(const FrameID &_referenceFrame=FrameID::World()) const
Get the axis aligned bounding box for the model in the requested frame.
typename FromPolicy< PolicyT >::template Use< AlignedBox > AlignedBoxType
Definition: gz/physics/GetBoundingBox.hh:83
This feature retrieves the axis aligned bounding box for the model in the requested frame....
Definition: gz/physics/GetBoundingBox.hh:77
This feature retrieves the shape's axis aligned bounding box in the requested frame....
Definition: gz/physics/Shape.hh:140
Definition: gz/physics/GetEntities.hh:435
This feature retrieves the shape pointer from the link by specifying link index and shape index/name.
Definition: gz/physics/GetEntities.hh:432
This feature will apply frame semantics to Link objects.
Definition: gz/physics/FrameSemantics.hh:166
This feature will apply frame semantics to Model objects.
Definition: gz/physics/FrameSemantics.hh:192
Use a FeatureList to aggregate a list of Features.
Definition: gz/physics/FeatureList.hh:62
If your feature is known to require any other features, then you should have your feature class inher...
Definition: gz/physics/FeatureList.hh:118
This struct is used to conveniently convert from a policy to a geometric type. Example usage:
Definition: gz/physics/Geometry.hh:78