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

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

#include <ocean/parzival/ScalarOperatorNodes.hpp>

Inheritance diagram for Eagle::OneNode:
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 one.

Used to identify expressions that always return one.