us.temerity.pipeline.plugin.PRSubSurfDiffCAction.v2_0_0
Class PRSubSurfDiffCAction
java.lang.Object
us.temerity.pipeline.Named
us.temerity.pipeline.PluginID
us.temerity.pipeline.BasePlugin
us.temerity.pipeline.BaseAction
us.temerity.pipeline.plugin.PRSubSurfDiffCAction.v2_0_0.PRSubSurfDiffCAction
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<PluginID>, Glueable
public class PRSubSurfDiffCAction
- extends BaseAction
Generates an irradiance 3D point cloud using an albedo, diffuse mean freepath and index of
refractional model of subsurface diffusion of existing irradiance point clouds.
All of the 3D point cloud file (.ptc) dependencies of the target image which set the Order
per-source sequence parameter will be included in the generated brick map.
See the RenderMan ProServer
documentation for details about brickmake(1).
This action defines the following single valued parameters:
Albedo
RedAlbedo
The red albedo coefficients of the material.
GreenAlbedo
The green albedo coefficients of the material.
BlueAlbedo
The blue albedo coefficients of the material.
Diffuse Mean Freepath
RedDMFP
The red diffuse mean freepath coefficients of the material.
GreenDMFP
The green absorption coefficients of the material.
BlueDMFP
The blue absorption coefficients of the material.
Index Of Refraction
The index of refraction of the material.
This action defines the following per-source parameters:
Order
Each source node sequence which sets this parameter should contain 3D point cloud files.
This parameter determines the order in which the input point cloud files are processed.
If this parameter is not set for a source node file sequence, it will be ignored.
- See Also:
- Serialized Form
| Fields inherited from class us.temerity.pipeline.Named |
pName |
| Methods inherited from class us.temerity.pipeline.BaseAction |
addPreset, addPresetValues, addSingleParam, chmod, cleanupLater, clearAllLinkParams, clearLinkParams, clone, createTemp, createTemp, equals, equalSingleParams, equalSourceParams, fromGlue, getPluginType, getPresetChoices, getPresetValues, getSecondarySequences, getSecondarySourceNames, getSecondarySourceParam, getSecondarySourceParams, getSecondarySourceParamValue, getSingleLayout, getSingleParam, getSingleParams, getSingleParamValue, getSourceLayout, getSourceNames, getSourceParam, getSourceParams, getSourceParamValue, getTempDir, getTempPath, hasSecondarySourceParams, hasSingleParams, hasSourceParams, initSecondarySourceParams, initSourceParams, removeAllSourceParams, removeSecondarySourceParams, removeSecondarySourceParams, removeSourceParams, setSecondarySourceParamValue, setSingleLayout, setSingleParamValue, setSingleParamValues, setSourceLayout, setSourceParamValue, setSourceParamValues, toGlue |
| Methods inherited from class us.temerity.pipeline.BasePlugin |
addSupport, compareTo, getDescription, getFullMessage, getPluginID, getResource, getResources, getResourceSize, getSupports, isUnderDevelopment, removeSupport, setSupports, supports, toString, underDevelopment |
| Methods inherited from class us.temerity.pipeline.Named |
getName |
PRSubSurfDiffCAction
public PRSubSurfDiffCAction()
supportsSourceParams
public boolean supportsSourceParams()
- Does this action support per-source parameters?
- Overrides:
supportsSourceParams in class BaseAction
getInitialSourceParams
public TreeMap<String,ActionParam> getInitialSourceParams()
- Get an initial set of action parameters associated with an upstream node.
- Overrides:
getInitialSourceParams in class BaseAction
prep
public SubProcessHeavy prep(ActionAgenda agenda,
File outFile,
File errFile)
throws PipelineException
- Construct a
SubProcessHeavy instance which when executed will
fulfill the given action agenda.
- Overrides:
prep in class BaseAction
- Parameters:
agenda - The agenda to be accomplished by the action.outFile - The file to which all STDOUT output is redirected.errFile - The file to which all STDERR output is redirected.
- Returns:
- The SubProcess which will fulfill the agenda.
- Throws:
PipelineException - If unable to prepare a SubProcess due to illegal, missing or imcompatable
information in the action agenda or a general failure of the prep method code.