0.1.33
Loading...
Searching...
No Matches
pyhelios.plant_architecture_params.PhytomerParameters Class Reference

Detailed Description

Definition at line 549 of file plant_architecture_params.py.

+ Collaboration diagram for pyhelios.plant_architecture_params.PhytomerParameters:

Public Member Functions

Dict[str, Any] to_dict (self)
 
"PhytomerParameters" from_dict (cls, Dict[str, Any] d)
 

Static Public Attributes

InternodeParameters internode = field(default_factory=InternodeParameters)
 
PetioleParameters petiole = field(default_factory=PetioleParameters)
 
LeafParameters leaf = field(default_factory=LeafParameters)
 
PeduncleParameters peduncle = field(default_factory=PeduncleParameters)
 
InflorescenceParameters inflorescence = field(default_factory=InflorescenceParameters)
 

Member Function Documentation

◆ from_dict()

"PhytomerParameters" pyhelios.plant_architecture_params.PhytomerParameters.from_dict ( cls,
Dict[str, Any] d )

Definition at line 566 of file plant_architecture_params.py.

◆ to_dict()

Dict[str, Any] pyhelios.plant_architecture_params.PhytomerParameters.to_dict ( self)

Definition at line 556 of file plant_architecture_params.py.

Member Data Documentation

◆ inflorescence

InflorescenceParameters pyhelios.plant_architecture_params.PhytomerParameters.inflorescence = field(default_factory=InflorescenceParameters)
static

Definition at line 554 of file plant_architecture_params.py.

◆ internode

InternodeParameters pyhelios.plant_architecture_params.PhytomerParameters.internode = field(default_factory=InternodeParameters)
static

Definition at line 550 of file plant_architecture_params.py.

◆ leaf

LeafParameters pyhelios.plant_architecture_params.PhytomerParameters.leaf = field(default_factory=LeafParameters)
static

Definition at line 552 of file plant_architecture_params.py.

◆ peduncle

PeduncleParameters pyhelios.plant_architecture_params.PhytomerParameters.peduncle = field(default_factory=PeduncleParameters)
static

Definition at line 553 of file plant_architecture_params.py.

◆ petiole

PetioleParameters pyhelios.plant_architecture_params.PhytomerParameters.petiole = field(default_factory=PetioleParameters)
static

Definition at line 551 of file plant_architecture_params.py.


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