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