vtk
Class vtk3DSImporter

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkImporter
              extended byvtk.vtk3DSImporter
All Implemented Interfaces:
java.io.Serializable

public class vtk3DSImporter
extends vtkImporter
implements java.io.Serializable

vtk3DSImporter - imports 3D Studio files.. vtk3DSImporter imports 3D Studio files into vtk. JavaBean wrapper for vtk3DSImporter object.

Author:
vtk2jbean Automatic JavaBean wrapper for VTK.
See Also:
Serialized Form

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtk3DSImporter()
           
protected vtk3DSImporter(int dmy)
           
 
Method Summary
 void computeNormalsOff()
          Set/Get the computation of normals.
 void computeNormalsOn()
          Set/Get the computation of normals.
 java.lang.String getClassName()
          Return the class name as a string.
 int getComputeNormals()
          Set/Get the computation of normals.
 java.lang.String getFileName()
          Specify the name of the file to read.
 vtk3DSImporter getThis3DSImporter()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void setComputeNormals(int id0)
          Set/Get the computation of normals.
 void setFileName(java.lang.String id0)
          Specify the name of the file to read.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkImporter
getRenderer, getRenderWindow, getThisImporter, read, setRenderWindow, update
 
Methods inherited from class vtk.vtkObject
AddObserver, breakOnError, debugOff, debugOn, getDebug, getGlobalWarningDisplay, getMTime, getThisObject, globalWarningDisplayOff, globalWarningDisplayOn, hasObserver, hasObserver, invokeEvent, invokeEvent, modified, Print, PrintRevisions, register, removeObserver, removeObservers, removeObservers, setDebug, setGlobalWarningDisplay, unRegister
 
Methods inherited from class vtk.vtkObjectBase
addPropertyChangeListener, finalize, getReferenceCount, getThisObjectBase, isTypeOf, removePropertyChangeListener, setReferenceCount, VTKDelete
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changes

protected java.beans.PropertyChangeSupport changes
Constructor Detail

vtk3DSImporter

public vtk3DSImporter()

vtk3DSImporter

protected vtk3DSImporter(int dmy)
Method Detail

getThis3DSImporter

public vtk3DSImporter getThis3DSImporter()

getClassName

public java.lang.String getClassName()
Description copied from class: vtkObjectBase
Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeRevisionMacro found in vtkSetGet.h.

Overrides:
getClassName in class vtkImporter

isA

public int isA(java.lang.String id0)
Description copied from class: vtkObjectBase
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.

Overrides:
isA in class vtkImporter

setFileName

public void setFileName(java.lang.String id0)
Specify the name of the file to read.


getFileName

public java.lang.String getFileName()
Specify the name of the file to read.


setComputeNormals

public void setComputeNormals(int id0)
Set/Get the computation of normals. If on, imported geometry will be run through vtkPolyDataNormals.


getComputeNormals

public int getComputeNormals()
Set/Get the computation of normals. If on, imported geometry will be run through vtkPolyDataNormals.


computeNormalsOn

public void computeNormalsOn()
Set/Get the computation of normals. If on, imported geometry will be run through vtkPolyDataNormals.


computeNormalsOff

public void computeNormalsOff()
Set/Get the computation of normals. If on, imported geometry will be run through vtkPolyDataNormals.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkImporter


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.