org.scilab.forge.scirenderer.picking
Interface PickingTask


public interface PickingTask

Interface for a picking task.

Author:
Pierre Lando

Method Summary
 void perform(PickingTools pickingTools)
          Call to perform the task.
 

Method Detail

perform

void perform(PickingTools pickingTools)
Call to perform the task.

Parameters:
pickingTools - the picking tools to use.