#include "VTKViewer.h"#include <string>#include <vector>#include <limits>#include <NCollection_IndexedMap.hxx>#include <NCollection_Map.hxx>#include <vtkLODActor.h>#include <vtkProperty.h>Go to the source code of this file.
Classes | |
| class | VTKViewer_Actor |
| struct | vtkIdHasher |
Namespaces | |
| VTKViewer | |
| VTKViewer::Representation | |
Typedefs | |
| typedef int | VTKViewer::Representation::Type |
| typedef NCollection_Map< vtkIdType, vtkIdHasher > | TVtkIDsMap |
| typedef NCollection_IndexedMap< vtkIdType, vtkIdHasher > | TIndexedMapOfVtkId |
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 |
| typedef NCollection_IndexedMap<vtkIdType,vtkIdHasher> TIndexedMapOfVtkId |
| typedef NCollection_Map< vtkIdType, vtkIdHasher > TVtkIDsMap |
|
extern |
|
extern |