com.PostHorizon.renderMan
Class NullRefineFunction

java.lang.Object
  |
  +--com.PostHorizon.renderMan.NullRefineFunction

public class NullRefineFunction
extends java.lang.Object
implements RefineFunction


Constructor Summary
NullRefineFunction()
           
 
Method Summary
 void f(java.lang.Object data, float levelofdetail)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullRefineFunction

public NullRefineFunction()
Method Detail

f

public void f(java.lang.Object data,
              float levelofdetail)
       throws UnimplementedFunctionException
Specified by:
f in interface RefineFunction