|
TEMERITY | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectus.temerity.pipeline.Named
us.temerity.pipeline.PluginID
us.temerity.pipeline.BasePlugin
us.temerity.pipeline.BaseAction
us.temerity.pipeline.plugin.CommonActionUtils
us.temerity.pipeline.plugin.MRayCamOverrideAction.v2_2_1.MRayCamOverrideAction
public class MRayCamOverrideAction
Builds a list of MI statements that can override camera settings as an increment.
This action defines the following single valued parameters:
| Field Summary | |
|---|---|
static String |
aAperture
|
static String |
aAspectRatio
|
static String |
aFarClipping
|
static String |
aFocalLength
|
static String |
aImageHeight
|
static String |
aImageWidth
|
static String |
aNearClipping
|
static String |
aOverrideAperture
|
static String |
aOverrideAspect
|
static String |
aOverrideClipping
|
static String |
aOverrideFocal
|
static String |
aOverrideResolution
|
| Fields inherited from class us.temerity.pipeline.plugin.CommonActionUtils |
|---|
aExtraOptions |
| 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 | |
|---|---|
MRayCamOverrideAction()
|
|
| Method Summary | |
|---|---|
SubProcessHeavy |
prep(ActionAgenda agenda,
File outFile,
File errFile)
Construct a SubProcessHeavy instance which when executed will
fulfill the given action agenda. |
| 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.PluginID |
|---|
getVendor, getVersionID |
| Methods inherited from class us.temerity.pipeline.Named |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String aOverrideResolution
public static final String aImageWidth
public static final String aImageHeight
public static final String aOverrideAspect
public static final String aAspectRatio
public static final String aOverrideAperture
public static final String aAperture
public static final String aOverrideClipping
public static final String aNearClipping
public static final String aFarClipping
public static final String aOverrideFocal
public static final String aFocalLength
| Constructor Detail |
|---|
public MRayCamOverrideAction()
| Method Detail |
|---|
public SubProcessHeavy prep(ActionAgenda agenda,
File outFile,
File errFile)
throws PipelineException
SubProcessHeavy instance which when executed will
fulfill the given action agenda.
prep in class BaseActionagenda - 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.
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.
|
TEMERITY | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||