#include "VISU_Actor.h"#include "VISU_ActorFactory.h"#include "VISU_PickingSettings.h"#include "VISU_GaussPtsDeviceActor.h"#include "VISU_SelectVisiblePoints.h"#include "VISU_PipeLine.hxx"#include "VISU_UsedPointsFilter.hxx"#include "SVTK_Actor.h"#include "SVTK_Event.h"#include "VTKViewer_CellCenters.h"#include "VTKViewer_FramedTextActor.h"#include "VTKViewer_ShrinkFilter.h"#include "VTKViewer_GeometryFilter.h"#include "SALOME_InteractiveObject.hxx"#include "SUIT_Session.h"#include "SUIT_ResourceMgr.h"#include <stdexcept>#include <sstream>#include <cmath>#include <vtkProperty.h>#include <vtkSmartPointer.h>#include <vtkTextMapper.h>#include <vtkTextActor.h>#include <vtkProperty2D.h>#include <vtkRenderer.h>#include <vtkRenderWindow.h>#include <vtkCellPicker.h>#include <vtkCell.h>#include <vtkPointPicker.h>#include <vtkPoints.h>#include <vtkInteractorStyle.h>#include <vtkDataSet.h>#include <vtkPolyData.h>#include <vtkUnstructuredGrid.h>#include <vtkPassThroughFilter.h>#include <vtkFeatureEdges.h>#include <vtkActor2D.h>#include <vtkMaskPoints.h>#include <vtkLabeledDataMapper.h>#include <vtkTextProperty.h>#include <vtkShrinkFilter.h>#include <vtkShrinkPolyData.h>#include <vtkGeometryFilter.h>#include <vtkObjectFactory.h>#include <vtkCallbackCommand.h>#include <vtkCamera.h>#include <vtkRenderWindowInteractor.h>#include <boost/bind.hpp>#include "utilities.h"#include "VISU_PipeLineUtils.hxx"Functions | |
| void | ChangeZoom (vtkFloatingPointType theZoomFactor, vtkRenderer *theRenderer, vtkIdType theInitialHasIndex, vtkIdType theCurrentHasIndex) |
| template<class TData > | |
| std::string | getScalar (TData *theData, int theId) |
| template<class TData > | |
| std::string | getVector (TData *theData, int theId) |
Variables | |
| static int | MYVTKDEBUG = 0 |
| static int | MYDEBUG = 0 |
| void ChangeZoom | ( | vtkFloatingPointType | theZoomFactor, |
| vtkRenderer * | theRenderer, | ||
| vtkIdType | theInitialHasIndex, | ||
| vtkIdType | theCurrentHasIndex | ||
| ) |
References VISU_Example_02.aScale.
| std::string getScalar | ( | TData * | theData, |
| int | theId | ||
| ) |
| std::string getVector | ( | TData * | theData, |
| int | theId | ||
| ) |
int MYVTKDEBUG = 0 [static] |
int MYDEBUG = 0 [static] |