0031668: Visualization - WebGL sample doesn't work on Emscripten 1.39
[occt.git] / src / V3d / V3d_View.hxx
CommitLineData
42cf5bc1 1// Created on: 1992-01-15
2// Created by: GG
3// Copyright (c) 1992-1999 Matra Datavision
4// Copyright (c) 1999-2014 OPEN CASCADE SAS
5//
6// This file is part of Open CASCADE Technology software library.
7//
8// This library is free software; you can redistribute it and/or modify it under
9// the terms of the GNU Lesser General Public License version 2.1 as published
10// by the Free Software Foundation, with special exception defined in the file
11// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12// distribution for complete text of the license and disclaimer of any warranty.
13//
14// Alternatively, this file may be used under the terms of Open CASCADE
15// commercial license or contractual agreement.
16
17#ifndef _V3d_View_HeaderFile
18#define _V3d_View_HeaderFile
19
c357e426 20#include <Aspect_Background.hxx>
21#include <Aspect_FillMethod.hxx>
22#include <Aspect_GradientBackground.hxx>
23#include <Aspect_GradientFillMethod.hxx>
c357e426 24#include <Aspect_Handle.hxx>
c357e426 25#include <Aspect_RenderingContext.hxx>
26#include <Aspect_TypeOfTriedronPosition.hxx>
42cf5bc1 27
c357e426 28#include <Bnd_Box.hxx>
29
30#include <gp_Ax3.hxx>
42cf5bc1 31#include <gp_Dir.hxx>
32#include <gp_Pnt.hxx>
c357e426 33
34#include <Graphic3d_BufferType.hxx>
42cf5bc1 35#include <Graphic3d_Camera.hxx>
c357e426 36#include <Graphic3d_ClipPlane.hxx>
37#include <Graphic3d_CView.hxx>
38#include <Graphic3d_GraduatedTrihedron.hxx>
39#include <Graphic3d_RenderingParams.hxx>
40#include <Graphic3d_SequenceOfHClipPlane.hxx>
dc89236f 41#include <Graphic3d_TypeOfShadingModel.hxx>
42cf5bc1 42#include <Graphic3d_Vertex.hxx>
c357e426 43
44#include <Image_PixMap.hxx>
45
25e59720 46#include <Standard_Transient.hxx>
c357e426 47
c357e426 48#include <Quantity_TypeOfColor.hxx>
49
50#include <Standard.hxx>
51#include <Standard_Address.hxx>
52#include <Standard_Boolean.hxx>
42cf5bc1 53#include <Standard_CString.hxx>
c357e426 54#include <Standard_Integer.hxx>
55#include <Standard_Real.hxx>
56#include <Standard_Type.hxx>
57
58#include <TColStd_Array2OfReal.hxx>
59#include <TColStd_ListIteratorOfListOfTransient.hxx>
60
3bffef55 61#include <V3d_ImageDumpOptions.hxx>
caf231b0 62#include <V3d_Trihedron.hxx>
c357e426 63#include <V3d_TypeOfAxe.hxx>
64
65#include <V3d_TypeOfBackfacingModel.hxx>
66#include <V3d_TypeOfOrientation.hxx>
c357e426 67#include <V3d_TypeOfView.hxx>
42cf5bc1 68#include <V3d_TypeOfVisualization.hxx>
c357e426 69#include <V3d_Viewer.hxx>
70#include <V3d_ViewerPointer.hxx>
71
42cf5bc1 72class Aspect_Grid;
c357e426 73class Aspect_Window;
42cf5bc1 74class Graphic3d_Group;
c357e426 75class Graphic3d_Structure;
42cf5bc1 76class Graphic3d_TextureEnv;
c357e426 77class Standard_MultiplyDefined;
78class Standard_TypeMismatch;
79class V3d_BadValue;
c357e426 80class V3d_UnMapped;
42cf5bc1 81
82class V3d_View;
25e59720 83DEFINE_STANDARD_HANDLE(V3d_View, Standard_Transient)
42cf5bc1 84
85//! Defines the application object VIEW for the
86//! VIEWER application.
87//! The methods of this class allow the editing
88//! and inquiring the parameters linked to the view.
42cf5bc1 89//! Provides a set of services common to all types of view.
90//! Warning: The default parameters are defined by the class
91//! Viewer (Example : SetDefaultViewSize()).
92//! Certain methods are mouse oriented, and it is
93//! necessary to know the difference between the start and
94//! the continuation of this gesture in putting the method
95//! into operation.
96//! Example : Shifting the eye-view along the screen axes.
97//!
98//! View->Move(10.,20.,0.,True) (Starting motion)
99//! View->Move(15.,-5.,0.,False) (Next motion)
25e59720 100class V3d_View : public Standard_Transient
42cf5bc1 101{
102
103public:
104
42cf5bc1 105 //! Initializes the view.
c357e426 106 Standard_EXPORT V3d_View (const Handle(V3d_Viewer)& theViewer, const V3d_TypeOfView theType = V3d_ORTHOGRAPHIC);
107
42cf5bc1 108 //! Initializes the view by copying.
c357e426 109 Standard_EXPORT V3d_View (const Handle(V3d_Viewer)& theViewer, const Handle(V3d_View)& theView);
110
111 //! Default destructor.
112 Standard_EXPORT virtual ~V3d_View();
113
42cf5bc1 114 //! Activates the view in the specified Window
115 //! If <aContext> is not NULL the graphic context is used
116 //! to draw something in this view.
117 //! Otherwise an internal graphic context is created.
42cf5bc1 118 //! Warning: The view is centered and resized to preserve
119 //! the height/width ratio of the window.
c357e426 120 Standard_EXPORT void SetWindow (const Handle(Aspect_Window)& theWindow,
a521d90d 121 const Aspect_RenderingContext theContext = NULL);
c357e426 122
123 Standard_EXPORT void SetMagnify (const Handle(Aspect_Window)& theWindow,
124 const Handle(V3d_View)& thePreviousView,
125 const Standard_Integer theX1,
126 const Standard_Integer theY1,
127 const Standard_Integer theX2,
128 const Standard_Integer theY2);
129
42cf5bc1 130 //! Destroys the view.
131 Standard_EXPORT void Remove() const;
c357e426 132
42cf5bc1 133 //! Deprecated, Redraw() should be used instead.
134 Standard_EXPORT void Update() const;
c357e426 135
42cf5bc1 136 //! Redisplays the view even if there has not
137 //! been any modification.
138 //! Must be called if the view is shown.
139 //! (Ex: DeIconification ) .
10dbdf34 140 Standard_EXPORT virtual void Redraw() const;
c357e426 141
42cf5bc1 142 //! Updates layer of immediate presentations.
10dbdf34 143 Standard_EXPORT virtual void RedrawImmediate() const;
c357e426 144
42cf5bc1 145 //! Invalidates view content but does not redraw it.
146 Standard_EXPORT void Invalidate() const;
62e1beed 147
148 //! Returns true if cached view content has been invalidated.
149 Standard_EXPORT Standard_Boolean IsInvalidated() const;
150
49582f9d 151 //! Returns true if immediate layer content has been invalidated.
152 Standard_Boolean IsInvalidatedImmediate() const { return myIsInvalidatedImmediate; }
153
154 //! Invalidates view content within immediate layer but does not redraw it.
155 void InvalidateImmediate() { myIsInvalidatedImmediate = Standard_True; }
156
42cf5bc1 157 //! Must be called when the window supporting the
158 //! view changes size.
159 //! if the view is not mapped on a window.
160 //! Warning: The view is centered and resized to preserve
161 //! the height/width ratio of the window.
162 Standard_EXPORT void MustBeResized();
c357e426 163
42cf5bc1 164 //! Must be called when the window supporting the
165 //! view is mapped or unmapped.
166 Standard_EXPORT void DoMapping();
c357e426 167
42cf5bc1 168 //! Returns the status of the view regarding
169 //! the displayed structures inside
170 //! Returns True is The View is empty
171 Standard_EXPORT Standard_Boolean IsEmpty() const;
c357e426 172
761d8807 173 //! Updates the lights of the view.
42cf5bc1 174 Standard_EXPORT void UpdateLights() const;
c357e426 175
176 //! Sets the automatic z-fit mode and its parameters.
177 //! The auto z-fit has extra parameters which can controlled from application level
178 //! to ensure that the size of viewing volume will be sufficiently large to cover
179 //! the depth of unmanaged objects, for example, transformation persistent ones.
180 //! @param theScaleFactor [in] the scale factor for Z-range.
181 //! The range between Z-min, Z-max projection volume planes
182 //! evaluated by z fitting method will be scaled using this coefficient.
183 //! Program error exception is thrown if negative or zero value
184 //! is passed.
185 Standard_EXPORT void SetAutoZFitMode (const Standard_Boolean theIsOn, const Standard_Real theScaleFactor = 1.0);
186
187 //! returns TRUE if automatic z-fit mode is turned on.
1ec17fb4 188 Standard_Boolean AutoZFitMode() const { return myAutoZFitIsOn; }
c357e426 189
190 //! returns scale factor parameter of automatic z-fit mode.
1ec17fb4 191 Standard_Real AutoZFitScaleFactor() const { return myAutoZFitScaleFactor; }
c357e426 192
42cf5bc1 193 //! If automatic z-range fitting is turned on, adjusts Z-min and Z-max
194 //! projection volume planes with call to ZFitAll.
c357e426 195 Standard_EXPORT void AutoZFit() const;
196
42cf5bc1 197 //! Change Z-min and Z-max planes of projection volume to match the
198 //! displayed objects.
c357e426 199 Standard_EXPORT void ZFitAll (const Standard_Real theScaleFactor = 1.0) const;
200
201 //! Defines the background color of the view by the color definition type and the three corresponding values.
202 Standard_EXPORT void SetBackgroundColor (const Quantity_TypeOfColor theType,
ee2be2a8 203 const Standard_Real theV1,
204 const Standard_Real theV2,
205 const Standard_Real theV3);
c357e426 206
207 //! Defines the background color of the view.
208 Standard_EXPORT void SetBackgroundColor (const Quantity_Color& theColor);
209
c357e426 210 //! Defines the gradient background colors of the view by supplying the colors
211 //! and the fill method (horizontal by default).
212 Standard_EXPORT void SetBgGradientColors (const Quantity_Color& theColor1,
213 const Quantity_Color& theColor2,
214 const Aspect_GradientFillMethod theFillStyle = Aspect_GFM_HOR,
215 const Standard_Boolean theToUpdate = Standard_False);
216
c357e426 217 //! Defines the gradient background fill method of the view.
218 Standard_EXPORT void SetBgGradientStyle (const Aspect_GradientFillMethod theMethod = Aspect_GFM_HOR,
219 const Standard_Boolean theToUpdate = Standard_False);
220
221 //! Defines the background texture of the view by supplying the texture image file name
222 //! and fill method (centered by default).
223 Standard_EXPORT void SetBackgroundImage (const Standard_CString theFileName,
224 const Aspect_FillMethod theFillStyle = Aspect_FM_CENTERED,
225 const Standard_Boolean theToUpdate = Standard_False);
226
227 //! Defines the textured background fill method of the view.
228 Standard_EXPORT void SetBgImageStyle (const Aspect_FillMethod theFillStyle,
229 const Standard_Boolean theToUpdate = Standard_False);
230
67312b79 231 //! Sets environment cubemap as background.
232 //! @param theCubeMap cubemap source to be set as background
233 //! @param theToUpdatePBREnv defines whether IBL maps will be generated or not (see 'GeneratePBREnvironment')
077a220c 234 Standard_EXPORT void SetBackgroundCubeMap (const Handle(Graphic3d_CubeMap)& theCubeMap,
67312b79 235 Standard_Boolean theToUpdatePBREnv = Standard_True,
077a220c 236 Standard_Boolean theToUpdate = Standard_False);
237
67312b79 238 //! Generates PBR specular probe and irradiance map
239 //! in order to provide environment indirect illumination in PBR shading model (Image Based Lighting).
240 //! The source of environment data is background cubemap.
241 //! If PBR is unavailable it does nothing.
242 //! If PBR is available but there is no cubemap being set to background it clears all IBL maps (see 'ClearPBREnvironment').
243 Standard_EXPORT void GeneratePBREnvironment (Standard_Boolean theToUpdate = Standard_False);
244
245 //! Fills PBR specular probe and irradiance map with white color.
246 //! So that environment indirect illumination will be constant and will be fully controlled by ambient light sources.
247 //! If PBR is unavailable it does nothing.
248 Standard_EXPORT void ClearPBREnvironment (Standard_Boolean theToUpdate = Standard_False);
249
42cf5bc1 250 //! Definition of an axis from its origin and
251 //! its orientation .
252 //! This will be the current axis for rotations and movements.
253 //! Warning! raises BadValue from V3d if the vector normal is NULL. .
ee2be2a8 254 Standard_EXPORT void SetAxis (const Standard_Real X, const Standard_Real Y, const Standard_Real Z,
255 const Standard_Real Vx, const Standard_Real Vy, const Standard_Real Vz);
c357e426 256
257 //! Defines the shading model for the visualization. Various models are available.
dc89236f 258 Standard_EXPORT void SetShadingModel (const Graphic3d_TypeOfShadingModel theShadingModel);
c357e426 259
c357e426 260 //! Sets the environment texture to use. No environment texture by default.
261 Standard_EXPORT void SetTextureEnv (const Handle(Graphic3d_TextureEnv)& theTexture);
262
263 //! Defines the visualization type in the view.
264 Standard_EXPORT void SetVisualization (const V3d_TypeOfVisualization theType);
265
c357e426 266 //! Activates theLight in the view.
267 Standard_EXPORT void SetLightOn (const Handle(V3d_Light)& theLight);
268
42cf5bc1 269 //! Activates all the lights defined in this view.
270 Standard_EXPORT void SetLightOn();
c357e426 271
272 //! Deactivate theLight in this view.
273 Standard_EXPORT void SetLightOff (const Handle(V3d_Light)& theLight);
274
42cf5bc1 275 //! Deactivate all the Lights defined in this view.
276 Standard_EXPORT void SetLightOff();
c357e426 277
42cf5bc1 278 //! Returns TRUE when the light is active in this view.
c357e426 279 Standard_EXPORT Standard_Boolean IsActiveLight (const Handle(V3d_Light)& theLight) const;
280
42cf5bc1 281 //! sets the immediate update mode and returns the previous one.
282 Standard_EXPORT Standard_Boolean SetImmediateUpdate (const Standard_Boolean theImmediateUpdate);
c357e426 283
42cf5bc1 284 //! Customization of the ZBUFFER Triedron.
285 //! XColor,YColor,ZColor - colors of axis
c357e426 286 //! SizeRatio - ratio of decreasing of the trihedron size when its physical
42cf5bc1 287 //! position comes out of the view
288 //! AxisDiametr - diameter relatively to axis length
c357e426 289 //! NbFacettes - number of facets of cylinders and cones
87432b82 290 Standard_EXPORT void ZBufferTriedronSetup (const Quantity_Color& theXColor = Quantity_NOC_RED,
291 const Quantity_Color& theYColor = Quantity_NOC_GREEN,
292 const Quantity_Color& theZColor = Quantity_NOC_BLUE1,
c357e426 293 const Standard_Real theSizeRatio = 0.8,
294 const Standard_Real theAxisDiametr = 0.05,
295 const Standard_Integer theNbFacettes = 12);
296
42cf5bc1 297 //! Display of the Triedron.
298 //! Initialize position, color and length of Triedron axes.
299 //! The scale is a percent of the window width.
c357e426 300 Standard_EXPORT void TriedronDisplay (const Aspect_TypeOfTriedronPosition thePosition = Aspect_TOTP_CENTER,
87432b82 301 const Quantity_Color& theColor = Quantity_NOC_WHITE,
c357e426 302 const Standard_Real theScale = 0.02,
303 const V3d_TypeOfVisualization theMode = V3d_WIREFRAME);
304
42cf5bc1 305 //! Erases the Triedron.
306 Standard_EXPORT void TriedronErase();
c357e426 307
42cf5bc1 308 //! Returns data of a graduated trihedron.
309 Standard_EXPORT const Graphic3d_GraduatedTrihedron& GetGraduatedTrihedron() const;
c357e426 310
42cf5bc1 311 //! Displays a graduated trihedron.
c357e426 312 Standard_EXPORT void GraduatedTrihedronDisplay (const Graphic3d_GraduatedTrihedron& theTrihedronData);
313
42cf5bc1 314 //! Erases a graduated trihedron from the view.
315 Standard_EXPORT void GraduatedTrihedronErase();
c357e426 316
42cf5bc1 317 //! modify the Projection of the view perpendicularly to
318 //! the privileged plane of the viewer.
319 Standard_EXPORT void SetFront();
c357e426 320
42cf5bc1 321 //! Rotates the eye about the coordinate system of
322 //! reference of the screen
323 //! for which the origin is the view point of the projection,
324 //! with a relative angular value in RADIANS with respect to
325 //! the initial position expressed by Start = Standard_True
326 //! Warning! raises BadValue from V3d
327 //! If the eye, the view point, or the high point are
328 //! aligned or confused.
ee2be2a8 329 Standard_EXPORT void Rotate (const Standard_Real Ax, const Standard_Real Ay, const Standard_Real Az, const Standard_Boolean Start = Standard_True);
c357e426 330
42cf5bc1 331 //! Rotates the eye about the coordinate system of
332 //! reference of the screen
333 //! for which the origin is Gravity point {X,Y,Z},
334 //! with a relative angular value in RADIANS with respect to
335 //! the initial position expressed by Start = Standard_True
336 //! If the eye, the view point, or the high point are
337 //! aligned or confused.
ee2be2a8 338 Standard_EXPORT void Rotate (const Standard_Real Ax, const Standard_Real Ay, const Standard_Real Az,
339 const Standard_Real X, const Standard_Real Y, const Standard_Real Z,
340 const Standard_Boolean Start = Standard_True);
c357e426 341
42cf5bc1 342 //! Rotates the eye about one of the coordinate axes of
343 //! of the view for which the origin is the Gravity point{X,Y,Z}
344 //! with an relative angular value in RADIANS with
345 //! respect to the initial position expressed by
346 //! Start = Standard_True
ee2be2a8 347 Standard_EXPORT void Rotate (const V3d_TypeOfAxe Axe,
348 const Standard_Real Angle,
349 const Standard_Real X, const Standard_Real Y, const Standard_Real Z,
350 const Standard_Boolean Start = Standard_True);
c357e426 351
42cf5bc1 352 //! Rotates the eye about one of the coordinate axes of
353 //! of the view for which the origin is the view point of the
354 //! projection with an relative angular value in RADIANS with
355 //! respect to the initial position expressed by
356 //! Start = Standard_True
ee2be2a8 357 Standard_EXPORT void Rotate (const V3d_TypeOfAxe Axe, const Standard_Real Angle, const Standard_Boolean Start = Standard_True);
c357e426 358
42cf5bc1 359 //! Rotates the eye around the current axis a relative
360 //! angular value in RADIANS with respect to the initial
361 //! position expressed by Start = Standard_True
ee2be2a8 362 Standard_EXPORT void Rotate (const Standard_Real Angle, const Standard_Boolean Start = Standard_True);
c357e426 363
42cf5bc1 364 //! Movement of the eye parallel to the coordinate system
365 //! of reference of the screen a distance relative to the
366 //! initial position expressed by Start = Standard_True.
ee2be2a8 367 Standard_EXPORT void Move (const Standard_Real Dx, const Standard_Real Dy, const Standard_Real Dz, const Standard_Boolean Start = Standard_True);
c357e426 368
42cf5bc1 369 //! Movement of the eye parallel to one of the axes of the
370 //! coordinate system of reference of the view a distance
371 //! relative to the initial position expressed by
372 //! Start = Standard_True.
ee2be2a8 373 Standard_EXPORT void Move (const V3d_TypeOfAxe Axe, const Standard_Real Length, const Standard_Boolean Start = Standard_True);
c357e426 374
42cf5bc1 375 //! Movement of the eye parllel to the current axis
376 //! a distance relative to the initial position
377 //! expressed by Start = Standard_True
ee2be2a8 378 Standard_EXPORT void Move (const Standard_Real Length, const Standard_Boolean Start = Standard_True);
c357e426 379
42cf5bc1 380 //! Movement of the ye and the view point parallel to the
381 //! frame of reference of the screen a distance relative
382 //! to the initial position expressed by
383 //! Start = Standard_True
ee2be2a8 384 Standard_EXPORT void Translate (const Standard_Real Dx, const Standard_Real Dy, const Standard_Real Dz, const Standard_Boolean Start = Standard_True);
c357e426 385
42cf5bc1 386 //! Movement of the eye and the view point parallel to one
387 //! of the axes of the fame of reference of the view a
388 //! distance relative to the initial position
389 //! expressed by Start = Standard_True
ee2be2a8 390 Standard_EXPORT void Translate (const V3d_TypeOfAxe Axe, const Standard_Real Length, const Standard_Boolean Start = Standard_True);
c357e426 391
42cf5bc1 392 //! Movement of the eye and view point parallel to
393 //! the current axis a distance relative to the initial
394 //! position expressed by Start = Standard_True
ee2be2a8 395 Standard_EXPORT void Translate (const Standard_Real Length, const Standard_Boolean Start = Standard_True);
c357e426 396
42cf5bc1 397 //! places the point of the view corresponding
398 //! at the pixel position x,y at the center of the window
399 //! and updates the view.
ee2be2a8 400 Standard_EXPORT void Place (const Standard_Integer theXp, const Standard_Integer theYp, const Standard_Real theZoomFactor = 1);
c357e426 401
42cf5bc1 402 //! Rotation of the view point around the frame of reference
403 //! of the screen for which the origin is the eye of the
404 //! projection with a relative angular value in RADIANS
405 //! with respect to the initial position expressed by
406 //! Start = Standard_True
ee2be2a8 407 Standard_EXPORT void Turn (const Standard_Real Ax, const Standard_Real Ay, const Standard_Real Az, const Standard_Boolean Start = Standard_True);
c357e426 408
42cf5bc1 409 //! Rotation of the view point around one of the axes of the
410 //! frame of reference of the view for which the origin is
411 //! the eye of the projection with an angular value in
412 //! RADIANS relative to the initial position expressed by
413 //! Start = Standard_True
ee2be2a8 414 Standard_EXPORT void Turn (const V3d_TypeOfAxe Axe, const Standard_Real Angle, const Standard_Boolean Start = Standard_True);
c357e426 415
42cf5bc1 416 //! Rotation of the view point around the current axis an
417 //! angular value in RADIANS relative to the initial
418 //! position expressed by Start = Standard_True
ee2be2a8 419 Standard_EXPORT void Turn (const Standard_Real Angle, const Standard_Boolean Start = Standard_True);
c357e426 420
42cf5bc1 421 //! Defines the angular position of the high point of
422 //! the reference frame of the view with respect to the
423 //! Y screen axis with an absolute angular value in
424 //! RADIANS.
ee2be2a8 425 Standard_EXPORT void SetTwist (const Standard_Real Angle);
c357e426 426
42cf5bc1 427 //! Defines the position of the eye..
ee2be2a8 428 Standard_EXPORT void SetEye (const Standard_Real X, const Standard_Real Y, const Standard_Real Z);
c357e426 429
42cf5bc1 430 //! Defines the Depth of the eye from the view point
431 //! without update the projection .
ee2be2a8 432 Standard_EXPORT void SetDepth (const Standard_Real Depth);
c357e426 433
42cf5bc1 434 //! Defines the orientation of the projection.
ee2be2a8 435 Standard_EXPORT void SetProj (const Standard_Real Vx, const Standard_Real Vy, const Standard_Real Vz);
c357e426 436
42cf5bc1 437 //! Defines the orientation of the projection .
fc552d84 438 //! @param theOrientation camera direction
439 //! @param theIsYup flag indicating Y-up (TRUE) or Z-up (FALSE) convention
440 Standard_EXPORT void SetProj (const V3d_TypeOfOrientation theOrientation,
441 const Standard_Boolean theIsYup = Standard_False);
c357e426 442
42cf5bc1 443 //! Defines the position of the view point.
ee2be2a8 444 Standard_EXPORT void SetAt (const Standard_Real X, const Standard_Real Y, const Standard_Real Z);
c357e426 445
42cf5bc1 446 //! Defines the orientation of the high point.
ee2be2a8 447 Standard_EXPORT void SetUp (const Standard_Real Vx, const Standard_Real Vy, const Standard_Real Vz);
c357e426 448
42cf5bc1 449 //! Defines the orientation(SO) of the high point.
450 Standard_EXPORT void SetUp (const V3d_TypeOfOrientation Orientation);
c357e426 451
42cf5bc1 452 //! Saves the current state of the orientation of the view
453 //! which will be the return state at ResetViewOrientation.
454 Standard_EXPORT void SetViewOrientationDefault();
c357e426 455
42cf5bc1 456 //! Resets the orientation of the view.
457 //! Updates the view
458 Standard_EXPORT void ResetViewOrientation();
c357e426 459
42cf5bc1 460 //! Translates the center of the view along "x" and "y" axes of
461 //! view projection. Can be used to perform interactive panning operation.
462 //! In that case the DXv, DXy parameters specify panning relative to the
463 //! point where the operation is started.
464 //! @param theDXv [in] the relative panning on "x" axis of view projection, in view space coordinates.
465 //! @param theDYv [in] the relative panning on "y" axis of view projection, in view space coordinates.
466 //! @param theZoomFactor [in] the zooming factor.
467 //! @param theToStart [in] pass TRUE when starting panning to remember view
468 //! state prior to panning for relative arguments. If panning is started,
469 //! passing {0, 0} for {theDXv, theDYv} will return view to initial state.
470 //! Performs update of view.
ee2be2a8 471 Standard_EXPORT void Panning (const Standard_Real theDXv, const Standard_Real theDYv, const Standard_Real theZoomFactor = 1, const Standard_Boolean theToStart = Standard_True);
c357e426 472
42cf5bc1 473 //! Relocates center of screen to the point, determined by
474 //! {Xp, Yp} pixel coordinates relative to the bottom-left corner of
475 //! screen. To calculate pixel coordinates for any point from world
476 //! coordinate space, it can be projected using "Project".
477 //! @param theXp [in] the x coordinate.
478 //! @param theYp [in] the y coordinate.
479 Standard_EXPORT void SetCenter (const Standard_Integer theXp, const Standard_Integer theYp);
c357e426 480
42cf5bc1 481 //! Defines the view projection size in its maximum dimension,
482 //! keeping the inital height/width ratio unchanged.
ee2be2a8 483 Standard_EXPORT void SetSize (const Standard_Real theSize);
c357e426 484
42cf5bc1 485 //! Defines the Depth size of the view
486 //! Front Plane will be set to Size/2.
487 //! Back Plane will be set to -Size/2.
488 //! Any Object located Above the Front Plane or
489 //! behind the Back Plane will be Clipped .
490 //! NOTE than the XY Size of the View is NOT modified .
ee2be2a8 491 Standard_EXPORT void SetZSize (const Standard_Real SetZSize);
c357e426 492
42cf5bc1 493 //! Zooms the view by a factor relative to the initial
494 //! value expressed by Start = Standard_True
495 //! Updates the view.
ee2be2a8 496 Standard_EXPORT void SetZoom (const Standard_Real Coef, const Standard_Boolean Start = Standard_True);
c357e426 497
42cf5bc1 498 //! Zooms the view by a factor relative to the value
499 //! initialised by SetViewMappingDefault().
500 //! Updates the view.
ee2be2a8 501 Standard_EXPORT void SetScale (const Standard_Real Coef);
c357e426 502
42cf5bc1 503 //! Sets anisotropic (axial) scale factors <Sx>, <Sy>, <Sz> for view <me>.
504 //! Anisotropic scaling operation is performed through multiplying
505 //! the current view orientation matrix by a scaling matrix:
506 //! || Sx 0 0 0 ||
507 //! || 0 Sy 0 0 ||
508 //! || 0 0 Sz 0 ||
509 //! || 0 0 0 1 ||
510 //! Updates the view.
511 Standard_EXPORT void SetAxialScale (const Standard_Real Sx, const Standard_Real Sy, const Standard_Real Sz);
c357e426 512
42cf5bc1 513 //! Adjust view parameters to fit the displayed scene, respecting height / width ratio.
514 //! The Z clipping range (depth range) is fitted if AutoZFit flag is TRUE.
515 //! Throws program error exception if margin coefficient is < 0 or >= 1.
516 //! Updates the view.
517 //! @param theMargin [in] the margin coefficient for view borders.
518 //! @param theToUpdate [in] flag to perform view update.
ee2be2a8 519 Standard_EXPORT void FitAll (const Standard_Real theMargin = 0.01, const Standard_Boolean theToUpdate = Standard_True);
c357e426 520
42cf5bc1 521 //! Adjust view parameters to fit the displayed scene, respecting height / width ratio
522 //! according to the custom bounding box given.
523 //! Throws program error exception if margin coefficient is < 0 or >= 1.
524 //! Updates the view.
525 //! @param theBox [in] the custom bounding box to fit.
526 //! @param theMargin [in] the margin coefficient for view borders.
527 //! @param theToUpdate [in] flag to perform view update.
ee2be2a8 528 Standard_EXPORT void FitAll (const Bnd_Box& theBox, const Standard_Real theMargin = 0.01, const Standard_Boolean theToUpdate = Standard_True);
c357e426 529
42cf5bc1 530 //! Adjusts the viewing volume so as not to clip the displayed objects by front and back
531 //! and back clipping planes. Also sets depth value automatically depending on the
532 //! calculated Z size and Aspect parameter.
533 //! NOTE than the original XY size of the view is NOT modified .
ee2be2a8 534 Standard_EXPORT void DepthFitAll (const Standard_Real Aspect = 0.01, const Standard_Real Margin = 0.01);
c357e426 535
42cf5bc1 536 //! Centers the defined projection window so that it occupies
537 //! the maximum space while respecting the initial
538 //! height/width ratio.
539 //! NOTE than the original Z size of the view is NOT modified .
540 Standard_EXPORT void FitAll (const Standard_Real theMinXv, const Standard_Real theMinYv, const Standard_Real theMaxXv, const Standard_Real theMaxYv);
c357e426 541
42cf5bc1 542 //! Centers the defined PIXEL window so that it occupies
543 //! the maximum space while respecting the initial height/width ratio.
544 //! NOTE than the original Z size of the view is NOT modified.
545 //! @param theMinXp [in] pixel coordinates of minimal corner on x screen axis.
546 //! @param theMinYp [in] pixel coordinates of minimal corner on y screen axis.
547 //! @param theMaxXp [in] pixel coordinates of maximal corner on x screen axis.
548 //! @param theMaxYp [in] pixel coordinates of maximal corner on y screen axis.
549 Standard_EXPORT void WindowFit (const Standard_Integer theMinXp, const Standard_Integer theMinYp, const Standard_Integer theMaxXp, const Standard_Integer theMaxYp);
c357e426 550
42cf5bc1 551 //! Saves the current view mapping. This will be the
552 //! state returned from ResetViewmapping.
553 Standard_EXPORT void SetViewMappingDefault();
c357e426 554
42cf5bc1 555 //! Resets the centering of the view.
556 //! Updates the view
557 Standard_EXPORT void ResetViewMapping();
c357e426 558
559 //! Resets the centering and the orientation of the view.
560 Standard_EXPORT void Reset (const Standard_Boolean theToUpdate = Standard_True);
561
42cf5bc1 562 //! Converts the PIXEL value
563 //! to a value in the projection plane.
ee2be2a8 564 Standard_EXPORT Standard_Real Convert (const Standard_Integer Vp) const;
c357e426 565
42cf5bc1 566 //! Converts the point PIXEL into a point projected
567 //! in the reference frame of the projection plane.
ee2be2a8 568 Standard_EXPORT void Convert (const Standard_Integer Xp, const Standard_Integer Yp,
569 Standard_Real& Xv, Standard_Real& Yv) const;
c357e426 570
42cf5bc1 571 //! Converts tha value of the projection plane into
572 //! a PIXEL value.
ee2be2a8 573 Standard_EXPORT Standard_Integer Convert (const Standard_Real Vv) const;
c357e426 574
42cf5bc1 575 //! Converts the point defined in the reference frame
576 //! of the projection plane into a point PIXEL.
ee2be2a8 577 Standard_EXPORT void Convert (const Standard_Real Xv, const Standard_Real Yv,
578 Standard_Integer& Xp, Standard_Integer& Yp) const;
c357e426 579
42cf5bc1 580 //! Converts the projected point into a point
581 //! in the reference frame of the view corresponding
582 //! to the intersection with the projection plane
583 //! of the eye/view point vector.
ee2be2a8 584 Standard_EXPORT void Convert (const Standard_Integer Xp, const Standard_Integer Yp,
585 Standard_Real& X, Standard_Real& Y, Standard_Real& Z) const;
c357e426 586
42cf5bc1 587 //! Converts the projected point into a point
588 //! in the reference frame of the view corresponding
589 //! to the intersection with the projection plane
590 //! of the eye/view point vector and returns the
591 //! projection ray for further computations.
ee2be2a8 592 Standard_EXPORT void ConvertWithProj (const Standard_Integer Xp, const Standard_Integer Yp,
593 Standard_Real& X, Standard_Real& Y, Standard_Real& Z,
594 Standard_Real& Vx, Standard_Real& Vy, Standard_Real& Vz) const;
c357e426 595
42cf5bc1 596 //! Converts the projected point into the nearest grid point
597 //! in the reference frame of the view corresponding
598 //! to the intersection with the projection plane
599 //! of the eye/view point vector and display the grid marker.
600 //! Warning: When the grid is not active the result is identical to the above Convert() method.
601 //! How to use:
602 //! 1) Enable the grid echo display
603 //! myViewer->SetGridEcho(Standard_True);
604 //! 2) When application receive a move event:
605 //! 2.1) Check if any object is detected
606 //! if( myInteractiveContext->MoveTo(x,y) == AIS_SOD_Nothing ) {
607 //! 2.2) Check if the grid is active
608 //! if( myViewer->Grid()->IsActive() ) {
609 //! 2.3) Display the grid echo and gets the grid point
610 //! myView->ConvertToGrid(x,y,X,Y,Z);
611 //! myView->Viewer()->ShowGridEcho (myView, Graphic3d_Vertex (X,Y,Z));
612 //! myView->RedrawImmediate();
613 //! 2.4) Else this is the standard case
614 //! } else myView->Convert(x,y,X,Y,Z);
ee2be2a8 615 Standard_EXPORT void ConvertToGrid (const Standard_Integer Xp, const Standard_Integer Yp,
616 Standard_Real& Xg, Standard_Real& Yg, Standard_Real& Zg) const;
c357e426 617
42cf5bc1 618 //! Converts the point into the nearest grid point
619 //! and display the grid marker.
ee2be2a8 620 Standard_EXPORT void ConvertToGrid (const Standard_Real X, const Standard_Real Y, const Standard_Real Z,
621 Standard_Real& Xg, Standard_Real& Yg, Standard_Real& Zg) const;
c357e426 622
42cf5bc1 623 //! Projects the point defined in the reference frame of
624 //! the view into the projected point in the associated window.
ee2be2a8 625 Standard_EXPORT void Convert (const Standard_Real X, const Standard_Real Y, const Standard_Real Z,
626 Standard_Integer& Xp, Standard_Integer& Yp) const;
c357e426 627
42cf5bc1 628 //! Converts the point defined in the user space of
c357e426 629 //! the view to the projection plane at the depth
630 //! relative to theZ.
631 Standard_EXPORT void Project (const Standard_Real theX,
632 const Standard_Real theY,
633 const Standard_Real theZ,
634 Standard_Real& theXp,
635 Standard_Real& theYp) const;
636
637 //! Converts the point defined in the user space of
638 //! the view to the projection plane at the depth
639 //! relative to theZ.
640 Standard_EXPORT void Project (const Standard_Real theX,
641 const Standard_Real theY,
642 const Standard_Real theZ,
643 Standard_Real& theXp,
644 Standard_Real& theYp,
645 Standard_Real& theZp) const;
646
42cf5bc1 647 //! Returns the Background color values of the view
648 //! depending of the color Type.
ee2be2a8 649 Standard_EXPORT void BackgroundColor (const Quantity_TypeOfColor Type, Standard_Real& V1, Standard_Real& V2, Standard_Real& V3) const;
c357e426 650
42cf5bc1 651 //! Returns the Background color object of the view.
652 Standard_EXPORT Quantity_Color BackgroundColor() const;
c357e426 653
654 //! Returns the gradient background colors of the view.
655 Standard_EXPORT void GradientBackgroundColors (Quantity_Color& theColor1, Quantity_Color& theColor2) const;
656
42cf5bc1 657 //! Returns the gradient background of the view.
658 Standard_EXPORT Aspect_GradientBackground GradientBackground() const;
c357e426 659
42cf5bc1 660 //! Returns the current value of the zoom expressed with
661 //! respect to SetViewMappingDefault().
ee2be2a8 662 Standard_EXPORT Standard_Real Scale() const;
c357e426 663
42cf5bc1 664 //! Returns the current values of the anisotropic (axial) scale factors.
665 Standard_EXPORT void AxialScale (Standard_Real& Sx, Standard_Real& Sy, Standard_Real& Sz) const;
c357e426 666
42cf5bc1 667 //! Returns the height and width of the view.
ee2be2a8 668 Standard_EXPORT void Size (Standard_Real& Width, Standard_Real& Height) const;
c357e426 669
42cf5bc1 670 //! Returns the Depth of the view .
671 Standard_EXPORT Standard_Real ZSize() const;
c357e426 672
42cf5bc1 673 //! Returns the position of the eye.
ee2be2a8 674 Standard_EXPORT void Eye (Standard_Real& X, Standard_Real& Y, Standard_Real& Z) const;
c357e426 675
1ec17fb4 676 //! Returns the position of point which emanating the projections.
677 void FocalReferencePoint (Standard_Real& X, Standard_Real& Y, Standard_Real& Z) const { Eye (X,Y,Z); }
c357e426 678
42cf5bc1 679 //! Returns the coordinate of the point (Xpix,Ypix)
680 //! in the view (XP,YP,ZP), and the projection vector of the
681 //! view passing by the point (for PerspectiveView).
ee2be2a8 682 Standard_EXPORT void ProjReferenceAxe (const Standard_Integer Xpix, const Standard_Integer Ypix,
683 Standard_Real& XP, Standard_Real& YP, Standard_Real& ZP,
684 Standard_Real& VX, Standard_Real& VY, Standard_Real& VZ) const;
c357e426 685
42cf5bc1 686 //! Returns the Distance between the Eye and View Point.
ee2be2a8 687 Standard_EXPORT Standard_Real Depth() const;
c357e426 688
42cf5bc1 689 //! Returns the projection vector.
ee2be2a8 690 Standard_EXPORT void Proj (Standard_Real& Vx, Standard_Real& Vy, Standard_Real& Vz) const;
c357e426 691
42cf5bc1 692 //! Returns the position of the view point.
ee2be2a8 693 Standard_EXPORT void At (Standard_Real& X, Standard_Real& Y, Standard_Real& Z) const;
c357e426 694
42cf5bc1 695 //! Returns the vector giving the position of the high point.
ee2be2a8 696 Standard_EXPORT void Up (Standard_Real& Vx, Standard_Real& Vy, Standard_Real& Vz) const;
c357e426 697
42cf5bc1 698 //! Returns in RADIANS the orientation of the view around
699 //! the visual axis measured from the Y axis of the screen.
ee2be2a8 700 Standard_EXPORT Standard_Real Twist() const;
c357e426 701
42cf5bc1 702 //! Returns the current shading model.
dc89236f 703 Standard_EXPORT Graphic3d_TypeOfShadingModel ShadingModel() const;
c357e426 704
42cf5bc1 705 Standard_EXPORT Handle(Graphic3d_TextureEnv) TextureEnv() const;
c357e426 706
42cf5bc1 707 //! Returns the current visualisation mode.
708 Standard_EXPORT V3d_TypeOfVisualization Visualization() const;
c357e426 709
f7fc0c03 710 //! Returns a list of active lights.
711 const V3d_ListOfLight& ActiveLights() const { return myActiveLights; }
c357e426 712
6a24c6de 713 //! Return iterator for defined lights.
714 V3d_ListOfLightIterator ActiveLightIterator() const { return V3d_ListOfLightIterator (myActiveLights); }
715
c357e426 716 //! Returns the MAX number of light associated to the view.
717 Standard_EXPORT Standard_Integer LightLimit() const;
718
42cf5bc1 719 //! Returns the viewer in which the view has been created.
1ec17fb4 720 Handle(V3d_Viewer) Viewer() const { return MyViewer; }
c357e426 721
42cf5bc1 722 //! Returns True if MyView is associated with a window .
723 Standard_EXPORT Standard_Boolean IfWindow() const;
c357e426 724
42cf5bc1 725 //! Returns the Aspect Window associated with the view.
1ec17fb4 726 const Handle(Aspect_Window)& Window() const { return MyWindow; }
c357e426 727
42cf5bc1 728 //! Returns the Type of the View
729 Standard_EXPORT V3d_TypeOfView Type() const;
c357e426 730
42cf5bc1 731 //! Translates the center of the view along "x" and "y" axes of
732 //! view projection. Can be used to perform interactive panning operation.
733 //! In that case the DXp, DXp parameters specify panning relative to the
734 //! point where the operation is started.
735 //! @param theDXp [in] the relative panning on "x" axis of view projection, in pixels.
736 //! @param theDYp [in] the relative panning on "y" axis of view projection, in pixels.
737 //! @param theZoomFactor [in] the zooming factor.
738 //! @param theToStart [in] pass TRUE when starting panning to remember view
739 //! state prior to panning for relative arguments. Passing 0 for relative
740 //! panning parameter should return view panning to initial state.
741 //! Performs update of view.
ee2be2a8 742 Standard_EXPORT void Pan (const Standard_Integer theDXp, const Standard_Integer theDYp, const Standard_Real theZoomFactor = 1, const Standard_Boolean theToStart = Standard_True);
c357e426 743
42cf5bc1 744 //! Zoom the view according to a zoom factor computed
745 //! from the distance between the 2 mouse position.
746 //! @param theXp1 [in] the x coordinate of first mouse position, in pixels.
747 //! @param theYp1 [in] the y coordinate of first mouse position, in pixels.
748 //! @param theXp2 [in] the x coordinate of second mouse position, in pixels.
749 //! @param theYp2 [in] the y coordinate of second mouse position, in pixels.
750 Standard_EXPORT void Zoom (const Standard_Integer theXp1, const Standard_Integer theYp1, const Standard_Integer theXp2, const Standard_Integer theYp2);
c357e426 751
42cf5bc1 752 //! Defines starting point for ZoomAtPoint view operation.
753 //! @param theXp [in] the x mouse coordinate, in pixels.
754 //! @param theYp [in] the y mouse coordinate, in pixels.
755 Standard_EXPORT void StartZoomAtPoint (const Standard_Integer theXp, const Standard_Integer theYp);
c357e426 756
42cf5bc1 757 //! Zooms the model at a pixel defined by the method StartZoomAtPoint().
758 Standard_EXPORT void ZoomAtPoint (const Standard_Integer theMouseStartX, const Standard_Integer theMouseStartY, const Standard_Integer theMouseEndX, const Standard_Integer theMouseEndY);
c357e426 759
42cf5bc1 760 //! Performs anisotropic scaling of <me> view along the given <Axis>.
761 //! The scale factor is calculated on a basis of
762 //! the mouse pointer displacement <Dx,Dy>.
763 //! The calculated scale factor is then passed to SetAxialScale(Sx, Sy, Sz) method.
764 Standard_EXPORT void AxialScale (const Standard_Integer Dx, const Standard_Integer Dy, const V3d_TypeOfAxe Axis);
c357e426 765
42cf5bc1 766 //! Begin the rotation of the view around the screen axis
767 //! according to the mouse position <X,Y>.
768 //! Warning: Enable rotation around the Z screen axis when <zRotationThreshold>
769 //! factor is > 0 soon the distance from the start point and the center
770 //! of the view is > (medium viewSize * <zRotationThreshold> ).
771 //! Generally a value of 0.4 is usable to rotate around XY screen axis
772 //! inside the circular threshold area and to rotate around Z screen axis
773 //! outside this area.
ee2be2a8 774 Standard_EXPORT void StartRotation (const Standard_Integer X, const Standard_Integer Y, const Standard_Real zRotationThreshold = 0.0);
c357e426 775
42cf5bc1 776 //! Continues the rotation of the view
777 //! with an angle computed from the last and new mouse position <X,Y>.
778 Standard_EXPORT void Rotation (const Standard_Integer X, const Standard_Integer Y);
c357e426 779
42cf5bc1 780 //! Change View Plane Distance for Perspective Views
781 //! Warning! raises TypeMismatch from Standard if the view
782 //! is not a perspective view.
ee2be2a8 783 Standard_EXPORT void SetFocale (const Standard_Real Focale);
c357e426 784
42cf5bc1 785 //! Returns the View Plane Distance for Perspective Views
ee2be2a8 786 Standard_EXPORT Standard_Real Focale() const;
c357e426 787
788 //! Returns the associated Graphic3d view.
1ec17fb4 789 const Handle(Graphic3d_CView)& View() const { return myView; }
c357e426 790
791 //! Switches computed HLR mode in the view.
792 Standard_EXPORT void SetComputedMode (const Standard_Boolean theMode);
793
794 //! Returns the computed HLR mode state.
42cf5bc1 795 Standard_EXPORT Standard_Boolean ComputedMode() const;
c357e426 796
42cf5bc1 797 //! idem than WindowFit
1ec17fb4 798 void WindowFitAll (const Standard_Integer Xmin, const Standard_Integer Ymin, const Standard_Integer Xmax, const Standard_Integer Ymax)
799 {
800 WindowFit (Xmin, Ymin, Xmax, Ymax);
801 }
c357e426 802
14823c6f 803 //! Transform camera eye, center and scale to fit in the passed bounding box specified in WCS.
804 //! @param theCamera [in] the camera
805 //! @param theBox [in] the bounding box
806 //! @param theMargin [in] the margin coefficient for view borders
807 //! @param theResolution [in] the minimum size of projection of bounding box in Xv or Yv direction when it considered to be a thin plane or point (without a volume);
808 //! in this case only the center of camera is adjusted
809 //! @param theToEnlargeIfLine [in] when TRUE - in cases when the whole bounding box projected into thin line going along Z-axis of screen,
810 //! the view plane is enlarged such thatwe see the whole line on rotation, otherwise only the center of camera is adjusted.
811 //! @return TRUE if the fit all operation can be done
812 Standard_EXPORT Standard_Boolean FitMinMax (const Handle(Graphic3d_Camera)& theCamera,
813 const Bnd_Box& theBox,
814 const Standard_Real theMargin,
815 const Standard_Real theResolution = 0.0,
816 const Standard_Boolean theToEnlargeIfLine = Standard_True) const;
817
42cf5bc1 818 //! Defines or Updates the definition of the
819 //! grid in <me>
820 Standard_EXPORT void SetGrid (const gp_Ax3& aPlane, const Handle(Aspect_Grid)& aGrid);
c357e426 821
42cf5bc1 822 //! Defines or Updates the activity of the
823 //! grid in <me>
824 Standard_EXPORT void SetGridActivity (const Standard_Boolean aFlag);
c357e426 825
23826183 826 //! Dumps the full contents of the View into the image file. This is an alias for ToPixMap() with Image_AlienPixMap.
827 //! @param theFile destination image file (image format is determined by file extension like .png, .bmp, .jpg)
828 //! @param theBufferType buffer to dump
829 //! @return FALSE when the dump has failed
42cf5bc1 830 Standard_EXPORT Standard_Boolean Dump (const Standard_CString theFile, const Graphic3d_BufferType& theBufferType = Graphic3d_BT_RGB);
c357e426 831
3bffef55 832 //! Dumps the full contents of the view to a pixmap with specified parameters.
23826183 833 //! Internally this method calls Redraw() with an offscreen render buffer of requested target size (theWidth x theHeight),
834 //! so that there is no need resizing a window control for making a dump of different size.
3bffef55 835 Standard_EXPORT Standard_Boolean ToPixMap (Image_PixMap& theImage,
836 const V3d_ImageDumpOptions& theParams);
837
838 //! Dumps the full contents of the view to a pixmap.
23826183 839 //! Internally this method calls Redraw() with an offscreen render buffer of requested target size (theWidth x theHeight),
840 //! so that there is no need resizing a window control for making a dump of different size.
3bffef55 841 //! @param theImage target image, will be re-allocated to match theWidth x theHeight
842 //! @param theWidth target image width
843 //! @param theHeight target image height
844 //! @param theBufferType type of the view buffer to dump (color / depth)
845 //! @param theToAdjustAspect when true, active view aspect ratio will be overridden by (theWidth / theHeight)
846 //! @param theStereoOptions how to dump stereographic camera
847 Standard_Boolean ToPixMap (Image_PixMap& theImage,
848 const Standard_Integer theWidth,
849 const Standard_Integer theHeight,
850 const Graphic3d_BufferType& theBufferType = Graphic3d_BT_RGB,
851 const Standard_Boolean theToAdjustAspect = Standard_True,
852 const V3d_StereoDumpOptions theStereoOptions = V3d_SDO_MONO)
853 {
854 V3d_ImageDumpOptions aParams;
855 aParams.Width = theWidth;
856 aParams.Height = theHeight;
857 aParams.BufferType = theBufferType;
858 aParams.StereoOptions = theStereoOptions;
859 aParams.ToAdjustAspect = theToAdjustAspect;
860 return ToPixMap (theImage, aParams);
861 }
c357e426 862
42cf5bc1 863 //! Manages display of the back faces
864 //! When <aModel> is TOBM_AUTOMATIC the object backfaces
865 //! are displayed only for surface objects and
866 //! never displayed for solid objects.
867 //! this was the previous mode.
868 //! <aModel> is TOBM_ALWAYS_DISPLAYED the object backfaces
869 //! are always displayed both for surfaces or solids.
870 //! <aModel> is TOBM_NEVER_DISPLAYED the object backfaces
871 //! are never displayed.
c357e426 872 Standard_EXPORT void SetBackFacingModel (const V3d_TypeOfBackfacingModel theModel = V3d_TOBM_AUTOMATIC);
873
42cf5bc1 874 //! Returns current state of the back faces display
875 Standard_EXPORT V3d_TypeOfBackfacingModel BackFacingModel() const;
c357e426 876
42cf5bc1 877 //! Adds clip plane to the view. The composition of clip planes truncates the
878 //! rendering space to convex volume. Number of supported clip planes can be consulted
c357e426 879 //! by PlaneLimit method of associated Graphic3d_GraphicDriver.
880 //! Please be aware that the planes which exceed the limit are ignored during rendering.
42cf5bc1 881 //! @param thePlane [in] the clip plane to be added to view.
882 Standard_EXPORT virtual void AddClipPlane (const Handle(Graphic3d_ClipPlane)& thePlane);
c357e426 883
42cf5bc1 884 //! Removes clip plane from the view.
885 //! @param thePlane [in] the clip plane to be removed from view.
886 Standard_EXPORT virtual void RemoveClipPlane (const Handle(Graphic3d_ClipPlane)& thePlane);
c357e426 887
42cf5bc1 888 //! Sets sequence of clip planes to the view. The planes that have been set
889 //! before are removed from the view. The composition of clip planes
890 //! truncates the rendering space to convex volume. Number of supported
c357e426 891 //! clip planes can be consulted by InquirePlaneLimit method of
892 //! Graphic3d_GraphicDriver. Please be aware that the planes that
893 //! exceed the limit are ignored during rendering.
42cf5bc1 894 //! @param thePlanes [in] the clip planes to set.
3202bf1e 895 Standard_EXPORT void SetClipPlanes (const Handle(Graphic3d_SequenceOfHClipPlane)& thePlanes);
896
897 Standard_DEPRECATED("This method is deprecated - overload taking Handle should be used instead")
898 void SetClipPlanes (const Graphic3d_SequenceOfHClipPlane& thePlanes)
899 {
900 Handle(Graphic3d_SequenceOfHClipPlane) aPlanes = new Graphic3d_SequenceOfHClipPlane (thePlanes);
901 SetClipPlanes (aPlanes);
902 }
c357e426 903
42cf5bc1 904 //! Get clip planes.
905 //! @return sequence clip planes that have been set for the view
3202bf1e 906 Standard_EXPORT const Handle(Graphic3d_SequenceOfHClipPlane)& ClipPlanes() const;
c357e426 907
908 //! Returns the MAX number of clipping planes associated to the view.
909 Standard_EXPORT Standard_Integer PlaneLimit() const;
910
42cf5bc1 911 //! Change camera used by view.
912 Standard_EXPORT void SetCamera (const Handle(Graphic3d_Camera)& theCamera);
c357e426 913
42cf5bc1 914 //! Returns camera object of the view.
915 //! @return: handle to camera object, or NULL if 3D view does not use
916 //! the camera approach.
917 Standard_EXPORT const Handle(Graphic3d_Camera)& Camera() const;
c357e426 918
1beb58d7 919 //! Return default camera.
920 const Handle(Graphic3d_Camera)& DefaultCamera() const { return myDefaultCamera; }
921
42cf5bc1 922 //! Returns current rendering parameters and effect settings.
832ae82d 923 //! By default it returns default parameters of current viewer.
924 //! To define view-specific settings use method V3d_View::ChangeRenderingParams().
925 //! @sa V3d_Viewer::DefaultRenderingParams()
42cf5bc1 926 Standard_EXPORT const Graphic3d_RenderingParams& RenderingParams() const;
c357e426 927
42cf5bc1 928 //! Returns reference to current rendering parameters and effect settings.
929 Standard_EXPORT Graphic3d_RenderingParams& ChangeRenderingParams();
c357e426 930
42cf5bc1 931 //! @return flag value of objects culling mechanism
0e3025bc 932 Standard_Boolean IsCullingEnabled() const { return RenderingParams().FrustumCullingState == Graphic3d_RenderingParams::FrustumCulling_On; }
c357e426 933
0e3025bc 934 //! Turn on/off automatic culling of objects outside frustum (ON by default)
935 void SetFrustumCulling (Standard_Boolean theMode) { ChangeRenderingParams().FrustumCullingState = theMode ? Graphic3d_RenderingParams::FrustumCulling_On : Graphic3d_RenderingParams::FrustumCulling_Off; }
42cf5bc1 936
26d9c835 937 //! Fill in the dictionary with diagnostic info.
938 //! Should be called within rendering thread.
939 //!
940 //! This API should be used only for user output or for creating automated reports.
941 //! The format of returned information (e.g. key-value layout)
942 //! is NOT part of this API and can be changed at any time.
943 //! Thus application should not parse returned information to weed out specific parameters.
944 //! @param theDict destination map for information
945 //! @param theFlags defines the information to be retrieved
946 Standard_EXPORT void DiagnosticInformation (TColStd_IndexedDataMapOfStringString& theDict,
947 Graphic3d_DiagnosticInfo theFlags) const;
42cf5bc1 948
79b544e6 949 //! Returns string with statistic performance info.
950 Standard_EXPORT TCollection_AsciiString StatisticInformation() const;
951
952 //! Fills in the dictionary with statistic performance info.
953 Standard_EXPORT void StatisticInformation (TColStd_IndexedDataMapOfStringString& theDict) const;
954
49582f9d 955 //! Returns the Objects number and the gravity center of ALL viewable points in the view
956 Standard_EXPORT gp_Pnt GravityPoint() const;
957
25e59720 958 DEFINE_STANDARD_RTTIEXT(V3d_View,Standard_Transient)
42cf5bc1 959
f7fc0c03 960public: //! @name deprecated methods
961
962 //! Returns True if One light more can be
963 //! activated in this View.
964 Standard_DEPRECATED ("Deprecated method - ActiveLights() should be used instead")
965 Standard_EXPORT Standard_Boolean IfMoreLights() const;
966
967 //! initializes an iteration on the active Lights.
968 Standard_DEPRECATED ("Deprecated method - ActiveLights() should be used instead")
969 void InitActiveLights() { myActiveLightsIterator.Initialize (myActiveLights); }
970
971 //! returns true if there are more active Light(s) to return.
972 Standard_DEPRECATED ("Deprecated method - ActiveLights() should be used instead")
973 Standard_Boolean MoreActiveLights() const { return myActiveLightsIterator.More(); }
974
975 //! Go to the next active Light (if there is not, ActiveLight will raise an exception)
976 Standard_DEPRECATED ("Deprecated method - ActiveLights() should be used instead")
977 void NextActiveLights() { myActiveLightsIterator.Next(); }
978
979 Standard_DEPRECATED ("Deprecated method - ActiveLights() should be used instead")
980 const Handle(V3d_Light)& ActiveLight() const { return myActiveLightsIterator.Value(); }
981
42cf5bc1 982protected:
983
42cf5bc1 984 Standard_EXPORT void ImmediateUpdate() const;
c357e426 985
42cf5bc1 986 //! Scales camera to fit the view frame of defined width and height
987 //! keeping the aspect. For orthogonal camera the method changes scale,
988 //! for perspective adjusts Eye location about the Center point.
989 //! @param theSizeXv [in] size of viewport frame on "x" axis.
990 //! @param theSizeYv [in] size of viewport frame on "y" axis.
991 Standard_EXPORT void Scale (const Handle(Graphic3d_Camera)& theCamera, const Standard_Real theSizeXv, const Standard_Real theSizeYv) const;
42cf5bc1 992
c357e426 993 Standard_EXPORT void Translate (const Handle(Graphic3d_Camera)& theCamera, const Standard_Real theDXv, const Standard_Real theDYv) const;
42cf5bc1 994
995private:
996
c357e426 997 //! Modifies the aspect ratio of the camera when
998 //! the associated window is defined or resized.
999 Standard_EXPORT void SetRatio();
1000
42cf5bc1 1001 //! Determines the screen axes in the reference
1002 //! framework of the view.
21b2385f 1003 Standard_EXPORT static Standard_Boolean screenAxis (const gp_Dir& theVpn, const gp_Dir& theVup,
1004 gp_Vec& theXaxe, gp_Vec& theYaxe, gp_Vec& theZaxe);
42cf5bc1 1005
1006 //! Transforms the Vertex V according to the matrice Matrix .
475c2302 1007 Standard_EXPORT static gp_XYZ TrsPoint (const Graphic3d_Vertex& V, const TColStd_Array2OfReal& Matrix);
42cf5bc1 1008
1009 //! Returns the objects number and the projection window
1010 //! of the objects contained in the view.
ee2be2a8 1011 Standard_EXPORT Standard_Integer MinMax (Standard_Real& Umin, Standard_Real& Vmin, Standard_Real& Umax, Standard_Real& Vmax) const;
42cf5bc1 1012
1013 //! Returns the objects number and the box encompassing
1014 //! the objects contained in the view
ee2be2a8 1015 Standard_EXPORT Standard_Integer MinMax (Standard_Real& Xmin, Standard_Real& Ymin, Standard_Real& Zmin, Standard_Real& Xmax, Standard_Real& Ymax, Standard_Real& Zmax) const;
42cf5bc1 1016
42cf5bc1 1017 Standard_EXPORT void Init();
1018
1019 //! Returns a new vertex when the grid is activated.
1020 Standard_EXPORT Graphic3d_Vertex Compute (const Graphic3d_Vertex& AVertex) const;
1021
c357e426 1022protected:
1023
1024 Standard_Real myOldMouseX;
1025 Standard_Real myOldMouseY;
1026 gp_Dir myCamStartOpUp;
607e5e62 1027 gp_Dir myCamStartOpDir;
c357e426 1028 gp_Pnt myCamStartOpEye;
1029 Standard_Real myCamStartOpBnd[6];
1030 gp_Pnt myCamStartOpCenter;
c357e426 1031 Handle(Graphic3d_Camera) myDefaultCamera;
1032 Handle(Graphic3d_CView) myView;
1033 Standard_Boolean myImmediateUpdate;
49582f9d 1034 mutable Standard_Boolean myIsInvalidatedImmediate;
c357e426 1035
1036private:
1037
42cf5bc1 1038 V3d_ViewerPointer MyViewer;
6a24c6de 1039 V3d_ListOfLight myActiveLights;
21b2385f 1040 gp_Dir myDefaultViewAxis;
1041 gp_Pnt myDefaultViewPoint;
42cf5bc1 1042 Handle(Aspect_Window) MyWindow;
6a24c6de 1043 V3d_ListOfLight::Iterator myActiveLightsIterator;
42cf5bc1 1044 Standard_Integer sx;
1045 Standard_Integer sy;
1046 Standard_Real rx;
1047 Standard_Real ry;
49582f9d 1048 gp_Pnt myRotateGravity;
42cf5bc1 1049 Standard_Boolean myComputedMode;
1050 Standard_Boolean SwitchSetFront;
016e5959 1051 Standard_Boolean myZRotation;
42cf5bc1 1052 Standard_Integer MyZoomAtPointX;
1053 Standard_Integer MyZoomAtPointY;
caf231b0 1054 Handle(V3d_Trihedron) myTrihedron;
42cf5bc1 1055 Handle(Aspect_Grid) MyGrid;
1056 gp_Ax3 MyPlane;
42cf5bc1 1057 TColStd_Array2OfReal MyTrsf;
1058 Handle(Graphic3d_Structure) MyGridEchoStructure;
1059 Handle(Graphic3d_Group) MyGridEchoGroup;
21b2385f 1060 gp_Vec myXscreenAxis;
1061 gp_Vec myYscreenAxis;
1062 gp_Vec myZscreenAxis;
1063 gp_Dir myViewAxis;
42cf5bc1 1064 Graphic3d_Vertex myGravityReferencePoint;
c357e426 1065 Standard_Boolean myAutoZFitIsOn;
1066 Standard_Real myAutoZFitScaleFactor;
caf231b0 1067
42cf5bc1 1068};
1069
42cf5bc1 1070#endif // _V3d_View_HeaderFile