Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 ()
 
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 84 of file vtkNeverTranslucentTexture.h.

Constructor & Destructor Documentation

◆ vtkNeverTranslucentTextureFactory() [1/2]

vtkNeverTranslucentTextureFactory::vtkNeverTranslucentTextureFactory ( )

◆ vtkNeverTranslucentTextureFactory() [2/2]

vtkNeverTranslucentTextureFactory::vtkNeverTranslucentTextureFactory ( const vtkNeverTranslucentTextureFactory )
protected

Member Function Documentation

◆ GetDescription()

const char* vtkNeverTranslucentTextureFactory::GetDescription ( )
override

◆ GetVTKSourceVersion()

const char* vtkNeverTranslucentTextureFactory::GetVTKSourceVersion ( )
override

◆ New()

static vtkNeverTranslucentTextureFactory* vtkNeverTranslucentTextureFactory::New ( )
static

◆ operator=()

void vtkNeverTranslucentTextureFactory::operator= ( const vtkNeverTranslucentTextureFactory )
protected

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