16#ifndef vtkAnariVolumeMapper_h
17#define vtkAnariVolumeMapper_h
20#include "vtkRenderingAnariModule.h"
22VTK_ABI_NAMESPACE_BEGIN
61 vtkSetMacro(Initialized,
bool);
62 vtkGetMacro(Initialized,
bool);
63 vtkBooleanMacro(Initialized,
bool);
a render pass that uses ANARI (ANAlytic Rendering Interface) instead of OpenGL.
Removes link dependence on optional ANARI module.
Standalone ANARI VolumeMapper.
vtkRenderer * GetInternalRenderer() const
Allow vtkAnariSceneGraph properties to be set on the internal vtkRenderer.
vtkRenderer * InternalRenderer
virtual void Render(vtkRenderer *, vtkVolume *) override
Render the volume onto the screen.
vtkAnariPass * InternalAnariPass
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this mapper.
static vtkAnariVolumeMapper * New()
a simple class to control print indentation
abstract specification for renderers
represents a volume (data & properties) in a rendered scene
window superclass for vtkRenderWindow