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

Go to the source code of this file.

Functions

schemamakeTopSchema (schema *s, double margin, const string &text, const string &link)
 Creates a new top schema.

Function Documentation

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

Creates a new top schema.

Definition at line 33 of file topSchema.cpp.

References makeDecorateSchema().

Referenced by writeSchemaFile().

{
    return new topSchema (makeDecorateSchema(s, margin/2, text), margin/2, "", link);
}

Here is the call graph for this function:

Here is the caller graph for this function: