Class VLProbableLines.TVLOWLineSegmentsSourcePin
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit VLProbableLines|VLProbableLines]] | '''Unit:''' [[Unit VLProbableLines|VLProbableLines]] | ||
− | '''Inherits:''' [[Class SLStreamTypes. | + | '''Inherits:''' [[Class SLStreamTypes.TSLOWClockableSourcePin|TSLOWClockableSourcePin]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TVLOWLineSegmentsSourcePin = '''class'''( [[Class SLStreamTypes. | + | '''type''' TVLOWLineSegmentsSourcePin = '''class'''( [[Class SLStreamTypes.TSLOWClockableSourcePin|TSLOWClockableSourcePin, IOWVLLineSegmentsDataStream]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TVLOWLineSegmentsSourcePin : '''public''' [[Class SLStreamTypes. | + | '''class''' TVLOWLineSegmentsSourcePin : '''public''' [[Class SLStreamTypes.TSLOWClockableSourcePin|TSLOWClockableSourcePin]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTVLOWLineSegmentsSourcePin : '''public''' [[Class SLStreamTypes. | + | '''class''' CTVLOWLineSegmentsSourcePin : '''public''' [[Class SLStreamTypes.TSLOWClockableSourcePin|CTSLOWClockableSourcePin]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TVLOWLineSegmentsSourcePin : [[Class SLStreamTypes. | + | '''public ref class''' TVLOWLineSegmentsSourcePin : [[Class SLStreamTypes.TSLOWClockableSourcePin|Mitov.VisionLab.OWClockableSourcePin]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 41: | Line 41: | ||
=== Public === | === Public === | ||
− | |||
*[[Method procedure SLStreamTypes.TSLOWSourcePin.BCBNotify(IOWNotifyOperation)|procedure BCBNotify(Operation : IOWNotifyOperation)]] | *[[Method procedure SLStreamTypes.TSLOWSourcePin.BCBNotify(IOWNotifyOperation)|procedure BCBNotify(Operation : IOWNotifyOperation)]] | ||
*[[Method function SLStreamTypes.TSLOWSourcePin.Notify(IOWNotifyOperation) : TOWNotifyResult|function Notify(Operation : IOWNotifyOperation) : TOWNotifyResult]] | *[[Method function SLStreamTypes.TSLOWSourcePin.Notify(IOWNotifyOperation) : TOWNotifyResult|function Notify(Operation : IOWNotifyOperation) : TOWNotifyResult]] |
Revision as of 20:29, 10 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VisionLabPkg
Unit: VLProbableLines
Inherits: TSLOWClockableSourcePin
Contents |
Syntax
Delphi:
type TVLOWLineSegmentsSourcePin = class( TSLOWClockableSourcePin, IOWVLLineSegmentsDataStream )
C++ Builder:
class TVLOWLineSegmentsSourcePin : public TSLOWClockableSourcePin
Visual C++ (MFC):
class CTVLOWLineSegmentsSourcePin : public CTSLOWClockableSourcePin
C# (.NET):
public ref class TVLOWLineSegmentsSourcePin : Mitov.VisionLab.OWClockableSourcePin
Summary
Line Segments Source Pin class.
Description
This pin is capable to supply Line Segments data. You can connect it to any SinkPin capable to receive Line Segments data.