#include <fstream>
#include <QApplication>
#include "DGVSurfacePlotVTK.h"
#include "DGVImageVTK.h"
#include "vtkXYPlotActor.h"
#include "vtkLineSource.h"
#include "vtkTransform.h"
#include "vtkTransformPolyDataFilter.h"
#include "vtkProbeFilter.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const int | Size = 256 |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Generate Gaussian Function
Output to CSV file
Make and show Surface plot
Definition at line 15 of file surfacevtk.cpp.
const int Size = 256 |
Definition at line 13 of file surfacevtk.cpp.