45 #ifndef vtkVRMLImporter_h
46 #define vtkVRMLImporter_h
48 #include "vtkIOImportModule.h"
51 VTK_ABI_NAMESPACE_BEGIN
62 class vtkVRMLImporterInternal;
78 vtkSetFilePathMacro(FileName);
79 vtkGetFilePathMacro(FileName);
87 vtkSetMacro(ShapeResolution,
int);
88 vtkGetMacro(ShapeResolution,
int);
110 int OpenImportFile();
122 virtual void enterNode(
const char*);
123 virtual void exitNode();
124 virtual void enterField(
const char*);
125 virtual void exitField();
126 virtual void useNode(
const char*);
147 vtkVRMLImporterInternal* Internal;
167 VTK_ABI_NAMESPACE_END
represents an object (geometry & properties) in a rendered scene
void ImportActors(vtkRenderer *) override
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
virtual int ImportBegin()
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
virtual std::string GetOutputsDescription()
Recover a printable string that let importer implementation Describe their outputs.
void ImportCameras(vtkRenderer *) override
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