Class BrainMRIModel
java.lang.Object
org.episteme.natural.medicine.anatomy.BrainMRIModel
- All Implemented Interfaces:
VoxelModel
A mock MRI model for brain anatomy visualization.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BrainMRIModel
public BrainMRIModel()
-
-
Method Details
-
getWidth
public int getWidth()- Specified by:
getWidthin interfaceVoxelModel- Returns:
- Number of voxels in X dimension
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceVoxelModel- Returns:
- Number of voxels in Y dimension
-
getDepth
public int getDepth()- Specified by:
getDepthin interfaceVoxelModel- Returns:
- Number of voxels in Z dimension
-
getValue
- Specified by:
getValuein interfaceVoxelModel- Returns:
- The scientific scalar value at integer coordinates.
-
getName
- Specified by:
getNamein interfaceVoxelModel- Returns:
- Friendly name for the dataset
-
getUnit
- Specified by:
getUnitin interfaceVoxelModel- Returns:
- Friendly description of the unit or data type
-