Toast++  1.0.2 (r.539)
Forward and inverse modelling in optical tomography
nim.h
1 // -*-C++-*-
2 // Utilities for nodal images
3 
4 #ifndef __NIM_H
5 #define __NIM_H
6 
7 #include "mathlib.h"
8 #include "felib.h"
9 
10 FELIB int ReadNim (const char *name, int idx, RVector &img,
11  char *meshname=NULL);
12 
13 FELIB bool ReadNimAll (char *name, RDenseMatrix &img);
14 
15 FELIB void WriteNim (const char *name, const char *meshname,
16  const RVector &img);
17 
18 FELIB int NimPhaseUnwrap (const Mesh *mesh, RVector &phase, Point seed);
19 
20 #endif // !__NIM_H
Templated vector class.
Definition: vector.h:39
Finite-element mesh management.
Definition: mesh.h:145
Definition: point.h:18
Dense matrix class.
Definition: crmatrix.h:38