Go to the documentation of this file.
25 #ifndef vtkWindowNode_h
26 #define vtkWindowNode_h
28 #include "vtkRenderingSceneGraphModule.h"
45 virtual void Build(
bool prepass)
override;
62 {
return this->ColorBuffer; }
68 {
return this->ZBuffer; }
vtkUnsignedCharArray * ColorBuffer
dynamic, self-adjusting array of float
dynamic, self-adjusting array of unsigned char
virtual void Build(bool prepass) override
Build containers for our child nodes.
a simple class to control print indentation
virtual vtkUnsignedCharArray * GetColorBuffer()
Get the most recent color buffer RGBA.
a node within a VTK scene graph
static vtkWindowNode * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int * GetSize()
Return the size of the last rendered image.
virtual void Synchronize(bool prepass) override
Get state of my renderable.
virtual vtkFloatArray * GetZBuffer()
Get the most recent zbuffer buffer.
vtkViewNode specialized for vtkRenderWindows