Class MarkEllipsoidFactory

Object
AnchorBean<MarkFactory>
MarkFactory
MarkEllipsoidFactory

public class MarkEllipsoidFactory extends MarkFactory
A factory for creating Ellipsoid marks.

This class extends MarkFactory, providing a specific implementation for creating Ellipsoid objects in the MPP (Marked Point Process) framework.

  • Constructor Details

    • MarkEllipsoidFactory

      public MarkEllipsoidFactory()
  • Method Details

    • create

      public Mark create()
      Description copied from class: MarkFactory
      Creates a new Mark object.
      Specified by:
      create in class MarkFactory
      Returns:
      a newly created Mark object
    • getShell

      public double getShell()
      The shell thickness of the ellipsoid.

      This value determines the thickness of the ellipsoid's outer shell. The default value is 0.1.

    • setShell

      public void setShell(double shell)
      The shell thickness of the ellipsoid.

      This value determines the thickness of the ellipsoid's outer shell. The default value is 0.1.