Cogs.Core
|
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 |
Definition at line 22 of file PingIsoSystem.h.
MeshHandle Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::issuedMesh |
Definition at line 26 of file PingIsoSystem.h.
glm::quat Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::issuedOrientation |
Definition at line 28 of file PingIsoSystem.h.
glm::vec3 Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::issuedPosition |
Definition at line 27 of file PingIsoSystem.h.
Memory::TypedBuffer<float> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::linearValues |
Definition at line 31 of file PingIsoSystem.h.
std::mutex Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::mutex |
Definition at line 23 of file PingIsoSystem.h.
std::atomic<int> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::runningTasks = 0 |
Definition at line 24 of file PingIsoSystem.h.
Memory::TypedBuffer<float> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::tmpValues |
Definition at line 38 of file PingIsoSystem.h.
Memory::TypedBuffer<float> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::values |
Definition at line 30 of file PingIsoSystem.h.
Memory::TypedBuffer<uint8_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::volumeCases |
Definition at line 32 of file PingIsoSystem.h.
Memory::TypedBuffer<int32_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::volumeCells |
Definition at line 34 of file PingIsoSystem.h.
Memory::TypedBuffer<int32_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::volumeOffsets |
Definition at line 33 of file PingIsoSystem.h.
Memory::TypedBuffer<uint8_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::wallCases |
Definition at line 35 of file PingIsoSystem.h.
Memory::TypedBuffer<int32_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::wallCells |
Definition at line 37 of file PingIsoSystem.h.
Memory::TypedBuffer<int32_t> Cogs::Core::EchoSounder::SinglePingIsoSurfacesPersistent::wallOffsets |
Definition at line 36 of file PingIsoSystem.h.