Cogs.Core
|
Public Attributes | |
uint32_t | beamGroupGen = 0 |
float | capSeparation = 0.f |
float | pathSpacing = 0.f |
float | beamSpacing = 0.f |
float | depthSpacing = 0.f |
float | seabedClipOffset = 0.f |
float | overflowThreshold = std::numeric_limits<float>::quiet_NaN() |
float | minVerticalDepth = std::numeric_limits<float>::quiet_NaN() |
float | maxVerticalDepth = std::numeric_limits<float>::quiet_NaN() |
bool | runMeshManager = false |
bool | flipOrientation = false |
bool | innerLayerOpaque = true |
std::vector< float > | thresholds |
std::vector< MaterialInstanceHandle > | layerMaterialInstances |
SwathPathResamplingPositions | resamplingPositions |
SwathPathChunks | chunks = SwathPathChunks(32, 1) |
SwathPathMeshManager | meshManager |
Definition at line 20 of file SwathIsoSystem.h.
uint32_t Cogs::Core::EchoSounder::SwathIsoSurfacesData::beamGroupGen = 0 |
Definition at line 22 of file SwathIsoSystem.h.
float Cogs::Core::EchoSounder::SwathIsoSurfacesData::beamSpacing = 0.f |
Definition at line 25 of file SwathIsoSystem.h.
float Cogs::Core::EchoSounder::SwathIsoSurfacesData::capSeparation = 0.f |
Definition at line 23 of file SwathIsoSystem.h.
SwathPathChunks Cogs::Core::EchoSounder::SwathIsoSurfacesData::chunks = SwathPathChunks(32, 1) |
Definition at line 40 of file SwathIsoSystem.h.
float Cogs::Core::EchoSounder::SwathIsoSurfacesData::depthSpacing = 0.f |
Definition at line 26 of file SwathIsoSystem.h.
bool Cogs::Core::EchoSounder::SwathIsoSurfacesData::flipOrientation = false |
Definition at line 33 of file SwathIsoSystem.h.
bool Cogs::Core::EchoSounder::SwathIsoSurfacesData::innerLayerOpaque = true |
Definition at line 34 of file SwathIsoSystem.h.
std::vector<MaterialInstanceHandle> Cogs::Core::EchoSounder::SwathIsoSurfacesData::layerMaterialInstances |
Definition at line 37 of file SwathIsoSystem.h.
float Cogs::Core::EchoSounder::SwathIsoSurfacesData::maxVerticalDepth = std::numeric_limits<float>::quiet_NaN() |
Definition at line 30 of file SwathIsoSystem.h.
SwathPathMeshManager Cogs::Core::EchoSounder::SwathIsoSurfacesData::meshManager |
Definition at line 41 of file SwathIsoSystem.h.
float Cogs::Core::EchoSounder::SwathIsoSurfacesData::minVerticalDepth = std::numeric_limits<float>::quiet_NaN() |
Definition at line 29 of file SwathIsoSystem.h.
float Cogs::Core::EchoSounder::SwathIsoSurfacesData::overflowThreshold = std::numeric_limits<float>::quiet_NaN() |
Definition at line 28 of file SwathIsoSystem.h.
float Cogs::Core::EchoSounder::SwathIsoSurfacesData::pathSpacing = 0.f |
Definition at line 24 of file SwathIsoSystem.h.
SwathPathResamplingPositions Cogs::Core::EchoSounder::SwathIsoSurfacesData::resamplingPositions |
Definition at line 39 of file SwathIsoSystem.h.
bool Cogs::Core::EchoSounder::SwathIsoSurfacesData::runMeshManager = false |
Definition at line 31 of file SwathIsoSystem.h.
float Cogs::Core::EchoSounder::SwathIsoSurfacesData::seabedClipOffset = 0.f |
Definition at line 27 of file SwathIsoSystem.h.
std::vector<float> Cogs::Core::EchoSounder::SwathIsoSurfacesData::thresholds |
Definition at line 35 of file SwathIsoSystem.h.