15#ifndef vtkWebGPUPolyDataMapper2D_h
16#define vtkWebGPUPolyDataMapper2D_h
19#include "vtkRenderingWebGPUModule.h"
23VTK_ABI_NAMESPACE_BEGIN
56 std::unique_ptr<vtkWebGPUPolyDataMapper2DInternals> Internals;
a actor that draws 2D data
a simple class to control print indentation
represent and manipulate 3D points
draw vtkPolyData onto the image plane
abstract specification for Viewports
Internal implementation details of vtkWebGPUPolyDataMapper2D.
2D PolyData support for WebGPU
vtkWebGPUPolyDataMapper2D()
static vtkWebGPUPolyDataMapper2D * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkWebGPUPolyDataMapper2D() override
void RenderOverlay(vtkViewport *viewport, vtkActor2D *actor) override
Actually draw the poly data.
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this mapper.
window superclass for vtkRenderWindow