gwnavgeneration/raster/rastercell.h Source File
Go to the documentation of this file.
9 #ifndef GwNavGen_RasterCell_H
10 #define GwNavGen_RasterCell_H
33 BlobArray<KyFloat32> m_altitudes;
34 BlobArray<KyUInt32> m_navTagIndices;
38 SwapEndianness(e,
self.m_altitudes);
39 SwapEndianness(e,
self.m_navTagIndices);
46 KY_ROOT_BLOB_CLASS(Generator, RasterCell, 0)
52 PixelAndCellGrid m_pixelAndCellGrid;
54 BlobArray<RasterColumn> m_columns;
55 BlobArray<NavTag> m_navTags;
59 SwapEndianness(e,
self.m_rasterPrecisionInMeters);
60 SwapEndianness(e,
self.m_pixelAndCellGrid);
61 SwapEndianness(e,
self.m_cellDesc);
62 SwapEndianness(e,
self.m_columns);
63 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