|
virtual int | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
|
vtkOculusRenderer * | NewInstance () const |
|
virtual void | ResetCamera () |
| Automatically set up the camera based on the visible actors. More...
|
|
virtual void | ResetCamera (double bounds[6]) |
| Automatically set up the camera based on a specified bounding box (xmin,xmax, ymin,ymax, zmin,zmax). More...
|
|
virtual void | ResetCamera (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
| Alternative version of ResetCamera(bounds[6]);. More...
|
|
vtkOpenGLRenderer * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
void | DeviceRender (void) |
| Concrete open gl render method. More...
|
|
virtual void | DeviceRenderOpaqueGeometry () |
| Overridden to support hidden line removal. More...
|
|
virtual void | DeviceRenderTranslucentPolygonalGeometry () |
| Render translucent polygonal geometry. More...
|
|
virtual void | ClearLights (void) |
| Internal method temporarily removes lights before reloading them into graphics pipeline. More...
|
|
virtual void | Clear (void) |
| Clear the image to the background color. More...
|
|
int | UpdateLights (void) |
| Ask lights to load themselves into graphics pipeline. More...
|
|
int | GetDepthPeelingHigherLayer () |
| Is rendering at translucent geometry stage using depth peeling and rendering a layer other than the first one? (Boolean value) If so, the uniform variables UseTexture and Texture can be set. More...
|
|
vtkOpenGLRenderer * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
void | DeviceRender (void) |
| Concrete open gl render method. More...
|
|
virtual void | DeviceRenderOpaqueGeometry () |
| Overridden to support hidden line removal. More...
|
|
virtual void | DeviceRenderTranslucentPolygonalGeometry () |
| Render translucent polygonal geometry. More...
|
|
void | Clear (void) |
| Clear the image to the background color. More...
|
|
int | UpdateLights (void) |
| Ask lights to load themselves into graphics pipeline. More...
|
|
int | GetDepthPeelingHigherLayer () |
| Is rendering at translucent geometry stage using depth peeling and rendering a layer other than the first one? (Boolean value) If so, the uniform variables UseTexture and Texture can be set. More...
|
|
bool | HaveApplePrimitiveIdBug () |
| Indicate if this system is subject to the apple/amd bug of not having a working glPrimitiveId. More...
|
|
virtual vtkShaderProgram2 * | GetShaderProgram () |
|
virtual void | SetShaderProgram (vtkShaderProgram2 *program) |
|
vtkRenderer * | NewInstance () const |
|
void | AddLight (vtkLight *) |
| Add a light to the list of lights. More...
|
|
void | RemoveLight (vtkLight *) |
| Remove a light from the list of lights. More...
|
|
void | RemoveAllLights () |
| Remove all lights from the list of lights. More...
|
|
vtkLightCollection * | GetLights () |
| Return the collection of lights. More...
|
|
void | SetLightCollection (vtkLightCollection *lights) |
| Set the collection of lights. More...
|
|
void | CreateLight (void) |
| Create and add a light to renderer. More...
|
|
virtual vtkLight * | MakeLight () |
| Create a new Light sutible for use with this type of Renderer. More...
|
|
virtual int | UpdateLightsGeometryToFollowCamera (void) |
| Ask the lights in the scene that are not in world space (for instance, Headlights or CameraLights that are attached to the camera) to update their geometry to match the active camera. More...
|
|
vtkVolumeCollection * | GetVolumes () |
| Return the collection of volumes. More...
|
|
vtkActorCollection * | GetActors () |
| Return any actors in this renderer. More...
|
|
void | SetActiveCamera (vtkCamera *) |
| Specify the camera to use for this renderer. More...
|
|
vtkCamera * | GetActiveCamera () |
| Get the current camera. More...
|
|
virtual vtkCamera * | MakeCamera () |
| Create a new Camera sutible for use with this type of Renderer. More...
|
|
int | CaptureGL2PSSpecialProp (vtkProp *) |
| This function is called to capture an instance of vtkProp that requires special handling during vtkRenderWindow::CaptureGL2PSSpecialProps(). More...
|
|
void | SetGL2PSSpecialPropCollection (vtkPropCollection *) |
| Set the prop collection object used during vtkRenderWindow::CaptureGL2PSSpecialProps(). More...
|
|
void | AddCuller (vtkCuller *) |
| Add an culler to the list of cullers. More...
|
|
void | RemoveCuller (vtkCuller *) |
| Remove an actor from the list of cullers. More...
|
|
vtkCullerCollection * | GetCullers () |
| Return the collection of cullers. More...
|
|
virtual double | GetTimeFactor () |
| Get the ratio between allocated time and actual render time. More...
|
|
virtual void | Render () |
| CALLED BY vtkRenderWindow ONLY. More...
|
|
int | VisibleActorCount () |
| Returns the number of visible actors. More...
|
|
int | VisibleVolumeCount () |
| Returns the number of visible volumes. More...
|
|
void | ComputeVisiblePropBounds (double bounds[6]) |
| Compute the bounding box of all the visible props Used in ResetCamera() and ResetCameraClippingRange() More...
|
|
double * | ComputeVisiblePropBounds () |
| Wrapper-friendly version of ComputeVisiblePropBounds. More...
|
|
void | ResetCameraClippingRange () |
| Reset the camera clipping range based on the bounds of the visible actors. More...
|
|
int | Transparent () |
| Returns a boolean indicating if this renderer is transparent. More...
|
|
void | WorldToView () |
| Convert world point coordinates to view coordinates. More...
|
|
virtual void | WorldToView (double &wx, double &wy, double &wz) |
| Convert world point coordinates to view coordinates. More...
|
|
double | GetZ (int x, int y) |
| Given a pixel location, return the Z value. More...
|
|
vtkMTimeType | GetMTime () |
| Return the MTime of the renderer also considering its ivars. More...
|
|
virtual void | StereoMidpoint () |
| Do anything necessary between rendering the left and right viewpoints in a stereo render. More...
|
|
double | GetTiledAspectRatio () |
| Compute the aspect ratio of this renderer for the current tile. More...
|
|
int | IsActiveCameraCreated () |
| This method returns 1 if the ActiveCamera has already been set or automatically created by the renderer. More...
|
|
void | SetPass (vtkRenderPass *p) |
|
virtual vtkRenderPass * | GetPass () |
|
void | AddActor (vtkProp *p) |
| Add/Remove different types of props to the renderer. More...
|
|
void | AddVolume (vtkProp *p) |
| Add/Remove different types of props to the renderer. More...
|
|
void | RemoveActor (vtkProp *p) |
| Add/Remove different types of props to the renderer. More...
|
|
void | RemoveVolume (vtkProp *p) |
| Add/Remove different types of props to the renderer. More...
|
|
virtual int | GetTwoSidedLighting () |
| Turn on/off two-sided lighting of surfaces. More...
|
|
virtual void | SetTwoSidedLighting (int) |
| Turn on/off two-sided lighting of surfaces. More...
|
|
virtual void | TwoSidedLightingOn () |
| Turn on/off two-sided lighting of surfaces. More...
|
|
virtual void | TwoSidedLightingOff () |
| Turn on/off two-sided lighting of surfaces. More...
|
|
virtual void | SetLightFollowCamera (int) |
| Turn on/off the automatic repositioning of lights as the camera moves. More...
|
|
virtual int | GetLightFollowCamera () |
| Turn on/off the automatic repositioning of lights as the camera moves. More...
|
|
virtual void | LightFollowCameraOn () |
| Turn on/off the automatic repositioning of lights as the camera moves. More...
|
|
virtual void | LightFollowCameraOff () |
| Turn on/off the automatic repositioning of lights as the camera moves. More...
|
|
virtual int | GetAutomaticLightCreation () |
| Turn on/off a flag which disables the automatic light creation capability. More...
|
|
virtual void | SetAutomaticLightCreation (int) |
| Turn on/off a flag which disables the automatic light creation capability. More...
|
|
virtual void | AutomaticLightCreationOn () |
| Turn on/off a flag which disables the automatic light creation capability. More...
|
|
virtual void | AutomaticLightCreationOff () |
| Turn on/off a flag which disables the automatic light creation capability. More...
|
|
virtual void | SetErase (int) |
| When this flag is off, the renderer will not erase the background or the Zbuffer. More...
|
|
virtual int | GetErase () |
| When this flag is off, the renderer will not erase the background or the Zbuffer. More...
|
|
virtual void | EraseOn () |
| When this flag is off, the renderer will not erase the background or the Zbuffer. More...
|
|
virtual void | EraseOff () |
| When this flag is off, the renderer will not erase the background or the Zbuffer. More...
|
|
virtual void | SetDraw (int) |
| When this flag is off, render commands are ignored. More...
|
|
virtual int | GetDraw () |
| When this flag is off, render commands are ignored. More...
|
|
virtual void | DrawOn () |
| When this flag is off, render commands are ignored. More...
|
|
virtual void | DrawOff () |
| When this flag is off, render commands are ignored. More...
|
|
virtual void | SetAmbient (double, double, double) |
| Set the intensity of ambient lighting. More...
|
|
virtual void | SetAmbient (double[3]) |
| Set the intensity of ambient lighting. More...
|
|
virtual double * | GetAmbient () |
| Set the intensity of ambient lighting. More...
|
|
virtual void | GetAmbient (double data[3]) |
| Set the intensity of ambient lighting. More...
|
|
virtual void | SetAllocatedRenderTime (double) |
| Set/Get the amount of time this renderer is allowed to spend rendering its scene. More...
|
|
virtual double | GetAllocatedRenderTime () |
| Set/Get the amount of time this renderer is allowed to spend rendering its scene. More...
|
|
void | ResetCameraClippingRange (double bounds[6]) |
| Reset the camera clipping range based on a bounding box. More...
|
|
void | ResetCameraClippingRange (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
| Reset the camera clipping range based on a bounding box. More...
|
|
virtual void | SetNearClippingPlaneTolerance (double) |
| Specify tolerance for near clipping plane distance to the camera as a percentage of the far clipping plane distance. More...
|
|
virtual double | GetNearClippingPlaneTolerance () |
| Specify tolerance for near clipping plane distance to the camera as a percentage of the far clipping plane distance. More...
|
|
virtual void | SetClippingRangeExpansion (double) |
| Specify enlargement of bounds when resetting the camera clipping range. More...
|
|
virtual double | GetClippingRangeExpansion () |
| Specify enlargement of bounds when resetting the camera clipping range. More...
|
|
void | SetRenderWindow (vtkRenderWindow *) |
| Specify the rendering window in which to draw. More...
|
|
vtkRenderWindow * | GetRenderWindow () |
| Specify the rendering window in which to draw. More...
|
|
virtual vtkWindow * | GetVTKWindow () |
| Specify the rendering window in which to draw. More...
|
|
virtual void | SetBackingStore (int) |
| Turn on/off using backing store. More...
|
|
virtual int | GetBackingStore () |
| Turn on/off using backing store. More...
|
|
virtual void | BackingStoreOn () |
| Turn on/off using backing store. More...
|
|
virtual void | BackingStoreOff () |
| Turn on/off using backing store. More...
|
|
virtual void | SetInteractive (int) |
| Turn on/off interactive status. More...
|
|
virtual int | GetInteractive () |
| Turn on/off interactive status. More...
|
|
virtual void | InteractiveOn () |
| Turn on/off interactive status. More...
|
|
virtual void | InteractiveOff () |
| Turn on/off interactive status. More...
|
|
virtual void | SetLayer (int layer) |
| Set/Get the layer that this renderer belongs to. More...
|
|
virtual int | GetLayer () |
| Set/Get the layer that this renderer belongs to. More...
|
|
virtual int | GetPreserveColorBuffer () |
| By default, the renderer at layer 0 is opaque, and all non-zero layer renderers are transparent. More...
|
|
virtual void | SetPreserveColorBuffer (int) |
| By default, the renderer at layer 0 is opaque, and all non-zero layer renderers are transparent. More...
|
|
virtual void | PreserveColorBufferOn () |
| By default, the renderer at layer 0 is opaque, and all non-zero layer renderers are transparent. More...
|
|
virtual void | PreserveColorBufferOff () |
| By default, the renderer at layer 0 is opaque, and all non-zero layer renderers are transparent. More...
|
|
virtual void | SetPreserveDepthBuffer (int) |
| By default, the depth buffer is reset for each renderer. More...
|
|
virtual int | GetPreserveDepthBuffer () |
| By default, the depth buffer is reset for each renderer. More...
|
|
virtual void | PreserveDepthBufferOn () |
| By default, the depth buffer is reset for each renderer. More...
|
|
virtual void | PreserveDepthBufferOff () |
| By default, the depth buffer is reset for each renderer. More...
|
|
void | ViewToWorld () |
| Convert view point coordinates to world coordinates. More...
|
|
virtual void | ViewToWorld (double &wx, double &wy, double &wz) |
| Convert view point coordinates to world coordinates. More...
|
|
virtual double | GetLastRenderTimeInSeconds () |
| Get the time required, in seconds, for the last Render call. More...
|
|
virtual int | GetNumberOfPropsRendered () |
| Should be used internally only during a render Get the number of props that were rendered using a RenderOpaqueGeometry or RenderTranslucentPolygonalGeometry call. More...
|
|
vtkAssemblyPath * | PickProp (double selectionX, double selectionY) |
| Return the prop (via a vtkAssemblyPath) that has the highest z value at the given x, y position in the viewport. More...
|
|
vtkAssemblyPath * | PickProp (double selectionX1, double selectionY1, double selectionX2, double selectionY2) |
| Return the prop (via a vtkAssemblyPath) that has the highest z value at the given x, y position in the viewport. More...
|
|
virtual void | SetUseDepthPeeling (int) |
| Turn on/off rendering of translucent material with depth peeling technique. More...
|
|
virtual int | GetUseDepthPeeling () |
| Turn on/off rendering of translucent material with depth peeling technique. More...
|
|
virtual void | UseDepthPeelingOn () |
| Turn on/off rendering of translucent material with depth peeling technique. More...
|
|
virtual void | UseDepthPeelingOff () |
| Turn on/off rendering of translucent material with depth peeling technique. More...
|
|
virtual void | SetOcclusionRatio (double) |
| In case of use of depth peeling technique for rendering translucent material, define the threshold under which the algorithm stops to iterate over peel layers. More...
|
|
virtual double | GetOcclusionRatio () |
| In case of use of depth peeling technique for rendering translucent material, define the threshold under which the algorithm stops to iterate over peel layers. More...
|
|
virtual void | SetMaximumNumberOfPeels (int) |
| In case of depth peeling, define the maximum number of peeling layers. More...
|
|
virtual int | GetMaximumNumberOfPeels () |
| In case of depth peeling, define the maximum number of peeling layers. More...
|
|
virtual int | GetLastRenderingUsedDepthPeeling () |
| Tells if the last call to DeviceRenderTranslucentPolygonalGeometry() actually used depth peeling. More...
|
|
void | SetDelegate (vtkRendererDelegate *d) |
| Set/Get a custom Render call. More...
|
|
virtual vtkRendererDelegate * | GetDelegate () |
| Set/Get a custom Render call. More...
|
|
virtual vtkHardwareSelector * | GetSelector () |
| Get the current hardware selector. More...
|
|
virtual void | SetBackgroundTexture (vtkTexture *) |
| Set/Get the texture to be used for the background. More...
|
|
virtual vtkTexture * | GetBackgroundTexture () |
| Set/Get the texture to be used for the background. More...
|
|
virtual void | SetTexturedBackground (bool) |
| Set/Get whether this viewport should have a textured background. More...
|
|
virtual bool | GetTexturedBackground () |
| Set/Get whether this viewport should have a textured background. More...
|
|
virtual void | TexturedBackgroundOn () |
| Set/Get whether this viewport should have a textured background. More...
|
|
virtual void | TexturedBackgroundOff () |
| Set/Get whether this viewport should have a textured background. More...
|
|
virtual void | SetUseFXAA (bool) |
| Turn on/off FXAA anti-aliasing, if supported. More...
|
|
virtual bool | GetUseFXAA () |
| Turn on/off FXAA anti-aliasing, if supported. More...
|
|
virtual void | UseFXAAOn () |
| Turn on/off FXAA anti-aliasing, if supported. More...
|
|
virtual void | UseFXAAOff () |
| Turn on/off FXAA anti-aliasing, if supported. More...
|
|
virtual vtkFXAAOptions * | GetFXAAOptions () |
| The configuration object for FXAA antialiasing. More...
|
|
virtual void | SetFXAAOptions (vtkFXAAOptions *) |
| The configuration object for FXAA antialiasing. More...
|
|
virtual void | SetUseShadows (int) |
| Turn on/off rendering of shadows if supported Initial value is off. More...
|
|
virtual int | GetUseShadows () |
| Turn on/off rendering of shadows if supported Initial value is off. More...
|
|
virtual void | UseShadowsOn () |
| Turn on/off rendering of shadows if supported Initial value is off. More...
|
|
virtual void | UseShadowsOff () |
| Turn on/off rendering of shadows if supported Initial value is off. More...
|
|
virtual void | SetUseHiddenLineRemoval (int) |
| If this flag is true and the rendering engine supports it, wireframe geometry will be drawn using hidden line removal. More...
|
|
virtual int | GetUseHiddenLineRemoval () |
| If this flag is true and the rendering engine supports it, wireframe geometry will be drawn using hidden line removal. More...
|
|
virtual void | UseHiddenLineRemovalOn () |
| If this flag is true and the rendering engine supports it, wireframe geometry will be drawn using hidden line removal. More...
|
|
virtual void | UseHiddenLineRemovalOff () |
| If this flag is true and the rendering engine supports it, wireframe geometry will be drawn using hidden line removal. More...
|
|
virtual vtkInformation * | GetInformation () |
| Set/Get the information object associated with this algorithm. More...
|
|
virtual void | SetInformation (vtkInformation *) |
| Set/Get the information object associated with this algorithm. More...
|
|
vtkViewport * | NewInstance () const |
|
void | AddViewProp (vtkProp *) |
| Add a prop to the list of props. More...
|
|
vtkPropCollection * | GetViewProps () |
| Return any props in this viewport. More...
|
|
int | HasViewProp (vtkProp *) |
| Query if a prop is in the list of props. More...
|
|
void | RemoveViewProp (vtkProp *) |
| Remove a prop from the list of props. More...
|
|
void | RemoveAllViewProps (void) |
| Remove all props from the list of props. More...
|
|
virtual double * | GetCenter () |
| Return the center of this viewport in display coordinates. More...
|
|
virtual int | IsInViewport (int x, int y) |
| Is a given display point in this Viewport's viewport. More...
|
|
virtual void | DisplayToView () |
| Convert display coordinates to view coordinates. More...
|
|
virtual void | ViewToDisplay () |
| Convert view coordinates to display coordinates. More...
|
|
void | DisplayToWorld () |
| Convert display (or screen) coordinates to world coordinates. More...
|
|
void | WorldToDisplay () |
| Convert world point coordinates to display (or screen) coordinates. More...
|
|
vtkAssemblyPath * | PickPropFrom (double selectionX, double selectionY, vtkPropCollection *) |
| Same as PickProp with two arguments, but selects from the given collection of Props instead of the Renderers props. More...
|
|
vtkAssemblyPath * | PickPropFrom (double selectionX1, double selectionY1, double selectionX2, double selectionY2, vtkPropCollection *) |
| Same as PickProp with four arguments, but selects from the given collection of Props instead of the Renderers props. More...
|
|
void | AddActor2D (vtkProp *p) |
| Add/Remove different types of props to the renderer. More...
|
|
void | RemoveActor2D (vtkProp *p) |
| Add/Remove different types of props to the renderer. More...
|
|
vtkActor2DCollection * | GetActors2D () |
| Add/Remove different types of props to the renderer. More...
|
|
virtual void | SetBackground (double, double, double) |
| Set/Get the background color of the rendering screen using an rgb color specification. More...
|
|
virtual void | SetBackground (double[3]) |
| Set/Get the background color of the rendering screen using an rgb color specification. More...
|
|
virtual double * | GetBackground () |
| Set/Get the background color of the rendering screen using an rgb color specification. More...
|
|
virtual void | GetBackground (double &, double &, double &) |
| Set/Get the background color of the rendering screen using an rgb color specification. More...
|
|
virtual void | GetBackground (double[3]) |
| Set/Get the background color of the rendering screen using an rgb color specification. More...
|
|
virtual void | SetBackground2 (double, double, double) |
| Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification. More...
|
|
virtual void | SetBackground2 (double[3]) |
| Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification. More...
|
|
virtual double * | GetBackground2 () |
| Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification. More...
|
|
virtual void | GetBackground2 (double &, double &, double &) |
| Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification. More...
|
|
virtual void | GetBackground2 (double[3]) |
| Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification. More...
|
|
virtual void | SetGradientBackground (bool) |
| Set/Get whether this viewport should have a gradient background using the Background (bottom) and Background2 (top) colors. More...
|
|
virtual bool | GetGradientBackground () |
| Set/Get whether this viewport should have a gradient background using the Background (bottom) and Background2 (top) colors. More...
|
|
virtual void | GradientBackgroundOn () |
| Set/Get whether this viewport should have a gradient background using the Background (bottom) and Background2 (top) colors. More...
|
|
virtual void | GradientBackgroundOff () |
| Set/Get whether this viewport should have a gradient background using the Background (bottom) and Background2 (top) colors. More...
|
|
virtual void | SetAspect (double, double) |
| Set the aspect ratio of the rendered image. More...
|
|
void | SetAspect (double[2]) |
| Set the aspect ratio of the rendered image. More...
|
|
virtual double * | GetAspect () |
| Set the aspect ratio of the rendered image. More...
|
|
virtual void | GetAspect (double data[2]) |
| Set the aspect ratio of the rendered image. More...
|
|
virtual void | ComputeAspect () |
| Set the aspect ratio of the rendered image. More...
|
|
virtual void | SetPixelAspect (double, double) |
| Set the aspect ratio of a pixel in the rendered image. More...
|
|
void | SetPixelAspect (double[2]) |
| Set the aspect ratio of a pixel in the rendered image. More...
|
|
virtual double * | GetPixelAspect () |
| Set the aspect ratio of a pixel in the rendered image. More...
|
|
virtual void | GetPixelAspect (double data[2]) |
| Set the aspect ratio of a pixel in the rendered image. More...
|
|
virtual void | SetViewport (double, double, double, double) |
| Specify the viewport for the Viewport to draw in the rendering window. More...
|
|
virtual void | SetViewport (double[4]) |
| Specify the viewport for the Viewport to draw in the rendering window. More...
|
|
virtual double * | GetViewport () |
| Specify the viewport for the Viewport to draw in the rendering window. More...
|
|
virtual void | GetViewport (double data[4]) |
| Specify the viewport for the Viewport to draw in the rendering window. More...
|
|
virtual void | SetDisplayPoint (double, double, double) |
| Set/get a point location in display (or screen) coordinates. More...
|
|
virtual void | SetDisplayPoint (double[3]) |
| Set/get a point location in display (or screen) coordinates. More...
|
|
virtual double * | GetDisplayPoint () |
| Set/get a point location in display (or screen) coordinates. More...
|
|
virtual void | GetDisplayPoint (double data[3]) |
| Set/get a point location in display (or screen) coordinates. More...
|
|
virtual void | SetViewPoint (double, double, double) |
| Specify a point location in view coordinates. More...
|
|
virtual void | SetViewPoint (double[3]) |
| Specify a point location in view coordinates. More...
|
|
virtual double * | GetViewPoint () |
| Specify a point location in view coordinates. More...
|
|
virtual void | GetViewPoint (double data[3]) |
| Specify a point location in view coordinates. More...
|
|
virtual void | SetWorldPoint (double, double, double, double) |
| Specify a point location in world coordinates. More...
|
|
virtual void | SetWorldPoint (double[4]) |
| Specify a point location in world coordinates. More...
|
|
virtual double * | GetWorldPoint () |
| Specify a point location in world coordinates. More...
|
|
virtual void | GetWorldPoint (double data[4]) |
| Specify a point location in world coordinates. More...
|
|
virtual void | LocalDisplayToDisplay (double &x, double &y) |
| These methods map from one coordinate system to another. More...
|
|
virtual void | DisplayToNormalizedDisplay (double &u, double &v) |
| These methods map from one coordinate system to another. More...
|
|
virtual void | NormalizedDisplayToViewport (double &x, double &y) |
| These methods map from one coordinate system to another. More...
|
|
virtual void | ViewportToNormalizedViewport (double &u, double &v) |
| These methods map from one coordinate system to another. More...
|
|
virtual void | NormalizedViewportToView (double &x, double &y, double &z) |
| These methods map from one coordinate system to another. More...
|
|
virtual void | DisplayToLocalDisplay (double &x, double &y) |
| These methods map from one coordinate system to another. More...
|
|
virtual void | NormalizedDisplayToDisplay (double &u, double &v) |
| These methods map from one coordinate system to another. More...
|
|
virtual void | ViewportToNormalizedDisplay (double &x, double &y) |
| These methods map from one coordinate system to another. More...
|
|
virtual void | NormalizedViewportToViewport (double &u, double &v) |
| These methods map from one coordinate system to another. More...
|
|
virtual void | ViewToNormalizedViewport (double &x, double &y, double &z) |
| These methods map from one coordinate system to another. More...
|
|
virtual int * | GetSize () |
| Get the size and origin of the viewport in display coordinates. More...
|
|
virtual int * | GetOrigin () |
| Get the size and origin of the viewport in display coordinates. More...
|
|
void | GetTiledSize (int *width, int *height) |
| Get the size and origin of the viewport in display coordinates. More...
|
|
virtual void | GetTiledSizeAndOrigin (int *width, int *height, int *lowerLeftX, int *lowerLeftY) |
| Get the size and origin of the viewport in display coordinates. More...
|
|
double | GetPickX () const |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
double | GetPickY () const |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
double | GetPickWidth () const |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
double | GetPickHeight () const |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
double | GetPickX1 () const |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
double | GetPickY1 () const |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
double | GetPickX2 () const |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
double | GetPickY2 () const |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
virtual int | GetIsPicking () |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
virtual unsigned int | GetCurrentPickId () |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
void | SetCurrentPickId (unsigned int a) |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
virtual vtkPropCollection * | GetPickResultProps () |
| Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY). More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
bool | GetDebug () |
| Get the value of the debug flag. More...
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag. More...
|
|
virtual void | Modified () |
| Update the modification time for this object. More...
|
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
int | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
int | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
int | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
const char * | GetClassName () const |
| Return the class name as a string. More...
|
|
virtual void | Delete () |
| Delete a VTK object. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. More...
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream. More...
|
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object). More...
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object). More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int) |
| Sets the reference count. More...
|
|
void | PrintRevisions (ostream &) |
| Legacy. More...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|