Cogs.Core
|
Public Attributes | |
std::shared_ptr< SinglePingIsoSurfacesPersistent > | persistent = std::make_shared<SinglePingIsoSurfacesPersistent>() |
std::vector< MaterialInstanceHandle > | layerMaterialInstances |
uint32_t | layoutGeneration = ~0u |
const DataSetComponent * | dataComp = nullptr |
float | seabedClipOffset = 0.0f |
std::vector< float > | thresholds |
int | index = -1 |
bool | reIssue = true |
Definition at line 43 of file PingIsoSystem.h.
const DataSetComponent* Cogs::Core::EchoSounder::SinglePingIsoSurfacesData::dataComp = nullptr |
Definition at line 49 of file PingIsoSystem.h.
int Cogs::Core::EchoSounder::SinglePingIsoSurfacesData::index = -1 |
Definition at line 52 of file PingIsoSystem.h.
std::vector<MaterialInstanceHandle> Cogs::Core::EchoSounder::SinglePingIsoSurfacesData::layerMaterialInstances |
Definition at line 46 of file PingIsoSystem.h.
uint32_t Cogs::Core::EchoSounder::SinglePingIsoSurfacesData::layoutGeneration = ~0u |
Definition at line 48 of file PingIsoSystem.h.
std::shared_ptr<SinglePingIsoSurfacesPersistent> Cogs::Core::EchoSounder::SinglePingIsoSurfacesData::persistent = std::make_shared<SinglePingIsoSurfacesPersistent>() |
Definition at line 45 of file PingIsoSystem.h.
bool Cogs::Core::EchoSounder::SinglePingIsoSurfacesData::reIssue = true |
Definition at line 53 of file PingIsoSystem.h.
float Cogs::Core::EchoSounder::SinglePingIsoSurfacesData::seabedClipOffset = 0.0f |
Definition at line 50 of file PingIsoSystem.h.
std::vector<float> Cogs::Core::EchoSounder::SinglePingIsoSurfacesData::thresholds |
Definition at line 51 of file PingIsoSystem.h.