VTK  9.4.20241113
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
vtkAnariSceneGraph Class Reference

links vtkRenderers to ANARI More...

#include <vtkAnariSceneGraph.h>

Inheritance diagram for vtkAnariSceneGraph:
[legend]
Collaboration diagram for vtkAnariSceneGraph:
[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.
 
vtkAnariSceneGraphNewInstance () 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 SetUpdateWorldOnly (bool onlyUpdateWorld=false)
 When passing 'true', the renderer will skip actually rendering frame.
 
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 GetDeviceHandle () const
 Get the ANARI back-end device.
 
anari::Renderer GetRendererHandle () const
 Get the currently set ANARI renderer.
 
const anari::Extensions & GetAnariDeviceExtensions () const
 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.
 
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 vtkAnariSceneGraphNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkAnariSceneGraphSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyACCUMULATION_COUNT ()
 Set the number of frames to render which are accumulated to result in a better converged image.
 
static void SetAccumulationCount (vtkRenderer *renderer, int)
 Convenience method to set/get ACCUMULATION_COUNT on a vtkRenderer.
 
static int GetAccumulationCount (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 (vtkRenderer *renderer, int)
 Convenience method to set/get COMPOSITE_ON_GL on a vtkRenderer.
 
static int GetCompositeOnGL (vtkRenderer *renderer)
 
- 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
 
 vtkAnariSceneGraph ()
 
 ~vtkAnariSceneGraph ()
 
void InitAnariFrame (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

vtkAnariSceneGraphInternals * Internal { nullptr }
 
vtkTimeStamp AnariSceneStructureModifiedMTime
 
vtkMTimeType AnariSceneConstructedMTime { 0 }
 
vtkTimeStamp AnariRendererModifiedTime
 
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
 

Friends

class vtkAnariPass
 
class vtkAnariWindowNode
 

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 ()
 
- Static Protected Attributes inherited from vtkViewNode
static const char * operation_type_strings []
 

Detailed Description

links vtkRenderers to ANARI

This class acts as a root node managing an anari::Frame and everything within it. The anari::Frame is the top-level object to render images using ANARI, containing the anari::Camera, anari::World, and anari::Renderer all from a particular anari::Device. vtkAnariSceneGraph expects to be given the anari::Device and anari::Renderer externally, which are managed by other classes which use vtkAnariSceneGraph (e.g. vtkAnariPass and vtkAnariWindowNode). vtkAnariSceneGraph expects to be given a valid anari::Device before any scene graph traversals occur.

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:
vtkAnariSceneGraph (Tests)

Definition at line 41 of file vtkAnariSceneGraph.h.

Member Typedef Documentation

◆ Superclass

Definition at line 45 of file vtkAnariSceneGraph.h.

Constructor & Destructor Documentation

◆ vtkAnariSceneGraph()

vtkAnariSceneGraph::vtkAnariSceneGraph ( )
protected

◆ ~vtkAnariSceneGraph()

vtkAnariSceneGraph::~vtkAnariSceneGraph ( )
protected

Member Function Documentation

◆ New()

static vtkAnariSceneGraph * vtkAnariSceneGraph::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

virtual vtkTypeBool vtkAnariSceneGraph::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 vtkAnariSceneGraph * vtkAnariSceneGraph::SafeDownCast ( vtkObjectBase o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase * vtkAnariSceneGraph::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkRendererNode.

◆ NewInstance()

vtkAnariSceneGraph * vtkAnariSceneGraph::NewInstance ( ) const

◆ PrintSelf()

void vtkAnariSceneGraph::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 vtkAnariSceneGraph::Build ( bool  prepass)
overridevirtual

Builds objects for this renderer.

Reimplemented from vtkViewNode.

◆ Render()

virtual void vtkAnariSceneGraph::Render ( bool  prepass)
overridevirtual

Traverse graph in ANARI's preferred order and render.

Reimplemented from vtkViewNode.

◆ Invalidate()

virtual void vtkAnariSceneGraph::Invalidate ( bool  prepass)
overridevirtual

Invalidates cached rendering data.

Reimplemented from vtkViewNode.

◆ SetUpdateWorldOnly()

void vtkAnariSceneGraph::SetUpdateWorldOnly ( bool  onlyUpdateWorld = false)

When passing 'true', the renderer will skip actually rendering frame.

This is for when an application wants to externally use the anari::World in their own non-VTK viewport using their own anari::Frame/Renderer/Camera, but still wants VTK to manage the contents of the anari::World.

◆ ACCUMULATION_COUNT()

static vtkInformationIntegerKey * vtkAnariSceneGraph::ACCUMULATION_COUNT ( )
static

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

◆ SetAccumulationCount()

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

Convenience method to set/get ACCUMULATION_COUNT on a vtkRenderer.

◆ GetAccumulationCount()

static int vtkAnariSceneGraph::GetAccumulationCount ( vtkRenderer renderer)
static

◆ COMPOSITE_ON_GL()

static vtkInformationIntegerKey * vtkAnariSceneGraph::COMPOSITE_ON_GL ( )
static

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

◆ SetCompositeOnGL()

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

Convenience method to set/get COMPOSITE_ON_GL on a vtkRenderer.

◆ GetCompositeOnGL()

static int vtkAnariSceneGraph::GetCompositeOnGL ( vtkRenderer renderer)
static

◆ AddLight()

void vtkAnariSceneGraph::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 vtkAnariSceneGraph::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 vtkAnariSceneGraph::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 vtkAnariSceneGraph::SetCamera ( anari::Camera  )

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

◆ GetDeviceHandle()

anari::Device vtkAnariSceneGraph::GetDeviceHandle ( ) const

Get the ANARI back-end device.

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

◆ GetRendererHandle()

anari::Renderer vtkAnariSceneGraph::GetRendererHandle ( ) const

Get the currently set ANARI renderer.

◆ GetAnariDeviceExtensions()

const anari::Extensions & vtkAnariSceneGraph::GetAnariDeviceExtensions ( ) const

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

◆ GetBuffer()

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

Get the last rendered ColorBuffer.

◆ GetZBuffer()

virtual const float * vtkAnariSceneGraph::GetZBuffer ( )
virtual

Get the last rendered ZBuffer.

◆ Traverse()

virtual void vtkAnariSceneGraph::Traverse ( int  operation)
overridevirtual

Reimplemented from vtkViewNode.

◆ GetRenderer()

vtkRenderer * vtkAnariSceneGraph::GetRenderer ( )

Convenience method to get and downcast renderable.

◆ WriteLayer()

virtual void vtkAnariSceneGraph::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.

◆ InvalidateSceneStructure()

void vtkAnariSceneGraph::InvalidateSceneStructure ( )

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

◆ InitAnariFrame()

void vtkAnariSceneGraph::InitAnariFrame ( vtkRenderer ren)
protected

◆ SetupAnariRendererParameters()

void vtkAnariSceneGraph::SetupAnariRendererParameters ( vtkRenderer ren)
protected

◆ InitAnariWorld()

void vtkAnariSceneGraph::InitAnariWorld ( )
protected

◆ UpdateAnariFrameSize()

void vtkAnariSceneGraph::UpdateAnariFrameSize ( )
protected

◆ UpdateAnariLights()

void vtkAnariSceneGraph::UpdateAnariLights ( )
protected

◆ UpdateAnariSurfaces()

void vtkAnariSceneGraph::UpdateAnariSurfaces ( )
protected

◆ UpdateAnariVolumes()

void vtkAnariSceneGraph::UpdateAnariVolumes ( )
protected

◆ CopyAnariFrameBufferData()

void vtkAnariSceneGraph::CopyAnariFrameBufferData ( )
protected

◆ DebugOutputWorldBounds()

void vtkAnariSceneGraph::DebugOutputWorldBounds ( )
protected

Friends And Related Symbol Documentation

◆ vtkAnariPass

friend class vtkAnariPass
friend

Definition at line 206 of file vtkAnariSceneGraph.h.

◆ vtkAnariWindowNode

friend class vtkAnariWindowNode
friend

Definition at line 207 of file vtkAnariSceneGraph.h.

Member Data Documentation

◆ Internal

vtkAnariSceneGraphInternals* vtkAnariSceneGraph::Internal { nullptr }
protected

Definition at line 191 of file vtkAnariSceneGraph.h.

◆ AnariSceneStructureModifiedMTime

vtkTimeStamp vtkAnariSceneGraph::AnariSceneStructureModifiedMTime
protected

Definition at line 193 of file vtkAnariSceneGraph.h.

◆ AnariSceneConstructedMTime

vtkMTimeType vtkAnariSceneGraph::AnariSceneConstructedMTime { 0 }
protected

Definition at line 194 of file vtkAnariSceneGraph.h.

◆ AnariRendererModifiedTime

vtkTimeStamp vtkAnariSceneGraph::AnariRendererModifiedTime
protected

Definition at line 195 of file vtkAnariSceneGraph.h.

◆ AnariRendererUpdatedTime

vtkMTimeType vtkAnariSceneGraph::AnariRendererUpdatedTime { 0 }
protected

Definition at line 196 of file vtkAnariSceneGraph.h.


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