of3d
Class OF3DDisplay
java.lang.Object
|
+--FlowJ.FlowJDisplay
|
+--of3d.OF3DDisplay
- public class OF3DDisplay
- extends FlowJDisplay
OF3DDisplay is an extension of OFDisplay to implement the 2D display
of 3D flow fields.
Copyright (c) 1999, Michael Abramoff. All rights reserved.
Author: Michael Abramoff,
Image Sciences Institute
University Medical Center Utrecht
Netherlands
Small print:
Permission to use, copy, modify and distribute this version of this software or any parts
of it and its documentation or any parts of it ("the software"), for any purpose is
hereby granted, provided that the above copyright notice and this permission notice
appear intact in all copies of the software and that you do not sell the software,
or include the software in a commercial package.
The release of this software into the public domain does not imply any obligation
on the part of the author to release future versions into the public domain.
The author is free to make upgraded or improved versions of the software available
for a fee or commercially only.
Commercial licensing of the software is available by contacting the author.
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Method Summary |
static ij.ImageStack |
toStack(OF3DFlow f,
int mapping,
int viewaxes,
float scale,
float rho)
|
static ij.ImageStack |
toStack(OF3DFlow f,
int mapping,
int viewaxes,
float scale,
VolumeFloat v,
float rho)
|
static java.lang.String |
toString(int mapping,
int viewaxes,
float scale,
VolumeFloat v,
float rho)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
public static java.lang.String[] description
OF3DDisplay
public OF3DDisplay()
toStack
public static ij.ImageStack toStack(OF3DFlow f,
int mapping,
int viewaxes,
float scale,
float rho)
toStack
public static ij.ImageStack toStack(OF3DFlow f,
int mapping,
int viewaxes,
float scale,
VolumeFloat v,
float rho)
toString
public static java.lang.String toString(int mapping,
int viewaxes,
float scale,
VolumeFloat v,
float rho)
Submit a bug or feature
Copyright (c) 1997-2003 Michael Abramoff
Licensing available. All Rights Reserved.