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

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

      void addRequiredFile(String fileName)
    • setOutputChannel

      void setOutputChannel(GenericBinaryDocument binaryDoc, OC out)
    • setRequiredFile

      void setRequiredFile(String oldName, String fileName)