#include "SVTK.h"#include "VTKViewer.h"#include "VTKViewer_MarkerDef.h"#include <vector>#include <vtkLODActor.h>#include <vtkProperty.h>
Go to the source code of this file.
Data Structures | |
| class | SVTK_DeviceActor |
Packages | |
| package | SVTK |
| package | SVTK.Representation |
Typedefs | |
| typedef int | SVTK::Representation.Type |
Variables | |
| const Type | SVTK::Representation.Points = VTK_POINTS |
| const Type | SVTK::Representation.Wireframe = VTK_WIREFRAME |
| const Type | SVTK::Representation.Surface = VTK_SURFACE |
| const Type | SVTK::Representation.Insideframe = Surface + 1 |