|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
|
vtkValuePass * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
virtual void | SetRenderingMode (int) |
|
virtual int | GetRenderingMode () |
|
void | SetInputArrayToProcess (int fieldAssociation, const char *name) |
|
void | SetInputArrayToProcess (int fieldAssociation, int fieldId) |
|
void | SetInputComponentToProcess (int component) |
|
void | SetScalarRange (double min, double max) |
|
void | Render (const vtkRenderState *s) override |
| Perform rendering according to a render state s . More...
|
|
vtkFloatArray * | GetFloatImageDataArray (vtkRenderer *ren) |
| Interface to get the rendered image in FLOATING_POINT mode. More...
|
|
void | GetFloatImageData (int const format, int const width, int const height, void *data) |
| Interface to get the rendered image in FLOATING_POINT mode. More...
|
|
int * | GetFloatImageExtents () |
| Interface to get the rendered image in FLOATING_POINT mode. More...
|
|
bool | IsFloatingPointModeSupported () |
| Check for extension support. More...
|
|
void | ReleaseGraphicsResources (vtkWindow *win) override |
| Release graphics resources and ask components to release their own resources. More...
|
|
void | ColorToValue (unsigned char const *color, double const min, double const scale, double &value) |
| Convert an RGB triplet to a floating point value. More...
|
|
vtkOpenGLRenderPass * | NewInstance () const |
|
virtual bool | PreReplaceShaderValues (std::string &vertexShader, std::string &geometryShader, std::string &fragmentShader, vtkAbstractMapper *mapper, vtkProp *prop) |
| Use vtkShaderProgram::Substitute to replace //VTK::XXX:YYY declarations in the shader sources. More...
|
|
virtual void | SetActiveDrawBuffers (unsigned int) |
| Number of active draw buffers. More...
|
|
virtual unsigned int | GetActiveDrawBuffers () |
|
vtkRenderPass * | NewInstance () const |
|
virtual int | GetNumberOfRenderedProps () |
| Number of props rendered at the last Render call. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
bool | GetDebug () |
| Get the value of the debug flag. More...
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag. More...
|
|
virtual void | Modified () |
| Update the modification time for this object. More...
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time. More...
|
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
int | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
const char * | GetClassName () const |
| Return the class name as a string. More...
|
|
virtual void | Delete () |
| Delete a VTK object. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. More...
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream. More...
|
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object). More...
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object). More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int) |
| Sets the reference count. More...
|
|
void | PrintRevisions (ostream &) |
| Legacy. More...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkValuePass () |
|
| ~vtkValuePass () override |
|
void | BeginPass (vtkRenderer *ren) |
| Manages graphics resources depending on the rendering mode. More...
|
|
void | EndPass () |
| Unbinds internal FBO when FLOATING_POINT mode is enabled. More...
|
|
void | RenderOpaqueGeometry (const vtkRenderState *s) |
| Opaque pass with key checking. More...
|
|
void | RenderPieceFinish () |
| Unbind textures, etc. More...
|
|
void | RenderPieceStart (vtkDataArray *dataArr, vtkMapper *m) |
| Upload new data if necessary, bind textures, etc. More...
|
|
void | BeginMapperRender (vtkMapper *mapper, vtkDataArray *dataArray, vtkProperty *property) |
| Setup the mapper state, buffer objects or property variables necessary to render the active rendering mode. More...
|
|
void | EndMapperRender (vtkMapper *mapper, vtkProperty *property) |
| Revert any changes made in BeginMapperRender. More...
|
|
void | InitializeBuffers (vtkRenderer *ren) |
|
bool | UpdateShaders (std::string &VSSource, std::string &FSSource) |
| Add necessary shader definitions. More...
|
|
void | BindAttributes (vtkShaderProgram *prog, vtkOpenGLVertexArrayObject *VAO) |
| Bind shader variables. More...
|
|
void | BindUniforms (vtkShaderProgram *prog) |
|
|
bool | PostReplaceShaderValues (std::string &vertexShader, std::string &geometryShader, std::string &fragmentShader, vtkAbstractMapper *mapper, vtkProp *prop) override |
| vtkOpenGLRenderPass API. More...
|
|
bool | SetShaderParameters (vtkShaderProgram *program, vtkAbstractMapper *mapper, vtkProp *prop, vtkOpenGLVertexArrayObject *VAO=nullptr) override |
| Update the uniforms of the shader program. More...
|
|
vtkMTimeType | GetShaderStageMTime () override |
| For multi-stage render passes that need to change shader code during a single pass, use this method to notify a mapper that the shader needs to be rebuilt (rather than reuse the last cached shader. More...
|
|
|
bool | HasWindowSizeChanged (vtkRenderer *ren) |
| Methods managing graphics resources required during FLOATING_POINT mode. More...
|
|
bool | InitializeFBO (vtkRenderer *ren) |
| Methods managing graphics resources required during FLOATING_POINT mode. More...
|
|
void | ReleaseFBO (vtkWindow *win) |
| Methods managing graphics resources required during FLOATING_POINT mode. More...
|
|
| vtkOpenGLRenderPass () |
|
| ~vtkOpenGLRenderPass () override |
|
void | PreRender (const vtkRenderState *s) |
| Call before rendering to update the actors' information keys. More...
|
|
void | PostRender (const vtkRenderState *s) |
| Call after rendering to clean up the actors' information keys. More...
|
|
| vtkRenderPass () |
| Default constructor. More...
|
|
| ~vtkRenderPass () override |
| Destructor. More...
|
|
void | UpdateCamera (vtkRenderer *renderer) |
| Call UpdateCamera() on Renderer. More...
|
|
void | ClearLights (vtkRenderer *renderer) |
| Call ClearLights() on Renderer. More...
|
|
void | UpdateLightGeometry (vtkRenderer *renderer) |
| Call UpdateLightGeometry() on Renderer. More...
|
|
void | UpdateLights (vtkRenderer *renderer) |
| Call UpdateLights() on Renderer. More...
|
|
void | UpdateGeometry (vtkRenderer *renderer) |
| Call UpdateGeometry() on Renderer. More...
|
|
void | SetLastRenderingUsedDepthPeeling (vtkRenderer *renderer, bool value) |
| Modify protected member LastRenderingUsedDepthPeeling on Renderer. More...
|
|
| vtkObject () |
|
| ~vtkObject () override |
|
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
|
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) |
| These methods allow a command to exclusively grab all events. More...
|
|
void | InternalReleaseFocus () |
| These methods allow a command to exclusively grab all events. More...
|
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | CollectRevisions (ostream &) |
|
virtual void | ReportReferences (vtkGarbageCollector *) |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|
Renders geometry using the values of a field array as fragment colors.
The output can be used for deferred color mapping. It supports using arrays of either point or cell data. The target array can be selected by setting an array name/id and a component number. Only opaque geometry is supported.
There are two rendering modes available:
- INVERTIBLE_LUT Encodes array values as RGB data and renders the result to the default framebuffer. It uses a texture as a color LUT to map the values to RGB data. Texture size constraints limit its precision (currently 12-bit). The implementation of this mode is in vtkInternalsInvertible.
- FLOATING_POINT Renders actual array values as floating point data to an internal RGBA32F framebuffer. This class binds and unbinds the framebuffer on each render pass. Resources are allocated on demand. When rendering point data values are uploaded to the GPU as vertex attributes. When rendering cell data values are uploaded as a texture buffer. Custom vertex and fragment shaders are defined in order to adjust its behavior for either type of data.
- See also
- vtkRenderPass vtkOpenGLRenderPass
- Tests:
- vtkValuePass (Tests)
Definition at line 62 of file vtkValuePass.h.