Skip to content

CollectorNode #2358

Description

@RobBuchananCompPhys

Implement CollectorNode: this is a hypothetical node that exists to collect node outputs of a given type T or T* into a container member std::vector<T> or std::vector<T *>. This is particularly relevant for the GRNode which should ideally mimic the behaviour of GRModule in which a vector of Configuration becomes an input. Note: we'd require an isFinite flag for Node since we'd effectively be introducing unrestricted edge connections into a node i.e. CollectorNode<Configuration *> taking any number of configurations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions