|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.iod.module.Module org.dcm4che2.iod.module.spatial.GraphicCoordinatesData
public class GraphicCoordinatesData
Field Summary |
---|
Fields inherited from class org.dcm4che2.iod.module.Module |
---|
dcmobj |
Constructor Summary | |
---|---|
GraphicCoordinatesData()
|
|
GraphicCoordinatesData(DicomObject dcmobj)
|
Method Summary | |
---|---|
float[] |
getGraphicData()
Graphic point coordinates of the fiducial. |
ImageSOPInstanceReference |
getReferencedImage()
Image containing the fiducial's graphic coordinates. |
void |
setGraphicData(float[] fl)
Graphic point coordinates of the fiducial. |
void |
setReferencedImage(ImageSOPInstanceReference sop)
Image containing the fiducial's graphic coordinates. |
static GraphicCoordinatesData[] |
toGraphicCoordinatesData(DicomElement sq)
|
Methods inherited from class org.dcm4che2.iod.module.Module |
---|
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphicCoordinatesData()
public GraphicCoordinatesData(DicomObject dcmobj)
Method Detail |
---|
public static GraphicCoordinatesData[] toGraphicCoordinatesData(DicomElement sq)
public float[] getGraphicData()
Tpe 1
public void setGraphicData(float[] fl)
Type 1
fl
- public void setReferencedImage(ImageSOPInstanceReference sop)
Type 1
sop
- public ImageSOPInstanceReference getReferencedImage()
Type 1
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |