Cogs.Core
|
Public Attributes | |
IndexRange | support |
All indexes relevant for this chunk. | |
IndexRange | extent |
The actual extent of the chunk. | |
SwathPathChunkFlag | flags |
Definition at line 30 of file SwathPathChunks.h.
IndexRange Cogs::Core::EchoSounder::SwathPathChunk::extent |
The actual extent of the chunk.
Definition at line 37 of file SwathPathChunks.h.
SwathPathChunkFlag Cogs::Core::EchoSounder::SwathPathChunk::flags |
Definition at line 38 of file SwathPathChunks.h.
IndexRange Cogs::Core::EchoSounder::SwathPathChunk::support |
All indexes relevant for this chunk.
This range should always include the range in extent, but might include some extra indexes. Typically support will include one extra index in both ends used to create a smooth connection with thre previous/next chunk
Definition at line 35 of file SwathPathChunks.h.