#include "cutSchema.h"#include "schema.h"#include <assert.h>Go to the source code of this file.
Functions | |
| schema * | makeCutSchema () |
| Creates a new Cut schema. | |
| schema* makeCutSchema | ( | ) |
Creates a new Cut schema.
Definition at line 33 of file cutSchema.cpp.
Referenced by generateInsideSchema().
00034 { 00035 return new cutSchema(); 00036 }
1.6.3