Skip to content
Otto Link edited this page Mar 14, 2024 · 6 revisions

Welcome to the Hesiod wiki!

Classes

classDiagram
    
    Node <|-- ControlNode
    ControlNode "1" *-- "*" Attribute
    
    Tree <|-- ControlTree
    ControlTree <-- ViewTree
    Tree "1" *-- "*" Node

    ControlNode <|-- Filter
    Filter <|-- Clamp
    Filter <|-- Remap

    ControlNode <|-- ViewNode

    ViewNode <|-- ViewClamp
    Clamp <|-- ViewClamp

    ViewNode <|-- ViewRemap
    Remap <|-- ViewRemap

    style Tree fill:#f9f
    style Node fill:#f9f

    style ControlTree fill:#aff
    style ControlNode fill:#aff
    style Filter fill:#aff
    style Clamp fill:#aff
    style Remap fill:#aff
    
    style ViewTree fill:#ffa
    style ViewNode fill:#ffa
    style ViewClamp fill:#ffa
    style ViewRemap fill:#ffa
    
    style Attribute fill:#ddd
Loading

Clone this wiki locally