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

Public Attributes

float * data = nullptr
 
uint64_t ping_number = 0
 
float minValue = 0.0f
 
float maxValue = 0.0f
 
bool update = false
 
bool update_iso = false
 
EntityPtr visualizer
 
MeshHandle mesh
 

Detailed Description

Definition at line 53 of file UniformGridSystem.h.

Member Data Documentation

◆ data

float* Cogs::Core::EchoSounder::Tile::data = nullptr

Definition at line 55 of file UniformGridSystem.h.

◆ maxValue

float Cogs::Core::EchoSounder::Tile::maxValue = 0.0f

Definition at line 59 of file UniformGridSystem.h.

◆ mesh

MeshHandle Cogs::Core::EchoSounder::Tile::mesh

Definition at line 63 of file UniformGridSystem.h.

◆ minValue

float Cogs::Core::EchoSounder::Tile::minValue = 0.0f

Definition at line 58 of file UniformGridSystem.h.

◆ ping_number

uint64_t Cogs::Core::EchoSounder::Tile::ping_number = 0

Definition at line 57 of file UniformGridSystem.h.

◆ update

bool Cogs::Core::EchoSounder::Tile::update = false

Definition at line 60 of file UniformGridSystem.h.

◆ update_iso

bool Cogs::Core::EchoSounder::Tile::update_iso = false

Definition at line 61 of file UniformGridSystem.h.

◆ visualizer

EntityPtr Cogs::Core::EchoSounder::Tile::visualizer

Definition at line 62 of file UniformGridSystem.h.


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