|
ngscopeclient v0.2
|
Match if the input's X axis unit is a specific value. More...
#include <InputConstraint.h>


Public Member Functions | |
| InputConstraintXUnit (FlowGraphNode *sink, Unit unit) | |
| virtual bool | Check (StreamDescriptor source) override |
| Checks if the given input satisfies the constraint. | |
| virtual std::string | ToString () override |
| Convert this constraint to a string. | |
Public Member Functions inherited from InputConstraint | |
| InputConstraint (FlowGraphNode *sink) | |
Protected Attributes | |
| Unit | m_unit |
Protected Attributes inherited from InputConstraint | |
| FlowGraphNode * | m_sink |
Additional Inherited Members | |
Protected Member Functions inherited from InputConstraint | |
| std::string | StreamTypeToString (Stream::StreamType type) |
Match if the input's X axis unit is a specific value.
|
inlineoverridevirtual |
Checks if the given input satisfies the constraint.
Implements InputConstraint.
|
inlineoverridevirtual |
Convert this constraint to a string.
Implements InputConstraint.