Terminate a cable (cut box). More...
#include <cutSchema.h>
Inherits schema.
Public Member Functions | |
virtual void | place (double x, double y, int orientation) |
The input point is placed in the middle. | |
virtual void | draw (device &dev) |
A cut is represented by a small black dot. | |
virtual point | inputPoint (unsigned int i) const |
By definition a Cut has only one input point. | |
virtual point | outputPoint (unsigned int i) const |
By definition a Cut has no output point. | |
Friends | |
schema * | makeCutSchema () |
Creates a new Cut schema. |
Terminate a cable (cut box).
Definition at line 32 of file cutSchema.h.