1 /*=========================================================================
2 Program: vv http://www.creatis.insa-lyon.fr/rio/vv
5 - University of LYON http://www.universite-lyon.fr/
6 - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr
7 - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr
9 This software is distributed WITHOUT ANY WARRANTY; without even
10 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11 PURPOSE. See the copyright notices for more information.
13 It is distributed under dual licence
15 - BSD See included LICENSE.txt file
16 - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
17 ======================================================================-====*/
18 #ifndef _vvSurfaceViewerDialog_H
19 #define _vvSurfaceViewerDialog_H
20 #include "ui_vvSurfaceViewerDialog.h"
22 class vtkPolyDataMapper;
26 #include <QtDesigner/QDesignerExportWidget>
27 #include <QTreeWidget>
29 //====================================================================
30 class vvSurfaceViewerDialog : public QDialog, private Ui::vvSurfaceViewerDialog {
35 // constructor - destructor
36 vvSurfaceViewerDialog(QWidget * parent=0, Qt::WindowFlags f=0);
37 ~vvSurfaceViewerDialog();
45 std::vector<vtkOBJReader*> mReaders;
46 vtkPolyDataMapper* mMapper;
48 vtkRenderer * mRenderer;
49 unsigned int mCurrentTime;
51 }; // end class vvSurfaceViewerDialog
52 //====================================================================
54 #endif /* end #define _vvSurfaceViewerDialog_H */