Class SurfaceStatus

java.lang.Object
org.openscience.jmol.app.surfacetool.SurfaceStatus

public class SurfaceStatus extends Object
Class that holds the surface status information that the surface tool needs.
  • Constructor Details

    • SurfaceStatus

      public SurfaceStatus(Mesh m, int type)
      Parameters:
      m - (mesh) the mesh representing the surface
      type - (int) representing the type of surface (eg. pmesh, isosurface...)
  • Method Details

    • updateExisting

      public void updateExisting(Mesh m)