 |
VTK
9.0.1
|
Go to the documentation of this file.
22 #ifndef vtkOSPRayPolyDataMapperNode_h
23 #define vtkOSPRayPolyDataMapperNode_h
27 #include "vtkRenderingRayTracingModule.h"
42 virtual void Render(
bool prepass)
override;
61 : GeometriesAtTime(geometries_)
~vtkOSPRayPolyDataMapperNode() override
vtkViewNode specialized for vtkPolyDataMappers
links vtkActor and vtkMapper to OSPRay
~vtkOSPRayCacheItemGeometries()=default
virtual void Invalidate(bool prepass) override
Invalidates cached rendering data.
void ORenderPoly(void *renderer, vtkOSPRayActorNode *aNode, vtkPolyData *poly, double *ambientColor, double *diffuseColor, double opacity, std::string material)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkOSPRayCacheItemGeometries()=default
links vtkActor and vtkMapper to OSPRay
a simple class to control print indentation
virtual void Render(bool prepass) override
Make ospray calls to render me.
vtkOSPRayCacheItemGeometries(const std::vector< OSPGeometry > &geometries_)
vtkOSPRayPolyDataMapperNode()
std::vector< OSPGeometry > Geometries
std::vector< OSPGeometry > GeometriesAtTime
temporal cache ospray structures to speed flipbooks
static vtkOSPRayPolyDataMapperNode * New()
concrete dataset represents vertices, lines, polygons, and triangle strips
void RenderGeometries()
add computed ospray geometries to renderer model.
void PopulateCache()
adds geometries to ospray cache