i6engine  1.0
i6e::api::graphics::Graphics_TerrainHeightdata_Create Struct Reference

creates a Terrain in graphics subsystem More...

#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/configs/GraphicsConfig.h>

Public Member Functions

 Graphics_TerrainHeightdata_Create (const int64_t, 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_Createcopy ()
 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
 

Detailed Description

creates a Terrain in graphics subsystem

Definition at line 361 of file GraphicsConfig.h.

Constructor & Destructor Documentation

i6e::api::graphics::Graphics_TerrainHeightdata_Create::Graphics_TerrainHeightdata_Create ( const int64_t  ,
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 
)

Member Function Documentation

Graphics_TerrainHeightdata_Create* i6e::api::graphics::Graphics_TerrainHeightdata_Create::copy ( )
inlinevirtual

Copy method returning an exact copy of itself.

Returns
Copy of itself.

Reimplemented from i6e::core::MessageStruct.

Definition at line 372 of file GraphicsConfig.h.

Member Data Documentation

std::vector<std::vector<double> > i6e::api::graphics::Graphics_TerrainHeightdata_Create::heightdata

Definition at line 362 of file GraphicsConfig.h.

double i6e::api::graphics::Graphics_TerrainHeightdata_Create::inputScale

Definition at line 364 of file GraphicsConfig.h.

std::vector<std::tuple<double, std::string, std::string, double, double> > i6e::api::graphics::Graphics_TerrainHeightdata_Create::layers

Definition at line 366 of file GraphicsConfig.h.

int64_t i6e::api::graphics::Graphics_TerrainHeightdata_Create::maxX

Definition at line 369 of file GraphicsConfig.h.

int64_t i6e::api::graphics::Graphics_TerrainHeightdata_Create::maxY

Definition at line 370 of file GraphicsConfig.h.

int64_t i6e::api::graphics::Graphics_TerrainHeightdata_Create::minX

Definition at line 367 of file GraphicsConfig.h.

int64_t i6e::api::graphics::Graphics_TerrainHeightdata_Create::minY

Definition at line 368 of file GraphicsConfig.h.

double i6e::api::graphics::Graphics_TerrainHeightdata_Create::size

Definition at line 363 of file GraphicsConfig.h.

uint32_t i6e::api::graphics::Graphics_TerrainHeightdata_Create::vertices

Definition at line 365 of file GraphicsConfig.h.


The documentation for this struct was generated from the following file: