2#include <NDEVR/StringStream.h>
25 template class NDEVR_BASE_API StringStream<SplineType>;
The primary namespace for the NDEVR SDK.
SplineType
Defines the type of interpolation used for a spline curve.
@ e_cspline
Cubic splines with classical C^2 continuity.
@ e_cspline_hermite
Cubic Hermite splines with local C^1 continuity.
SplineBoundaryType
Defines the boundary condition type applied at spline end-points.
@ e_first_deriv
First derivative boundary condition.
@ e_not_a_knot
Not-a-knot boundary condition.
@ e_second_deriv
Second derivative boundary condition.