#include <vtk3DSImporter.h>
Inheritance diagram for vtk3DSImporter:
vtk3DSImporter imports 3D Studio files into vtk.
Definition at line 38 of file vtk3DSImporter.h.
Public Types | |
typedef vtkImporter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
FILE * | GetFileFD () |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
virtual void | SetComputeNormals (int) |
virtual int | GetComputeNormals () |
virtual void | ComputeNormalsOn () |
virtual void | ComputeNormalsOff () |
Static Public Member Functions | |
static vtk3DSImporter * | New () |
static int | IsTypeOf (const char *type) |
static vtk3DSImporter * | SafeDownCast (vtkObject *o) |
Public Attributes | |
vtk3DSOmniLight * | OmniList |
vtk3DSSpotLight * | SpotLightList |
vtk3DSCamera * | CameraList |
vtk3DSMesh * | MeshList |
vtk3DSMaterial * | MaterialList |
vtk3DSMatProp * | MatPropList |
Protected Member Functions | |
vtk3DSImporter () | |
~vtk3DSImporter () | |
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 |
|
Reimplemented from vtkImporter. Definition at line 43 of file vtk3DSImporter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkImporter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImporter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImporter. |
|
Reimplemented from vtkImporter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImporter. |
|
Specify the name of the file to read. |
|
|
|
Set/Get the computation of normals. If on, imported geometry will be run through vtkPolyDataNormals. |
|
Set/Get the computation of normals. If on, imported geometry will be run through vtkPolyDataNormals. |
|
Set/Get the computation of normals. If on, imported geometry will be run through vtkPolyDataNormals. |
|
Set/Get the computation of normals. If on, imported geometry will be run through vtkPolyDataNormals. |
|
Return the file pointer to the open file. Definition at line 61 of file vtk3DSImporter.h. |
|
Reimplemented from vtkImporter. |
|
Reimplemented from vtkImporter. |
|
Reimplemented from vtkImporter. |
|
Reimplemented from vtkImporter. |
|
Reimplemented from vtkImporter. |
|
Reimplemented from vtkImporter. |
|
|
|
|
|
Definition at line 61 of file vtk3DSImporter.h. |
|
Definition at line 64 of file vtk3DSImporter.h. |
|
Definition at line 65 of file vtk3DSImporter.h. |
|
Definition at line 66 of file vtk3DSImporter.h. |
|
Definition at line 67 of file vtk3DSImporter.h. |
|
Definition at line 68 of file vtk3DSImporter.h. |
|
Definition at line 83 of file vtk3DSImporter.h. |
|
Definition at line 84 of file vtk3DSImporter.h. |
|
Definition at line 85 of file vtk3DSImporter.h. |