Toast++
1.0.2 (r.539)
Forward and inverse modelling in optical tomography
Main Page
Related Pages
Modules
Classes
Files
File List
libfe
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
TVector
Templated vector class.
Definition:
vector.h:39
Mesh
Finite-element mesh management.
Definition:
mesh.h:145
Point
Definition:
point.h:18
TDenseMatrix
Dense matrix class.
Definition:
crmatrix.h:38
Generated on Tue Sep 2 2014 17:14:26 for Toast++ by
1.8.6