topSchema.cpp File Reference

#include <stdlib.h>
#include "topSchema.h"
#include "schema.h"
#include <iostream>
#include <assert.h>
#include <cstdlib>
Include dependency graph for topSchema.cpp:
This graph shows which files directly or indirectly include this file:

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().

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

Here is the call graph for this function:

Here is the caller graph for this function:

Generated on Wed Apr 28 23:46:01 2010 for FAUST compiler by  doxygen 1.6.3