Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
vtkNeverTranslucentTextureFactory Class Reference

Factory for vtkNeverTranslucentTexture (see this class!). More...

#include <vtkNeverTranslucentTexture.h>

Inheritance diagram for vtkNeverTranslucentTextureFactory:
Collaboration diagram for vtkNeverTranslucentTextureFactory:

Public Member Functions

 vtkNeverTranslucentTextureFactory ()
 
virtual const char * GetVTKSourceVersion () override
 
const char * GetDescription () override
 

Static Public Member Functions

static vtkNeverTranslucentTextureFactoryNew ()
 

Protected Member Functions

 vtkNeverTranslucentTextureFactory (const vtkNeverTranslucentTextureFactory &)
 
void operator= (const vtkNeverTranslucentTextureFactory &)
 

Detailed Description

Factory for vtkNeverTranslucentTexture (see this class!).

Registered in CoreActivator to replace all instances of vtkTexture with vtkNeverTranslucentTexture.

Required to make rendering of images during level/window operations acceptably fast.

Definition at line 88 of file vtkNeverTranslucentTexture.h.

Constructor & Destructor Documentation

vtkNeverTranslucentTextureFactory::vtkNeverTranslucentTextureFactory ( )

Definition at line 44 of file vtkNeverTranslucentTexture.cpp.

Referenced by New().

vtkNeverTranslucentTextureFactory::vtkNeverTranslucentTextureFactory ( const vtkNeverTranslucentTextureFactory )
protected

Member Function Documentation

const char * vtkNeverTranslucentTextureFactory::GetDescription ( )
override

Definition at line 63 of file vtkNeverTranslucentTexture.cpp.

const char * vtkNeverTranslucentTextureFactory::GetVTKSourceVersion ( )
overridevirtual

Definition at line 58 of file vtkNeverTranslucentTexture.cpp.

vtkNeverTranslucentTextureFactory * vtkNeverTranslucentTextureFactory::New ( void  )
static
void vtkNeverTranslucentTextureFactory::operator= ( const vtkNeverTranslucentTextureFactory )
protected

The documentation for this class was generated from the following files: