Class MaskBurnAttribute
java.lang.Object
gov.nih.mipav.view.renderer.J3D.surfaceview.rfaview.MaskBurnAttribute
Title: MaskBurnAtribute
Description: Recording the masked burning information, such as burning center, burning center transform, tip length, etc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintBurning type, default, regular, heat, etc.javax.vecmath.Point3fBurning center coordinate.javax.media.j3d.Transform3DBurning center tranform.floatBurning probe tip length. -
Constructor Summary
ConstructorsConstructorDescriptionMaskBurnAttribute(javax.vecmath.Point3f _center, javax.media.j3d.Transform3D _centerTransform, int _burnType, float _tipLen) Constructor for the burn attributes. -
Method Summary
-
Field Details
-
burnType
public int burnTypeBurning type, default, regular, heat, etc. -
center
public javax.vecmath.Point3f centerBurning center coordinate. -
centerTransform
public javax.media.j3d.Transform3D centerTransformBurning center tranform. -
tipLen
public float tipLenBurning 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.
-