#include <vtk3DSOurImporter.h>
Public Methods | |
void | VTK3DSOurImporter::SetPolys (char *f) |
vtkTypeMacro (VTK3DSOurImporter, vtkImporter) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkSetStringMacro (FileName) | |
vtkGetStringMacro (FileName) | |
vtkSetMacro (ComputeNormals, int) | |
vtkGetMacro (ComputeNormals, int) | |
vtkBooleanMacro (ComputeNormals, int) | |
FILE * | GetFileFD () |
Static Public Methods | |
VTK3DSOurImporter * | New () |
Public Attributes | |
vtk3DSOmniLight * | OmniList |
vtk3DSSpotLight * | SpotLightList |
vtk3DSCamera * | CameraList |
vtk3DSMesh * | MeshList |
vtk3DSMaterial * | MaterialList |
vtk3DSMatProp * | MatPropList |
Protected Methods | |
VTK3DSOurImporter () | |
~VTK3DSOurImporter () | |
virtual int | ImportBegin () |
virtual void | ImportEnd () |
virtual void | ImportActors (vtkRenderer *renderer) |
virtual void | ImportCameras (vtkRenderer *renderer) |
virtual void | ImportLights (vtkRenderer *renderer) |
virtual void | ImportProperties (vtkRenderer *renderer) |
vtkPolyData * | GeneratePolyData (vtk3DSMesh *meshPtr) |
int | Read3DS () |
Protected Attributes | |
char * | FileName |
FILE * | FileFD |
int | ComputeNormals |
int | flag3 |
Private Methods | |
VTK3DSOurImporter (const VTK3DSOurImporter &) | |
void | operator= (const VTK3DSOurImporter &) |
|
Definition at line 133 of file vtk3DSOurImporter.cxx. References CameraList, ComputeNormals, FileFD, FileName, flag3, MaterialList, MatPropList, MeshList, OmniList, and SpotLightList. |
|
Definition at line 1238 of file vtk3DSOurImporter.cxx. References CameraList, FileName, MatPropList, MeshList, OmniList, and SpotLightList. |
|
|
|
Definition at line 241 of file vtk3DSOurImporter.cxx. References flag3. Referenced by ImportActors(). |
|
Definition at line 81 of file vtk3DSOurImporter.h. References FileFD. |
|
Definition at line 188 of file vtk3DSOurImporter.cxx. References ComputeNormals, GeneratePolyData(), and MeshList. |
|
Definition at line 147 of file vtk3DSOurImporter.cxx. |
|
Definition at line 285 of file vtk3DSOurImporter.cxx. References CameraList. |
|
Definition at line 159 of file vtk3DSOurImporter.cxx. References FileFD. |
|
Definition at line 304 of file vtk3DSOurImporter.cxx. References OmniList, and SpotLightList. |
|
|
|
Definition at line 59 of file vtk3DSOurImporter.cxx. Referenced by CvtkSq3SubdivisionView::OnDraw(). |
|
|
|
Definition at line 1336 of file vtk3DSOurImporter.cxx. References ComputeNormals, and FileName. |
|
Definition at line 169 of file vtk3DSOurImporter.cxx. Referenced by ImportBegin(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 85 of file vtk3DSOurImporter.h. Referenced by ImportCameras(), VTK3DSOurImporter(), and ~VTK3DSOurImporter(). |
|
Definition at line 105 of file vtk3DSOurImporter.h. Referenced by ImportActors(), PrintSelf(), and VTK3DSOurImporter(). |
|
Definition at line 104 of file vtk3DSOurImporter.h. Referenced by GetFileFD(), ImportBegin(), ImportEnd(), and VTK3DSOurImporter(). |
|
Definition at line 103 of file vtk3DSOurImporter.h. Referenced by PrintSelf(), VTK3DSOurImporter(), and ~VTK3DSOurImporter(). |
|
Definition at line 106 of file vtk3DSOurImporter.h. Referenced by GeneratePolyData(), and VTK3DSOurImporter(). |
|
Definition at line 87 of file vtk3DSOurImporter.h. Referenced by VTK3DSOurImporter(). |
|
Definition at line 88 of file vtk3DSOurImporter.h. Referenced by VTK3DSOurImporter(), and ~VTK3DSOurImporter(). |
|
Definition at line 86 of file vtk3DSOurImporter.h. Referenced by ImportActors(), VTK3DSOurImporter(), and ~VTK3DSOurImporter(). |
|
Definition at line 83 of file vtk3DSOurImporter.h. Referenced by ImportLights(), VTK3DSOurImporter(), and ~VTK3DSOurImporter(). |
|
Definition at line 84 of file vtk3DSOurImporter.h. Referenced by ImportLights(), VTK3DSOurImporter(), and ~VTK3DSOurImporter(). |