Class DynEPATH

    • Constructor Detail

      • DynEPATH

        public DynEPATH​(boolean padded)
    • Method Detail

      • get

        public CipPath get​(int[] indices)
        Implementations of DynEPATH must override get() with the desired dynamic value calculation.
        Overrides:
        get in class CipEPATH
        Parameters:
        indices - Array subscripts. Missing subscripts not allowed.
        Returns:
      • set

        public void set​(int[] indices,
                        CipPath val)
        Description copied from class: BaseDataType
        Application-side value storage. Subclasses must implement this function to store one value or complex element into the storage array.
        Overrides:
        set in class CipEPATH
        Parameters:
        indices - Array subscripts. Missing subscripts not allowed.
      • wrap

        public DynEPATH wrap​(int[] indices)
        Description copied from class: BaseDataType
        Application-side wrapper for inner dimensions. Implementations must update memberOffsets if not not using the protected constructor.
        Overrides:
        wrap in class CipEPATH
        Parameters:
        indices - Array subscripts. Missing subscripts are allowed.