Class ExtractSurfaceCubes.VETable.Vertex

  • Enclosing class:
    ExtractSurfaceCubes.VETable

    protected class ExtractSurfaceCubes.VETable.Vertex
    extends java.lang.Object
    Vertex class which stores the coordinates of an edge-vertex along with the indices of adjacent vertices which comprise the edges intersected by the level surface.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] adj
      adjacent vertices
      int adjQuantity
      number of adjacent vertices
      Vector3f p
      position?
      boolean valid
      valid flag
    • Constructor Summary

      Constructors 
      Constructor Description
      Vertex()
      Creates a new Vertex object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reset()
      mark invalid
      • Methods inherited from class java.lang.Object

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

      • adj

        public int[] adj
        adjacent vertices
      • adjQuantity

        public int adjQuantity
        number of adjacent vertices
      • valid

        public boolean valid
        valid flag
    • Constructor Detail

      • Vertex

        public Vertex()
        Creates a new Vertex object.
    • Method Detail

      • reset

        public void reset()
        mark invalid