Skip to content
  • Joachim Pouderoux's avatar
    Introduce a new filter to split a dataset according a cell scalar value. · e7ffeae6
    Joachim Pouderoux authored
    Input can be any dataset with a cell scalar array (typically an integer
    value that represent a material id).
    Output is a multiblock with as many blocks as the number of
    different values in the input scalar array. Each block contains cells
    with same scalar value. Output blocks are UnstructuredDataSet unless
    input data is PolyData. In this case output blocks are PolyData too.
    e7ffeae6