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

Detailed Description

Definition at line 443 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 460 of file plant_architecture_params.py.

◆ to_dict()

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

Definition at line 450 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 448 of file plant_architecture_params.py.

◆ internode

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

Definition at line 444 of file plant_architecture_params.py.

◆ leaf

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

Definition at line 446 of file plant_architecture_params.py.

◆ peduncle

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

Definition at line 447 of file plant_architecture_params.py.

◆ petiole

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

Definition at line 445 of file plant_architecture_params.py.


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