Go to the documentation of this file.
31 #ifndef vtk3DSImporter_h
32 #define vtk3DSImporter_h
34 #include "vtkIOImportModule.h"
52 vtkSetStringMacro(FileName);
62 vtkGetMacro(ComputeNormals,
int);
69 FILE *GetFileFD() {
return this->FileFD;};
71 vtk3DSOmniLight *OmniList;
88 vtkPolyData *GeneratePolyData (vtk3DSMesh *meshPtr);
vtk3DSMaterial * MaterialList
vtk3DSCamera * CameraList
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 *)
virtual void ImportLights(vtkRenderer *)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int ImportBegin()
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
virtual void ImportActors(vtkRenderer *)
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
vtk3DSMatProp * MatPropList
virtual void ImportProperties(vtkRenderer *)