• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

dox/Rendering/vtkMesaActor.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkMesaActor.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 =========================================================================*/
00025 #ifndef __vtkMesaActor_h
00026 #define __vtkMesaActor_h
00027 
00028 #include "vtkActor.h"
00029 
00030 class vtkMesaRenderer;
00031 
00032 class VTK_RENDERING_EXPORT vtkMesaActor : public vtkActor
00033 {
00034 protected:
00035   
00036 public:
00037   static vtkMesaActor *New();
00038   vtkTypeRevisionMacro(vtkMesaActor,vtkActor);
00039   virtual void PrintSelf(ostream& os, vtkIndent indent);
00040 
00042   void Render(vtkRenderer *ren, vtkMapper *mapper);
00043   
00046   vtkProperty* MakeProperty();
00047 protected:
00048   vtkMesaActor() {};
00049   ~vtkMesaActor() {};
00050 
00051 private:
00052   vtkMesaActor(const vtkMesaActor&);  // Not implemented.
00053   void operator=(const vtkMesaActor&);  // Not implemented.
00054 };
00055 
00056 #endif
00057 

Generated by  doxygen 1.7.1