#include <QApplication>#include "DGVImageVTK.h"#include "DGVImage.h"#include "vtkImageDataGeometryFilter.h"#include "vtkWarpScalar.h"#include "vtkMergeFilter.h"#include "vtkPolyDataNormals.h"#include "vtkPolyDataMapper.h"#include "vtkActor.h"#include "vtkRenderer.h"#include "vtkRenderWindow.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 15 of file imagevtk.cpp.
1.7.1