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::vec3 > | inflorescence_bases |
| std::vector< AxisRotation > | inflorescence_rotation |
| std::vector< float > | inflorescence_base_scales |
| std::vector< uint > | peduncle_objIDs |
| std::vector< uint > | inflorescence_objIDs |
Definition at line 398 of file PlantArchitecture.h.
| helios::vec3 FloralBud::base_position |
Definition at line 416 of file PlantArchitecture.h.
| AxisRotation FloralBud::base_rotation |
Definition at line 417 of file PlantArchitecture.h.
| helios::vec3 FloralBud::bending_axis |
Definition at line 418 of file PlantArchitecture.h.
| uint FloralBud::bud_index = 0 |
Definition at line 410 of file PlantArchitecture.h.
| float FloralBud::current_fruit_scale_factor = 1 |
Definition at line 412 of file PlantArchitecture.h.
| std::vector<float> FloralBud::inflorescence_base_scales |
Definition at line 422 of file PlantArchitecture.h.
| std::vector<helios::vec3> FloralBud::inflorescence_bases |
Definition at line 420 of file PlantArchitecture.h.
| std::vector<uint> FloralBud::inflorescence_objIDs |
Definition at line 424 of file PlantArchitecture.h.
| std::vector<AxisRotation> FloralBud::inflorescence_rotation |
Definition at line 421 of file PlantArchitecture.h.
| bool FloralBud::isterminal = false |
Definition at line 405 of file PlantArchitecture.h.
| uint FloralBud::parent_index = 0 |
Definition at line 408 of file PlantArchitecture.h.
| std::vector<uint> FloralBud::peduncle_objIDs |
Definition at line 423 of file PlantArchitecture.h.
| float FloralBud::previous_fruit_scale_factor = 0 |
Definition at line 413 of file PlantArchitecture.h.
| BudState FloralBud::state = BUD_DORMANT |
Definition at line 401 of file PlantArchitecture.h.
| float FloralBud::time_counter = 0 |
Definition at line 403 of file PlantArchitecture.h.