Class PoIntervalCellFilter

All Implemented Interfaces:
SafeDisposable

public class PoIntervalCellFilter extends PoCellFilter
Node class to define a filter of cells. This filter accepts only those cells whose value is either inside or outside a float interval.
  • Field Details

    • min

      public final SoSFFloat min
      Specifies the min limit of the float interval.
    • max

      public final SoSFFloat max
      Specifies the max limit of the float interval.
    • in

      public final SoSFBool in
      Specifies if accepted cells are those whose value is inside or outside the interval ]min,max[.

  • Constructor Details

    • PoIntervalCellFilter

      public PoIntervalCellFilter()