Class FlyThroughRender.SetupOptions

java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.flythroughview.FlyThroughRender.SetupOptions
Enclosing class:
FlyThroughRender

public static class FlyThroughRender.SetupOptions extends Object
  • Field Details

    • 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 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_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.
  • Constructor Details

    • SetupOptions

      public SetupOptions()