vtk
Class vtkStructuredPoints

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkDataObject
              extended byvtk.vtkDataSet
                  extended byvtk.vtkImageData
                      extended byvtk.vtkStructuredPoints
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
vtkImageCanvasSource2D

public class vtkStructuredPoints
extends vtkImageData
implements java.io.Serializable

vtkStructuredPoints - A subclass of ImageData.. StructuredPoints is a subclass of ImageData that requires the data extent to exactly match the update extent. Normall image data allows that the data extent may be larger than the update extent. StructuredPoints also defines the origin differently that vtkImageData. For structured points the origin is the location of first point. Whereas images define the origin as the location of point 0, 0, 0. Image Origin is stored in ivar, and structured points have special methods for setting/getting the origin/extents. JavaBean wrapper for vtkStructuredPoints 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
  vtkStructuredPoints()
           
protected vtkStructuredPoints(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 int getDataObjectType()
          Return what type of dataset this is.
 vtkStructuredPoints getThisStructuredPoints()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkImageData
allocateScalars, computeBounds, computeCellId, computePointId, computeStructuredCoordinates, copyAndCastFrom, copyAndCastFrom, copyStructure, copyTypeSpecificInformation, crop, deepCopy, findPoint, findPoint, getActualMemorySize, getArrayIncrements, getCell, getCell, getCellBounds, getCellPoints, getCellType, getDataDimension, getDimensions, getDimensions, getEstimatedMemorySize, getExtent, getExtentType, getIncrements, getIncrements, getMaxCellSize, getNumberOfCells, getNumberOfPoints, getNumberOfScalarComponents, getOrigin, getPoint, getPoint, getPointCells, getPointGradient, getScalarComponentAsDouble, getScalarSize, getScalarType, getScalarTypeAsString, getScalarTypeMax, getScalarTypeMin, getSpacing, getThisImageData, getVoxelGradient, prepareForNewData, setAxisUpdateExtent, setDimensions, setDimensions, setExtent, setExtent, setNumberOfScalarComponents, setOrigin, setOrigin, setScalarComponentFromDouble, setScalarType, setScalarTypeToChar, setScalarTypeToDouble, setScalarTypeToFloat, setScalarTypeToInt, setScalarTypeToLong, setScalarTypeToShort, setScalarTypeToUnsignedChar, setScalarTypeToUnsignedInt, setScalarTypeToUnsignedLong, setScalarTypeToUnsignedShort, setSpacing, setSpacing, setUpdateExtent, setUpdateExtent, setUpdateExtent, setUpdateExtent, shallowCopy, updateData
 
Methods inherited from class vtk.vtkDataSet
checkAttributes, getBounds, getBounds, getCellData, getCellNeighbors, getCellTypes, getCenter, getCenter, getLength, getMTime, getPointData, getScalarRange, getScalarRange, getThisDataSet, initialize, squeeze
 
Methods inherited from class vtk.vtkDataObject
addConsumer, copyInformation, dataHasBeenGenerated, getConsumer, getDataReleased, getExtentTranslator, getFieldData, getGlobalReleaseDataFlag, getLocality, getMaximumNumberOfPieces, getNetReferenceCount, getNumberOfConsumers, getPipelineMTime, getReleaseDataFlag, getRequestExactExtent, getSource, getThisDataObject, getUpdateExtent, getUpdateGhostLevel, getUpdateNumberOfPieces, getUpdatePiece, getUpdateTime, getWholeExtent, globalReleaseDataFlagOff, globalReleaseDataFlagOn, isConsumer, propagateUpdateExtent, releaseData, releaseDataFlagOff, releaseDataFlagOn, removeConsumer, requestExactExtentOff, requestExactExtentOn, setExtentTranslator, setFieldData, setGlobalReleaseDataFlag, setLocality, setMaximumNumberOfPieces, setPipelineMTime, setReleaseDataFlag, setRequestExactExtent, setSource, setUpdateExtentToWholeExtent, setUpdateGhostLevel, setUpdateNumberOfPieces, setUpdatePiece, setWholeExtent, setWholeExtent, shouldIReleaseData, triggerAsynchronousUpdate, unRegister, update, updateInformation
 
Methods inherited from class vtk.vtkObject
AddObserver, breakOnError, debugOff, debugOn, getDebug, getGlobalWarningDisplay, getThisObject, globalWarningDisplayOff, globalWarningDisplayOn, hasObserver, hasObserver, invokeEvent, invokeEvent, modified, Print, PrintRevisions, register, removeObserver, removeObservers, removeObservers, setDebug, setGlobalWarningDisplay
 
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

vtkStructuredPoints

public vtkStructuredPoints()

vtkStructuredPoints

protected vtkStructuredPoints(int dmy)
Method Detail

getThisStructuredPoints

public vtkStructuredPoints getThisStructuredPoints()

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 vtkImageData

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 vtkImageData

getDataObjectType

public int getDataObjectType()
Description copied from class: vtkImageData
Return what type of dataset this is.

Overrides:
getDataObjectType in class vtkImageData

VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkImageData

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkImageData


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.