41 #include "vtkRenderingCoreModule.h"
49 VTK_ABI_NAMESPACE_BEGIN
271 vtkSetVector3Macro(Ambient,
double);
272 vtkGetVectorMacro(Ambient,
double, 3);
280 vtkSetMacro(AllocatedRenderTime,
double);
360 virtual
void ResetCameraClippingRange();
366 virtual
void ResetCameraClippingRange(const
double bounds[6]);
367 virtual
void ResetCameraClippingRange(
368 double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax);
377 vtkSetClampMacro(NearClippingPlaneTolerance,
double, 0, 0.99);
378 vtkGetMacro(NearClippingPlaneTolerance,
double);
387 vtkSetClampMacro(ClippingRangeExpansion,
double, 0, 0.99);
388 vtkGetMacro(ClippingRangeExpansion,
double);
397 virtual
void ResetCamera();
408 virtual
void ResetCamera(const
double bounds[6]);
413 virtual
void ResetCamera(
414 double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax);
423 virtual
void ResetCameraScreenSpace(
double offsetRatio = 0.9);
433 virtual
void ResetCameraScreenSpace(const
double bounds[6],
double offsetRatio = 0.9);
447 void ZoomToBoxUsingViewAngle(const
vtkRecti& box,
double offsetRatio = 1.0);
455 virtual
void ResetCameraScreenSpace(
double xmin,
double xmax,
double ymin,
double ymax,
456 double zmin,
double zmax,
double offsetRatio = 0.9);
505 vtkGetMacro(Layer,
int);
564 void ViewToPose(
double& wx,
double& wy,
double& wz)
override;
565 void PoseToView(
double& wx,
double& wy,
double& wz)
override;
583 vtkGetMacro(LastRenderTimeInSeconds,
double);
593 vtkGetMacro(NumberOfPropsRendered,
int);
606 return this->
PickProp(selectionX, selectionY, selectionX, selectionY);
609 double selectionX1,
double selectionY1,
double selectionX2,
double selectionY2)
override;
626 selectionX, selectionY, selectionX, selectionY, fieldAssociation, selection);
675 vtkSetMacro(UseDepthPeelingForVolumes,
bool);
676 vtkGetMacro(UseDepthPeelingForVolumes,
bool);
677 vtkBooleanMacro(UseDepthPeelingForVolumes,
bool);
689 vtkSetClampMacro(OcclusionRatio,
double, 0.0, 0.5);
690 vtkGetMacro(OcclusionRatio,
double);
699 vtkSetMacro(MaximumNumberOfPeels,
int);
700 vtkGetMacro(MaximumNumberOfPeels,
int);
717 vtkSetMacro(UseSSAO,
bool);
718 vtkGetMacro(UseSSAO,
bool);
719 vtkBooleanMacro(UseSSAO,
bool);
727 vtkSetMacro(SSAORadius,
double);
728 vtkGetMacro(SSAORadius,
double);
736 vtkSetMacro(SSAOBias,
double);
737 vtkGetMacro(SSAOBias,
double);
745 vtkSetMacro(SSAOKernelSize,
unsigned int);
746 vtkGetMacro(SSAOKernelSize,
unsigned int);
755 vtkSetMacro(SSAOBlur,
bool);
756 vtkGetMacro(SSAOBlur,
bool);
757 vtkBooleanMacro(SSAOBlur,
bool);
806 vtkSetMacro(TexturedBackground,
bool);
807 vtkGetMacro(TexturedBackground,
bool);
808 vtkBooleanMacro(TexturedBackground,
bool);
818 vtkSetMacro(UseFXAA,
bool);
819 vtkGetMacro(UseFXAA,
bool);
820 vtkBooleanMacro(UseFXAA,
bool);
871 vtkSetMacro(UseImageBasedLighting,
bool);
872 vtkGetMacro(UseImageBasedLighting,
bool);
873 vtkBooleanMacro(UseImageBasedLighting,
bool);
896 vtkGetVector3Macro(EnvironmentUp,
double);
897 vtkSetVector3Macro(EnvironmentUp,
double);
904 vtkGetVector3Macro(EnvironmentRight,
double);
905 vtkSetVector3Macro(EnvironmentRight,
double);
934 int BackingStoreSize[2];
965 double ComputedVisiblePropBounds[6];
1124 bool UseSSAO =
false;
1125 double SSAORadius = 0.5;
1126 double SSAOBias = 0.01;
1127 unsigned int SSAOKernelSize = 32;
1128 bool SSAOBlur =
false;
1145 this->Selector = selector;
1169 double EnvironmentUp[3];
1170 double EnvironmentRight[3];
1176 std::array<double, 16> CompositeProjectionTransformationMatrix;
1181 double LastCompositeProjectionTransformationMatrixTiledAspectRatio;
1186 vtkMTimeType LastCompositeProjectionTransformationMatrixCameraModified;
1191 std::array<double, 16> ProjectionTransformationMatrix;
1196 double LastProjectionTransformationMatrixTiledAspectRatio;
1201 vtkMTimeType LastProjectionTransformationMatrixCameraModified;
1206 std::array<double, 16> ViewTransformMatrix;
1230 VTK_ABI_NAMESPACE_END
a actor that draws 2D data
an ordered list of actors
represents an object (geometry & properties) in a rendered scene
a list of nodes that form an assembly path
a virtual camera for 3D rendering
an ordered list of Cullers
a superclass for prop cullers
Configuration for FXAA implementations.
abstract interface to OpenGL FBOs
a simple class to control print indentation
an ordered list of lights
a virtual light for 3D rendering
represent and manipulate 4x4 transformation matrices
virtual void Modified()
Update the modification time for this object.
abstract superclass for all actors, volumes and annotations
Perform part of the rendering of a vtkRenderer.
create a window for renderers to draw into
Render the props of a vtkRenderer.
abstract specification for renderers
void RemoveVolume(vtkProp *p)
Add/Remove different types of props to the renderer.
virtual void SetLayer(int layer)
Set/Get the layer that this renderer belongs to.
void ViewToWorld(double &wx, double &wy, double &wz) override
Convert view point coordinates to world coordinates.
virtual void SetFXAAOptions(vtkFXAAOptions *)
The configuration object for FXAA antialiasing.
const std::array< double, 16 > & GetViewTransformMatrix()
Gets the ActiveCamera ViewTransformMatrix, only computing it if necessary.
virtual int UpdateCamera()
Ask the active camera to do whatever it needs to do prior to rendering.
void AddCuller(vtkCuller *)
Add an culler to the list of cullers.
virtual vtkTypeBool UpdateLightGeometry()
Update the geometry of the lights in the scene that are not in world space (for instance,...
void SetPass(vtkRenderPass *p)
virtual int UpdateLights()
Ask all lights to load themselves into rendering pipeline.
vtkTypeBool PreserveDepthBuffer
vtkTypeBool UseShadows
If this flag is on and the rendering engine supports it render shadows Initial value is off.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkRenderer * New()
Create a vtkRenderer with a black background, a white ambient light, two-sided lighting turned on,...
double LastRenderTimeInSeconds
double GetTiledAspectRatio()
Compute the aspect ratio of this renderer for the current tile.
void CreateLight()
Create and add a light to renderer.
vtkCamera * GetActiveCameraAndResetIfCreated()
Get the current camera and reset it only if it gets created automatically (see GetActiveCamera).
void AddLight(vtkLight *)
Add a light to the list of lights.
vtkCullerCollection * GetCullers()
Return the collection of cullers.
virtual vtkLight * MakeLight()
Create a new Light sutible for use with this type of Renderer.
virtual void SetRightBackgroundTexture(vtkTexture *)
Set/Get the texture to be used for the right eye background.
virtual void SetInformation(vtkInformation *)
Set/Get the information object associated with this algorithm.
vtkAssemblyPath * PickProp(double selectionX, double selectionY, int fieldAssociation, vtkSmartPointer< vtkSelection > selection) override
Return the prop (via a vtkAssemblyPath) that has the highest z value at the given x,...
virtual int UpdateGeometry(vtkFrameBufferObjectBase *fbo=nullptr)
Ask all props to update and draw any opaque and translucent geometry.
vtkWindow * GetVTKWindow() override
Specify the rendering window in which to draw.
vtkActorCollection * GetActors()
Return any actors in this renderer.
bool UseImageBasedLighting
int VisibleActorCount()
Returns the number of visible actors.
vtkTexture * EnvironmentTexture
void RemoveLight(vtkLight *)
Remove a light from the list of lights.
bool UseDepthPeelingForVolumes
This flag is on and the GPU supports it, depth-peel volumes along with the translucent geometry.
void RemoveActor(vtkProp *p)
Add/Remove different types of props to the renderer.
virtual void SetLeftBackgroundTexture(vtkTexture *)
Set/Get the texture to be used for the monocular or stereo left eye background.
void SetSelector(vtkHardwareSelector *selector)
Called by vtkHardwareSelector when it begins rendering for selection.
vtkMTimeType GetMTime() override
Return the MTime of the renderer also considering its ivars.
int MaximumNumberOfPeels
In case of depth peeling, define the maximum number of peeling layers.
vtkTypeBool LastRenderingUsedDepthPeeling
Tells if the last call to DeviceRenderTranslucentPolygonalGeometry() actually used depth peeling.
vtkRenderWindow * RenderWindow
int VisibleVolumeCount()
Returns the number of visible volumes.
double * ComputeVisiblePropBounds()
Wrapper-friendly version of ComputeVisiblePropBounds.
vtkTypeBool AutomaticLightCreation
int NumberOfPropsRendered
virtual void StereoMidpoint()
Do anything necessary between rendering the left and right viewpoints in a stereo render.
virtual int UpdateOpaquePolygonalGeometry()
Ask all props to update and draw any opaque polygonal geometry.
vtkAssemblyPath * PickProp(double selectionX1, double selectionY1, double selectionX2, double selectionY2, int fieldAssociation, vtkSmartPointer< vtkSelection > selection) override
Return the prop (via a vtkAssemblyPath) that has the highest z value at the given x,...
vtkVolumeCollection * Volumes
virtual void ExpandBounds(double bounds[6], vtkMatrix4x4 *matrix)
void RemoveCuller(vtkCuller *)
Remove an actor from the list of cullers.
double OcclusionRatio
In case of use of depth peeling technique for rendering translucent material, define the threshold un...
vtkAssemblyPath * PickProp(double selectionX, double selectionY) override
Return the prop (via a vtkAssemblyPath) that has the highest z value at the given x,...
void PoseToView(double &wx, double &wy, double &wz) override
Convert to from pose coordinates.
vtkTypeBool Erase
When this flag is off, the renderer will not erase the background or the Zbuffer.
vtkPropCollection * GL2PSSpecialPropCollection
Temporary collection used by vtkRenderWindow::CaptureGL2PSSpecialProps.
bool UseFXAA
If this flag is on and the rendering engine supports it, FXAA will be used to antialias the scene.
double ClippingRangeExpansion
Specify enlargement of bounds when resetting the camera clipping range.
int CaptureGL2PSSpecialProp(vtkProp *)
This function is called to capture an instance of vtkProp that requires special handling during vtkRe...
vtkTypeBool Transparent()
Returns a boolean indicating if this renderer is transparent.
vtkTypeBool IsActiveCameraCreated()
This method returns 1 if the ActiveCamera has already been set or automatically created by the render...
unsigned char * BackingImage
vtkRendererDelegate * Delegate
void SetLightCollection(vtkLightCollection *lights)
Set the collection of lights.
virtual void ReleaseGraphicsResources(vtkWindow *)
void PoseToWorld(double &wx, double &wy, double &wz) override
Convert to from pose coordinates.
void RemoveAllLights()
Remove all lights from the list of lights.
vtkTexture * BackgroundTexture
virtual vtkCamera * MakeCamera()
Create a new Camera sutible for use with this type of Renderer.
double GetZ(int x, int y)
Given a pixel location, return the Z value.
vtkCullerCollection * Cullers
vtkCamera * GetActiveCamera()
Get the current camera.
void AddActor(vtkProp *p)
Add/Remove different types of props to the renderer.
virtual double GetTimeFactor()
Get the ratio between allocated time and actual render time.
double AllocatedRenderTime
const std::array< double, 16 > & GetProjectionTransformationMatrix()
Gets the ActiveCamera ProjectionTransformationMatrix, only computing it if necessary.
double NearClippingPlaneTolerance
Specifies the minimum distance of the near clipping plane as a percentage of the far clipping plane d...
vtkTypeBool Draw
When this flag is off, render commands are ignored.
vtkHardwareSelector * Selector
virtual void DeviceRender()
Create an image.
vtkTypeBool TwoSidedLighting
vtkTexture * RightBackgroundTexture
virtual vtkTypeBool UpdateLightsGeometryToFollowCamera()
Ask the lights in the scene that are not in world space (for instance, Headlights or CameraLights tha...
vtkTypeBool UseDepthPeeling
If this flag is on and the GPU supports it, depth peeling is used for rendering translucent materials...
vtkTypeBool UseHiddenLineRemoval
When this flag is on and the rendering engine supports it, wireframe polydata will be rendered using ...
void WorldToPose(double &wx, double &wy, double &wz) override
Convert to from pose coordinates.
vtkLightCollection * Lights
vtkTexture * GetLeftBackgroundTexture()
Set/Get the texture to be used for the monocular or stereo left eye background.
void ViewToWorld() override
Convert view point coordinates to world coordinates.
vtkVolumeCollection * GetVolumes()
Return the collection of volumes.
void SetActiveCamera(vtkCamera *)
Specify the camera to use for this renderer.
virtual void SetEnvironmentTexture(vtkTexture *texture, bool isSRGB=false)
Set/Get the environment texture used for image based lighting.
virtual void Render()
CALLED BY vtkRenderWindow ONLY.
virtual int UpdateTranslucentPolygonalGeometry()
Ask all props to update and draw any translucent polygonal geometry.
virtual void ClearLights()
Internal method temporarily removes lights before reloading them into graphics pipeline.
vtkLightCollection * GetLights()
Return the collection of lights.
vtkTypeBool LightFollowCamera
vtkFXAAOptions * FXAAOptions
Holds the FXAA configuration.
void ViewToPose(double &wx, double &wy, double &wz) override
Convert to from pose coordinates.
void WorldToView() override
Convert world point coordinates to view coordinates.
virtual void DeviceRenderOpaqueGeometry(vtkFrameBufferObjectBase *fbo=nullptr)
Render opaque polygonal geometry.
vtkAssemblyPath * PickProp(double selectionX1, double selectionY1, double selectionX2, double selectionY2) override
Return the prop (via a vtkAssemblyPath) that has the highest z value at the given x,...
virtual void SetBackgroundTexture(vtkTexture *)
Set/Get the texture to be used for the monocular or stereo left eye background.
void AddVolume(vtkProp *p)
Add/Remove different types of props to the renderer.
void WorldToView(double &wx, double &wy, double &wz) override
Convert world point coordinates to view coordinates.
virtual double GetAllocatedRenderTime()
Set/Get the amount of time this renderer is allowed to spend rendering its scene.
virtual void Clear()
Clear the image to the background color.
void ComputeVisiblePropBounds(double bounds[6])
Compute the bounding box of all the visible props Used in ResetCamera() and ResetCameraClippingRange(...
virtual void DeviceRenderTranslucentPolygonalGeometry(vtkFrameBufferObjectBase *fbo=nullptr)
Render translucent polygonal geometry.
vtkTypeBool PreserveColorBuffer
void SetGL2PSSpecialPropCollection(vtkPropCollection *)
Set the prop collection object used during vtkRenderWindow::CaptureGL2PSSpecialProps().
vtkActorCollection * Actors
void SetDelegate(vtkRendererDelegate *d)
Set/Get a custom Render call.
vtkInformation * Information
const std::array< double, 16 > & GetCompositeProjectionTransformationMatrix()
Gets the ActiveCamera CompositeProjectionTransformationMatrix, only computing it if necessary.
handles properties associated with a texture map
record modification and/or execution time
abstract specification for Viewports
virtual vtkAssemblyPath * PickProp(double selectionX, double selectionY)=0
Return the Prop that has the highest z value at the given x, y position in the viewport.
an ordered list of volumes
represents a volume (data & properties) in a rendered scene
window superclass for vtkRenderWindow
vtkTypeUInt32 vtkMTimeType
#define VTK_SIZEHINT(...)