#include "SALOME_Actor.h"#include "SALOME_InteractiveObject.hxx"#include "VTKViewer_Algorithm.h"#include "VTKViewer_Transform.h"#include "VTKViewer_TransformFilter.h"#include "VTKViewer_GeometryFilter.h"#include "VTKViewer_FramedTextActor.h"#include "SVTK_AreaPicker.h"#include "SVTK_Actor.h"#include <SUIT_ResourceMgr.h>#include <SUIT_Session.h>#include <vtkCell.h>#include <vtkLine.h>#include <vtkQuadraticEdge.h>#include <vtkPicker.h>#include <vtkPointPicker.h>#include <vtkCellPicker.h>#include <vtkRenderer.h>#include <vtkPolyData.h>#include <vtkObjectFactory.h>#include <vtkDataSetMapper.h>#include <vtkPolyDataMapper.h>#include <vtkProperty.h>#include <vtkOutlineSource.h>#include <vtkPolygon.h>#include <vtkInteractorStyle.h>#include <vtkRenderWindowInteractor.h>#include <vtkPassThroughFilter.h>#include <TColStd_MapOfInteger.hxx>#include <TColStd_IndexedMapOfInteger.hxx>#include <math.h>#include <QPoint>#include <QVector>Namespaces | |
| namespace | SVTK |
Functions | |
| vtkStandardNewMacro (SALOME_Actor) | |
| const | Handle (SALOME_InteractiveObject)&SALOME_Actor |
Variables | |
| int | SALOME_POINT_SIZE = 5 |
| int | SALOME_LINE_WIDTH = 3 |
| const Handle | ( | SALOME_InteractiveObject | ) |
| vtkStandardNewMacro | ( | SALOME_Actor | ) |
| int SALOME_LINE_WIDTH = 3 |
| int SALOME_POINT_SIZE = 5 |