Toast++
1.0.2 (r.539)
Forward and inverse modelling in optical tomography
Main Page
Related Pages
Modules
Classes
Files
File List
libstoast
raster_rb.h
1
// -*-C++-*-
2
3
#ifndef __RASTER_RB_H
4
#define __RASTER_RB_H
5
11
class
STOASTLIB
Raster_RampBlob
:
public
Raster_Blob
{
12
public
:
13
Raster_RampBlob
(
const
IVector
&_bdim,
const
IVector
&_gdim,
Mesh
*mesh,
14
double
_sup,
RDenseMatrix
*bb = 0);
15
16
protected
:
17
double
Value_nomask
(
const
Point
&p,
int
i,
bool
is_solidx=
true
)
const
;
18
19
private
:
20
double
isup, scale;
21
};
22
23
#endif // !__RASTER_RB_H
TVector< int >
Raster_Blob
Generic blob basis representation.
Definition:
raster_bl.h:17
Mesh
Finite-element mesh management.
Definition:
mesh.h:145
Point
Definition:
point.h:18
Raster_RampBlob
Definition:
raster_rb.h:11
Raster_Blob::Value_nomask
virtual double Value_nomask(const Point &p, int i, bool is_solidx=true) const =0
Value of basis function b_i at point p This does not check for mesh support.
TDenseMatrix< double >
Generated on Tue Sep 2 2014 17:14:26 for Toast++ by
1.8.6