FAUST compiler  0.9.9.6b8
Functions
decorateSchema.cpp File Reference
#include "decorateSchema.h"
#include <iostream>
#include <assert.h>
Include dependency graph for decorateSchema.cpp:

Go to the source code of this file.

Functions

schemamakeDecorateSchema (schema *s, double margin, const string &text)
 Creates a new decorated schema.

Function Documentation

schema* makeDecorateSchema ( schema s,
double  margin,
const string &  text 
)

Creates a new decorated schema.

Definition at line 31 of file decorateSchema.cpp.

Referenced by generateDiagramSchema(), generateInsideSchema(), and makeTopSchema().

{
    return new decorateSchema (s, margin, text);
}

Here is the caller graph for this function: