Uses of Class
io.github.hakkelt.bartwrapper.BartDimsEnum
-
-
Uses of BartDimsEnum in io.github.hakkelt.bartwrapper
Methods in io.github.hakkelt.bartwrapper that return BartDimsEnum Modifier and Type Method Description BartDimsEnum[]
BartComplexFloatNDArray. getBartDims()
BartDimsEnum[]
BartNDArray. getBartDims()
Returns an array of BartDimsEnum that tells the meaning of each dimensions in BART.BartDimsEnum[]
BartNDArrayMaskView. getBartDims()
BartDimsEnum[]
BartNDArrayPermuteDimsView. getBartDims()
BartDimsEnum[]
BartNDArrayReshapeView. getBartDims()
BartDimsEnum[]
BartNDArraySliceView. getBartDims()
static BartDimsEnum
BartDimsEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static BartDimsEnum[]
BartDimsEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.hakkelt.bartwrapper with parameters of type BartDimsEnum Modifier and Type Method Description default BartNDArray
BartNDArray. selectAndReorderBartDims(BartDimsEnum... selectedDims)
Returns a view that references this BartNDArray as parent, skips all singleton dimensions not included in the parameter list, and then changes the order of dimensions to match the order of dimensions in the parameter list.void
BartComplexFloatNDArray. setBartDims(BartDimsEnum... bartDims)
void
BartNDArray. setBartDims(BartDimsEnum... bartDims)
Sets the meaning of dimensions.void
BartNDArrayMaskView. setBartDims(BartDimsEnum... bartDims)
void
BartNDArrayPermuteDimsView. setBartDims(BartDimsEnum... bartDims)
void
BartNDArrayReshapeView. setBartDims(BartDimsEnum... bartDims)
void
BartNDArraySliceView. setBartDims(BartDimsEnum... bartDims)
-