 |
VTK
9.0.1
|
Go to the documentation of this file.
21 #ifndef vtkWebGLExporter_h
22 #define vtkWebGLExporter_h
37 #include "vtkWebGLExporterModule.h"
62 const char* GenerateMetadata();
65 int GetNumberOfObjects();
67 void SetCenterOfRotation(
float a1,
float a2,
float a3);
68 void SetMaxAllowedSize(
int mesh,
int lines);
69 void SetMaxAllowedSize(
int size);
78 void parseRenderer(
vtkRenderer* render,
const char* viewId,
bool onlyWidget,
void* mapTime);
84 const char* GenerateExportMetadata();
90 double CameraLookAt[10];
92 double Background1[3];
93 double Background2[3];
96 float CenterOfRotation[3];
106 vtkInternal* Internal;
represent and manipulate point attribute data
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
an ordered list of renderers
vtkTriangleFilter * TriangleFilter
abstract class specifies interface to map data to graphics primitives
represent and manipulate cell attribute data
represents an object (geometry & properties) in a rendered scene
std::string renderersMetaData
a simple class to control print indentation
convert input polygons and strips to triangles
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a actor that draws 2D data
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTypeUInt32 vtkMTimeType