org.jmol.jvxl.api
Interface MeshDataServer
- All Superinterfaces:
- VertexDataServer
- All Known Implementing Classes:
- Isosurface, LcaoCartoon, MolecularOrbital, Plot3D, Pmesh
public interface MeshDataServer
- extends VertexDataServer
invalidateTriangles
void invalidateTriangles()
fillMeshData
void fillMeshData(MeshData meshData,
int mode,
IsosurfaceMesh mesh)
notifySurfaceGenerationCompleted
void notifySurfaceGenerationCompleted()
notifySurfaceMappingCompleted
void notifySurfaceMappingCompleted()
calculateGeodesicSurface
javax.vecmath.Point3f[] calculateGeodesicSurface(java.util.BitSet bsSelected,
float envelopeRadius)