54 #ifndef vtkVRMLImporter_h
55 #define vtkVRMLImporter_h
57 #include "vtkIOImportModule.h"
70 class vtkVRMLImporterInternal;
86 vtkSetStringMacro(FileName);
96 vtkGetMacro(ShapeResolution,
int);
113 int OpenImportFile();
114 int ImportBegin() VTK_OVERRIDE;
115 void ImportEnd() VTK_OVERRIDE;
125 virtual void enterNode(
const char*);
126 virtual void exitNode();
127 virtual void enterField(
const char*);
128 virtual void exitField();
129 virtual void useNode(
const char*);
150 vtkVRMLImporterInternal* Internal;
represents an object (geometry & properties) in a rendered scene
abstract base class for most VTK objects
represent surface properties of a geometric object
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
FILE * GetFileFD()
Return the file pointer to the open file.
dynamic, self-adjusting array of float
map scalar values into colors via a lookup table
void ImportLights(vtkRenderer *) override
abstract specification for renderers
dynamic, self-adjusting array of vtkIdType
void ImportProperties(vtkRenderer *) override
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
a virtual light for 3D rendering
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void ImportCameras(vtkRenderer *) override
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
map vtkPolyData to graphics primitives
object to represent cell connectivity
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points