org.jmol.jvxl.api
Interface MeshDataServer

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

public interface MeshDataServer
extends VertexDataServer


Method Summary
 Point3f[] calculateGeodesicSurface(BitSet bsSelected, float envelopeRadius)
           
 void fillMeshData(MeshData meshData, int mode, IsosurfaceMesh mesh)
           
 void invalidateTriangles()
           
 void notifySurfaceGenerationCompleted()
           
 void notifySurfaceMappingCompleted()
           
 
Methods inherited from interface org.jmol.jvxl.api.VertexDataServer
addTriangleCheck, addVertexCopy, getPlane, getSurfacePointIndexAndFraction, getValue
 

Method Detail

invalidateTriangles

void invalidateTriangles()

fillMeshData

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

notifySurfaceGenerationCompleted

void notifySurfaceGenerationCompleted()

notifySurfaceMappingCompleted

void notifySurfaceMappingCompleted()

calculateGeodesicSurface

Point3f[] calculateGeodesicSurface(BitSet bsSelected,
                                   float envelopeRadius)