Toast++  1.0.2 (r.539)
Forward and inverse modelling in optical tomography
raster_cs.h
1 // -*-C++-*-
2 
3 #ifndef __RASTER_CS_H
4 #define __RASTER_CS_H
5 
10 #include "raster.h"
11 
12 // =========================================================================
16 class STOASTLIB Raster_CubicSpline: public Raster_Blob {
17 public:
31  Raster_CubicSpline (const IVector &_bdim, const IVector &_gdim, Mesh *mesh,
32  RDenseMatrix *bb = 0);
33 };
34 
35 #endif // !__RASTER_CS_H
Generic blob basis representation.
Definition: raster_bl.h:17
Finite-element mesh management.
Definition: mesh.h:145
Cubic spline blob basis representation.
Definition: raster_cs.h:16