TEMERITY

us.temerity.pipeline.plugin.RenumberTool.v2_2_1
Class RenumberTool

java.lang.Object
  extended by us.temerity.pipeline.Named
      extended by us.temerity.pipeline.PluginID
          extended by us.temerity.pipeline.BasePlugin
              extended by us.temerity.pipeline.BaseTool
                  extended by us.temerity.pipeline.plugin.RenumberTool.v2_2_1.RenumberTool
All Implemented Interfaces:
Serializable, Cloneable, Comparable<PluginID>, Glueable

public class RenumberTool
extends BaseTool

Renumbers the frame range of a target node and all nodes connected upstream to the target node through links with a OneToOne relationship.

This tool operates identically to the built-in Renumber operation except that it follows upstream links to also renumber all connected upstream nodes.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class us.temerity.pipeline.BaseTool
BaseTool.NextPhase, BaseTool.ToolPhase
 
Field Summary
 
Fields inherited from class us.temerity.pipeline.BaseTool
pPrefix, pPrimary, pRoots, pSelected
 
Fields inherited from class us.temerity.pipeline.BasePlugin
pDescription
 
Fields inherited from class us.temerity.pipeline.PluginID
pVendor, pVersionID
 
Fields inherited from class us.temerity.pipeline.Named
pName
 
Constructor Summary
RenumberTool()
           
 
Method Summary
 
Methods inherited from class us.temerity.pipeline.BaseTool
addPhase, authorOnExit, collectPhaseInput, executePhase, getAuthor, getPluginType, getView, initExecution, rootsOnExit, showLogHistory, updateOnExit, viewOnExit
 
Methods inherited from class us.temerity.pipeline.BasePlugin
addSupport, compareTo, equals, getDescription, getFullMessage, getPluginID, getResource, getResources, getResourceSize, getSupports, isUnderDevelopment, removeSupport, setSupports, supports, toString, underDevelopment
 
Methods inherited from class us.temerity.pipeline.PluginID
fromGlue, getVendor, getVersionID, toGlue
 
Methods inherited from class us.temerity.pipeline.Named
clone, getName
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenumberTool

public RenumberTool()

TEMERITY