|
Drake Designer
|
#include <src/vtk/DRCFilters/vtkEDLShading.h>

Public Member Functions | |
| vtkTypeRevisionMacro (vtkEDLShading, vtkDepthImageProcessingPass) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Render (const vtkRenderState *s) |
| void | ReleaseGraphicsResources (vtkWindow *w) |
Public Member Functions inherited from vtkDepthImageProcessingPass | |
| vtkTypeRevisionMacro (vtkDepthImageProcessingPass, vtkRenderPass) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | ReleaseGraphicsResources (vtkWindow *w) |
| vtkGetObjectMacro (DelegatePass, vtkRenderPass) | |
| virtual void | SetDelegatePass (vtkRenderPass *delegatePass) |
Static Public Member Functions | |
| static vtkEDLShading * | New () |
Protected Member Functions | |
| vtkEDLShading () | |
| virtual | ~vtkEDLShading () |
| void | EDLInitializeFramebuffers (vtkRenderState &s) |
| void | EDLInitializeShaders () |
| bool | EDLShadeHigh (vtkRenderState &s) |
| bool | EDLShadeLow (vtkRenderState &s) |
| bool | EDLBlurLow (vtkRenderState &s) |
| bool | EDLCompose (const vtkRenderState *s) |
Protected Member Functions inherited from vtkDepthImageProcessingPass | |
| vtkDepthImageProcessingPass () | |
| virtual | ~vtkDepthImageProcessingPass () |
| virtual void | RenderDelegate (const vtkRenderState *s, int width, int height, int newWidth, int newHeight, vtkFrameBufferObject *fbo, vtkTextureObject *colortarget, vtkTextureObject *depthtarget) |
| bool | TestHardwareSupport (const vtkRenderState *s) |
| void | ReadWindowSize (const vtkRenderState *s) |
Protected Attributes | |
| vtkFrameBufferObject * | ProjectionFBO |
| vtkTextureObject * | ProjectionColorTexture |
| vtkTextureObject * | ProjectionDepthTexture |
| vtkFrameBufferObject * | EDLHighFBO |
| vtkTextureObject * | EDLHighShadeTexture |
| vtkFrameBufferObject * | EDLLowFBO |
| vtkTextureObject * | EDLLowShadeTexture |
| vtkTextureObject * | EDLLowBlurTexture |
| vtkShaderProgram2 * | EDLShadeProgram |
| vtkShaderProgram2 * | EDLComposeProgram |
| vtkShaderProgram2 * | BilateralProgram |
| float | EDLNeighbours [32] |
| bool | EDLIsFiltered |
| int | EDLLowResFactor |
| float | Zn |
| float | Zf |
Protected Attributes inherited from vtkDepthImageProcessingPass | |
| vtkRenderPass * | DelegatePass |
| int | width |
| int | height |
| int | w |
| int | h |
| int | extraPixels |
Definition at line 77 of file vtkEDLShading.h.
|
protected |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
| void vtkEDLShading::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| void vtkEDLShading::ReleaseGraphicsResources | ( | vtkWindow * | w | ) |
|
virtual |
| vtkEDLShading::vtkTypeRevisionMacro | ( | vtkEDLShading | , |
| vtkDepthImageProcessingPass | |||
| ) |
|
protected |
Definition at line 155 of file vtkEDLShading.h.
|
protected |
Definition at line 154 of file vtkEDLShading.h.
|
protected |
Definition at line 140 of file vtkEDLShading.h.
|
protected |
Definition at line 142 of file vtkEDLShading.h.
|
protected |
Definition at line 158 of file vtkEDLShading.h.
|
protected |
Definition at line 148 of file vtkEDLShading.h.
|
protected |
Definition at line 144 of file vtkEDLShading.h.
|
protected |
Definition at line 159 of file vtkEDLShading.h.
|
protected |
Definition at line 146 of file vtkEDLShading.h.
|
protected |
Definition at line 157 of file vtkEDLShading.h.
|
protected |
Definition at line 153 of file vtkEDLShading.h.
|
protected |
Definition at line 134 of file vtkEDLShading.h.
|
protected |
Definition at line 136 of file vtkEDLShading.h.
|
protected |
Definition at line 132 of file vtkEDLShading.h.
|
protected |
Definition at line 162 of file vtkEDLShading.h.
|
protected |
Definition at line 161 of file vtkEDLShading.h.
1.8.6