|
ngscopeclient v0.2
|
Match if the input is of the correct stream type, and sparse. More...
#include <InputConstraint.h>


Public Member Functions | |
| InputConstraintSparseStreamType (FlowGraphNode *sink, Stream::StreamType stype) | |
| 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 InputConstraintStreamType | |
| InputConstraintStreamType (FlowGraphNode *sink, Stream::StreamType stype) | |
Public Member Functions inherited from InputConstraint | |
| InputConstraint (FlowGraphNode *sink) | |
Additional Inherited Members | |
Protected Member Functions inherited from InputConstraint | |
| std::string | StreamTypeToString (Stream::StreamType type) |
Protected Attributes inherited from InputConstraintStreamType | |
| Stream::StreamType | m_type |
Protected Attributes inherited from InputConstraint | |
| FlowGraphNode * | m_sink |
Match if the input is of the correct stream type, and sparse.
|
inlineoverridevirtual |
Checks if the given input satisfies the constraint.
Reimplemented from InputConstraintStreamType.
|
inlineoverridevirtual |
Convert this constraint to a string.
Reimplemented from InputConstraintStreamType.