#include "VTKViewer.h"
#include <string>
#include <vector>
#include <vtkLODActor.h>
#include <vtkProperty.h>
Go to the source code of this file.
Classes | |
class | VTKViewer_Actor |
Namespaces | |
namespace | VTKViewer |
namespace | VTKViewer::Representation |
Typedefs | |
typedef int | VTKViewer::Representation::Type |
Variables | |
int | VTKViewer_POINT_SIZE |
int | VTKViewer_LINE_WIDTH |
const Type | VTKViewer::Representation::Points = VTK_POINTS |
const Type | VTKViewer::Representation::Wireframe = VTK_WIREFRAME |
const Type | VTKViewer::Representation::Surface = VTK_SURFACE |
const Type | VTKViewer::Representation::Insideframe = Surface + 1 |
const Type | VTKViewer::Representation::SurfaceWithEdges = Insideframe + 1 |
int VTKViewer_LINE_WIDTH |
int VTKViewer_POINT_SIZE |