VTK
9.1.0
|
links vtkRenderers to OSPRay More...
#include <vtkOSPRayRendererNode.h>
Public Types | |
enum | BackgroundMode { None , Backplate , Environment , Both , NumberOfMode } |
typedef vtkRendererNode | Superclass |
![]() | |
typedef vtkViewNode | Superclass |
![]() | |
enum | operation_type { noop , build , synchronize , render , invalidate } |
internal mechanics of graph traversal and actions More... | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual vtkTypeBool | IsA (const char *type) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
vtkOSPRayRendererNode * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
void | Build (bool prepass) override |
Builds myself. More... | |
void | Render (bool prepass) override |
Traverse graph in ospray's preferred order and render. More... | |
void | Invalidate (bool prepass) override |
Invalidates cached rendering data. More... | |
virtual void | WriteLayer (unsigned char *buffer, float *zbuffer, int buffx, int buffy, int layer) |
Put my results into the correct place in the provided pixel buffer. More... | |
OSPRenderer | GetORenderer () |
Methods for other nodes to access. More... | |
void | AddLight (OSPLight light) |
virtual void * | GetBuffer () |
Get the last rendered ColorBuffer. More... | |
virtual float * | GetZBuffer () |
Get the last rendered ZBuffer. More... | |
virtual int | GetColorBufferTextureGL () |
virtual int | GetDepthBufferTextureGL () |
void | Traverse (int operation) override |
vtkRenderer * | GetRenderer () |
RTW::Backend * | GetBackend () |
![]() | |
virtual vtkTypeBool | IsA (const char *type) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
vtkRendererNode * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
void | Build (bool prepass) override |
Build containers for our child nodes. More... | |
virtual int * | GetSize () |
Get/Set the framebuffer size. More... | |
virtual void | GetSize (int &, int &) |
virtual void | GetSize (int[2]) |
virtual void | SetSize (int, int) |
void | SetSize (int[2]) |
virtual double * | GetViewport () |
Get/Set the window viewport. More... | |
virtual void | GetViewport (double &, double &, double &, double &) |
virtual void | GetViewport (double[4]) |
virtual void | SetViewport (double, double, double, double) |
virtual void | SetViewport (double[4]) |
virtual int * | GetScale () |
Get/Set the window tile scale. More... | |
virtual void | GetScale (int &, int &) |
virtual void | GetScale (int[2]) |
virtual void | SetScale (int, int) |
void | SetScale (int[2]) |
![]() | |
virtual vtkTypeBool | IsA (const char *type) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
vtkViewNode * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
virtual void | Build (bool) |
Builds myself. More... | |
virtual void | Synchronize (bool) |
Ensures that my state agrees with my Renderable's. More... | |
virtual void | Render (bool) |
Makes calls to make self visible. More... | |
virtual void | Invalidate (bool) |
Clear any cached data. More... | |
vtkViewNode * | GetViewNodeFor (vtkObject *) |
Returns the view node that corresponding to the provided object Will return NULL if a match is not found in self or descendents. More... | |
vtkViewNode * | GetFirstAncestorOfType (const char *type) |
Find the first parent/grandparent of the desired type. More... | |
vtkViewNode * | GetFirstChildOfType (const char *type) |
Find the first child of the desired type. More... | |
virtual void | SetRenderable (vtkObject *) |
Allow explicit setting of the renderable for a view node. More... | |
virtual void | Traverse (int operation) |
virtual void | TraverseAllPasses () |
virtual vtkObject * | GetRenderable () |
This is the VTK class that this node stands in for. More... | |
virtual void | SetParent (vtkViewNode *) |
Access the node that owns this one. More... | |
virtual vtkViewNode * | GetParent () |
Access the node that owns this one. More... | |
virtual std::list< vtkViewNode * > const & | GetChildren () |
Access nodes that this one owns. More... | |
virtual void | SetMyFactory (vtkViewNodeFactory *) |
A factory that creates particular subclasses for different rendering back ends. More... | |
virtual vtkViewNodeFactory * | GetMyFactory () |
A factory that creates particular subclasses for different rendering back ends. 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 | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. 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 vtkTypeBool | IsA (const char *name) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). 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... | |
bool | GetIsInMemkind () const |
A local state flag that remembers whether this object lives in the normal or extended memory space. 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... | |
Static Public Member Functions | |
static vtkOSPRayRendererNode * | New () |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkOSPRayRendererNode * | SafeDownCast (vtkObjectBase *o) |
static vtkInformationIntegerKey * | SAMPLES_PER_PIXEL () |
When present on renderer, controls the number of primary rays shot per pixel default is 1. More... | |
static vtkInformationDoubleKey * | MAX_CONTRIBUTION () |
When present on renderer, samples are clamped to this value before they are accumulated into the framebuffer default is 2.0. More... | |
static vtkInformationIntegerKey * | MAX_DEPTH () |
When present on renderer, controls the maximum ray recursion depth default is 20. More... | |
static vtkInformationDoubleKey * | MIN_CONTRIBUTION () |
When present on renderer, sample contributions below this value will be neglected to speedup rendering default is 0.01. More... | |
static vtkInformationIntegerKey * | ROULETTE_DEPTH () |
When present on renderer, controls the ray recursion depth at which to start Russian roulette termination default is 5. More... | |
static vtkInformationDoubleKey * | VOLUME_ANISOTROPY () |
When present on renderer, affects path traced rendering phase function. More... | |
static vtkInformationDoubleKey * | VARIANCE_THRESHOLD () |
When present on renderer, controls the threshold for adaptive accumulation default is 0.3. More... | |
static vtkInformationIntegerKey * | AMBIENT_SAMPLES () |
When present on renderer, controls the number of ambient occlusion samples shot per hit. More... | |
static vtkInformationIntegerKey * | COMPOSITE_ON_GL () |
used to make the renderer add ospray's content onto GL rendered content on the window More... | |
static vtkInformationDoubleVectorKey * | NORTH_POLE () |
World space direction of north pole for gradient and texture background. More... | |
static vtkInformationDoubleVectorKey * | EAST_POLE () |
World space direction of east pole for texture background. More... | |
static vtkInformationObjectBaseKey * | MATERIAL_LIBRARY () |
Material Library attached to the renderer. More... | |
static vtkInformationDoubleKey * | VIEW_TIME () |
Requested time to show in a renderer and to lookup in a temporal cache. More... | |
static vtkInformationIntegerKey * | TIME_CACHE_SIZE () |
Temporal cache size. More... | |
static vtkOSPRayRendererNode * | GetRendererNode (vtkViewNode *) |
Convenience method to get and downcast renderable. More... | |
static vtkInformationIntegerKey * | DENOISER_THRESHOLD () |
Accumulation threshold when above which denoising kicks in. More... | |
static void | SetSamplesPerPixel (int, vtkRenderer *renderer) |
Convenience method to set/get SAMPLES_PER_PIXEL on a vtkRenderer. More... | |
static int | GetSamplesPerPixel (vtkRenderer *renderer) |
Convenience method to set/get SAMPLES_PER_PIXEL on a vtkRenderer. More... | |
static void | SetMaxContribution (double, vtkRenderer *renderer) |
Convenience method to set/get MAX_CONTRIBUTION on a vtkRenderer. More... | |
static double | GetMaxContribution (vtkRenderer *renderer) |
Convenience method to set/get MAX_CONTRIBUTION on a vtkRenderer. More... | |
static void | SetMaxDepth (int, vtkRenderer *renderer) |
Convenience method to set/get MAX_DEPTH on a vtkRenderer. More... | |
static int | GetMaxDepth (vtkRenderer *renderer) |
Convenience method to set/get MAX_DEPTH on a vtkRenderer. More... | |
static void | SetMinContribution (double, vtkRenderer *renderer) |
Convenience method to set/get MIN_CONTRIBUTION on a vtkRenderer. More... | |
static double | GetMinContribution (vtkRenderer *renderer) |
Convenience method to set/get MIN_CONTRIBUTION on a vtkRenderer. More... | |
static void | SetRouletteDepth (int, vtkRenderer *renderer) |
Convenience method to set/get ROULETTE_DEPTH on a vtkRenderer. More... | |
static int | GetRouletteDepth (vtkRenderer *renderer) |
Convenience method to set/get ROULETTE_DEPTH on a vtkRenderer. More... | |
static void | SetVolumeAnisotropy (double, vtkRenderer *renderer) |
Convenience method to set/get VOLUME_ANISOTROPY on a vtkRenderer. More... | |
static double | GetVolumeAnisotropy (vtkRenderer *renderer) |
Convenience method to set/get VOLUME_ANISOTROPY on a vtkRenderer. More... | |
static void | SetVarianceThreshold (double, vtkRenderer *renderer) |
Convenience method to set/get VARIANCE_THRESHOLD on a vtkRenderer. More... | |
static double | GetVarianceThreshold (vtkRenderer *renderer) |
Convenience method to set/get VARIANCE_THRESHOLD on a vtkRenderer. More... | |
static vtkInformationIntegerKey * | MAX_FRAMES () |
When present on renderer, controls the number of ospray render calls for each refresh. More... | |
static void | SetMaxFrames (int, vtkRenderer *renderer) |
When present on renderer, controls the number of ospray render calls for each refresh. More... | |
static int | GetMaxFrames (vtkRenderer *renderer) |
When present on renderer, controls the number of ospray render calls for each refresh. More... | |
static vtkInformationStringKey * | RENDERER_TYPE () |
Set the OSPRay renderer type to use (e.g. More... | |
static void | SetRendererType (std::string name, vtkRenderer *renderer) |
Set the OSPRay renderer type to use (e.g. More... | |
static std::string | GetRendererType (vtkRenderer *renderer) |
Set the OSPRay renderer type to use (e.g. More... | |
static void | SetAmbientSamples (int, vtkRenderer *renderer) |
Convenience method to set/get AMBIENT_SAMPLES on a vtkRenderer. More... | |
static int | GetAmbientSamples (vtkRenderer *renderer) |
Convenience method to set/get AMBIENT_SAMPLES on a vtkRenderer. More... | |
static void | SetCompositeOnGL (int, vtkRenderer *renderer) |
Convenience method to set/get COMPOSITE_ON_GL on a vtkRenderer. More... | |
static int | GetCompositeOnGL (vtkRenderer *renderer) |
Convenience method to set/get COMPOSITE_ON_GL on a vtkRenderer. More... | |
static void | SetNorthPole (double *, vtkRenderer *renderer) |
Convenience method to set/get NORTH_POLE on a vtkRenderer. More... | |
static double * | GetNorthPole (vtkRenderer *renderer) |
Convenience method to set/get NORTH_POLE on a vtkRenderer. More... | |
static void | SetEastPole (double *, vtkRenderer *renderer) |
Convenience method to set/get EAST_POLE on a vtkRenderer. More... | |
static double * | GetEastPole (vtkRenderer *renderer) |
Convenience method to set/get EAST_POLE on a vtkRenderer. More... | |
static void | SetMaterialLibrary (vtkOSPRayMaterialLibrary *, vtkRenderer *renderer) |
Convenience method to set/get Material library on a renderer. More... | |
static vtkOSPRayMaterialLibrary * | GetMaterialLibrary (vtkRenderer *renderer) |
Convenience method to set/get Material library on a renderer. More... | |
static void | SetViewTime (double, vtkRenderer *renderer) |
Convenience method to set/get VIEW_TIME on a vtkRenderer. More... | |
static double | GetViewTime (vtkRenderer *renderer) |
Convenience method to set/get VIEW_TIME on a vtkRenderer. More... | |
static void | SetTimeCacheSize (int, vtkRenderer *renderer) |
Convenience method to set/get TIME_CACHE_SIZE on a vtkRenderer. More... | |
static int | GetTimeCacheSize (vtkRenderer *renderer) |
Convenience method to set/get TIME_CACHE_SIZE on a vtkRenderer. More... | |
static void | SetDenoiserThreshold (int, vtkRenderer *renderer) |
Convenience method to set/get DENOISER_THRESHOLD on a vtkRenderer. More... | |
static int | GetDenoiserThreshold (vtkRenderer *renderer) |
Convenience method to set/get DENOISER_THRESHOLD on a vtkRenderer. More... | |
static vtkInformationIntegerKey * | ENABLE_DENOISER () |
Enable denoising (if supported). More... | |
static void | SetEnableDenoiser (int, vtkRenderer *renderer) |
Convenience method to set/get ENABLE_DENOISER on a vtkRenderer. More... | |
static int | GetEnableDenoiser (vtkRenderer *renderer) |
Enable denoising (if supported). More... | |
static vtkInformationIntegerKey * | BACKGROUND_MODE () |
Control use of the path tracer backplate and environmental background. More... | |
static void | SetBackgroundMode (BackgroundMode, vtkRenderer *renderer) |
Control use of the path tracer backplate and environmental background. More... | |
static BackgroundMode | GetBackgroundMode (vtkRenderer *renderer) |
Control use of the path tracer backplate and environmental background. More... | |
![]() | |
static vtkRendererNode * | New () |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkRendererNode * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkViewNode * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkObject * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
static void | BreakOnError () |
This method is called when vtkErrorMacro executes. More... | |
static void | SetGlobalWarningDisplay (int val) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOn () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOff () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static int | GetGlobalWarningDisplay () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
![]() | |
static vtkTypeBool | IsTypeOf (const char *name) |
Return 1 if this class type is the same type of (or a subclass of) the named class. More... | |
static vtkIdType | GetNumberOfGenerationsFromBaseType (const char *name) |
Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More... | |
static vtkObjectBase * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
static void | SetMemkindDirectory (const char *directoryname) |
The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. More... | |
static bool | GetUsingMemkind () |
A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space. More... | |
Public Attributes | |
std::vector< OSPGeometricModel > | GeometricModels |
std::vector< OSPVolumetricModel > | VolumetricModels |
std::vector< OSPInstance > | Instances |
![]() | |
vtkMTimeType | RenderTime |
Allows smart caching. More... | |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOSPRayRendererNode () | |
~vtkOSPRayRendererNode () override | |
void | Denoise () |
Denoise the colors stored in ColorBuffer and put into Buffer. More... | |
![]() | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkRendererNode () | |
~vtkRendererNode () override | |
![]() | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkViewNode () | |
~vtkViewNode () override | |
virtual void | Apply (int operation, bool prepass) |
void | RemoveUnusedNodes () |
Called after PrepareNodes and AddMissingNodes removes any extra leftover nodes. More... | |
virtual vtkViewNode * | CreateViewNode (vtkObject *obj) |
Create the correct ViewNode subclass for the passed in object. More... | |
void | AddMissingNode (vtkObject *obj) |
convenience method to add node or nodes if missing from our current list More... | |
void | AddMissingNodes (vtkCollection *col) |
convenience method to add node or nodes if missing from our current list More... | |
void | PrepareNodes () |
Called first before adding missing nodes. 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 | RegisterInternal (vtkObjectBase *, vtkTypeBool check) |
virtual void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Protected Attributes | |
std::vector< float > | Buffer |
std::vector< float > | ZBuffer |
int | ColorBufferTex |
int | DepthBufferTex |
OSPWorld | OWorld { nullptr } |
OSPRenderer | ORenderer { nullptr } |
OSPFrameBuffer | OFrameBuffer { nullptr } |
OSPCamera | OCamera { nullptr } |
int | ImageX |
int | ImageY |
std::vector< OSPLight > | Lights |
int | NumActors |
bool | ComputeDepth |
bool | Accumulate |
bool | CompositeOnGL |
bool | UseBackplate { true } |
std::vector< float > | ODepthBuffer |
int | AccumulateCount |
int | ActorCount |
vtkMTimeType | AccumulateTime |
vtkMatrix4x4 * | AccumulateMatrix |
vtkOSPRayRendererNodeInternals * | Internal |
std::string | PreviousType |
bool | DenoiserDirty { true } |
std::vector< osp::vec4f > | ColorBuffer |
std::vector< osp::vec3f > | NormalBuffer |
std::vector< osp::vec3f > | AlbedoBuffer |
std::vector< osp::vec4f > | DenoisedBuffer |
vtkOSPRayCache< vtkOSPRayCacheItemObject > * | Cache |
std::set< OSPWorld > | CacheContents |
![]() | |
int | Size [2] |
double | Viewport [4] |
int | Scale [2] |
![]() | |
vtkObject * | Renderable |
vtkWeakPointer< vtkViewNode > | Parent |
std::list< vtkViewNode * > | Children |
vtkViewNodeFactory * | MyFactory |
std::map< vtkObject *, vtkViewNode * > | Renderables |
bool | Used |
![]() | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
![]() | |
std::atomic< int32_t > | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
Additional Inherited Members | |
![]() | |
static vtkMallocingFunction | GetCurrentMallocFunction () |
static vtkReallocingFunction | GetCurrentReallocFunction () |
static vtkFreeingFunction | GetCurrentFreeFunction () |
static vtkFreeingFunction | GetAlternateFreeFunction () |
![]() | |
static const char * | operation_type_strings [] |
links vtkRenderers to OSPRay
Translates vtkRenderer state into OSPRay rendering calls
Definition at line 46 of file vtkOSPRayRendererNode.h.
Definition at line 50 of file vtkOSPRayRendererNode.h.
Enumerator | |
---|---|
None | |
Backplate | |
Environment | |
Both | |
NumberOfMode |
Definition at line 344 of file vtkOSPRayRendererNode.h.
|
protected |
|
overrideprotected |
|
static |
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class.
Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkRendererNode.
|
static |
|
protectedvirtual |
Reimplemented from vtkRendererNode.
vtkOSPRayRendererNode * vtkOSPRayRendererNode::NewInstance | ( | ) | const |
|
overridevirtual |
|
overridevirtual |
Builds myself.
Reimplemented from vtkViewNode.
|
overridevirtual |
Traverse graph in ospray's preferred order and render.
Reimplemented from vtkViewNode.
|
overridevirtual |
Invalidates cached rendering data.
Reimplemented from vtkViewNode.
|
virtual |
Put my results into the correct place in the provided pixel buffer.
|
static |
When present on renderer, controls the number of primary rays shot per pixel default is 1.
|
static |
Convenience method to set/get SAMPLES_PER_PIXEL on a vtkRenderer.
|
static |
Convenience method to set/get SAMPLES_PER_PIXEL on a vtkRenderer.
|
static |
When present on renderer, samples are clamped to this value before they are accumulated into the framebuffer default is 2.0.
|
static |
Convenience method to set/get MAX_CONTRIBUTION on a vtkRenderer.
|
static |
Convenience method to set/get MAX_CONTRIBUTION on a vtkRenderer.
|
static |
When present on renderer, controls the maximum ray recursion depth default is 20.
|
static |
Convenience method to set/get MAX_DEPTH on a vtkRenderer.
|
static |
Convenience method to set/get MAX_DEPTH on a vtkRenderer.
|
static |
When present on renderer, sample contributions below this value will be neglected to speedup rendering default is 0.01.
|
static |
Convenience method to set/get MIN_CONTRIBUTION on a vtkRenderer.
|
static |
Convenience method to set/get MIN_CONTRIBUTION on a vtkRenderer.
|
static |
When present on renderer, controls the ray recursion depth at which to start Russian roulette termination default is 5.
|
static |
Convenience method to set/get ROULETTE_DEPTH on a vtkRenderer.
|
static |
Convenience method to set/get ROULETTE_DEPTH on a vtkRenderer.
|
static |
When present on renderer, affects path traced rendering phase function.
valid values are between -1.0 and 1.0. The default is 0.0.
|
static |
Convenience method to set/get VOLUME_ANISOTROPY on a vtkRenderer.
|
static |
Convenience method to set/get VOLUME_ANISOTROPY on a vtkRenderer.
|
static |
When present on renderer, controls the threshold for adaptive accumulation default is 0.3.
|
static |
Convenience method to set/get VARIANCE_THRESHOLD on a vtkRenderer.
|
static |
Convenience method to set/get VARIANCE_THRESHOLD on a vtkRenderer.
|
static |
When present on renderer, controls the number of ospray render calls for each refresh.
default is 1
|
static |
When present on renderer, controls the number of ospray render calls for each refresh.
default is 1
|
static |
When present on renderer, controls the number of ospray render calls for each refresh.
default is 1
|
static |
Set the OSPRay renderer type to use (e.g.
scivis vs. pathtracer) default is scivis
|
static |
Set the OSPRay renderer type to use (e.g.
scivis vs. pathtracer) default is scivis
|
static |
Set the OSPRay renderer type to use (e.g.
scivis vs. pathtracer) default is scivis
|
static |
When present on renderer, controls the number of ambient occlusion samples shot per hit.
default is 4
|
static |
Convenience method to set/get AMBIENT_SAMPLES on a vtkRenderer.
|
static |
Convenience method to set/get AMBIENT_SAMPLES on a vtkRenderer.
|
static |
used to make the renderer add ospray's content onto GL rendered content on the window
|
static |
Convenience method to set/get COMPOSITE_ON_GL on a vtkRenderer.
|
static |
Convenience method to set/get COMPOSITE_ON_GL on a vtkRenderer.
|
static |
World space direction of north pole for gradient and texture background.
|
static |
Convenience method to set/get NORTH_POLE on a vtkRenderer.
|
static |
Convenience method to set/get NORTH_POLE on a vtkRenderer.
|
static |
World space direction of east pole for texture background.
|
static |
Convenience method to set/get EAST_POLE on a vtkRenderer.
|
static |
Convenience method to set/get EAST_POLE on a vtkRenderer.
|
static |
Material Library attached to the renderer.
|
static |
Convenience method to set/get Material library on a renderer.
|
static |
Convenience method to set/get Material library on a renderer.
|
static |
Requested time to show in a renderer and to lookup in a temporal cache.
|
static |
Convenience method to set/get VIEW_TIME on a vtkRenderer.
|
static |
Convenience method to set/get VIEW_TIME on a vtkRenderer.
|
static |
Temporal cache size.
|
static |
Convenience method to set/get TIME_CACHE_SIZE on a vtkRenderer.
|
static |
Convenience method to set/get TIME_CACHE_SIZE on a vtkRenderer.
|
inline |
Methods for other nodes to access.
Definition at line 290 of file vtkOSPRayRendererNode.h.
|
inline |
Definition at line 291 of file vtkOSPRayRendererNode.h.
|
inlinevirtual |
Get the last rendered ColorBuffer.
Definition at line 296 of file vtkOSPRayRendererNode.h.
|
inlinevirtual |
Get the last rendered ZBuffer.
Definition at line 301 of file vtkOSPRayRendererNode.h.
|
inlinevirtual |
Definition at line 304 of file vtkOSPRayRendererNode.h.
|
inlinevirtual |
Definition at line 307 of file vtkOSPRayRendererNode.h.
|
overridevirtual |
Reimplemented from vtkViewNode.
|
static |
Convenience method to get and downcast renderable.
vtkRenderer * vtkOSPRayRendererNode::GetRenderer | ( | ) |
RTW::Backend * vtkOSPRayRendererNode::GetBackend | ( | ) |
|
static |
Accumulation threshold when above which denoising kicks in.
|
static |
Convenience method to set/get DENOISER_THRESHOLD on a vtkRenderer.
|
static |
Convenience method to set/get DENOISER_THRESHOLD on a vtkRenderer.
|
static |
Enable denoising (if supported).
|
static |
Convenience method to set/get ENABLE_DENOISER on a vtkRenderer.
|
static |
Enable denoising (if supported).
|
static |
Control use of the path tracer backplate and environmental background.
0 means neither is shown, 1 means only backplate is shown, 2 (the default) means only environment is shown, 3 means that both are enabled and therefore backblate shows on screen but actors acquire color from the environment.
|
static |
Control use of the path tracer backplate and environmental background.
0 means neither is shown, 1 means only backplate is shown, 2 (the default) means only environment is shown, 3 means that both are enabled and therefore backblate shows on screen but actors acquire color from the environment.
|
static |
Control use of the path tracer backplate and environmental background.
0 means neither is shown, 1 means only backplate is shown, 2 (the default) means only environment is shown, 3 means that both are enabled and therefore backblate shows on screen but actors acquire color from the environment.
|
protected |
Denoise the colors stored in ColorBuffer and put into Buffer.
std::vector<OSPGeometricModel> vtkOSPRayRendererNode::GeometricModels |
Definition at line 366 of file vtkOSPRayRendererNode.h.
std::vector<OSPVolumetricModel> vtkOSPRayRendererNode::VolumetricModels |
Definition at line 367 of file vtkOSPRayRendererNode.h.
std::vector<OSPInstance> vtkOSPRayRendererNode::Instances |
Definition at line 368 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 380 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 381 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 383 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 384 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 386 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 387 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 388 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 389 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 390 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 390 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 391 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 392 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 393 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 394 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 395 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 396 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 397 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 398 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 399 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 400 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 401 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 402 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 403 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 409 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 410 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 411 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 412 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 413 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 415 of file vtkOSPRayRendererNode.h.
|
protected |
Definition at line 416 of file vtkOSPRayRendererNode.h.