gwnavgeneration/input/inputcellblob.h Source File
Go to the documentation of this file.
23 KY_ROOT_BLOB_CLASS(Generator, InputCellBlob, 0)
35 BlobArray<TaggedTriangle3i> m_taggedTriangle3is;
41 SwapEndianness(e,
self.m_rasterPrecision);
43 SwapEndianness(e,
self.m_cellPos);
44 SwapEndianness(e,
self.m_minAltitude);
45 SwapEndianness(e,
self.m_maxAltitude);
46 SwapEndianness(e,
self.m_taggedTriangle3is);
Vec2i CellPos
A type that represents the position of a cell within a 2D grid.
Definition: navmeshtypes.h:30
#define KY_CLASS_WITHOUT_COPY(ClassName)
Define to forbid copy constructor and copy assignment.
Definition: types.h:196
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
Target
Enumerates the possible endianness types relative to the current platform.
Definition: endianness.h:27
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
std::int32_t KyInt32
int32_t
Definition: types.h:24
float KyFloat32
float
Definition: types.h:32