Class FlythruRender.SetupOptions
- java.lang.Object
-
- gov.nih.mipav.view.renderer.J3D.surfaceview.flythruview.FlythruRender.SetupOptions
-
- Enclosing class:
- FlythruRender
public static class FlythruRender.SetupOptions extends java.lang.Object
DOCUMENT ME!
-
-
Field Summary
Fields Modifier and Type Field Description float
m_fFractionNumControlPoints
Percentage of path samples points to use for the number of control points for a BSpline curve fit.float
m_fMinBranchLength
Minimum length of branch to extract.int
m_iMaxBranches
Maximum number of branches to extract.int
m_iSegmentSurfaceBranchSamplesReductionFactor
The number of samples which define each branch path is reduced by this factor for the purpose of speeding up the segmentation of the surface.
-
Constructor Summary
Constructors Constructor Description SetupOptions()
-
-
-
Field Detail
-
m_fFractionNumControlPoints
public float m_fFractionNumControlPoints
Percentage of path samples points to use for the number of control points for a BSpline curve fit. A larger number may create a curve which oscilates more. A smaller number may create a curve which is too smooth to even be close to the original path samples.
-
m_fMinBranchLength
public float m_fMinBranchLength
Minimum length of branch to extract.
-
m_iMaxBranches
public int m_iMaxBranches
Maximum number of branches to extract.
-
m_iSegmentSurfaceBranchSamplesReductionFactor
public int m_iSegmentSurfaceBranchSamplesReductionFactor
The number of samples which define each branch path is reduced by this factor for the purpose of speeding up the segmentation of the surface.
-
-