Go to the documentation of this file.
31 #ifndef vtk3DSImporter_h
32 #define vtk3DSImporter_h
34 #include "vtkIOImportModule.h"
52 vtkSetStringMacro(FileName);
53 vtkGetStringMacro(FileName);
69 FILE *GetFileFD() {
return this->FileFD;};
71 vtk3DSOmniLight *OmniList;
88 vtkPolyData *GeneratePolyData (vtk3DSMesh *meshPtr);
vtk3DSMaterial * MaterialList
vtk3DSCamera * CameraList
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtk3DSSpotLight * SpotLightList
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual void ImportCameras(vtkRenderer *)
vtkTypeBool ComputeNormals
virtual void ImportLights(vtkRenderer *)
a simple class to control print indentation
virtual int ImportBegin()
virtual void ImportActors(vtkRenderer *)
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
vtk3DSMatProp * MatPropList
virtual void ImportProperties(vtkRenderer *)