Documentation of 'Catalano.Imaging.ActiveContour.Ovuscule.OvusculeSnake2DNode' Java class
OvusculeSnake2DNode
Catalano.Imaging.ActiveContour.Ovuscule

Class OvusculeSnake2DNode



  • public class OvusculeSnake2DNode
    extends DoublePoint
    This class is used to store the snake-defining parameters. It extends the capabilities of the class DoublePoint by additional state variables.
    • Field Detail

      • frozen

        public boolean frozen
        Methods of the class OvusculeSnake2DKeeper are allowed to modify OvusculeSnake2DNode objects only if their frozen flag is set to false.
      • hidden

        public boolean hidden
        Methods of the class OvusculeSnake2DKeeper are allowed to interactively display (as a cross) the nodes stored in OvusculeSnake2DNode objects only if their hidden flag is set to false.
    • Constructor Detail

      • OvusculeSnake2DNode

        public OvusculeSnake2DNode(double x,
                                   double y)
        This constructor builds a point that is initially neither frozen nor hidden.
        Parameters:
        x - The horizontal coordinate.
        y - The vertical coordinate.
      • OvusculeSnake2DNode

        public OvusculeSnake2DNode(double x,
                                   double y,
                                   boolean frozen,
                                   boolean hidden)
        This constructor builds a point with the given initial values.
        Parameters:
        x - The horizontal coordinate.
        y - The vertical coordinate.
        frozen - Set to false to allow methods of the class OvusculeSnake2DKeeper to modify this point. Set to true otherwise.
        hidden - Set to false to allow methods of the class OvusculeSnake2DKeeper to display this point. Set to true otherwise.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.