![]() |
Fraxinus
17.12-rc2
An IGT application
|
Helper class for GPU rendering of slices. More...
#include <cxTextureSlicePainter.h>
Public Member Functions | |
| vtkTypeMacro (TextureSlicePainter, vtkOpenGLRepresentationPainter) | |
| virtual void | ReleaseGraphicsResources (vtkWindow *) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | setShaderPath (QString path) |
| void | SetColorAttribute (int index, float window, float level, float llr, float alpha) |
| void | SetVolumeBuffer (int index, GPUImageDataBufferPtr buffer) |
| void | SetLutBuffer (int index, GPUImageLutBufferPtr buffer) |
| void | releaseGraphicsResources (int index) |
Static Public Member Functions | |
| static TextureSlicePainter * | New () |
| static bool | LoadRequiredExtensions (vtkOpenGLExtensionManager *mgr) |
Protected Member Functions | |
| TextureSlicePainter () | |
| virtual | ~TextureSlicePainter () |
| virtual void | PrepareForRendering (vtkRenderer *, vtkActor *) |
| void | RenderInternal (vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly) |
| bool | CanRender (vtkRenderer *, vtkActor *) |
| void | ClearGraphicsResources () |
Static Protected Member Functions | |
| static bool | LoadRequiredExtension (vtkOpenGLExtensionManager *mgr, QString id) |
Helper class for GPU rendering of slices.
Definition at line 97 of file cxTextureSlicePainter.h.
|
protected |
Definition at line 174 of file cxTextureSlicePainter.cpp.
|
protectedvirtual |
Definition at line 201 of file cxTextureSlicePainter.cpp.
|
protected |
Definition at line 328 of file cxTextureSlicePainter.cpp.
|
protected |
Definition at line 403 of file cxTextureSlicePainter.cpp.
|
staticprotected |
Definition at line 333 of file cxTextureSlicePainter.cpp.
|
static |
Definition at line 341 of file cxTextureSlicePainter.cpp.
|
static |
|
protectedvirtual |
Definition at line 222 of file cxTextureSlicePainter.cpp.
| void cx::TextureSlicePainter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
Definition at line 367 of file cxTextureSlicePainter.cpp.
|
virtual |
Definition at line 209 of file cxTextureSlicePainter.cpp.
| void cx::TextureSlicePainter::releaseGraphicsResources | ( | int | index | ) |
Definition at line 363 of file cxTextureSlicePainter.cpp.
|
protected |
Definition at line 295 of file cxTextureSlicePainter.cpp.
| void cx::TextureSlicePainter::SetColorAttribute | ( | int | index, |
| float | window, | ||
| float | level, | ||
| float | llr, | ||
| float | alpha | ||
| ) |
Definition at line 358 of file cxTextureSlicePainter.cpp.
| void cx::TextureSlicePainter::SetLutBuffer | ( | int | index, |
| GPUImageLutBufferPtr | buffer | ||
| ) |
Definition at line 353 of file cxTextureSlicePainter.cpp.
| void cx::TextureSlicePainter::setShaderPath | ( | QString | path | ) |
Definition at line 179 of file cxTextureSlicePainter.cpp.
| void cx::TextureSlicePainter::SetVolumeBuffer | ( | int | index, |
| GPUImageDataBufferPtr | buffer | ||
| ) |
Definition at line 348 of file cxTextureSlicePainter.cpp.
| cx::TextureSlicePainter::vtkTypeMacro | ( | TextureSlicePainter | , |
| vtkOpenGLRepresentationPainter | |||
| ) |