VTK  9.4.20241016
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
vtkAnariRendererNode Class Reference

links vtkRenderers to ANARI More...

#include <vtkAnariRendererNode.h>

Inheritance diagram for vtkAnariRendererNode:
[legend]
Collaboration diagram for vtkAnariRendererNode:
[legend]

Public Types

typedef vtkRendererNode Superclass
 
- Public Types inherited from vtkRendererNode
typedef vtkViewNode Superclass
 
- Public Types inherited from vtkViewNode
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.
 
vtkAnariRendererNodeNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
virtual void Build (bool prepass) override
 Builds objects for this renderer.
 
virtual void Render (bool prepass) override
 Traverse graph in ANARI's preferred order and render.
 
virtual void Invalidate (bool prepass) override
 Invalidates cached rendering data.
 
void AddLight (anari::Light)
 Methods for other nodes to access.
 
void AddSurface (anari::Surface)
 Accessed by the AnariPolyDataMapperNode to an ANARISurface to the world.
 
void AddVolume (anari::Volume)
 Accessed by the AnariVolumeMapperNode to add Volumes to the world.
 
void SetCamera (anari::Camera)
 Accessed by the AnariCameraNode to set the ANARICamera on the ANARIFrame.
 
anari::Device GetAnariDevice ()
 Get the ANARI back-end device.
 
std::string GetAnariDeviceName ()
 Get the ANARI back-end device subtype name.
 
anari::Library GetAnariLibrary ()
 Get the ANARI library.
 
anari::Extensions GetAnariDeviceExtensions ()
 Get the extensions supported by the current back-end device.
 
virtual const unsigned char * GetBuffer ()
 Get the last rendered ColorBuffer.
 
virtual const float * GetZBuffer ()
 Get the last rendered ZBuffer.
 
virtual void Traverse (int operation) override
 
vtkRendererGetRenderer ()
 Convenience method to get and downcast renderable.
 
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.
 
virtual int GetColorBufferTextureGL ()
 Get the last renderer color buffer as an OpenGL texture.
 
virtual int GetDepthBufferTextureGL ()
 Get the last renderer depth buffer as an OpenGL texture.
 
void InvalidateSceneStructure ()
 Indicate that a new RenderTraversal of children needs to occur next frame.
 
- Public Member Functions inherited from vtkRendererNode
virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkRendererNodeNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
void Build (bool prepass) override
 Build containers for our child nodes.
 
virtual int * GetSize ()
 Get/Set the framebuffer size.
 
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.
 
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.
 
virtual void GetScale (int &, int &)
 
virtual void GetScale (int[2])
 
virtual void SetScale (int, int)
 
void SetScale (int[2])
 
- Public Member Functions inherited from vtkViewNode
virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkViewNodeNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
virtual void Build (bool)
 Builds myself.
 
virtual void Synchronize (bool)
 Ensures that my state agrees with my Renderable's.
 
virtual void Render (bool)
 Makes calls to make self visible.
 
virtual void Invalidate (bool)
 Clear any cached data.
 
vtkViewNodeGetViewNodeFor (vtkObject *)
 Returns the view node that corresponding to the provided object Will return NULL if a match is not found in self or descendents.
 
vtkViewNodeGetFirstAncestorOfType (const char *type)
 Find the first parent/grandparent of the desired type.
 
vtkViewNodeGetFirstChildOfType (const char *type)
 Find the first child of the desired type.
 
virtual void SetRenderable (vtkObject *)
 Allow explicit setting of the renderable for a view node.
 
virtual void Traverse (int operation)
 
virtual void TraverseAllPasses ()
 
virtual vtkObjectGetRenderable ()
 This is the VTK class that this node stands in for.
 
virtual void SetParent (vtkViewNode *)
 Access the node that owns this one.
 
virtual vtkViewNodeGetParent ()
 Access the node that owns this one.
 
virtual std::list< vtkViewNode * > const & GetChildren ()
 Access nodes that this one owns.
 
virtual void SetMyFactory (vtkViewNodeFactory *)
 A factory that creates particular subclasses for different rendering back ends.
 
virtual vtkViewNodeFactoryGetMyFactory ()
 A factory that creates particular subclasses for different rendering back ends.
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on.
 
virtual void DebugOff ()
 Turn debugging output off.
 
bool GetDebug ()
 Get the value of the debug flag.
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag.
 
virtual void Modified ()
 Update the modification time for this object.
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time.
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
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)
 
vtkTypeBool InvokeEvent (unsigned long event)
 
vtkTypeBool InvokeEvent (const char *event)
 
std::string GetObjectDescription () const override
 The object description printed in messages and PrintSelf output.
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
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.
 
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.
 
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.
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not.
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not.
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes.
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes.
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string.
 
virtual std::string GetObjectDescription () const
 The object description printed in messages and PrintSelf output.
 
virtual vtkTypeBool IsA (const char *name)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
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).
 
virtual void Delete ()
 Delete a VTK object.
 
virtual void FastDelete ()
 Delete a reference to this object.
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream.
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object).
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object).
 
int GetReferenceCount ()
 Return the current reference count of this object.
 
void SetReferenceCount (int)
 Sets the reference count.
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space.
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not.
 

Static Public Member Functions

static vtkAnariRendererNodeNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkAnariRendererNodeSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyUSE_DENOISER ()
 When present on renderer, controls if a denoiser is used during rendering.
 
static void SetUseDenoiser (int, vtkRenderer *renderer)
 Convenience method to set/get USE_DENOISER on a vtkRenderer.
 
static int GetUseDenoiser (vtkRenderer *renderer)
 
static vtkInformationIntegerKeySAMPLES_PER_PIXEL ()
 When present on renderer, controls the number of primary rays shot per pixel.default is 1.
 
static void SetSamplesPerPixel (int, vtkRenderer *renderer)
 Convenience method to set/get SAMPLES_PER_PIXEL on a vtkRenderer.
 
static int GetSamplesPerPixel (vtkRenderer *renderer)
 
static vtkInformationStringKeyLIBRARY_NAME ()
 Set the library name.
 
static void SetLibraryName (const char *name, vtkRenderer *renderer)
 Convenience method to set/get LIBRARY_NAME on a vtkRenderer.
 
static const char * GetLibraryName (vtkRenderer *renderer)
 
static vtkInformationStringKeyDEVICE_SUBTYPE ()
 Set the back-end device subtype.
 
static void SetDeviceSubtype (const char *name, vtkRenderer *renderer)
 Convenience method to set/get DEVICE_SUBTYPE on a vtkRenderer.
 
static const char * GetDeviceSubtype (vtkRenderer *renderer)
 
static vtkInformationStringKeyDEBUG_LIBRARY_NAME ()
 Set the debug library name.
 
static void SetDebugLibraryName (const char *name, vtkRenderer *renderer)
 Convenience method to set/get DEBUG_LIBRARY_NAME on a vtkRenderer.
 
static const char * GetDebugLibraryName (vtkRenderer *renderer)
 
static vtkInformationStringKeyDEBUG_DEVICE_SUBTYPE ()
 Set the debug device subtype.
 
static void SetDebugDeviceSubtype (const char *name, vtkRenderer *renderer)
 Convenience method to set/get DEBUG_DEVICE_SUBTYPE on a vtkRenderer.
 
static const char * GetDebugDeviceSubtype (vtkRenderer *renderer)
 
static vtkInformationStringKeyDEBUG_DEVICE_DIRECTORY ()
 Set the debug device output directory.
 
static void SetDebugDeviceDirectory (const char *name, vtkRenderer *renderer)
 Convenience method to set/get DEBUG_DEVICE_DIRECTORY on a vtkRenderer.
 
static const char * GetDebugDeviceDirectory (vtkRenderer *renderer)
 
static vtkInformationStringKeyDEBUG_DEVICE_TRACE_MODE ()
 Set the debug device trace mode Default is "code".
 
static void SetDebugDeviceTraceMode (const char *name, vtkRenderer *renderer)
 Convenience method to set/get DEBUG_DEVICE_TRACE_MODE on a vtkRenderer.
 
static const char * GetDebugDeviceTraceMode (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyUSE_DEBUG_DEVICE ()
 When present on renderer, controls if the rendering back-end should be wrapped in a debug device to support trace dumps.
 
static void SetUseDebugDevice (int, vtkRenderer *renderer)
 Convenience method to set/get USE_DEBUG_DEVICE on a vtkRenderer.
 
static int GetUseDebugDevice (vtkRenderer *renderer)
 
static vtkInformationStringKeyRENDERER_SUBTYPE ()
 Set the renderer subtype.
 
static void SetRendererSubtype (const char *name, vtkRenderer *renderer)
 Convenience method to set/get RENDERER_SUBTYPE on a vtkRenderer.
 
static const char * GetRendererSubtype (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyACCUMULATION_COUNT ()
 Set the number of frames to render which are accumulated to result in a better converged image.
 
static void SetAccumulationCount (int, vtkRenderer *renderer)
 Convenience method to set/get ACCUMULATION_COUNT on a vtkRenderer.
 
static int GetAccumulationCount (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyAMBIENT_SAMPLES ()
 When present on renderer, controls the number of ambient occlusion samples shot per hit.
 
static void SetAmbientSamples (int, vtkRenderer *renderer)
 Convenience method to set/get AMBIENT_SAMPLES on a vtkRenderer.
 
static int GetAmbientSamples (vtkRenderer *renderer)
 
static vtkInformationDoubleKeyLIGHT_FALLOFF ()
 When present on renderer, controls the light falloff value used by the back-end renderer.
 
static void SetLightFalloff (double, vtkRenderer *renderer)
 Convenience method to set/get LIGHT_FALLOFF on a vtkRenderer.
 
static double GetLightFalloff (vtkRenderer *renderer)
 
static vtkInformationDoubleVectorKeyAMBIENT_COLOR ()
 When present on renderer, controls the ambient color used by the back-end renderer.
 
static void SetAmbientColor (double *, vtkRenderer *renderer)
 Convenience method to set/get AMBIENT_COLOR on a vtkRenderer.
 
static double * GetAmbientColor (vtkRenderer *renderer)
 
static vtkInformationDoubleKeyAMBIENT_INTENSITY ()
 When present on renderer, controls the ambient intensity value used by the back-end renderer.
 
static void SetAmbientIntensity (double, vtkRenderer *renderer)
 Convenience method to set/get AMBIENT_INTENSITY on a vtkRenderer.
 
static double GetAmbientIntensity (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyMAX_DEPTH ()
 When present on renderer, controls the max depth value used by the back-end renderer.
 
static void SetMaxDepth (int, vtkRenderer *renderer)
 Convenience method to set/get MAX_DEPTH on a vtkRenderer.
 
static int GetMaxDepth (vtkRenderer *renderer)
 
static vtkInformationDoubleKeyR_VALUE ()
 When present on renderer, controls the R value used by the back-end renderer.
 
static void SetROptionValue (double, vtkRenderer *renderer)
 Convenience method to set/get R_VALUE on a vtkRenderer.
 
static double GetROptionValue (vtkRenderer *renderer)
 
static vtkInformationStringKeyDEBUG_METHOD ()
 Set the debug method.
 
static void SetDebugMethod (const char *, vtkRenderer *renderer)
 Convenience method to set/get DEBUG_METHOD on a vtkRenderer.
 
static const char * GetDebugMethod (vtkRenderer *renderer)
 
static vtkInformationStringKeyUSD_DIRECTORY ()
 Set the USD output directory.
 
static void SetUsdDirectory (const char *, vtkRenderer *renderer)
 Convenience method to set/get USD_DIRECTORY on a vtkRenderer.
 
static const char * GetUsdDirectory (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyUSD_COMMIT ()
 Sets the output USD at anariCommit flag for the USD back-end.
 
static void SetUsdAtCommit (int, vtkRenderer *renderer)
 Convenience method to set/get USD_COMMIT on a vtkRenderer.
 
static int GetUsdAtCommit (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyUSD_OUTPUT_BINARY ()
 Sets the output USD in binary format flag for the USD back-end.
 
static void SetUsdOutputBinary (int, vtkRenderer *renderer)
 Convenience method to set/get USD_OUTPUT_BINARY on a vtkRenderer.
 
static int GetUsdOutputBinary (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyUSD_OUTPUT_MATERIAL ()
 Sets the output USD material objects flag for the USD back-end.
 
static void SetUsdOutputMaterial (int, vtkRenderer *renderer)
 Convenience method to set/get USD_OUTPUT_MATERIAL on a vtkRenderer.
 
static int GetUsdOutputMaterial (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyUSD_OUTPUT_PREVIEW ()
 Sets the output USD preview surface prims for material objects flag for the USD back-end.
 
static void SetUsdOutputPreviewSurface (int, vtkRenderer *renderer)
 Convenience method to set/get USD_OUTPUT_PREVIEW on a vtkRenderer.
 
static int GetUsdOutputPreviewSurface (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyUSD_OUTPUT_MDL ()
 Sets the output USD mdl shader prims for material objects flag for the USD back-end.
 
static void SetUsdOutputMDL (int, vtkRenderer *renderer)
 Convenience method to set/get USD_OUTPUT_MDL on a vtkRenderer.
 
static int GetUsdOutputMDL (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyUSD_OUTPUT_MDLCOLORS ()
 Sets the output USD mdl colors for material objects flag for the USD back-end.
 
static void SetUsdOutputMDLColors (int, vtkRenderer *renderer)
 Convenience method to set/get USD_OUTPUT_MDLCOLORS on a vtkRenderer.
 
static int GetUsdOutputMDLColors (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyUSD_OUTPUT_DISPLAYCOLORS ()
 Sets the output USD display colors flag for the USD back-end.
 
static void SetUsdOutputDisplayColors (int, vtkRenderer *renderer)
 Convenience method to set/get USD_OUTPUT_DISPLAYCOLORS on a vtkRenderer.
 
static int GetUsdOutputDisplayColors (vtkRenderer *renderer)
 
static vtkInformationIntegerKeyCOMPOSITE_ON_GL ()
 used to make the renderer add ANARI's content onto GL rendered content on the window
 
static void SetCompositeOnGL (int, vtkRenderer *renderer)
 Convenience method to set/get COMPOSITE_ON_GL on a vtkRenderer.
 
static int GetCompositeOnGL (vtkRenderer *renderer)
 
static void InvalidateRendererParameters ()
 Indicate that the parameters to the underlying ANARIRenderer need to be set.
 
- Static Public Member Functions inherited from vtkRendererNode
static vtkRendererNodeNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkRendererNodeSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkViewNode
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkViewNodeSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes.
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class.
 
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).
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within.
 
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.
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkAnariRendererNode ()
 
 ~vtkAnariRendererNode ()
 
void InitAnariFrame (vtkRenderer *ren)
 
void InitAnariRenderer (vtkRenderer *ren)
 
void SetupAnariRendererParameters (vtkRenderer *ren)
 
void InitAnariWorld ()
 
void UpdateAnariFrameSize ()
 
void UpdateAnariLights ()
 
void UpdateAnariSurfaces ()
 
void UpdateAnariVolumes ()
 
void CopyAnariFrameBufferData ()
 
void DebugOutputWorldBounds ()
 
- Protected Member Functions inherited from vtkRendererNode
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkRendererNode ()
 
 ~vtkRendererNode () override
 
- Protected Member Functions inherited from vtkViewNode
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkViewNode ()
 
 ~vtkViewNode () override
 
virtual void Apply (int operation, bool prepass)
 
void RemoveUnusedNodes ()
 Called after PrepareNodes and AddMissingNodes removes any extra leftover nodes.
 
virtual vtkViewNodeCreateViewNode (vtkObject *obj)
 Create the correct ViewNode subclass for the passed in object.
 
void AddMissingNode (vtkObject *obj)
 convenience method to add node or nodes if missing from our current list
 
void AddMissingNodes (vtkCollection *col)
 convenience method to add node or nodes if missing from our current list
 
void PrepareNodes ()
 Called first before adding missing nodes.
 
- Protected Member Functions inherited from vtkObject
 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.
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events.
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void RegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void ObjectFinalize ()
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkAnariRendererNodeInternals * Internal { nullptr }
 
vtkTimeStamp AnariSceneStructureModifiedMTime
 
vtkMTimeType AnariSceneConstructedMTime { 0 }
 
vtkMTimeType AnariRendererUpdatedTime { 0 }
 
- Protected Attributes inherited from vtkRendererNode
int Size [2]
 
double Viewport [4]
 
int Scale [2]
 
- Protected Attributes inherited from vtkViewNode
vtkObjectRenderable
 
vtkWeakPointer< vtkViewNodeParent
 
std::list< vtkViewNode * > Children
 
vtkViewNodeFactoryMyFactory
 
std::map< vtkObject *, vtkViewNode * > Renderables
 
bool Used
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
std::string ObjectName
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Static Protected Attributes

static vtkTimeStamp AnariRendererModifiedTime
 
- Static Protected Attributes inherited from vtkViewNode
static const char * operation_type_strings []
 

Additional Inherited Members

- Public Attributes inherited from vtkViewNode
vtkMTimeType RenderTime
 Allows smart caching.
 
- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

links vtkRenderers to ANARI

Translates vtkRenderer state into ANARI rendering calls

Thanks:
Kevin Griffin kgrif.nosp@m.fin@.nosp@m.nvidi.nosp@m.a.co.nosp@m.m for creating and contributing the class and NVIDIA for supporting this work.
Tests:
vtkAnariRendererNode (Tests)

Definition at line 35 of file vtkAnariRendererNode.h.

Member Typedef Documentation

◆ Superclass

Definition at line 39 of file vtkAnariRendererNode.h.

Constructor & Destructor Documentation

◆ vtkAnariRendererNode()

vtkAnariRendererNode::vtkAnariRendererNode ( )
protected

◆ ~vtkAnariRendererNode()

vtkAnariRendererNode::~vtkAnariRendererNode ( )
protected

Member Function Documentation

◆ New()

static vtkAnariRendererNode * vtkAnariRendererNode::New ( )
static

◆ IsTypeOf()

static vtkTypeBool vtkAnariRendererNode::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual vtkTypeBool vtkAnariRendererNode::IsA ( const char *  name)
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.

◆ SafeDownCast()

static vtkAnariRendererNode * vtkAnariRendererNode::SafeDownCast ( vtkObjectBase o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase * vtkAnariRendererNode::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkRendererNode.

◆ NewInstance()

vtkAnariRendererNode * vtkAnariRendererNode::NewInstance ( ) const

◆ PrintSelf()

void vtkAnariRendererNode::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObjectBase.

◆ Build()

virtual void vtkAnariRendererNode::Build ( bool  prepass)
overridevirtual

Builds objects for this renderer.

Reimplemented from vtkViewNode.

◆ Render()

virtual void vtkAnariRendererNode::Render ( bool  prepass)
overridevirtual

Traverse graph in ANARI's preferred order and render.

Reimplemented from vtkViewNode.

◆ Invalidate()

virtual void vtkAnariRendererNode::Invalidate ( bool  prepass)
overridevirtual

Invalidates cached rendering data.

Reimplemented from vtkViewNode.

◆ USE_DENOISER()

static vtkInformationIntegerKey * vtkAnariRendererNode::USE_DENOISER ( )
static

When present on renderer, controls if a denoiser is used during rendering.

◆ SetUseDenoiser()

static void vtkAnariRendererNode::SetUseDenoiser ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get USE_DENOISER on a vtkRenderer.

Default value is 0.

◆ GetUseDenoiser()

static int vtkAnariRendererNode::GetUseDenoiser ( vtkRenderer renderer)
static

◆ SAMPLES_PER_PIXEL()

static vtkInformationIntegerKey * vtkAnariRendererNode::SAMPLES_PER_PIXEL ( )
static

When present on renderer, controls the number of primary rays shot per pixel.default is 1.

◆ SetSamplesPerPixel()

static void vtkAnariRendererNode::SetSamplesPerPixel ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get SAMPLES_PER_PIXEL on a vtkRenderer.

◆ GetSamplesPerPixel()

static int vtkAnariRendererNode::GetSamplesPerPixel ( vtkRenderer renderer)
static

◆ LIBRARY_NAME()

static vtkInformationStringKey * vtkAnariRendererNode::LIBRARY_NAME ( )
static

Set the library name.

This will look for a shared library named anari_library_name. The default uses the environment library which reads ANARI_LIBRARY as an environment variable to get the library name to load.

◆ SetLibraryName()

static void vtkAnariRendererNode::SetLibraryName ( const char *  name,
vtkRenderer renderer 
)
static

Convenience method to set/get LIBRARY_NAME on a vtkRenderer.

"environment" is returned if no library name is set.

◆ GetLibraryName()

static const char * vtkAnariRendererNode::GetLibraryName ( vtkRenderer renderer)
static

◆ DEVICE_SUBTYPE()

static vtkInformationStringKey * vtkAnariRendererNode::DEVICE_SUBTYPE ( )
static

Set the back-end device subtype.

Default is "default"

◆ SetDeviceSubtype()

static void vtkAnariRendererNode::SetDeviceSubtype ( const char *  name,
vtkRenderer renderer 
)
static

Convenience method to set/get DEVICE_SUBTYPE on a vtkRenderer.

◆ GetDeviceSubtype()

static const char * vtkAnariRendererNode::GetDeviceSubtype ( vtkRenderer renderer)
static

◆ DEBUG_LIBRARY_NAME()

static vtkInformationStringKey * vtkAnariRendererNode::DEBUG_LIBRARY_NAME ( )
static

Set the debug library name.

This will look for a shared library named anari_library_debug_name.

◆ SetDebugLibraryName()

static void vtkAnariRendererNode::SetDebugLibraryName ( const char *  name,
vtkRenderer renderer 
)
static

Convenience method to set/get DEBUG_LIBRARY_NAME on a vtkRenderer.

The default is "debug".

◆ GetDebugLibraryName()

static const char * vtkAnariRendererNode::GetDebugLibraryName ( vtkRenderer renderer)
static

◆ DEBUG_DEVICE_SUBTYPE()

static vtkInformationStringKey * vtkAnariRendererNode::DEBUG_DEVICE_SUBTYPE ( )
static

Set the debug device subtype.

Default is "debug"

◆ SetDebugDeviceSubtype()

static void vtkAnariRendererNode::SetDebugDeviceSubtype ( const char *  name,
vtkRenderer renderer 
)
static

Convenience method to set/get DEBUG_DEVICE_SUBTYPE on a vtkRenderer.

Default is "debug".

◆ GetDebugDeviceSubtype()

static const char * vtkAnariRendererNode::GetDebugDeviceSubtype ( vtkRenderer renderer)
static

◆ DEBUG_DEVICE_DIRECTORY()

static vtkInformationStringKey * vtkAnariRendererNode::DEBUG_DEVICE_DIRECTORY ( )
static

Set the debug device output directory.

Default is nullptr.

◆ SetDebugDeviceDirectory()

static void vtkAnariRendererNode::SetDebugDeviceDirectory ( const char *  name,
vtkRenderer renderer 
)
static

Convenience method to set/get DEBUG_DEVICE_DIRECTORY on a vtkRenderer.

Default is nullptr.

◆ GetDebugDeviceDirectory()

static const char * vtkAnariRendererNode::GetDebugDeviceDirectory ( vtkRenderer renderer)
static

◆ DEBUG_DEVICE_TRACE_MODE()

static vtkInformationStringKey * vtkAnariRendererNode::DEBUG_DEVICE_TRACE_MODE ( )
static

Set the debug device trace mode Default is "code".

◆ SetDebugDeviceTraceMode()

static void vtkAnariRendererNode::SetDebugDeviceTraceMode ( const char *  name,
vtkRenderer renderer 
)
static

Convenience method to set/get DEBUG_DEVICE_TRACE_MODE on a vtkRenderer.

Default is "code"

◆ GetDebugDeviceTraceMode()

static const char * vtkAnariRendererNode::GetDebugDeviceTraceMode ( vtkRenderer renderer)
static

◆ USE_DEBUG_DEVICE()

static vtkInformationIntegerKey * vtkAnariRendererNode::USE_DEBUG_DEVICE ( )
static

When present on renderer, controls if the rendering back-end should be wrapped in a debug device to support trace dumps.

◆ SetUseDebugDevice()

static void vtkAnariRendererNode::SetUseDebugDevice ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get USE_DEBUG_DEVICE on a vtkRenderer.

Default value is 0.

◆ GetUseDebugDevice()

static int vtkAnariRendererNode::GetUseDebugDevice ( vtkRenderer renderer)
static

◆ RENDERER_SUBTYPE()

static vtkInformationStringKey * vtkAnariRendererNode::RENDERER_SUBTYPE ( )
static

Set the renderer subtype.

Default is "default"

◆ SetRendererSubtype()

static void vtkAnariRendererNode::SetRendererSubtype ( const char *  name,
vtkRenderer renderer 
)
static

Convenience method to set/get RENDERER_SUBTYPE on a vtkRenderer.

◆ GetRendererSubtype()

static const char * vtkAnariRendererNode::GetRendererSubtype ( vtkRenderer renderer)
static

◆ ACCUMULATION_COUNT()

static vtkInformationIntegerKey * vtkAnariRendererNode::ACCUMULATION_COUNT ( )
static

Set the number of frames to render which are accumulated to result in a better converged image.

◆ SetAccumulationCount()

static void vtkAnariRendererNode::SetAccumulationCount ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get ACCUMULATION_COUNT on a vtkRenderer.

◆ GetAccumulationCount()

static int vtkAnariRendererNode::GetAccumulationCount ( vtkRenderer renderer)
static

◆ AMBIENT_SAMPLES()

static vtkInformationIntegerKey * vtkAnariRendererNode::AMBIENT_SAMPLES ( )
static

When present on renderer, controls the number of ambient occlusion samples shot per hit.

Default is 0

◆ SetAmbientSamples()

static void vtkAnariRendererNode::SetAmbientSamples ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get AMBIENT_SAMPLES on a vtkRenderer.

◆ GetAmbientSamples()

static int vtkAnariRendererNode::GetAmbientSamples ( vtkRenderer renderer)
static

◆ LIGHT_FALLOFF()

static vtkInformationDoubleKey * vtkAnariRendererNode::LIGHT_FALLOFF ( )
static

When present on renderer, controls the light falloff value used by the back-end renderer.

Default is 1.

◆ SetLightFalloff()

static void vtkAnariRendererNode::SetLightFalloff ( double  ,
vtkRenderer renderer 
)
static

Convenience method to set/get LIGHT_FALLOFF on a vtkRenderer.

◆ GetLightFalloff()

static double vtkAnariRendererNode::GetLightFalloff ( vtkRenderer renderer)
static

◆ AMBIENT_COLOR()

static vtkInformationDoubleVectorKey * vtkAnariRendererNode::AMBIENT_COLOR ( )
static

When present on renderer, controls the ambient color used by the back-end renderer.

Default is white {1,1,1}.

◆ SetAmbientColor()

static void vtkAnariRendererNode::SetAmbientColor ( double *  ,
vtkRenderer renderer 
)
static

Convenience method to set/get AMBIENT_COLOR on a vtkRenderer.

◆ GetAmbientColor()

static double * vtkAnariRendererNode::GetAmbientColor ( vtkRenderer renderer)
static

◆ AMBIENT_INTENSITY()

static vtkInformationDoubleKey * vtkAnariRendererNode::AMBIENT_INTENSITY ( )
static

When present on renderer, controls the ambient intensity value used by the back-end renderer.

Default is 1.

◆ SetAmbientIntensity()

static void vtkAnariRendererNode::SetAmbientIntensity ( double  ,
vtkRenderer renderer 
)
static

Convenience method to set/get AMBIENT_INTENSITY on a vtkRenderer.

◆ GetAmbientIntensity()

static double vtkAnariRendererNode::GetAmbientIntensity ( vtkRenderer renderer)
static

◆ MAX_DEPTH()

static vtkInformationIntegerKey * vtkAnariRendererNode::MAX_DEPTH ( )
static

When present on renderer, controls the max depth value used by the back-end renderer.

Default is 0.

◆ SetMaxDepth()

static void vtkAnariRendererNode::SetMaxDepth ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get MAX_DEPTH on a vtkRenderer.

◆ GetMaxDepth()

static int vtkAnariRendererNode::GetMaxDepth ( vtkRenderer renderer)
static

◆ R_VALUE()

static vtkInformationDoubleKey * vtkAnariRendererNode::R_VALUE ( )
static

When present on renderer, controls the R value used by the back-end renderer.

Default is 1.

◆ SetROptionValue()

static void vtkAnariRendererNode::SetROptionValue ( double  ,
vtkRenderer renderer 
)
static

Convenience method to set/get R_VALUE on a vtkRenderer.

◆ GetROptionValue()

static double vtkAnariRendererNode::GetROptionValue ( vtkRenderer renderer)
static

◆ DEBUG_METHOD()

static vtkInformationStringKey * vtkAnariRendererNode::DEBUG_METHOD ( )
static

Set the debug method.

nullptr is returned if not set.

◆ SetDebugMethod()

static void vtkAnariRendererNode::SetDebugMethod ( const char *  ,
vtkRenderer renderer 
)
static

Convenience method to set/get DEBUG_METHOD on a vtkRenderer.

◆ GetDebugMethod()

static const char * vtkAnariRendererNode::GetDebugMethod ( vtkRenderer renderer)
static

◆ USD_DIRECTORY()

static vtkInformationStringKey * vtkAnariRendererNode::USD_DIRECTORY ( )
static

Set the USD output directory.

nullptr is returned if not set.

◆ SetUsdDirectory()

static void vtkAnariRendererNode::SetUsdDirectory ( const char *  ,
vtkRenderer renderer 
)
static

Convenience method to set/get USD_DIRECTORY on a vtkRenderer.

◆ GetUsdDirectory()

static const char * vtkAnariRendererNode::GetUsdDirectory ( vtkRenderer renderer)
static

◆ USD_COMMIT()

static vtkInformationIntegerKey * vtkAnariRendererNode::USD_COMMIT ( )
static

Sets the output USD at anariCommit flag for the USD back-end.

Default is 0.

◆ SetUsdAtCommit()

static void vtkAnariRendererNode::SetUsdAtCommit ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get USD_COMMIT on a vtkRenderer.

◆ GetUsdAtCommit()

static int vtkAnariRendererNode::GetUsdAtCommit ( vtkRenderer renderer)
static

◆ USD_OUTPUT_BINARY()

static vtkInformationIntegerKey * vtkAnariRendererNode::USD_OUTPUT_BINARY ( )
static

Sets the output USD in binary format flag for the USD back-end.

Default is 1.

◆ SetUsdOutputBinary()

static void vtkAnariRendererNode::SetUsdOutputBinary ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get USD_OUTPUT_BINARY on a vtkRenderer.

◆ GetUsdOutputBinary()

static int vtkAnariRendererNode::GetUsdOutputBinary ( vtkRenderer renderer)
static

◆ USD_OUTPUT_MATERIAL()

static vtkInformationIntegerKey * vtkAnariRendererNode::USD_OUTPUT_MATERIAL ( )
static

Sets the output USD material objects flag for the USD back-end.

Default is 1.

◆ SetUsdOutputMaterial()

static void vtkAnariRendererNode::SetUsdOutputMaterial ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get USD_OUTPUT_MATERIAL on a vtkRenderer.

◆ GetUsdOutputMaterial()

static int vtkAnariRendererNode::GetUsdOutputMaterial ( vtkRenderer renderer)
static

◆ USD_OUTPUT_PREVIEW()

static vtkInformationIntegerKey * vtkAnariRendererNode::USD_OUTPUT_PREVIEW ( )
static

Sets the output USD preview surface prims for material objects flag for the USD back-end.

Default is 1.

◆ SetUsdOutputPreviewSurface()

static void vtkAnariRendererNode::SetUsdOutputPreviewSurface ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get USD_OUTPUT_PREVIEW on a vtkRenderer.

◆ GetUsdOutputPreviewSurface()

static int vtkAnariRendererNode::GetUsdOutputPreviewSurface ( vtkRenderer renderer)
static

◆ USD_OUTPUT_MDL()

static vtkInformationIntegerKey * vtkAnariRendererNode::USD_OUTPUT_MDL ( )
static

Sets the output USD mdl shader prims for material objects flag for the USD back-end.

Default is 1.

◆ SetUsdOutputMDL()

static void vtkAnariRendererNode::SetUsdOutputMDL ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get USD_OUTPUT_MDL on a vtkRenderer.

◆ GetUsdOutputMDL()

static int vtkAnariRendererNode::GetUsdOutputMDL ( vtkRenderer renderer)
static

◆ USD_OUTPUT_MDLCOLORS()

static vtkInformationIntegerKey * vtkAnariRendererNode::USD_OUTPUT_MDLCOLORS ( )
static

Sets the output USD mdl colors for material objects flag for the USD back-end.

Default is 1.

◆ SetUsdOutputMDLColors()

static void vtkAnariRendererNode::SetUsdOutputMDLColors ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get USD_OUTPUT_MDLCOLORS on a vtkRenderer.

◆ GetUsdOutputMDLColors()

static int vtkAnariRendererNode::GetUsdOutputMDLColors ( vtkRenderer renderer)
static

◆ USD_OUTPUT_DISPLAYCOLORS()

static vtkInformationIntegerKey * vtkAnariRendererNode::USD_OUTPUT_DISPLAYCOLORS ( )
static

Sets the output USD display colors flag for the USD back-end.

Default is 1.

◆ SetUsdOutputDisplayColors()

static void vtkAnariRendererNode::SetUsdOutputDisplayColors ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get USD_OUTPUT_DISPLAYCOLORS on a vtkRenderer.

◆ GetUsdOutputDisplayColors()

static int vtkAnariRendererNode::GetUsdOutputDisplayColors ( vtkRenderer renderer)
static

◆ COMPOSITE_ON_GL()

static vtkInformationIntegerKey * vtkAnariRendererNode::COMPOSITE_ON_GL ( )
static

used to make the renderer add ANARI's content onto GL rendered content on the window

◆ SetCompositeOnGL()

static void vtkAnariRendererNode::SetCompositeOnGL ( int  ,
vtkRenderer renderer 
)
static

Convenience method to set/get COMPOSITE_ON_GL on a vtkRenderer.

◆ GetCompositeOnGL()

static int vtkAnariRendererNode::GetCompositeOnGL ( vtkRenderer renderer)
static

◆ AddLight()

void vtkAnariRendererNode::AddLight ( anari::Light  )

Methods for other nodes to access.

Accessed by the AnariLightNode to add an ANARILight to the world. Lights in ANARI are virtual objects that emit light into the world and thus illuminate objects.

◆ AddSurface()

void vtkAnariRendererNode::AddSurface ( anari::Surface  )

Accessed by the AnariPolyDataMapperNode to an ANARISurface to the world.

Geometries are matched with appearance information through Surfaces. These take a geometry, which defines the spatial representation, and applies either full-object or per-primitive color and material information.

◆ AddVolume()

void vtkAnariRendererNode::AddVolume ( anari::Volume  )

Accessed by the AnariVolumeMapperNode to add Volumes to the world.

Volumes in ANARI represent volumetric objects (complementing surfaces), enscapsulating spatial data as well as appearance information.

◆ SetCamera()

void vtkAnariRendererNode::SetCamera ( anari::Camera  )

Accessed by the AnariCameraNode to set the ANARICamera on the ANARIFrame.

◆ GetAnariDevice()

anari::Device vtkAnariRendererNode::GetAnariDevice ( )

Get the ANARI back-end device.

A device is an object which provides the implementation of all ANARI API calls outside of libraries.

◆ GetAnariDeviceName()

std::string vtkAnariRendererNode::GetAnariDeviceName ( )

Get the ANARI back-end device subtype name.

◆ GetAnariLibrary()

anari::Library vtkAnariRendererNode::GetAnariLibrary ( )

Get the ANARI library.

ANARI libraries are the mechanism that applications use to manage API device implementations. Libraries are solely responsible for creating instances of devices.

◆ GetAnariDeviceExtensions()

anari::Extensions vtkAnariRendererNode::GetAnariDeviceExtensions ( )

Get the extensions supported by the current back-end device.

◆ GetBuffer()

virtual const unsigned char * vtkAnariRendererNode::GetBuffer ( )
virtual

Get the last rendered ColorBuffer.

◆ GetZBuffer()

virtual const float * vtkAnariRendererNode::GetZBuffer ( )
virtual

Get the last rendered ZBuffer.

◆ Traverse()

virtual void vtkAnariRendererNode::Traverse ( int  operation)
overridevirtual

Reimplemented from vtkViewNode.

◆ GetRenderer()

vtkRenderer * vtkAnariRendererNode::GetRenderer ( )

Convenience method to get and downcast renderable.

◆ WriteLayer()

virtual void vtkAnariRendererNode::WriteLayer ( unsigned char *  buffer,
float *  zbuffer,
int  buffx,
int  buffy,
int  layer 
)
virtual

Put my results into the correct place in the provided pixel buffer.

◆ GetColorBufferTextureGL()

virtual int vtkAnariRendererNode::GetColorBufferTextureGL ( )
virtual

Get the last renderer color buffer as an OpenGL texture.

◆ GetDepthBufferTextureGL()

virtual int vtkAnariRendererNode::GetDepthBufferTextureGL ( )
virtual

Get the last renderer depth buffer as an OpenGL texture.

◆ InvalidateSceneStructure()

void vtkAnariRendererNode::InvalidateSceneStructure ( )

Indicate that a new RenderTraversal of children needs to occur next frame.

◆ InvalidateRendererParameters()

static void vtkAnariRendererNode::InvalidateRendererParameters ( )
static

Indicate that the parameters to the underlying ANARIRenderer need to be set.

◆ InitAnariFrame()

void vtkAnariRendererNode::InitAnariFrame ( vtkRenderer ren)
protected

◆ InitAnariRenderer()

void vtkAnariRendererNode::InitAnariRenderer ( vtkRenderer ren)
protected

◆ SetupAnariRendererParameters()

void vtkAnariRendererNode::SetupAnariRendererParameters ( vtkRenderer ren)
protected

◆ InitAnariWorld()

void vtkAnariRendererNode::InitAnariWorld ( )
protected

◆ UpdateAnariFrameSize()

void vtkAnariRendererNode::UpdateAnariFrameSize ( )
protected

◆ UpdateAnariLights()

void vtkAnariRendererNode::UpdateAnariLights ( )
protected

◆ UpdateAnariSurfaces()

void vtkAnariRendererNode::UpdateAnariSurfaces ( )
protected

◆ UpdateAnariVolumes()

void vtkAnariRendererNode::UpdateAnariVolumes ( )
protected

◆ CopyAnariFrameBufferData()

void vtkAnariRendererNode::CopyAnariFrameBufferData ( )
protected

◆ DebugOutputWorldBounds()

void vtkAnariRendererNode::DebugOutputWorldBounds ( )
protected

Member Data Documentation

◆ Internal

vtkAnariRendererNodeInternals* vtkAnariRendererNode::Internal { nullptr }
protected

Definition at line 536 of file vtkAnariRendererNode.h.

◆ AnariSceneStructureModifiedMTime

vtkTimeStamp vtkAnariRendererNode::AnariSceneStructureModifiedMTime
protected

Definition at line 538 of file vtkAnariRendererNode.h.

◆ AnariSceneConstructedMTime

vtkMTimeType vtkAnariRendererNode::AnariSceneConstructedMTime { 0 }
protected

Definition at line 539 of file vtkAnariRendererNode.h.

◆ AnariRendererModifiedTime

vtkTimeStamp vtkAnariRendererNode::AnariRendererModifiedTime
staticprotected

Definition at line 540 of file vtkAnariRendererNode.h.

◆ AnariRendererUpdatedTime

vtkMTimeType vtkAnariRendererNode::AnariRendererUpdatedTime { 0 }
protected

Definition at line 541 of file vtkAnariRendererNode.h.


The documentation for this class was generated from the following file: