22 #ifndef __CABLESCHEMA__
23 #define __CABLESCHEMA__
Simple cables (identity box) in parallel.
virtual void draw(device &dev)
Nothing to draw.
virtual void collectTraits(collector &c)
Nothing to collect.
virtual void place(double x, double y, int orientation)
Place the communication points vertically spaced by dWire.
cableSchema(unsigned int n)
Build n cables in parallel.
An abstract block diagram schema.
virtual point inputPoint(unsigned int i) const
input and output points are the same as the width is 0
virtual point outputPoint(unsigned int i) const
input and output points are the same as the width is 0
friend schema * makeCableSchema(unsigned int n)
Build n cables in parallel.