vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
|
sample code from the documentation More...
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
sample code from the documentation
just the bits of code given in the 'Quickstart' section of the documentation overview
compile: clang++ -std=c++11 -o quickstart -pthread quickstart.cc
Definition in file quickstart.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 49 of file quickstart.cc.