|
FAUST compiler
0.9.9.6b8
|
#include <schema.h>
Public Member Functions | |
| point (double u, double v) | |
| point (const point &p) | |
| bool | operator< (const point &p) const |
Public Attributes | |
| double | x |
| double | y |
|
inline |
|
inline |
| double point::x |
Definition at line 42 of file schema.h.
Referenced by recSchema::collectFeedback(), recSchema::collectFeedfront(), connectorSchema::collectInputWires(), blockSchema::collectInputWires(), seqSchema::collectInternalWires(), connectorSchema::collectOutputWires(), blockSchema::collectOutputWires(), splitSchema::collectTraits(), mergeSchema::draw(), splitSchema::draw(), recSchema::draw(), enlargedSchema::draw(), decorateSchema::draw(), topSchema::draw(), blockSchema::drawInputArrows(), seqSchema::drawInternalWires(), operator<(), recSchema::place(), enlargedSchema::place(), and decorateSchema::place().
| double point::y |
Definition at line 43 of file schema.h.
Referenced by recSchema::collectFeedback(), recSchema::collectFeedfront(), connectorSchema::collectInputWires(), blockSchema::collectInputWires(), seqSchema::collectInternalWires(), connectorSchema::collectOutputWires(), blockSchema::collectOutputWires(), splitSchema::collectTraits(), direction(), splitSchema::draw(), mergeSchema::draw(), recSchema::draw(), enlargedSchema::draw(), decorateSchema::draw(), topSchema::draw(), blockSchema::drawInputArrows(), seqSchema::drawInternalWires(), operator<(), recSchema::place(), enlargedSchema::place(), and decorateSchema::place().
1.8.7