|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.SpectroscopyVolumeLocalization
public class SpectroscopyVolumeLocalization
A class to extract and describe the spatial geometry of an MR spectroscopy localization volume, given a list of DICOM attributes.
| Constructor Summary | |
|---|---|
SpectroscopyVolumeLocalization(AttributeList list)
Construct the localization volume geometry from the Per-frame and Shared Functional Group Sequences of a multi-frame MR spectroscopy object. |
|
| Method Summary | |
|---|---|
double[] |
getMidSlabPosition(int i)
Get the mid-slab position. |
int |
getNumberOfSlabs()
Get the number of localization slabs. |
double[] |
getSlabOrientation(int i)
Get the localization slab orientation. |
double |
getSlabThickness(int i)
Get the localization slab thickness. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpectroscopyVolumeLocalization(AttributeList list)
throws DicomException
Construct the localization volume geometry from the Per-frame and Shared Functional Group Sequences of a multi-frame MR spectroscopy object.
list - the list of DICOM attributes
DicomException| Method Detail |
|---|
public final int getNumberOfSlabs()
Get the number of localization slabs.
public final double getSlabThickness(int i)
Get the localization slab thickness.
public final double[] getSlabOrientation(int i)
Get the localization slab orientation.
public final double[] getMidSlabPosition(int i)
Get the mid-slab position.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||