i6engine
1.0
|
updates a terrain More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/configs/GraphicsConfig.h>
Public Member Functions | |
Graphics_TerrainHeightdata_Update (const int64_t coid, const std::vector< std::vector< double >> &h, const double s, double i, uint32_t v, const std::vector< std::tuple< double, std::string, std::string, double, double >> &l, int64_t miX, int64_t miY, int64_t maX, int64_t maY) | |
Graphics_TerrainHeightdata_Update * | copy () |
Copy method returning an exact copy of itself. More... | |
Public Member Functions inherited from i6e::core::MessageStruct | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
MessageStruct () | |
Default constructor for MessageStruct. More... | |
MessageStruct (const MessageStruct &other) | |
Copy constructor for MessageStruct. More... | |
MessageStruct (const int64_t id, const IPKey &send, const int64_t waitID) | |
Constructor for MessageStruct. More... | |
MessageStruct (int64_t id, int64_t waitID) | |
virtual | ~MessageStruct () |
Virtual destructor. More... | |
int64_t | getID () const |
returns the id More... | |
int64_t | getWaitID () const |
returns the waitForId More... | |
Public Attributes | |
std::vector< std::vector< double > > | heightdata |
double | size |
double | inputScale |
uint32_t | vertices |
std::vector< std::tuple< double, std::string, std::string, double, double > > | layers |
int64_t | minX |
int64_t | minY |
int64_t | maxX |
int64_t | maxY |
Public Attributes inherited from i6e::core::MessageStruct | |
int64_t | _id |
IPKey | _sender |
int64_t | _waitForId |
updates a terrain
Definition at line 399 of file GraphicsConfig.h.
i6e::api::graphics::Graphics_TerrainHeightdata_Update::Graphics_TerrainHeightdata_Update | ( | const int64_t | coid, |
const std::vector< std::vector< double >> & | h, | ||
const double | s, | ||
double | i, | ||
uint32_t | v, | ||
const std::vector< std::tuple< double, std::string, std::string, double, double >> & | l, | ||
int64_t | miX, | ||
int64_t | miY, | ||
int64_t | maX, | ||
int64_t | maY | ||
) |
|
inlinevirtual |
Copy method returning an exact copy of itself.
Reimplemented from i6e::core::MessageStruct.
Definition at line 410 of file GraphicsConfig.h.
std::vector<std::vector<double> > i6e::api::graphics::Graphics_TerrainHeightdata_Update::heightdata |
Definition at line 400 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_TerrainHeightdata_Update::inputScale |
Definition at line 402 of file GraphicsConfig.h.
std::vector<std::tuple<double, std::string, std::string, double, double> > i6e::api::graphics::Graphics_TerrainHeightdata_Update::layers |
Definition at line 404 of file GraphicsConfig.h.
int64_t i6e::api::graphics::Graphics_TerrainHeightdata_Update::maxX |
Definition at line 407 of file GraphicsConfig.h.
int64_t i6e::api::graphics::Graphics_TerrainHeightdata_Update::maxY |
Definition at line 408 of file GraphicsConfig.h.
int64_t i6e::api::graphics::Graphics_TerrainHeightdata_Update::minX |
Definition at line 405 of file GraphicsConfig.h.
int64_t i6e::api::graphics::Graphics_TerrainHeightdata_Update::minY |
Definition at line 406 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_TerrainHeightdata_Update::size |
Definition at line 401 of file GraphicsConfig.h.
uint32_t i6e::api::graphics::Graphics_TerrainHeightdata_Update::vertices |
Definition at line 403 of file GraphicsConfig.h.