Interface MeshDataServer

All Superinterfaces:
VertexDataServer
All Known Implementing Classes:
Contact, Isosurface, LcaoCartoon, MolecularOrbital, NBO, Plot3D, Pmesh

public interface MeshDataServer extends VertexDataServer
  • Method Details

    • invalidateTriangles

      void invalidateTriangles()
    • fillMeshData

      void fillMeshData(MeshData meshData, int mode, IsosurfaceMesh mesh)
    • notifySurfaceGenerationCompleted

      boolean notifySurfaceGenerationCompleted()
    • notifySurfaceMappingCompleted

      void notifySurfaceMappingCompleted()
    • calculateGeodesicSurface

      javajs.util.P3[] calculateGeodesicSurface(javajs.util.BS bsSelected, float envelopeRadius)
    • addRequiredFile

      void addRequiredFile(String fileName)
    • setOutputChannel

      void setOutputChannel(javajs.api.GenericBinaryDocument binaryDoc, javajs.util.OC out)
    • setRequiredFile

      void setRequiredFile(String oldName, String fileName)