#include "VISU_GaussPtsAct.h"#include "VISU_GaussPointsPL.hxx"#include "VISU_GaussPtsSettings.h"#include "VISU_GaussPtsDeviceActor.h"#include "VISU_PickingSettings.h"#include "VISU_WidgetCtrl.hxx"#include "VISU_SphereWidget.hxx"#include "VISU_OpenGLPointSpriteMapper.hxx"#include "VISU_ScalarBarCtrl.hxx"#include "VISU_ScalarBarActor.hxx"#include "VISU_Event.h"#include "SVTK_Actor.h"#include "VTKViewer_FramedTextActor.h"#include <SALOME_ExtractPolyDataGeometry.h>#include <vtkCamera.h>#include <vtkRenderer.h>#include <vtkPointPicker.h>#include <vtkMatrix4x4.h>#include <vtkScalarBarWidget.h>#include <vtkTextMapper.h>#include <vtkTextProperty.h>#include <vtkImplicitBoolean.h>#include <vtkImplicitFunctionCollection.h>#include <vtkPlane.h>#include <vtkPointData.h>#include <vtkCellData.h>#include <vtkDataArray.h>#include <vtkSphereSource.h>#include <vtkPolyDataMapper.h>#include <vtkPolyData.h>#include <vtkActor.h>#include <vtkTransform.h>#include <vtkObjectFactory.h>#include <vtkCallbackCommand.h>#include <vtkInteractorStyle.h>#include <vtkRenderWindowInteractor.h>#include <vtkOutlineSource.h>#include <sstream>#include <boost/bind.hpp>#include <vtkUnstructuredGrid.h>#include <vtkRenderWindow.h>#include <vtkCellArray.h>#include <vtkWarpVector.h>#include <vtkCellDataToPointData.h>#include <vtkCell.h>#include <vtkMath.h>#include <vtkViewport.h>#include "utilities.h"
Functions | |
| vtkStandardNewMacro (VISU_GaussPtsAct) | |
| void | ChangeZoom (VISU_PickingSettings *thePickingSettings, vtkRenderer *theRenderer, vtkIdType theInitialHasIndex, vtkIdType theCurrentHasIndex) |
| vtkStandardNewMacro (VISU_GaussPtsAct1) | |
| vtkStandardNewMacro (VISU_GaussPtsAct2) | |
Variables | |
| static int | MYDEBUG = 0 |
| static int | MYDEBUG1 = 0 |
| static int | MYDEBUG2 = 0 |
| vtkStandardNewMacro | ( | VISU_GaussPtsAct | ) |
| void ChangeZoom | ( | VISU_PickingSettings * | thePickingSettings, |
| vtkRenderer * | theRenderer, | ||
| vtkIdType | theInitialHasIndex, | ||
| vtkIdType | theCurrentHasIndex | ||
| ) |
References VISU_Example_02.aScale.
| vtkStandardNewMacro | ( | VISU_GaussPtsAct1 | ) |
| vtkStandardNewMacro | ( | VISU_GaussPtsAct2 | ) |
int MYDEBUG = 0 [static] |
int MYDEBUG1 = 0 [static] |
int MYDEBUG2 = 0 [static] |