edu.uthscsa.ric.visualization
Class SurfaceBuildParameters

java.lang.Object
  extended by edu.uthscsa.ric.visualization.SurfaceBuildParameters
All Implemented Interfaces:
Serializable

public class SurfaceBuildParameters
extends Object
implements Serializable

Stores parameters used in building a surface.

See Also:
Serialized Form

Field Summary
static float CREASE_ANGLE_DEFAULT_BRAIN
           
static float CREASE_ANGLE_DEFAULT_STANDARD
           
 float creaseAngle
           
 boolean doImageSmoothing
           
 boolean doRange
           
 boolean doSurfaceSmoothing
           
static float FEATURE_ANGLE_DEFAULT_BRAIN
           
static float FEATURE_ANGLE_DEFAULT_STANDARD
           
 float featureAngle
           
 float featureError
           
static float FILTER_FWHM_DEFAULT_BRAIN
           
static float FILTER_FWHM_DEFAULT_STANDARD
           
static int FILTER_SIZE_DEFAULT_BRAIN
           
static int FILTER_SIZE_DEFAULT_STANDARD
           
 float resX
           
 float resY
           
 float resZ
           
 int shrinkWrapCode
           
static int SMOOTH_ITERATIONS_DEFAULT
           
 int smoothingKernel
           
 float smoothingWidth
           
 int surfaceSmoothingIterations
           
 float thresholdMax
           
 float thresholdMin
           
 
Constructor Summary
SurfaceBuildParameters(ImageVolume volume)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doRange

public boolean doRange

doImageSmoothing

public boolean doImageSmoothing

doSurfaceSmoothing

public boolean doSurfaceSmoothing

shrinkWrapCode

public int shrinkWrapCode

smoothingKernel

public int smoothingKernel

surfaceSmoothingIterations

public int surfaceSmoothingIterations

thresholdMin

public float thresholdMin

thresholdMax

public float thresholdMax

smoothingWidth

public float smoothingWidth

resX

public float resX

resY

public float resY

resZ

public float resZ

featureError

public float featureError

featureAngle

public float featureAngle

creaseAngle

public float creaseAngle

FEATURE_ANGLE_DEFAULT_BRAIN

public static final float FEATURE_ANGLE_DEFAULT_BRAIN
See Also:
Constant Field Values

FILTER_SIZE_DEFAULT_BRAIN

public static final int FILTER_SIZE_DEFAULT_BRAIN
See Also:
Constant Field Values

FILTER_FWHM_DEFAULT_BRAIN

public static final float FILTER_FWHM_DEFAULT_BRAIN
See Also:
Constant Field Values

CREASE_ANGLE_DEFAULT_BRAIN

public static final float CREASE_ANGLE_DEFAULT_BRAIN
See Also:
Constant Field Values

FEATURE_ANGLE_DEFAULT_STANDARD

public static final float FEATURE_ANGLE_DEFAULT_STANDARD
See Also:
Constant Field Values

FILTER_SIZE_DEFAULT_STANDARD

public static final int FILTER_SIZE_DEFAULT_STANDARD
See Also:
Constant Field Values

FILTER_FWHM_DEFAULT_STANDARD

public static final float FILTER_FWHM_DEFAULT_STANDARD
See Also:
Constant Field Values

CREASE_ANGLE_DEFAULT_STANDARD

public static final float CREASE_ANGLE_DEFAULT_STANDARD
See Also:
Constant Field Values

SMOOTH_ITERATIONS_DEFAULT

public static final int SMOOTH_ITERATIONS_DEFAULT
See Also:
Constant Field Values
Constructor Detail

SurfaceBuildParameters

public SurfaceBuildParameters(ImageVolume volume)
Constructor

Parameters:
volume - the volume used to build the surface