vtk
Class vtkBase64OutputStream

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkOutputStream
              extended byvtk.vtkBase64OutputStream
All Implemented Interfaces:
java.io.Serializable

public class vtkBase64OutputStream
extends vtkOutputStream
implements java.io.Serializable

vtkBase64OutputStream - Writes base64-encoded output to a stream.. vtkBase64OutputStream implements base64 encoding with the vtkOutputStream interface. JavaBean wrapper for vtkBase64OutputStream 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
  vtkBase64OutputStream()
           
protected vtkBase64OutputStream(int dmy)
           
 
Method Summary
 int endWriting()
          Called after all desired calls to Write have been made.
 java.lang.String getClassName()
          Return the class name as a string.
 vtkBase64OutputStream getThisBase64OutputStream()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 int startWriting()
          Called after the stream position has been set by the caller, but before any Write calls.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkOutputStream
getThisOutputStream, write
 
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

vtkBase64OutputStream

public vtkBase64OutputStream()

vtkBase64OutputStream

protected vtkBase64OutputStream(int dmy)
Method Detail

getThisBase64OutputStream

public vtkBase64OutputStream getThisBase64OutputStream()

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 vtkOutputStream

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 vtkOutputStream

startWriting

public int startWriting()
Called after the stream position has been set by the caller, but before any Write calls. The stream position should not be adjusted by the caller until after an EndWriting call.

Overrides:
startWriting in class vtkOutputStream

endWriting

public int endWriting()
Called after all desired calls to Write have been made. After this call, the caller is free to change the position of the stream. Additional writes should not be done until after another call to StartWriting.

Overrides:
endWriting in class vtkOutputStream

VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkOutputStream

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkOutputStream


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.