Interface VoxelArrayND

    • Method Detail

      • get

        double[] get​(int[] index)
      • getInverseLocalIndex

        int[] getInverseLocalIndex​(int index)
      • getLocal

        double[] getLocal​(int localIndex)
      • getLocalIndex

        int getLocalIndex​(int[] index)
      • getLocalStorageDim

        int getLocalStorageDim()
      • getValueDimension

        int getValueDimension()
      • initialiseWithValue

        void initialiseWithValue​(double val)
      • set

        void set​(int[] index,
                 double[] val)
      • setLocal

        void setLocal​(int localIndex,
                      double[] val)