Skip to content

Catalyst Bidirectional hardcoded to receive array "coords" #104

@srizzi88

Description

@srizzi88

This may be a topic for discussion more than an issue. Please let me know if I should move this somewhere else.

Our student has been struggling to figure out bidirectional with catalyst for a couple weeks. It turns out that CatalystAnalysisAdaptor expects to receive data from ParaView in an array named "coords"

if (strcmp(arrayname, "coords") == 0 && vtkPointSet::SafeDownCast(grid) &&

If the array is not named "coords" and is not a vtkPointSet, it will be ignored.

I wanted to ask if this is a design decision, or a serious limitation in the data types that we can send back from the Paraview GUI in a bidirectional communication scenario.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions