|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.hugin.HAPI.Expression
COM.hugin.HAPI.CompositeExpression
COM.hugin.HAPI.VarianceExpression
public class VarianceExpression
Expression class representing the variance
function.
Field Summary |
---|
Constructor Summary | |
---|---|
VarianceExpression(Node node)
Constructs a new VarianceExpression. |
Method Summary | |
---|---|
int |
getOperator()
Returns the operator of this Expression. |
Methods inherited from class COM.hugin.HAPI.CompositeExpression |
---|
getOperands, isCompositeExpression |
Methods inherited from class COM.hugin.HAPI.Expression |
---|
clone, expressionToString, isConstantExpression, isNodeExpression, stringToExpression |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VarianceExpression(Node node) throws ExceptionHugin
variance
function makes it possible to access the variance of a CG, a
utility, or a discrete numbered node in an expression for a
FunctionNode.
ExceptionHugin
Method Detail |
---|
public int getOperator()
getOperator
in class Expression
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |