Typedefs | Functions | Variables

tests/volumevtk/volumevtk.cpp File Reference

#include <QApplication>
#include "DGVVolumePlotVTK.h"
#include "DGVBlitzArrayCasterVTK.h"
#include "vtkImageData.h"
#include "vtkXMLImageDataWriter.h"
Include dependency graph for volumevtk.cpp:

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 Documentation

typedef double plotType

Definition at line 11 of file volumevtk.cpp.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Generate Gaussian Function

Output to VTK XML Image (VTI) file

Definition at line 13 of file volumevtk.cpp.


Variable Documentation

const int Size = 128

Definition at line 9 of file volumevtk.cpp.