|
FAUST compiler
0.9.9.6b8
|
#include <schema.h>
Public Member Functions | |
| void | addOutput (const point &p) |
| void | addInput (const point &p) |
| void | addTrait (const trait &t) |
| void | computeVisibleTraits () |
| bool | isVisible (const trait &t) |
| void | draw (device &dev) |
Public Attributes | |
| set< point > | fOutputs |
| set< point > | fInputs |
| set< trait > | fTraits |
| set< trait > | fWithInput |
| set< trait > | fWithOutput |
|
inline |
Definition at line 83 of file schema.h.
Referenced by recSchema::collectFeedback(), connectorSchema::collectInputWires(), blockSchema::collectInputWires(), and topSchema::collectTraits().

|
inline |
Definition at line 82 of file schema.h.
Referenced by recSchema::collectFeedback(), connectorSchema::collectOutputWires(), blockSchema::collectOutputWires(), and topSchema::collectTraits().

|
inline |
Definition at line 84 of file schema.h.
Referenced by recSchema::collectFeedback(), recSchema::collectFeedfront(), connectorSchema::collectInputWires(), blockSchema::collectInputWires(), seqSchema::collectInternalWires(), connectorSchema::collectOutputWires(), blockSchema::collectOutputWires(), mergeSchema::collectTraits(), recSchema::collectTraits(), splitSchema::collectTraits(), enlargedSchema::collectTraits(), and decorateSchema::collectTraits().

| void collector::computeVisibleTraits | ( | ) |
Definition at line 29 of file collector.cpp.
| void collector::draw | ( | device & | dev | ) |
Definition at line 59 of file collector.cpp.
Referenced by writeSchemaFile().

| bool collector::isVisible | ( | const trait & | t | ) |
Definition at line 54 of file collector.cpp.
1.8.7