org.dcm4che2.hp.plugins
Class ImagePlaneSelector

java.lang.Object
  extended by org.dcm4che2.hp.AbstractHPSelector
      extended by org.dcm4che2.hp.plugins.ImagePlaneSelector
All Implemented Interfaces:
HPSelector

public class ImagePlaneSelector
extends AbstractHPSelector


Field Summary
static float DEF_MIN_COSINE
           
 
Constructor Summary
ImagePlaneSelector(DicomObject filterOp)
           
ImagePlaneSelector(ImagePlane[] imagePlanes)
           
 
Method Summary
 DicomObject getDicomObject()
          Returns the DicomObject that backs this HPSelector.
 float getMinCosine()
           
 boolean matches(DicomObject dcmobj, int frame)
           
 void setMinCosine(float minCosine)
           
 
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
 

Field Detail

DEF_MIN_COSINE

public static final float DEF_MIN_COSINE
See Also:
Constant Field Values
Constructor Detail

ImagePlaneSelector

public ImagePlaneSelector(DicomObject filterOp)

ImagePlaneSelector

public ImagePlaneSelector(ImagePlane[] imagePlanes)
Method Detail

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.