#include <schema.h>
Public Member Functions | |
| point () | |
| point (double f) | |
| point (double u, double v) | |
| point (const point &p) | |
Public Attributes | |
| double | x |
| double | y |
Definition at line 39 of file schema.h.
| point::point | ( | double | u, | |
| double | v | |||
| ) | [inline] |
| point::point | ( | const point & | p | ) | [inline] |
| double point::x |
Definition at line 41 of file schema.h.
Referenced by topSchema::draw(), splitSchema::draw(), recSchema::draw(), mergeSchema::draw(), enlargedSchema::draw(), decorateSchema::draw(), cutSchema::draw(), recSchema::drawFeedback(), recSchema::drawFeedfront(), blockSchema::drawInputWires(), seqSchema::drawInternalWires(), blockSchema::drawOutputWires(), recSchema::place(), enlargedSchema::place(), and decorateSchema::place().
| double point::y |
Definition at line 42 of file schema.h.
Referenced by direction(), topSchema::draw(), splitSchema::draw(), recSchema::draw(), mergeSchema::draw(), enlargedSchema::draw(), decorateSchema::draw(), cutSchema::draw(), recSchema::drawFeedback(), recSchema::drawFeedfront(), blockSchema::drawInputWires(), seqSchema::drawInternalWires(), blockSchema::drawOutputWires(), recSchema::place(), enlargedSchema::place(), and decorateSchema::place().
1.6.3