Go to the documentation of this file.
17 #ifndef GZ_COMMON_HEIGHTMAPDATA_HH_
18 #define GZ_COMMON_HEIGHTMAPDATA_HH_
21 #include <gz/math/Vector3.hh>
22 #include <gz/common/graphics/Export.hh>
44 public:
virtual void FillHeightMap(
int _subSampling,
45 unsigned int _vertSize,
const gz::math::Vector3d &_size,
46 const gz::math::Vector3d &_scale,
bool _flipY,
51 public:
virtual unsigned int Height()
const = 0;
55 public:
virtual unsigned int Width()
const = 0;
59 public:
virtual float MaxElevation()
const = 0;
Forward declarations for the common classes.
Encapsulates a generic heightmap data file.
Definition: gz/common/HeightmapData.hh:29