Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

dox/Rendering/vtkOpenGLVolumeProVG500Mapper.h

Go to the documentation of this file.
00001 /*========================================================================= 00002 00003 Program: Visualization Toolkit 00004 Module: $RCSfile: vtkOpenGLVolumeProVG500Mapper.h,v $ 00005 00006 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 00007 All rights reserved. 00008 See Copyright.txt or http://www.kitware.com/Copyright.htm for details. 00009 00010 This software is distributed WITHOUT ANY WARRANTY; without even 00011 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00012 PURPOSE. See the above copyright notice for more information. 00013 00014 =========================================================================*/ 00042 #ifndef __vtkOpenGLVolumeProVG500Mapper_h 00043 #define __vtkOpenGLVolumeProVG500Mapper_h 00044 00045 #include "vtkVolumeProVG500Mapper.h" 00046 00047 class VTK_VOLUMEPRO_EXPORT vtkOpenGLVolumeProVG500Mapper : public vtkVolumeProVG500Mapper 00048 { 00049 public: 00050 vtkTypeRevisionMacro(vtkOpenGLVolumeProVG500Mapper,vtkVolumeProVG500Mapper); 00051 static vtkOpenGLVolumeProVG500Mapper *New(); 00052 virtual void PrintSelf(ostream& os, vtkIndent indent); 00053 00054 protected: 00055 vtkOpenGLVolumeProVG500Mapper() {}; 00056 ~vtkOpenGLVolumeProVG500Mapper() {}; 00057 00058 // Render the hexagon returned by the hardware to the screen. 00059 void RenderHexagon( vtkRenderer *ren, 00060 vtkVolume *vol, 00061 VLIPixel *basePlane, 00062 int size[2], 00063 VLIVector3D hexagon[6], 00064 VLIVector2D textureCoords[6] ); 00065 private: 00066 vtkOpenGLVolumeProVG500Mapper(const vtkOpenGLVolumeProVG500Mapper&); // Not implemented. 00067 void operator=(const vtkOpenGLVolumeProVG500Mapper&); // Not implemented. 00068 }; 00069 00070 00071 #endif 00072 00073 00074