API Documentation
Loading...
Searching...
No Matches
SplineEnums.h File Reference
#include <NDEVR/StringStream.h>
Include dependency graph for SplineEnums.h:

Go to the source code of this file.

Namespaces

namespace  NDEVR
 

Enumerations

enum class  SplineType { e_linear = 10 , e_cspline = 30 , e_cspline_hermite = 31 }
 
enum class  SplineBoundaryType { e_first_deriv = 1 , e_second_deriv = 2 , e_not_a_knot = 3 }
 

Variables

template class NDEVR_BASE_API StringStream< SplineType >