Go to the documentation of this file.
17 #ifndef IGNITION_COMMON_DEM_HH_
18 #define IGNITION_COMMON_DEM_HH_
24 #include <ignition/common/graphics/Export.hh>
41 class IGNITION_COMMON_GRAPHICS_VISIBLE Dem :
public HeightmapData
47 public:
virtual ~Dem();
52 public:
int Load(
const std::string &_filename =
"");
58 public:
double Elevation(
double _x,
double _y);
62 public:
float MinElevation()
const;
66 public:
float MaxElevation()
const;
82 public:
unsigned int Height()
const;
91 public:
unsigned int Width()
const;
95 public:
double WorldWidth()
const;
99 public:
double WorldHeight()
const;
111 public:
void FillHeightMap(
const int _subSampling,
112 const unsigned int _vertSize,
124 private:
void GeoReference(
double _x,
double _y,
132 private:
int LoadData();
Forward declarations for the common classes.
#define IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
Microsoft Visual Studio does not automatically export the interface information for member variables ...
Definition: SuppressWarning.hh:64
#define IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING
Definition: SuppressWarning.hh:67