◆ CanHaveAreaFraction()
bool SurfaceComponent::CanHaveAreaFraction |
( |
| ) |
|
|
inlineoverridevirtual |
Check if the brick can have an area fraction.
- Returns
- true if the brick can have an area fraction.
Reimplemented from Brick.
◆ GetAreaFraction()
double SurfaceComponent::GetAreaFraction |
( |
| ) |
const |
|
inline |
Gets the area fraction of this component.
- Returns
- The area fraction of this component.
◆ GetParentAreaFraction()
double SurfaceComponent::GetParentAreaFraction |
( |
| ) |
|
Gets the area fraction of the parent land cover of this component.
- Returns
- The area fraction of the parent land cover.
◆ IsNull()
bool SurfaceComponent::IsNull |
( |
| ) |
|
|
overridevirtual |
Check if the brick is null (e.g., if the area fraction is null).
- Returns
- true if the brick is null.
Reimplemented from Brick.
◆ SetAreaFraction()
void SurfaceComponent::SetAreaFraction |
( |
double | value | ) |
|
Sets the area fraction of this component.
- Parameters
-
value | The area fraction of this component. |
◆ SetParent()
virtual void SurfaceComponent::SetParent |
( |
LandCover * | parent | ) |
|
|
inlinevirtual |
Sets the parent land cover of this component.
- Parameters
-
parent | The parent land cover of this component. |
The documentation for this class was generated from the following files:
- /github/workspace/core/src/bricks/SurfaceComponent.h
- /github/workspace/core/src/bricks/SurfaceComponent.cpp