org.dcm4che2.hp.plugins
Class ImagePlaneSelector
java.lang.Object
org.dcm4che2.hp.AbstractHPSelector
org.dcm4che2.hp.plugins.ImagePlaneSelector
- All Implemented Interfaces:
- HPSelector
public class ImagePlaneSelector
- extends AbstractHPSelector
Methods inherited from class org.dcm4che2.hp.AbstractHPSelector |
getFilterByAttributePresence, getFilterByCategory, getFilterByOperator, getFunctionalGroupPointer, getFunctionalGroupPrivateCreator, getImageSetSelectorUsageFlag, getSelectorAttribute, getSelectorAttributePrivateCreator, getSelectorAttributeVR, getSelectorSequencePointer, getSelectorSequencePointerPrivateCreator, getSelectorValue, getSelectorValueNumber |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEF_MIN_COSINE
public static final float DEF_MIN_COSINE
- See Also:
- Constant Field Values
ImagePlaneSelector
public ImagePlaneSelector(DicomObject filterOp)
ImagePlaneSelector
public ImagePlaneSelector(ImagePlane[] imagePlanes)
getDicomObject
public final DicomObject getDicomObject()
- Description copied from interface:
HPSelector
- Returns the DicomObject that backs this HPSelector.
Direct modifications of the returned DicomObject is strongly
discouraged as it may cause inconsistencies in the internal state
of this object.
- Returns:
- the DicomObject that backs this HPSelector
getMinCosine
public final float getMinCosine()
setMinCosine
public final void setMinCosine(float minCosine)
matches
public boolean matches(DicomObject dcmobj,
int frame)
Copyright © 2011 dcm4che. All Rights Reserved.