- Preparing search index...
- The search index is not available
neuroglancer
Function makeCoordinateSpace
- makeCoordinateSpace(space: {
boundingBoxes?: readonly TransformedBoundingBox[];
bounds?: BoundingBox;
coordinateArrays?: (undefined | CoordinateArray)[];
ids?: readonly number[];
names: readonly string[];
rank?: number;
scales: Float64Array;
timestamps?: readonly number[];
units: readonly string[];
valid?: boolean;
}): CoordinateSpace
-
Parameters
-
space: {
boundingBoxes?: readonly TransformedBoundingBox[];
bounds?: BoundingBox;
coordinateArrays?: (undefined | CoordinateArray)[];
ids?: readonly number[];
names: readonly string[];
rank?: number;
scales: Float64Array;
timestamps?: readonly number[];
units: readonly string[];
valid?: boolean;
}
-
Optional
Readonly
boundingBoxes?: readonly TransformedBoundingBox[]
-
Optional
Readonly
bounds?: BoundingBox
-
Optional
Readonly
coordinateArrays?: (undefined | CoordinateArray)[]
-
Optional
Readonly
ids?: readonly number[]
-
Readonly
names: readonly string[]
-
Optional
Readonly
rank?: number
-
Readonly
scales: Float64Array
-
Optional
Readonly
timestamps?: readonly number[]
-
Readonly
units: readonly string[]
-
Optional
Readonly
valid?: boolean