public class SurfaceSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFiniteVolume()
Return type of Finite Volume.
|
java.lang.String |
getManifold()
Return type of Manifold.
|
short |
getRecommendedDisplayCIELabValue()
Retrieves Recommended Display CIELab Value.
|
short |
getRecommendedDisplayGrayscaleValue()
Retrieves Recommended Display Grayscale Value.
|
float |
getRecommendedLineThickness()
Retrieves the Recommended Line Thickness.
|
float |
getRecommendedPointRadius()
Retrieves the Recommended Point Radius.
|
float |
getRecommendedPresentationOpacity()
Retrieves the Recommended Presentation Opacity.
|
java.lang.String |
getRecommendedPresentationType()
Return type of Recommended Presentation.
|
java.lang.String |
getSurfaceComments()
Retrieves Surface Comments.
|
SurfaceMeshPrimitivesSequence |
getSurfaceMeshPrimitivesSequence()
Retrieves pre-initialized object of Surface Mesh Primitives Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
int |
getSurfaceNumber()
Retrieves Surface Number.
|
SurfacePointsNormalsSequence |
getSurfacePointsNormalsSequence()
Retrieves pre-initialized object of Surface Points Normals Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
SurfacePointsSequence |
getSurfacePointsSequence()
Retrieves pre-initialized object of Surface Points Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getSurfaceProcessing()
Return Surface Processing.
|
SurfaceProcessingAlgorithmIdentificationSequence |
getSurfaceProcessingAlgorithmIdentificationSequence()
Retrieves pre-initialized object of Surface Processing Algorithm Identification Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getSurfaceProcessingDescription()
Return Surface Processing Description.
|
float |
getSurfaceProcessingRatio()
Retrieves the Surface Processing Ratio.
|
void |
setFiniteVolume(EnumFiniteVolume enumFiniteVolume)
Sets Finite Volume.
|
void |
setManifold(EnumManifold enumManifold)
Sets Manifold.
|
void |
setRecommendedDisplayCIELabValue(short shRecommendedDisplayCIELabValue)
Sets Recommended Display CIELab Value
|
void |
setRecommendedDisplayGrayscaleValue(short shRecommendedDisplayGrayscaleValue)
Sets Recommended Display Grayscale Value
|
void |
setRecommendedLineThickness(float fRecommendedLineThickness)
Sets the Recommended Line Thickness.
|
void |
setRecommendedPointRadius(float fRecommendedPointRadius)
Sets the Recommended Point Radius.
|
void |
setRecommendedPresentationOpacity(float fRecommendedPresentationOpacity)
Sets the Recommended Presentation Opacity.
|
void |
setRecommendedPresentationType(EnumRecommendedPresentationType enumRecommendedPresentationType)
Sets type of Recommended Presentation.
|
void |
setSurfaceComments(java.lang.String strSurfaceComments)
Sets Surface Comments.
|
void |
setSurfaceNumber(int iSurfaceNumber)
Sets Surface Number.
|
void |
setSurfaceProcessing(EnumSurfaceProcessing enumSurfaceProcessing)
Sets Surface Processing.
|
void |
setSurfaceProcessingDescription(java.lang.String strSurfaceProcessingDescription)
Sets Surface Processing Description.
|
void |
setSurfaceProcessingRatio(float fSurfaceProcessingRatio)
Sets the Surface Processing Ratio.
|
boolean |
validateForModule()
Validates all the attributes in SurfaceSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Conditional element fails.public void setSurfaceNumber(int iSurfaceNumber)
iSurfaceNumber - long value of Surface Number.public int getSurfaceNumber()
public void setSurfaceComments(java.lang.String strSurfaceComments)
strSurfaceComments - String value of Surface Comments.public java.lang.String getSurfaceComments()
public void setSurfaceProcessing(EnumSurfaceProcessing enumSurfaceProcessing)
enumSurfaceProcessing - enum value of Surface Processing.public java.lang.String getSurfaceProcessing()
public void setSurfaceProcessingRatio(float fSurfaceProcessingRatio)
fSurfaceProcessingRatio - Float value of the Surface Processing Ratio.public float getSurfaceProcessingRatio()
public void setSurfaceProcessingDescription(java.lang.String strSurfaceProcessingDescription)
strSurfaceProcessingDescription - String value of Surface Processing Description.public java.lang.String getSurfaceProcessingDescription()
public SurfaceProcessingAlgorithmIdentificationSequence getSurfaceProcessingAlgorithmIdentificationSequence()
public void setRecommendedDisplayGrayscaleValue(short shRecommendedDisplayGrayscaleValue)
shRecommendedDisplayGrayscaleValue - short value of Recommended Display Grayscale Valuepublic short getRecommendedDisplayGrayscaleValue()
public void setRecommendedDisplayCIELabValue(short shRecommendedDisplayCIELabValue)
shRecommendedDisplayCIELabValue - short value of Recommended Display CIELab Valuepublic short getRecommendedDisplayCIELabValue()
public void setRecommendedPresentationOpacity(float fRecommendedPresentationOpacity)
fRecommendedPresentationOpacity - Float value of the Recommended Presentation Opacity.public float getRecommendedPresentationOpacity()
public void setRecommendedPresentationType(EnumRecommendedPresentationType enumRecommendedPresentationType)
enumRecommendedPresentationType - enum value of Recommended Presentation Type.public java.lang.String getRecommendedPresentationType()
public void setRecommendedPointRadius(float fRecommendedPointRadius)
fRecommendedPointRadius - Float value of the Recommended Point Radiuspublic float getRecommendedPointRadius()
public void setRecommendedLineThickness(float fRecommendedLineThickness)
fRecommendedLineThickness - Float value of the Recommended Line Thicknesspublic float getRecommendedLineThickness()
public void setFiniteVolume(EnumFiniteVolume enumFiniteVolume)
enumFiniteVolume - enum value of Finite Volume.public java.lang.String getFiniteVolume()
public void setManifold(EnumManifold enumManifold)
enumManifold - enum value of Manifold.public java.lang.String getManifold()
public SurfacePointsSequence getSurfacePointsSequence()
public SurfacePointsNormalsSequence getSurfacePointsNormalsSequence()
public SurfaceMeshPrimitivesSequence getSurfaceMeshPrimitivesSequence()