Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
exptree.operators.operatorInterface

Uses of operatorInterface in exptree.operators
 

Classes in exptree.operators that implement operatorInterface
 class absolute
          Returns the absolute value of its parameter.
 class addition
          Adds two expressionTrees together.
 class and
          Returns the bitwise and of two expressionTrees.
 class arccos
          Returns the arccosine of an expressionTree.
 class arcsin
          Returns the arcsin of an expressionTree.
 class arctan
          Returns the arctangent of an expressionTree.
 class atan2
          Returns the atan2 of two expressionTrees This particular application expects all inputs and outputs on the expressionTree to be bound to [-1.0,1.0], so this function is not actually natural atan2.
 class beta
           
 class ceil
           
 class cosine
          Returns the cosine of an expressionTree
 class division
          Divides two expressionTrees.
 class exponent
          Returns the exponent of the value of an expressionTree.
 class floor
           
 class ifs
           
 class image
           
 class invert
          Inverts the value of an expressionTree (for instance 1/x).
 class mandel
          Returns a value based on a mandelbrot set.
 class maximum
          Returns the maximum value of two expressionTrees.
 class minimum
          Returns the minimum value from two expressionTrees.
 class multiplication
          Multiplies two expressionTrees.
 class mux
          5 Input Multiplexer
 class mux3
          3 Input Multiplexer
 class noise
          Returns the value of a point in a 3 dimensional noise field.
 class not
           
 class or
           
 class remainder
           
 class rint
           
 class sine
          Caluclates the sine of an expressionTree's value.
 class subtraction
          Subtracts one expressionTrees from another.
 class warpednoise
          Returns the value of a point in a 3 dimensional noise field.
 class xor
          Returns the exclusive-or function for two expressionTrees This particular application expects all inputs and outputs on the expressionTree to be bound to [-1.0,1.0], so this function is not actually natural xor.
 

Methods in exptree.operators that return operatorInterface
static operatorInterface[] operatorList.getOperators()
          Return the list of operators available.