The Vish Visualization Shell 0.3
Vish
List of all members
Eagle::ZeroNode Struct Reference

A scalar node that always returns zero. More...

#include <ocean/parzival/ScalarOperatorNodes.hpp>

Inheritance diagram for Eagle::ZeroNode:
Eagle::ConstantNode< ResultNode >

Additional Inherited Members

- Public Member Functions inherited from Eagle::ConstantNode< ResultNode >
 ConstantNode (const value_type &v)
 Construct constant node from a given value.
 
MemCore::RefPtr< Nodederive (const ScalarVariableNode &Variable) const override
 Derivation of a constant value always returns a zero value.
 

Detailed Description

A scalar node that always returns zero.

Used to identify expressions that always return zero.