#include <iostream>#include <cstddef>#include "globals.h"#include "datastore.h"#include "spline.h"Include dependency graph for spline.C:
Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &stream, const QBSpline &qbs) |
| Print out the information for the spline. | |
Variables | |
| static const double | big = 0.0 |
| static const double | constraint_ratio = 10.0 |
Definition in file spline.C.
| ostream& operator<< | ( | ostream & | stream, | |
| const QBSpline & | qbs | |||
| ) |
Print out the information for the spline.
Definition at line 1184 of file spline.C.
References QBSpline::b, QBSpline::closed, QBSpline::k, QBSpline::restlength, and QBSpline::vertexs.
const double big = 0.0 [static] |
const double constraint_ratio = 10.0 [static] |
1.5.2