14#ifndef vtkAnariCompositePolyDataMapperNode_h
15#define vtkAnariCompositePolyDataMapperNode_h
19#include "vtkRenderingAnariModule.h"
23VTK_ABI_NAMESPACE_BEGIN
represents an object (geometry & properties) in a rendered scene
std::stack< double > Opacity
std::stack< vtkColor3d > DiffuseColor
std::stack< bool > Visibility
std::stack< std::string > Material
std::stack< vtkColor3d > AmbientColor
std::stack< vtkColor3d > SpecularColor
links vtkActor and vtkMapper to ANARI
virtual void Invalidate(bool prepass) override
Invalidates cached rendering data.
vtkAnariCompositePolyDataMapperNode()=default
~vtkAnariCompositePolyDataMapperNode()=default
static vtkAnariCompositePolyDataMapperNode * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
RenderBlockState BlockState
virtual void Synchronize(bool prepass) override
Sync VTK and ANARI objects.
void SynchronizeBlock(vtkCompositePolyDataMapper *, vtkActor *, vtkDataObject *, unsigned int &)
links vtkActor and vtkMapper to ANARI
a class that renders hierarchical polygonal data
general representation of visualization data
a simple class to control print indentation