Class MaskBurnAttribute

java.lang.Object
gov.nih.mipav.view.renderer.J3D.surfaceview.rfaview.MaskBurnAttribute

public class MaskBurnAttribute extends Object

Title: MaskBurnAtribute

Description: Recording the masked burning information, such as burning center, burning center transform, tip length, etc.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Burning type, default, regular, heat, etc.
    javax.vecmath.Point3f
    Burning center coordinate.
    javax.media.j3d.Transform3D
    Burning center tranform.
    float
    Burning probe tip length.
  • Constructor Summary

    Constructors
    Constructor
    Description
    MaskBurnAttribute(javax.vecmath.Point3f _center, javax.media.j3d.Transform3D _centerTransform, int _burnType, float _tipLen)
    Constructor for the burn attributes.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • burnType

      public int burnType
      Burning type, default, regular, heat, etc.
    • center

      public javax.vecmath.Point3f center
      Burning center coordinate.
    • centerTransform

      public javax.media.j3d.Transform3D centerTransform
      Burning center tranform.
    • tipLen

      public float tipLen
      Burning probe tip length.
  • Constructor Details

    • MaskBurnAttribute

      public MaskBurnAttribute(javax.vecmath.Point3f _center, javax.media.j3d.Transform3D _centerTransform, int _burnType, float _tipLen)
      Constructor for the burn attributes.
      Parameters:
      _center - Point3f burning sphere packing center.
      _centerTransform - Transform3D burning sphere transform
      _burnType - int burn type.
      _tipLen - float tip length.