gwnavgeneration/raster/rastercell.h Source File
Go to the documentation of this file.
9 #ifndef GwNavGen_RasterCell_H
10 #define GwNavGen_RasterCell_H
32 BlobArray<KyFloat32> m_altitudes;
33 BlobArray<KyUInt32> m_navTagIndices;
37 SwapEndianness(e,
self.m_altitudes);
38 SwapEndianness(e,
self.m_navTagIndices);
45 KY_ROOT_BLOB_CLASS(Generator, RasterCell, 0)
51 PixelAndCellGrid m_pixelAndCellGrid;
53 BlobArray<RasterColumn> m_columns;
54 BlobArray<NavTag> m_navTags;
58 SwapEndianness(e,
self.m_rasterPrecisionInMeters);
59 SwapEndianness(e,
self.m_pixelAndCellGrid);
60 SwapEndianness(e,
self.m_cellDesc);
61 SwapEndianness(e,
self.m_columns);
62 SwapEndianness(e,
self.m_navTags);
#define KY_CLASS_WITHOUT_COPY(ClassName)
Define to forbid copy constructor and copy assignment.
Definition: types.h:387
Target
Enumerates the possible endianness types relative to the current platform.
Definition: endianness.h:35
Definition: gamekitcrowddispersion.h:20
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43