![]() |
Fraxinus
16.5.0-fx-rc4
An IGT application
|
#include <cxTextureSlicePainter.h>
Public Member Functions | |
| SingleVolumePainterHelper (int index) | |
| SingleVolumePainterHelper () | |
| ~SingleVolumePainterHelper () | |
| void | SetBuffer (GPUImageDataBufferPtr buffer) |
| void | SetBuffer (GPUImageLutBufferPtr buffer) |
| void | SetColorAttribute (float window, float level, float llr, float alpha) |
| void | initializeRendering () |
| void | setUniformiArray (vtkUniformVariables *uniforms, QString name, int val) |
| void | setUniformfArray (vtkUniformVariables *uniforms, QString name, float val) |
| void | eachRenderInternal (vtkSmartPointer< vtkShaderProgram2 > shader) |
Definition at line 67 of file cxTextureSlicePainter.h.
|
explicit |
Definition at line 81 of file cxTextureSlicePainter.cpp.
| cx::SingleVolumePainterHelper::SingleVolumePainterHelper | ( | ) |
Definition at line 90 of file cxTextureSlicePainter.cpp.
| cx::SingleVolumePainterHelper::~SingleVolumePainterHelper | ( | ) |
Definition at line 99 of file cxTextureSlicePainter.cpp.
| void cx::SingleVolumePainterHelper::eachRenderInternal | ( | vtkSmartPointer< vtkShaderProgram2 > | shader | ) |
Definition at line 142 of file cxTextureSlicePainter.cpp.
| void cx::SingleVolumePainterHelper::initializeRendering | ( | ) |
Definition at line 122 of file cxTextureSlicePainter.cpp.
| void cx::SingleVolumePainterHelper::SetBuffer | ( | GPUImageDataBufferPtr | buffer | ) |
Definition at line 104 of file cxTextureSlicePainter.cpp.
| void cx::SingleVolumePainterHelper::SetBuffer | ( | GPUImageLutBufferPtr | buffer | ) |
Definition at line 109 of file cxTextureSlicePainter.cpp.
| void cx::SingleVolumePainterHelper::SetColorAttribute | ( | float | window, |
| float | level, | ||
| float | llr, | ||
| float | alpha | ||
| ) |
Definition at line 114 of file cxTextureSlicePainter.cpp.
| void cx::SingleVolumePainterHelper::setUniformfArray | ( | vtkUniformVariables * | uniforms, |
| QString | name, | ||
| float | val | ||
| ) |
Definition at line 136 of file cxTextureSlicePainter.cpp.
| void cx::SingleVolumePainterHelper::setUniformiArray | ( | vtkUniformVariables * | uniforms, |
| QString | name, | ||
| int | val | ||
| ) |
Definition at line 130 of file cxTextureSlicePainter.cpp.