Class FlyThroughRender.SetupOptions
java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.flythroughview.FlyThroughRender.SetupOptions
- Enclosing class:
FlyThroughRender
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatPercentage of path samples points to use for the number of control points for a BSpline curve fit.floatMinimum length of branch to extract.intMaximum number of branches to extract.intThe 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 -
Method Summary
-
Field Details
-
m_fFractionNumControlPoints
public float m_fFractionNumControlPointsPercentage 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 oscillates 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_fMinBranchLengthMinimum length of branch to extract. -
m_iMaxBranches
public int m_iMaxBranchesMaximum number of branches to extract. -
m_iSegmentSurfaceBranchSamplesReductionFactor
public int m_iSegmentSurfaceBranchSamplesReductionFactorThe 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 Details
-
SetupOptions
public SetupOptions()
-