vtkOpenGLVolumeShearWarpMapper.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00061 #ifndef __vtkOpenGLVolumeShearWarpMapper_h
00062 #define __vtkOpenGLVolumeShearWarpMapper_h
00063
00064 #include "vtkVolumeShearWarpMapper.h"
00065
00066 class VTK_RENDERING_EXPORT vtkOpenGLVolumeShearWarpMapper : public vtkVolumeShearWarpMapper
00067 {
00068 public:
00069
00070 void PrintSelf(ostream& os, vtkIndent indent);
00071
00072 static vtkOpenGLVolumeShearWarpMapper *New();
00073 vtkTypeRevisionMacro(vtkOpenGLVolumeShearWarpMapper,vtkVolumeShearWarpMapper);
00074
00075 protected:
00076 vtkOpenGLVolumeShearWarpMapper();
00077 ~vtkOpenGLVolumeShearWarpMapper();
00078
00079 virtual void RenderTexture(vtkRenderer *ren, vtkVolume *vol);
00080
00081 private:
00082 vtkOpenGLVolumeShearWarpMapper(const vtkOpenGLVolumeShearWarpMapper&);
00083 void operator=(const vtkOpenGLVolumeShearWarpMapper&);
00084 };
00085
00086
00087 #endif
00088
00089