gwnavgeneration/raster/rastercell.h Source File
Go to the documentation of this file.
30 BlobArray<KyFloat32> m_altitudes;
31 BlobArray<KyUInt32> m_navTagIndices;
35 SwapEndianness(e,
self.m_altitudes);
36 SwapEndianness(e,
self.m_navTagIndices);
43 KY_ROOT_BLOB_CLASS(Generator, RasterCell, 0)
49 PixelAndCellGrid m_pixelAndCellGrid;
51 BlobArray<RasterColumn> m_columns;
52 BlobArray<NavTag> m_navTags;
56 SwapEndianness(e,
self.m_rasterPrecisionInMeters);
57 SwapEndianness(e,
self.m_pixelAndCellGrid);
58 SwapEndianness(e,
self.m_cellDesc);
59 SwapEndianness(e,
self.m_columns);
60 SwapEndianness(e,
self.m_navTags);
#define KY_CLASS_WITHOUT_COPY(ClassName)
Define to forbid copy constructor and copy assignment.
Definition: types.h:196
Target
Enumerates the possible endianness types relative to the current platform.
Definition: endianness.h:27
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
float KyFloat32
float
Definition: types.h:32