VTK
vtkOpenGLRayCastImageDisplayHelper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOpenGLRayCastImageDisplayHelper.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 
27 #ifndef vtkOpenGLRayCastImageDisplayHelper_h
28 #define vtkOpenGLRayCastImageDisplayHelper_h
29 
30 #include "vtkRenderingVolumeOpenGL2Module.h" // For export macro
32 
34 class vtkOpenGLHelper;
35 class vtkRenderer;
36 class vtkTextureObject;
37 class vtkVolume;
38 class vtkWindow;
39 
40 class VTKRENDERINGVOLUMEOPENGL2_EXPORT vtkOpenGLRayCastImageDisplayHelper
42 {
43 public:
46  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
47 
48  void RenderTexture( vtkVolume *vol, vtkRenderer *ren,
49  int imageMemorySize[2],
50  int imageViewportSize[2],
51  int imageInUseSize[2],
52  int imageOrigin[2],
53  float requestedDepth,
54  unsigned char *image );
55 
56  void RenderTexture( vtkVolume *vol, vtkRenderer *ren,
57  int imageMemorySize[2],
58  int imageViewportSize[2],
59  int imageInUseSize[2],
60  int imageOrigin[2],
61  float requestedDepth,
62  unsigned short *image );
63 
64  void RenderTexture( vtkVolume *vol, vtkRenderer *ren,
66  float requestedDepth );
67 
68  virtual void ReleaseGraphicsResources(vtkWindow *win);
69 
70 protected:
73 
74  void RenderTextureInternal( vtkVolume *vol, vtkRenderer *ren,
75  int imageMemorySize[2],
76  int imageViewportSize[2],
77  int imageInUseSize[2],
78  int imageOrigin[2],
79  float requestedDepth,
80  int imageScalarType,
81  void *image );
82 
83  // used for copying to framebuffer
86 
87 
88 
89 private:
91  void operator=(const vtkOpenGLRayCastImageDisplayHelper&) VTK_DELETE_FUNCTION;
92 };
93 
94 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:50
virtual void ReleaseGraphicsResources(vtkWindow *)
Derived class should implemen this if needed.
abstract specification for renderers
Definition: vtkRenderer.h:63
helper class that draws the image to the screen
window superclass for vtkRenderWindow
Definition: vtkWindow.h:37
virtual void RenderTexture(vtkVolume *vol, vtkRenderer *ren, int imageMemorySize[2], int imageViewportSize[2], int imageInUseSize[2], int imageOrigin[2], float requestedDepth, unsigned char *image)=0
a simple class to control print indentation
Definition: vtkIndent.h:39
OpenGL subclass that draws the image to the screen.
static vtkRayCastImageDisplayHelper * New()
abstracts an OpenGL texture object.
helper class for a ray cast image