12#ifndef vtkZSpaceRenderer_h 
   13#define vtkZSpaceRenderer_h 
   17#include "vtkRenderingZSpaceModule.h"  
   19VTK_ABI_NAMESPACE_BEGIN
 
a virtual camera for 3D rendering
 
a simple class to control print indentation
 
Extends vtkOpenGLCamera to use custom view and projection matrix given by zSpace SDK.
 
void ResetCamera(const double bounds[6]) override
Automatically set up the camera based on a specified bounding box (xmin,xmax, ymin,...
 
~vtkZSpaceRenderer() override=default
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkZSpaceRenderer * New()
 
vtkCamera * MakeCamera() override
Create a new vtkZSpaceCamera.