Class PoPeriodFilter

  • All Implemented Interfaces:
    SafeDisposable

    public class PoPeriodFilter
    extends PoMesh1DFilter
    Node to define a period filter. This node defines the current period filter of all subsequent MeshViz representations inhering from PoChart. One point every period is selected from the geometry of the current mesh 1D (PoRegularMesh1D or PoIrregularMesh1D) by all subsequent representations. Nevertheless, if a PoMesh1DHints node with the field geomInterpretation different from AS_IS is found in the path to the representation, the filter is not applied to the mesh 1D geometry but to the computed points (these points are differently computed according to the field geomInterpretation of the class PoMesh1DHints).

    File format/default:

    PoPeriodFilter {

      period 1
      axis X
    }
    • Constructor Detail

      • PoPeriodFilter

        public PoPeriodFilter()
        Constructor.