#include <QApplication>
#include "DGVVolumePlotVTK.h"
#include "DGVBlitzArrayCasterVTK.h"
#include "vtkImageData.h"
#include "vtkXMLImageDataWriter.h"
Go to the source code of this file.
Typedefs | |
typedef double | plotType |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const int | Size = 128 |
typedef double plotType |
Definition at line 11 of file volumevtk.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Generate Gaussian Function
Output to VTK XML Image (VTI) file
Definition at line 13 of file volumevtk.cpp.
const int Size = 128 |
Definition at line 9 of file volumevtk.cpp.