Class MiSlabExtractIjk

    • Method Detail

      • extractScalarSet

        public abstract MeXScalardSetI extractScalarSet​(MiScalardSetIjk inputSet)
        Computes a PER_CELL scalar set on the extracted skin.

        Note: The argument i,j,k of the method MiScalardSetIjk.get(int, int, int) refers to the cell (i,j,k). Thus the binding of the input set must be PER_CELL. An UnsupportedOperationException is thrown otherwise.

        Parameters:
        inputSet - the input scalar set defined on the volume mesh
        Returns:
        the output scalar set defined on the resulting skin mesh
      • extractVec3Set

        public abstract MeXVec3dSetI extractVec3Set​(MiVec3dSetIjk inputSet)
        Computes a vector set on the extracted skin.

        Note: The argument i,j,k of the method MiVec3dSetIjk.get(int, int, int) refers to the cell (i,j,k). Thus the binding of the input set must be PER_CELL. An UnsupportedOperationException is thrown otherwise.

        Parameters:
        inputSet - the input vector set defined on the volume mesh
        Returns:
        the output vector set defined on the resulting skin mesh