API Documentation
|
#include <NDEVR/StringStream.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 > |