#include <iostream>
#include <string>
#include <vector>
#include <math.h>
#include <sstream>
#include <terminal_tools/print.h>
#include <terminal_tools/parse.h>
#include <terminal_tools/time.h>
#include <vtk3DSImporter.h>
#include <vtkDataSet.h>
#include <vtkRenderer.h>
#include <vtkSmartPointer.h>
#include <vtkPolyData.h>
#include <vtkPolyDataReader.h>
#include <vtkDataSetMapper.h>
#include <vtkMaskPoints.h>
#include <vtkLODActor.h>
#include <vtkFloatArray.h>
#include <vtkPointData.h>
#include <vtkVectorText.h>
#include <vtkPolyDataMapper.h>
#include <vtkFollower.h>
#include <vtkLightKit.h>
#include <pcl_vtk_tools/misc.h>
Go to the source code of this file.
Defines | |
#define | SQR(x) ((x)*(x)) |
Functions | |
void | GetRandomColors (double &r, double &g, double &b) |
int | main (int argc, char **argv) |
void GetRandomColors | ( | double & | r, |
double & | g, | ||
double & | b | ||
) |
Definition at line 91 of file vtk_viewer.cpp.
Definition at line 105 of file vtk_viewer.cpp.