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

vtkOpenGLProperty.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkOpenGLProperty.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 =========================================================================*/
00022 #ifndef __vtkOpenGLProperty_h
00023 #define __vtkOpenGLProperty_h
00024 
00025 #include "vtkProperty.h"
00026 
00027 class vtkOpenGLRenderer;
00028 
00029 class VTK_RENDERING_EXPORT vtkOpenGLProperty : public vtkProperty
00030 {
00031 public:
00032   static vtkOpenGLProperty *New();
00033   vtkTypeRevisionMacro(vtkOpenGLProperty,vtkProperty);
00034   virtual void PrintSelf(ostream& os, vtkIndent indent);
00035 
00037   void Render(vtkActor *a, vtkRenderer *ren);
00038 
00040   void BackfaceRender(vtkActor *a, vtkRenderer *ren);
00041 
00042 protected:
00043   vtkOpenGLProperty() {};
00044   ~vtkOpenGLProperty() {};
00045 private:
00046   vtkOpenGLProperty(const vtkOpenGLProperty&);  // Not implemented.
00047   void operator=(const vtkOpenGLProperty&);  // Not implemented.
00048 };
00049 
00050 #endif

Generated on Mon Jan 21 23:07:35 2008 for VTK by  doxygen 1.4.3-20050530