org.dcm4che2.hp
Class ImageOrientation

java.lang.Object
  extended by org.dcm4che2.hp.ImageOrientation

public class ImageOrientation
extends java.lang.Object

Since:
Oct 22, 2005
Version:
$Revision: 567 $ $Date: 2006-05-15 12:16:32 +0200 (Mon, 15 May 2006) $
Author:
gunter zeilinger(gunterze@gmail.com)

Constructor Summary
ImageOrientation(float[] values)
           
ImageOrientation(float rx, float ry, float rz, float cx, float cy, float cz)
           
 
Method Summary
 ImagePlane toImagePlane(float minCosine)
           
 float[] values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageOrientation

public ImageOrientation(float[] values)

ImageOrientation

public ImageOrientation(float rx,
                        float ry,
                        float rz,
                        float cx,
                        float cy,
                        float cz)
Method Detail

values

public float[] values()

toImagePlane

public ImagePlane toImagePlane(float minCosine)


Copyright © 2011 dcm4che. All Rights Reserved.