Class LSCM.Vertex

java.lang.Object
gov.nih.mipav.model.algorithms.LSCM.Vertex
Enclosing class:
LSCM

class LSCM.Vertex extends Object
  • Field Details

  • Constructor Details

    • Vertex

      public Vertex()
  • Method Details

    • point

      public LSCM.Point point()
    • setpoint

      public void setpoint(LSCM.Point p)
    • normal

      public LSCM.Point normal()
    • setnormal

      public void setnormal(LSCM.Point n)
    • uv

      public LSCM.Point2 uv()
    • halfedge

      public LSCM.HalfEdge halfedge()
    • sethalfedge

      public void sethalfedge(LSCM.HalfEdge m)
    • string

      public String string()
    • setstring

      public void setstring(String s)
    • id

      public int id()
    • setid

      public void setid(int id)
    • boundary

      public boolean boundary()
    • setboundary

      public void setboundary(boolean m)
    • trait

      public LSCM.Trait trait()
    • settrait

      public void settrait(LSCM.Trait t)
    • most_ccw_in_halfedge

      public LSCM.HalfEdge most_ccw_in_halfedge()
    • most_clw_in_halfedge

      LSCM.HalfEdge most_clw_in_halfedge()
    • most_ccw_out_halfedge

      public LSCM.HalfEdge most_ccw_out_halfedge()
    • most_clw_out_halfedge

      public LSCM.HalfEdge most_clw_out_halfedge()