]> Creatis software - gdcm.git/blob - Doc/Website/VtkGdcm.html
* Added documentation of vtkgdcmReader on Website:
[gdcm.git] / Doc / Website / VtkGdcm.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4    <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5    <TITLE>Vtk Gdcm</TITLE>
6 </HEAD>
7
8 <BODY>
9
10 <!#######################################################################>
11 <H1>
12   <A HREF="http://public.kitware.com/VTK">VTK</A>
13   and gdcm</a></H1>
14 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
15
16 A <A HREF="http://public.kitware.com/VTK/">VTK</A> plugin
17 of gdcm is now available through the <TT>vtkGdcmReader</TT>
18 vtk class (see it as a thin wrapper of gdcm for vtk),
19 which enables
20 <UL>
21    <LI> Loading of a single image,
22    <LI> Loading of a stack of images from multiple Dicom files,
23    <LI> this class is wrapped for vtkPython (by using native VTK wrappers).
24 </UL>
25
26 For a quick, but probably sufficient, introduction to the
27 usage of <TT>vtkGdcmReader</TT> please refer to the
28 <A HREF="html.developper/DoxyVtkGdmReaderExamples.html">
29 simple examples</A>.
30
31 The documentation of vtkGdcmReader is available in both forms
32 <UL>
33 <LI>
34     <A HREF="html.user/classvtkGdcmReader.html">for users</A>,
35 </LI>
36 <LI>
37     <A HREF="html.developper/classvtkGdcmReader.html">for developpers</A>.
38 </LI>
39 </UL>
40
41 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
42
43 </BODY>
44 </HTML>