SimpleITK  1.0.1
SimpleITK.h
Go to the documentation of this file.
1 /*=========================================================================
2 *
3 * Copyright Insight Software Consortium
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18 #ifndef __SimpleITK_h
19 #define __SimpleITK_h
20 
31 #include <stdint.h>
32 
33 
34 
35 // Utility classes
36 #include "sitkMacro.h"
37 #include "sitkDetail.h"
38 #include "sitkVersion.h"
39 #include "sitkImage.h"
40 #include "sitkTransform.h"
41 #include "sitkBSplineTransform.h"
43 #include "sitkAffineTransform.h"
44 #include "sitkEuler2DTransform.h"
45 #include "sitkEuler3DTransform.h"
46 #include "sitkScaleTransform.h"
52 #include "sitkVersorTransform.h"
54 #include "sitkShow.h"
55 
56 #include "sitkInterpolator.h"
57 #include "sitkEvent.h"
58 #include "sitkRandomSeed.h"
59 
60 #include "sitkProcessObject.h"
61 #include "sitkImageFilter.h"
62 #include "sitkCommand.h"
63 #include "sitkFunctionCommand.h"
64 
65 // IO classes
66 #include "sitkImageFileReader.h"
67 #include "sitkImageSeriesReader.h"
68 #include "sitkImageFileWriter.h"
69 #include "sitkImageSeriesWriter.h"
70 #include "sitkImportImageFilter.h"
71 
72 
73 #include "sitkHashImageFilter.h"
75 #include "sitkComposeImageFilter.h"
76 #include "sitkPixelIDTypeLists.h"
77 
82 #include "sitkCastImageFilter.h"
83 
85 
87 
88 // These headers are auto-generated
89 #include "SimpleITKBasicFiltersGeneratedHeaders.h"
90 #endif