source: Sophya/trunk/SophyaLib/NTools/ntools.h@ 3930

Last change on this file since 3930 was 3741, checked in by cmv, 16 years ago

include nbtrixx.h in ntools egneral includes, cmv 08/02/2010

File size: 582 bytes
Line 
1// This may look like C code, but it is really -*- C++ -*-
2// All include files for module NTools
3
4#ifndef NTOOLS_SEEN
5#define NTOOLS_SEEN
6
7#include "ntoolsinit.h"
8
9#include "nbconst.h"
10#include "fmath.h"
11#include "nbrandom.h"
12#include "perandom.h"
13#include "nbtri.h"
14#include "nbtrixx.h"
15#include "linfit.h"
16#include "poly.h"
17#include "datatypes.h"
18#include "slinparbuff.h"
19
20#include "cimage.h"
21#include "dynccd.h"
22
23#include "generaldata.h"
24#include "generalfit.h"
25#include "fct1dfit.h"
26#include "fct2dfit.h"
27#include "objfitter.h"
28
29#include "fftpserver.h"
30
31#endif // NTOOLS_SEEN
Note: See TracBrowser for help on using the repository browser.