com.pixelmed.dicom
Class GeometryOfSliceFromAttributeList
java.lang.Object
com.pixelmed.geometry.GeometryOfSlice
com.pixelmed.dicom.GeometryOfSliceFromAttributeList
public class GeometryOfSliceFromAttributeList
- extends GeometryOfSlice
A class to extract and describe the spatial geometry of a single cross-sectional image slice, given a list of DICOM attributes.
| Fields inherited from class com.pixelmed.geometry.GeometryOfSlice |
column, columnArray, dimensions, normal, normalArray, row, rowArray, sliceThickness, tlhc, tlhcArray, voxelSpacing, voxelSpacingArray |
| Methods inherited from class com.pixelmed.geometry.GeometryOfSlice |
areSlicesParallel, getColumn, getColumnArray, getColumnOrientation, getDimensions, getDistanceAlongNormalFromOrigin, getDistanceAlongNormalFromOrigin, getNormal, getNormalArray, getOrientation, getRow, getRowArray, getRowOrientation, getSliceThickness, getTLHC, getTLHCArray, getVoxelSpacing, getVoxelSpacingArray, isPointInSlicePlane, lookupImageCoordinate, lookupImageCoordinate, lookupImageCoordinate, lookupImageCoordinate, lookupImageCoordinate, lookupImageCoordinate, makeNormal, toString |
GeometryOfSliceFromAttributeList
public GeometryOfSliceFromAttributeList(AttributeList list)
throws DicomException
Construct the geometry from the Image Plane Module and related attributes.
- Parameters:
list - the list of DICOM attributes
- Throws:
if - any of the required attributes are missing or incorrectly formed
DicomException