scripps.vvm.manager
Class VVMSnapSearcher

java.lang.Object
  |
  +--scripps.vvm.manager.VVMSnapSearcher
All Implemented Interfaces:
harmonic.mz.snap.PointSnapSearcher

public class VVMSnapSearcher
extends java.lang.Object
implements harmonic.mz.snap.PointSnapSearcher

This is given to the framework for specialize the selection of points


Field Summary
 harmonic.mz.data.fields.BooleanField bAtomSnap
           
 
Constructor Summary
VVMSnapSearcher()
           
 
Method Summary
 java.lang.String lookForSnaps(harmonic.meshGeom.math.Pnt3f ret, int x, int y, harmonic.viewer3D.Picking picker, harmonic.viewer3D.PaintStruct[] painters, harmonic.mz.data.fields.PointField field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bAtomSnap

public harmonic.mz.data.fields.BooleanField bAtomSnap
Constructor Detail

VVMSnapSearcher

public VVMSnapSearcher()
Method Detail

lookForSnaps

public java.lang.String lookForSnaps(harmonic.meshGeom.math.Pnt3f ret,
                                     int x,
                                     int y,
                                     harmonic.viewer3D.Picking picker,
                                     harmonic.viewer3D.PaintStruct[] painters,
                                     harmonic.mz.data.fields.PointField field)
Specified by:
lookForSnaps in interface harmonic.mz.snap.PointSnapSearcher