Volume Cartographer 2.27.0
Classes | Namespaces | Typedefs
Spline.hpp File Reference
#include <cassert>
#include <cstddef>
#include <vector>
#include <unsupported/Eigen/Splines>
#include "vc/segmentation/lrps/Common.hpp"
Include dependency graph for Spline.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  volcart::segmentation::Spline< Scalar, Degree >
 Simple spline wrapper around Eigen::Spline. More...
 

Namespaces

namespace  volcart
 Volume Cartographer library
 
namespace  volcart::segmentation
 Segmentation algorithms and utilities library
 

Typedefs

template<typename Scalar >
using volcart::segmentation::CubicSpline = Spline< Scalar, 3 >