133#ifndef vtkVRMLImporter_h
134#define vtkVRMLImporter_h
136#include "vtkIOImportModule.h"
149class vtkVRMLImporterInternal;
174 vtkSetMacro(ShapeResolution,
int);
175 vtkGetMacro(ShapeResolution,
int);
234 vtkVRMLImporterInternal* Internal;
represents an object (geometry & properties) in a rendered scene
Superclass for all sources, filters, and sinks in VTK.
object to represent cell connectivity
dynamic, self-adjusting array of float
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
a virtual light for 3D rendering
map scalar values into colors via a lookup table
abstract base class for most VTK objects
represent and manipulate 3D points
map vtkPolyData to graphics primitives
represent surface properties of a geometric object
abstract specification for renderers
void ImportLights(vtkRenderer *) override
void ImportCameras(vtkRenderer *) override
void ImportActors(vtkRenderer *) override
virtual void useNode(const char *)
Needed by the yacc/lex grammar used.
virtual void exitNode()
Needed by the yacc/lex grammar used.
~vtkVRMLImporter() override
vtkSetFilePathMacro(FileName)
Specify the name of the file to read.
std::string GetOutputsDescription() override
Get a printable string describing the outputs.
vtkObject * GetVRMLDEFObject(const char *name)
In the VRML spec you can DEF and USE nodes (name them), This routine will return the associated VTK o...
void ImportEnd() override
virtual void enterField(const char *)
Needed by the yacc/lex grammar used.
FILE * GetFileFD()
Return the file pointer to the open file.
void ImportProperties(vtkRenderer *) override
vtkGetFilePathMacro(FileName)
Specify the name of the file to read.
virtual void enterNode(const char *)
Needed by the yacc/lex grammar used.
int ImportBegin() override
static vtkVRMLImporter * New()
virtual void exitField()
Needed by the yacc/lex grammar used.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.