edu.swri.swiftvis.filters
Class ResonanceFilter

java.lang.Object
  extended by edu.swri.swiftvis.filters.ResonanceFilter

public class ResonanceFilter
extends java.lang.Object

An interesting challenge would be to try to put this in the selection filter. the problem is that it is fundamentally O(n^2) and n only has to be inside the same timestep but making the function filter know that will be virtually impossible. Requested by Luke.


Constructor Summary
ResonanceFilter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResonanceFilter

public ResonanceFilter()