vtk
Class vtkMCubesWriter

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkWriter
                  extended byvtk.vtkDataWriter
                      extended byvtk.vtkPolyDataWriter
                          extended byvtk.vtkMCubesWriter
All Implemented Interfaces:
java.io.Serializable

public class vtkMCubesWriter
extends vtkPolyDataWriter
implements java.io.Serializable

vtkMCubesWriter - write binary marching cubes file. vtkMCubesWriter is a polydata writer that writes binary marching cubes files. (Marching cubes is an isosurfacing technique that generates many triangles.) The binary format is supported by W. Lorensen's marching cubes program (and the vtkSliceCubes object). Each triangle is represented by three records, with each record consisting of six single precision floating point numbers representing the a triangle vertex coordinate and vertex normal. JavaBean wrapper for vtkMCubesWriter object.

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

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkMCubesWriter()
           
protected vtkMCubesWriter(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 java.lang.String getLimitsFileName()
          Set/get file name of marching cubes limits file.
 vtkMCubesWriter getThisMCubesWriter()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void setLimitsFileName(java.lang.String id0)
          Set/get file name of marching cubes limits file.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkPolyDataWriter
getInput, getThisPolyDataWriter, setInput
 
Methods inherited from class vtk.vtkDataWriter
getFieldDataName, getFileName, getFileType, getFileTypeMaxValue, getFileTypeMinValue, getHeader, getLookupTableName, getNormalsName, getOutputString, getOutputStringLength, getScalarsName, getTCoordsName, getTensorsName, getThisDataWriter, getVectorsName, getWriteToOutputString, registerAndGetOutputString, setFieldDataName, setFileName, setFileType, setFileTypeToASCII, setFileTypeToBinary, setHeader, setLookupTableName, setNormalsName, setScalarsName, setTCoordsName, setTensorsName, setVectorsName, setWriteToOutputString, writeToOutputStringOff, writeToOutputStringOn
 
Methods inherited from class vtk.vtkWriter
encodeArrayName, getThisWriter, update, write
 
Methods inherited from class vtk.vtkProcessObject
abortExecuteOff, abortExecuteOn, getAbortExecute, getErrorCode, getNumberOfInputs, getProgress, getProgressMaxValue, getProgressMinValue, getProgressText, getThisProcessObject, removeAllInputs, setAbortExecute, setProgress, setProgressText, squeezeInputArray, updateProgress
 
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

vtkMCubesWriter

public vtkMCubesWriter()

vtkMCubesWriter

protected vtkMCubesWriter(int dmy)
Method Detail

getThisMCubesWriter

public vtkMCubesWriter getThisMCubesWriter()

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 vtkPolyDataWriter

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 vtkPolyDataWriter

setLimitsFileName

public void setLimitsFileName(java.lang.String id0)
Set/get file name of marching cubes limits file.


getLimitsFileName

public java.lang.String getLimitsFileName()
Set/get file name of marching cubes limits file.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkPolyDataWriter

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkPolyDataWriter


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.