|
mmcfilters
Public API documentation
|
Immutable scientific interpretation attached to one morphological tree. More...
#include <MorphologicalTreeSemantics.hpp>
Public Attributes | |
| MorphologicalTreeKind | kind = MorphologicalTreeKind::Generic |
| Declared construction/result kind. | |
| NodeAltitudeOrder | nodeAltitudeOrder = NodeAltitudeOrder::Unconstrained |
| Global parent-child altitude order. | |
| MorphologicalTreeConstructionContext | constructionContext = NoConstructionContext{} |
| Typed retained construction context. | |
Immutable scientific interpretation attached to one morphological tree.
The metadata do not alter topology. Algorithms query the typed construction context they require and do not infer capabilities from kind.
Definition at line 134 of file MorphologicalTreeSemantics.hpp.
| MorphologicalTreeConstructionContext mmcfilters::MorphologicalTreeSemantics::constructionContext = NoConstructionContext{} |
Typed retained construction context.
Definition at line 137 of file MorphologicalTreeSemantics.hpp.
| MorphologicalTreeKind mmcfilters::MorphologicalTreeSemantics::kind = MorphologicalTreeKind::Generic |
Declared construction/result kind.
Definition at line 135 of file MorphologicalTreeSemantics.hpp.
| NodeAltitudeOrder mmcfilters::MorphologicalTreeSemantics::nodeAltitudeOrder = NodeAltitudeOrder::Unconstrained |
Global parent-child altitude order.
Definition at line 136 of file MorphologicalTreeSemantics.hpp.