casa
$Rev:20696$
|
Division in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
TableExprNodeDivide (NodeDataType, const TableExprNodeRep &) | |
~TableExprNodeDivide () | |
virtual void | handleUnits () |
Handle the units of the children and possibly set the parent's unit. |
Division in table select expression tree.
Internal
This abstract class represents a division in a table expression tree.
Definition at line 533 of file ExprMathNode.h.
virtual void casa::TableExprNodeDivide::handleUnits | ( | ) | [virtual] |
Handle the units of the children and possibly set the parent's unit.
The default implementation make the units of the children equal and set the parent unit to that unit if the parent is not a Bool value.
Reimplemented from casa::TableExprNodeBinary.