#include <iostream>
#include <string>
#include <vector>
#include <math.h>
#include <vtkRenderer.h>
#include <vtkRenderWindow.h>
#include <vtkIVExporter.h>
#include <vtkOOGLExporter.h>
#include <vtkRIBExporter.h>
#include <vtkOBJExporter.h>
#include <vtkX3DExporter.h>
#include <vtkVRMLExporter.h>
#include <terminal_tools/print.h>
#include <terminal_tools/parse.h>
#include <pcl_vtk_tools/misc.h>
Go to the source code of this file.
Defines | |
#define | RENWIN_HEIGHT 800 |
#define | RENWIN_WIDTH 1200 |
Functions | |
int | main (int argc, char **argv) |
#define RENWIN_HEIGHT 800 |
Definition at line 68 of file vtk_exporter.cpp.
#define RENWIN_WIDTH 1200 |
Definition at line 67 of file vtk_exporter.cpp.
Definition at line 72 of file vtk_exporter.cpp.