1.3.49
 
Loading...
Searching...
No Matches
FloralBud Struct Reference

Data Fields

BudState state = BUD_DORMANT
 
float time_counter = 0
 
bool isterminal = false
 
uint parent_index = 0
 
uint bud_index = 0
 
float current_fruit_scale_factor = 1
 
float previous_fruit_scale_factor = 0
 
helios::vec3 base_position
 
AxisRotation base_rotation
 
helios::vec3 bending_axis
 
std::vector< helios::vec3inflorescence_bases
 
std::vector< uintpeduncle_objIDs
 
std::vector< uintinflorescence_objIDs
 

Detailed Description

Definition at line 352 of file PlantArchitecture.h.

Field Documentation

◆ base_position

helios::vec3 FloralBud::base_position

Definition at line 370 of file PlantArchitecture.h.

◆ base_rotation

AxisRotation FloralBud::base_rotation

Definition at line 371 of file PlantArchitecture.h.

◆ bending_axis

helios::vec3 FloralBud::bending_axis

Definition at line 372 of file PlantArchitecture.h.

◆ bud_index

uint FloralBud::bud_index = 0

Definition at line 364 of file PlantArchitecture.h.

◆ current_fruit_scale_factor

float FloralBud::current_fruit_scale_factor = 1

Definition at line 366 of file PlantArchitecture.h.

◆ inflorescence_bases

std::vector<helios::vec3> FloralBud::inflorescence_bases

Definition at line 374 of file PlantArchitecture.h.

◆ inflorescence_objIDs

std::vector<uint> FloralBud::inflorescence_objIDs

Definition at line 376 of file PlantArchitecture.h.

◆ isterminal

bool FloralBud::isterminal = false

Definition at line 359 of file PlantArchitecture.h.

◆ parent_index

uint FloralBud::parent_index = 0

Definition at line 362 of file PlantArchitecture.h.

◆ peduncle_objIDs

std::vector<uint> FloralBud::peduncle_objIDs

Definition at line 375 of file PlantArchitecture.h.

◆ previous_fruit_scale_factor

float FloralBud::previous_fruit_scale_factor = 0

Definition at line 367 of file PlantArchitecture.h.

◆ state

BudState FloralBud::state = BUD_DORMANT

Definition at line 355 of file PlantArchitecture.h.

◆ time_counter

float FloralBud::time_counter = 0

Definition at line 357 of file PlantArchitecture.h.


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