vtk
Class vtkXMLPDataWriter

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkXMLWriter
                  extended byvtk.vtkXMLPDataWriter
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
vtkXMLPDataSetWriter, vtkXMLPStructuredDataWriter, vtkXMLPUnstructuredDataWriter

public class vtkXMLPDataWriter
extends vtkXMLWriter
implements java.io.Serializable

vtkXMLPDataWriter - Write data in a parallel XML format.. vtkXMLPDataWriter is the superclass for all XML parallel data set writers. It provides functionality needed for writing parallel formats, such as the selection of which writer writes the summary file and what range of pieces are assigned to each serial writer. JavaBean wrapper for vtkXMLPDataWriter 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
  vtkXMLPDataWriter()
           
protected vtkXMLPDataWriter(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 int getEndPiece()
          Get/Set the range of pieces assigned to this writer.
 int getGhostLevel()
          Get/Set the ghost level used for this writer's piece.
 int getNumberOfPieces()
          Get/Set the number of pieces that are being written in parallel.
 int getStartPiece()
          Get/Set the range of pieces assigned to this writer.
 vtkXMLPDataWriter getThisXMLPDataWriter()
           
 int getWriteSummaryFile()
          Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files.
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void setEndPiece(int id0)
          Get/Set the range of pieces assigned to this writer.
 void setGhostLevel(int id0)
          Get/Set the ghost level used for this writer's piece.
 void setNumberOfPieces(int id0)
          Get/Set the number of pieces that are being written in parallel.
 void setStartPiece(int id0)
          Get/Set the range of pieces assigned to this writer.
 void setWriteSummaryFile(int id0)
          Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files.
protected  void VTKCastInit()
           
 void writeSummaryFileOff()
          Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files.
 void writeSummaryFileOn()
          Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files.
 
Methods inherited from class vtk.vtkXMLWriter
encodeAppendedDataOff, encodeAppendedDataOn, getBlockSize, getByteOrder, getCompressor, getDataMode, getDefaultFileExtension, getEncodeAppendedData, getFileName, getIdType, getThisXMLWriter, setBlockSize, setByteOrder, setByteOrderToBigEndian, setByteOrderToLittleEndian, setCompressor, setDataMode, setDataModeToAppended, setDataModeToAscii, setDataModeToBinary, setEncodeAppendedData, setFileName, setIdType, setIdTypeToInt32, setIdTypeToInt64, 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, VTKInit
 
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

vtkXMLPDataWriter

public vtkXMLPDataWriter()

vtkXMLPDataWriter

protected vtkXMLPDataWriter(int dmy)
Method Detail

getThisXMLPDataWriter

public vtkXMLPDataWriter getThisXMLPDataWriter()

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 vtkXMLWriter

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 vtkXMLWriter

setNumberOfPieces

public void setNumberOfPieces(int id0)
Get/Set the number of pieces that are being written in parallel.


getNumberOfPieces

public int getNumberOfPieces()
Get/Set the number of pieces that are being written in parallel.


setStartPiece

public void setStartPiece(int id0)
Get/Set the range of pieces assigned to this writer.


getStartPiece

public int getStartPiece()
Get/Set the range of pieces assigned to this writer.


setEndPiece

public void setEndPiece(int id0)
Get/Set the range of pieces assigned to this writer.


getEndPiece

public int getEndPiece()
Get/Set the range of pieces assigned to this writer.


setGhostLevel

public void setGhostLevel(int id0)
Get/Set the ghost level used for this writer's piece.


getGhostLevel

public int getGhostLevel()
Get/Set the ghost level used for this writer's piece.


setWriteSummaryFile

public void setWriteSummaryFile(int id0)
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files. Default is yes only for piece 0 writer.


getWriteSummaryFile

public int getWriteSummaryFile()
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files. Default is yes only for piece 0 writer.


writeSummaryFileOn

public void writeSummaryFileOn()
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files. Default is yes only for piece 0 writer.


writeSummaryFileOff

public void writeSummaryFileOff()
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files. Default is yes only for piece 0 writer.


VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkXMLWriter


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.