vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
Functions
quickstart.cc File Reference

sample code from the documentation More...

#include <vspline/vspline.h>
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

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.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 49 of file quickstart.cc.