org.jmol.jvxl.api
Interface MeshDataServer

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

public interface MeshDataServer
extends VertexDataServer


Method Summary
 javax.vecmath.Point3f[] calculateGeodesicSurface(java.util.BitSet bsSelected, float envelopeRadius)
           
 void fillMeshData(MeshData meshData, int mode)
           
 int getColixArgb(short colix)
           
 void invalidateTriangles()
           
 void notifySurfaceGenerationCompleted()
           
 void notifySurfaceMappingCompleted()
           
 
Methods inherited from interface org.jmol.jvxl.api.VertexDataServer
addTriangleCheck, addVertexCopy, getSurfacePointIndexAndFraction, getValue
 

Method Detail

invalidateTriangles

void invalidateTriangles()

fillMeshData

void fillMeshData(MeshData meshData,
                  int mode)

notifySurfaceGenerationCompleted

void notifySurfaceGenerationCompleted()

notifySurfaceMappingCompleted

void notifySurfaceMappingCompleted()

calculateGeodesicSurface

javax.vecmath.Point3f[] calculateGeodesicSurface(java.util.BitSet bsSelected,
                                                 float envelopeRadius)

getColixArgb

int getColixArgb(short colix)