Package net.imglib2

Class AbstractEuclideanSpace

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int n
      the number of dimensions.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int numDimensions()
      Gets the space's number of dimensions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • n

        protected final int n
        the number of dimensions.
    • Constructor Detail

      • AbstractEuclideanSpace

        public AbstractEuclideanSpace​(int n)
        Parameters:
        n - number of dimensions.