public abstract class AbstractEuclideanSpace extends Object implements EuclideanSpace
Modifier and Type | Field and Description |
---|---|
protected int |
n
the number of dimensions.
|
Constructor and Description |
---|
AbstractEuclideanSpace(int n) |
Modifier and Type | Method and Description |
---|---|
int |
numDimensions()
Gets the space's number of dimensions.
|
public AbstractEuclideanSpace(int n)
n
- number of dimensions.public int numDimensions()
EuclideanSpace
numDimensions
in interface EuclideanSpace
Copyright © 2015–2022 ImgLib2. All rights reserved.