gz/physics/heightmap/HeightmapShape.hh
typename FromPolicy< PolicyT >::template Use< LinearVector > Dimensions
Definition: gz/physics/heightmap/HeightmapShape.hh:99
Placeholder class in case a Feature does not define its own Link API.
Definition: gz/physics/Feature.hh:67
This is the base class of all "proxy objects". The "proxy objects" are essentially interfaces into th...
Definition: gz/physics/Entity.hh:216
virtual Identity AttachHeightmapShape(const Identity &_linkID, const std::string &_name, const common::HeightmapData &_heightmapData, const PoseType &_pose, const Dimensions &_size, int _subSampling)=0
If your feature is known to require any other features, then you should have your feature class inher...
Definition: gz/physics/FeatureList.hh:118
STL class.
This struct is used to conveniently convert from a policy to a geometric type. Example usage:
Definition: gz/physics/Geometry.hh:77
HeightmapShapePtr< PolicyT, FeaturesT > ShapePtrType
Definition: gz/physics/heightmap/HeightmapShape.hh:76
ShapePtrType AttachHeightmapShape(const std::string &_name, const common::HeightmapData &_heightmapData, const PoseType &_pose, const Dimensions &_size, int _subSampling=1)
Attach a heightmap shape to a link.
typename FromPolicy< PolicyT >::template Use< Pose > PoseType
Definition: gz/physics/heightmap/HeightmapShape.hh:96
Definition: gz/physics/heightmap/HeightmapShape.hh:68
typename FromPolicy< PolicyT >::template Use< Pose > PoseType
Definition: gz/physics/heightmap/HeightmapShape.hh:71
typename FromPolicy< PolicyT >::template Use< LinearVector > Dimensions
Definition: gz/physics/heightmap/HeightmapShape.hh:74
#define IGN_PHYSICS_DECLARE_SHAPE_TYPE(CustomShapeType)
Given a shape type named CustomShapeType, this macro creates the following classes:
Definition: gz/physics/DeclareShapeType.hh:52
Definition: gz/physics/Feature.hh:92
Definition: gz/physics/heightmap/HeightmapShape.hh:93
Attach a heightmap shape to a link.
Definition: gz/physics/heightmap/HeightmapShape.hh:64