Class LSCM.Boundary

  • Enclosing class:
    LSCM

    class LSCM.Boundary
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Boundary​(LSCM.Mesh mesh)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<LSCM.Loop> loops()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Boundary

        public Boundary​(LSCM.Mesh mesh)
    • Method Detail

      • loops

        public java.util.List<LSCM.Loop> loops()