18 #ifndef _IMAGE_HEIGHTMAP_DATA_HH_
19 #define _IMAGE_HEIGHTMAP_DATA_HH_
47 public:
int Load(
const std::string &_filename=
"");
50 public:
void FillHeightMap(
int _subSampling,
unsigned int _vertSize,
52 std::vector<float> &_heights);
56 public: std::string GetFilename()
const;
59 public:
unsigned int GetHeight()
const;
62 public:
unsigned int GetWidth()
const;
65 public:
float GetMaxElevation()
const;
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:43
Encapsulates a generic heightmap data file.
Definition: HeightmapData.hh:34
Encapsulates an image that will be interpreted as a heightmap.
Definition: ImageHeightmap.hh:37
Encapsulates an image.
Definition: Image.hh:68
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48