30 #ifndef __vtk3DSImporter_h
31 #define __vtk3DSImporter_h
48 vtkSetStringMacro(FileName);
49 vtkGetStringMacro(FileName);
55 vtkSetMacro(ComputeNormals,
int);
56 vtkGetMacro(ComputeNormals,
int);
57 vtkBooleanMacro(ComputeNormals,
int);
61 FILE *GetFileFD() {
return this->FileFD;};
63 vtk3DSOmniLight *OmniList;
80 vtkPolyData *GeneratePolyData (vtk3DSMesh *meshPtr);
vtk3DSCamera * CameraList
virtual void ImportCameras(vtkRenderer *)
abstract specification for renderers
vtk3DSMatProp * MatPropList
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int ImportBegin()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual void ImportActors(vtkRenderer *)
virtual void ImportLights(vtkRenderer *)
vtk3DSMaterial * MaterialList
virtual void ImportProperties(vtkRenderer *)
vtk3DSSpotLight * SpotLightList