10#ifndef vtkVRFollower_h 
   11#define vtkVRFollower_h 
   14#include "vtkRenderingVRModule.h"  
   16VTK_ABI_NAMESPACE_BEGIN
 
a subclass of actor that always faces the camera
 
virtual void Render(vtkRenderer *ren)
This causes the actor to be rendered.
 
a simple class to control print indentation
 
abstract class specifies interface to map data to graphics primitives
 
abstract specification for renderers
 
void Render(vtkRenderer *ren) override
This causes the actor to be rendered.
 
static vtkVRFollower * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void ComputeMatrix() override
Generate the matrix based on ivars.
 
~vtkVRFollower() override=default