Canopy struct. More...
#include <ProjectBuilder.h>
Data Fields | |
int | idx |
float | age |
float | ground_clipping_height |
std::string | label |
std::string | library_name |
std::string | library_name_verbose |
std::vector< uint > | IDs |
std::vector< helios::vec3 > | individual_plant_locations |
helios::vec2 | plant_spacing |
helios::int2 | plant_count |
helios::vec3 | origin |
std::string | data_group |
bool | is_dirty |
Canopy struct.
Definition at line 197 of file ProjectBuilder.h.
float canopy::age |
Definition at line 199 of file ProjectBuilder.h.
std::string canopy::data_group |
Definition at line 209 of file ProjectBuilder.h.
float canopy::ground_clipping_height |
Definition at line 200 of file ProjectBuilder.h.
std::vector<uint> canopy::IDs |
Definition at line 204 of file ProjectBuilder.h.
int canopy::idx |
Definition at line 198 of file ProjectBuilder.h.
std::vector<helios::vec3> canopy::individual_plant_locations |
Definition at line 205 of file ProjectBuilder.h.
bool canopy::is_dirty |
Definition at line 210 of file ProjectBuilder.h.
std::string canopy::label |
Definition at line 201 of file ProjectBuilder.h.
std::string canopy::library_name |
Definition at line 202 of file ProjectBuilder.h.
std::string canopy::library_name_verbose |
Definition at line 203 of file ProjectBuilder.h.
helios::vec3 canopy::origin |
Definition at line 208 of file ProjectBuilder.h.
helios::int2 canopy::plant_count |
Definition at line 207 of file ProjectBuilder.h.
helios::vec2 canopy::plant_spacing |
Definition at line 206 of file ProjectBuilder.h.