Cogs.Core
Public Attributes | List of all members
Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent Struct Reference

Public Attributes

std::mutex mutex
 
std::atomic< int > runningTasks = 0
 
MeshHandle issuedMesh
 
glm::vec3 issuedPosition
 
glm::quat issuedOrientation
 
Memory::TypedBuffer< float > values
 
Memory::TypedBuffer< float > linearValues
 
Memory::TypedBuffer< uint8_t > volumeCases
 
Memory::TypedBuffer< int32_t > volumeOffsets
 
Memory::TypedBuffer< int32_t > volumeCells
 
Memory::TypedBuffer< uint8_t > wallCases
 
Memory::TypedBuffer< int32_t > wallOffsets
 
Memory::TypedBuffer< int32_t > wallCells
 
Memory::TypedBuffer< float > tmpValues
 

Detailed Description

Definition at line 22 of file PingIsoSystem.h.

Member Data Documentation

◆ issuedMesh

MeshHandle Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::issuedMesh

Definition at line 26 of file PingIsoSystem.h.

◆ issuedOrientation

glm::quat Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::issuedOrientation

Definition at line 28 of file PingIsoSystem.h.

◆ issuedPosition

glm::vec3 Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::issuedPosition

Definition at line 27 of file PingIsoSystem.h.

◆ linearValues

Memory::TypedBuffer<float> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::linearValues

Definition at line 31 of file PingIsoSystem.h.

◆ mutex

std::mutex Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::mutex

Definition at line 23 of file PingIsoSystem.h.

◆ runningTasks

std::atomic<int> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::runningTasks = 0

Definition at line 24 of file PingIsoSystem.h.

◆ tmpValues

Memory::TypedBuffer<float> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::tmpValues

Definition at line 38 of file PingIsoSystem.h.

◆ values

Memory::TypedBuffer<float> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::values

Definition at line 30 of file PingIsoSystem.h.

◆ volumeCases

Memory::TypedBuffer<uint8_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::volumeCases

Definition at line 32 of file PingIsoSystem.h.

◆ volumeCells

Memory::TypedBuffer<int32_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::volumeCells

Definition at line 34 of file PingIsoSystem.h.

◆ volumeOffsets

Memory::TypedBuffer<int32_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::volumeOffsets

Definition at line 33 of file PingIsoSystem.h.

◆ wallCases

Memory::TypedBuffer<uint8_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::wallCases

Definition at line 35 of file PingIsoSystem.h.

◆ wallCells

Memory::TypedBuffer<int32_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::wallCells

Definition at line 37 of file PingIsoSystem.h.

◆ wallOffsets

Memory::TypedBuffer<int32_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::wallOffsets

Definition at line 36 of file PingIsoSystem.h.


The documentation for this struct was generated from the following file: