public class MammographyCADBreastGeometryTemplate_TID4008 extends Template
| Constructor and Description |
|---|
MammographyCADBreastGeometryTemplate_TID4008(SRTree objTree)
Instantiates MammographyCADBreastGeometryTemplate_TID4008 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setBreastOutlineIncludingPectoralMuscleTissue(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
Sets the value for Breast Outline Including Pectoral Muscle Tissue.
|
void |
setPectoralMuscleOutline(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
Sets the value for Pectoral Muscle Outline.
|
public MammographyCADBreastGeometryTemplate_TID4008(SRTree objTree)
objTree - Object of SRTree.public void setBreastOutlineIncludingPectoralMuscleTissue(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrFlGraphicData - Float array for FlGraphicData.enumGraphicType - Enumerated value for GraphicType.public void setPectoralMuscleOutline(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrFlGraphicData - Float array for FlGraphicData.enumGraphicType - Enumerated value for GraphicType.