A B C D E F G H I J K L M N O P R S T U V W X Y Z

A

AddObserver(String, Object, String) - Method in class vtk.vtkObject
 
abortExecuteOff() - Method in class vtk.vtkProcessObject
Set/Get the AbortExecute flag for the process object.
abortExecuteOn() - Method in class vtk.vtkProcessObject
Set/Get the AbortExecute flag for the process object.
absoluteOff() - Method in class vtk.vtkWarpTo
Set/Get the Absolute ivar.
absoluteOn() - Method in class vtk.vtkWarpTo
Set/Get the Absolute ivar.
accumulateErrorOff() - Method in class vtk.vtkDecimatePro
The computed error can either be computed directly from the mesh or the error may be accumulated as the mesh is modified.
accumulateErrorOn() - Method in class vtk.vtkDecimatePro
The computed error can either be computed directly from the mesh or the error may be accumulated as the mesh is modified.
addActor(vtkProp) - Method in class vtk.vtkPanel
This block of methods has been added for sake of the JavaBeans concept.
addActor(vtkProp) - Method in class vtk.vtkRenderer
Add/Remove different types of props to the renderer.
addActor2D(vtkProp) - Method in class vtk.vtkViewport
Add/Remove different types of props to the renderer.
addArray(vtkDataArray) - Method in class vtk.vtkFieldData
Add an array to the array list.
addCellReference(int, int) - Method in class vtk.vtkCellLinks
Add the reference to the cell (cellId) from the point (ptId).
addCellReference(int) - Method in class vtk.vtkPolyData
Add references to cell in cell structure.
addClippingPlane(vtkPlane) - Method in class vtk.vtkAbstractMapper
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified).
addComponent(int, int, double) - Method in class vtk.vtkTensor
Add to the value of the tensor component at location (i,j).
addConsumer(vtkObject) - Method in class vtk.vtkAbstractMapper
Add or remove or get or check a consumer,
addConsumer(vtkObject) - Method in class vtk.vtkDataObject
Add or remove or get or check a consumer,
addCubeEdgePlanes() - Method in class vtk.vtkHull
Add the 12 planes that represent the edges of a cube - halfway between the two connecting face planes - (1,1,0), (-1,-1,0), (-1,1,0), (1,-1,0), (0,1,1), (0,-1,-1), (0,1,-1), (0,-1,1), (1,0,1), (-1,0,-1), (1,0,-1), (-1,0,1)
addCubeFacePlanes() - Method in class vtk.vtkHull
Add the six planes that make up the faces of a cube - (1,0,0), (-1, 0, 0), (0,1,0), (0,-1,0), (0,0,1), (0,0,-1)
addCubeVertexPlanes() - Method in class vtk.vtkHull
Add the 8 planes that represent the vertices of a cube - the combination of the three face planes connecting to a vertex - (1,1,1), (1,1,-1), (1,-1,1), (1,-1,1), (-1,1,1), (-1,1,-1), (-1,-1,1), (-1,-1-1).
addCuller(vtkCuller) - Method in class vtk.vtkRenderer
Add an culler to the list of cullers.
addDataObjectInput(vtkDataObject) - Method in class vtk.vtkXYPlotActor
Add a dataset to the list of data to append.
addDataSet(vtkDataSet) - Method in class vtk.vtkInterpolatedVelocityField
Add a dataset used for the implicit function evaluation.
addDataSet(vtkDataObject) - Method in class vtk.vtkMultiBlockDataSet
Add a dataset to the collection.
addExtent(int, int, int, int, int, int) - Method in class vtk.vtkExtentSplitter
Add an extent to the queue of extents to be split among the available sources.
addExtentSource(int, int, int, int, int, int, int, int) - Method in class vtk.vtkExtentSplitter
Add/Remove a source providing the given extent.
addField(String, vtkDataSet) - Method in class vtk.vtkMergeFilter
Set the object from which to extract a field and the name of the field
addFunction(vtkImplicitFunction) - Method in class vtk.vtkImplicitBoolean
Add another implicit function to the list of functions.
addFunction(vtkImplicitFunction, double) - Method in class vtk.vtkImplicitSum
Add another implicit function to the list of functions, along with a weighting factor.
addFunction(vtkImplicitFunction) - Method in class vtk.vtkImplicitSum
Remove all functions from the list.
addFunction(int) - Method in class vtk.vtkPLOT3DReader
Specify additional functions to read.
addHSVPoint(double, double, double, double) - Method in class vtk.vtkColorTransferFunction
Add/Remove a point to/from the function defined in RGB or HSV Return the index of the point (0 based), or -1 on error.
addHSVSegment(double, double, double, double, double, double, double, double) - Method in class vtk.vtkColorTransferFunction
Add two points to the function and remove all the points between them
addInput(vtkDataSet) - Method in class vtk.vtkAppendFilter
Add a dataset to the list of data to append.
addInput(vtkPolyData) - Method in class vtk.vtkAppendPolyData
Add a dataset to the list of data to append.
addInput(vtkImageData) - Method in class vtk.vtkImageMultipleInputFilter
Adds an input to the first null position in the input list.
addInput(vtkDataSet) - Method in class vtk.vtkInterpolateDataSetAttributes
Add a dataset to the list of data to interpolate.
addInput(vtkDataSet) - Method in class vtk.vtkProgrammableAttributeDataFilter
Add a dataset to the list of data to process.
addInput(vtkDataSet) - Method in class vtk.vtkStreamTracer
Add a dataset to the list inputs
addInput(vtkDataSet, String, int) - Method in class vtk.vtkXYPlotActor
Add a dataset to the list of data to append.
addInput(vtkDataSet) - Method in class vtk.vtkXYPlotActor
Remove a dataset from the list of data to append.
addInputValuesOff() - Method in class vtk.vtkWeightedTransformFilter
If AddInputValues is true, the output values of this filter will be offset from the input values.
addInputValuesOn() - Method in class vtk.vtkWeightedTransformFilter
If AddInputValues is true, the output values of this filter will be offset from the input values.
addItem(vtkActor2D) - Method in class vtk.vtkActor2DCollection
Add an actor to the list.
addItem(vtkActor) - Method in class vtk.vtkActorCollection
Add an actor to the list.
addItem(vtkAssemblyPath) - Method in class vtk.vtkAssemblyPaths
Add a path to the list.
addItem(vtkObject) - Method in class vtk.vtkCollection
Add an object to the list.
addItem(vtkCuller) - Method in class vtk.vtkCullerCollection
Add an Culler to the list.
addItem(vtkDataArray) - Method in class vtk.vtkDataArrayCollection
Add a dataset to the list.
addItem(vtkDataObject) - Method in class vtk.vtkDataObjectCollection
Add a data object to the list.
addItem(vtkDataSet) - Method in class vtk.vtkDataSetCollection
Add a dataset to the list.
addItem(vtkIdList) - Method in class vtk.vtkIdListCollection
Add a dataset to the list.
addItem(vtkImageReader2) - Method in class vtk.vtkImageReader2Collection
Add an implicit function to the list.
addItem(vtkImplicitFunction) - Method in class vtk.vtkImplicitFunctionCollection
Add an implicit function to the list.
addItem(vtkLight) - Method in class vtk.vtkLightCollection
Add a light to the list.
addItem(vtkMapper) - Method in class vtk.vtkMapperCollection
Add an mapper to the list.
addItem(vtkObjectFactory) - Method in class vtk.vtkObjectFactoryCollection
Get the next ObjectFactory in the list.
addItem(vtkOverrideInformation) - Method in class vtk.vtkOverrideInformationCollection
Add a OverrideInformation to the list.
addItem(vtkPlane) - Method in class vtk.vtkPlaneCollection
Add a plane to the list.
addItem(vtkPolyData) - Method in class vtk.vtkPolyDataCollection
Add a poly data to the list.
addItem(vtkProp3D) - Method in class vtk.vtkProp3DCollection
Add an actor to the list.
addItem(vtkProp) - Method in class vtk.vtkPropCollection
Add an Prop to the list.
addItem(vtkRenderWindow) - Method in class vtk.vtkRenderWindowCollection
Add a RenderWindow to the list.
addItem(vtkRenderer) - Method in class vtk.vtkRendererCollection
Add a Renderer to the list.
addItem(vtkStructuredPoints) - Method in class vtk.vtkStructuredPointsCollection
Add a pointer to a vtkStructuredPoints to the list.
addItem(vtkTransform) - Method in class vtk.vtkTransformCollection
Add a Transform to the list.
addItem(vtkVolume) - Method in class vtk.vtkVolumeCollection
Add a Volume to the list.
addLOD(vtkMapper, vtkProperty, vtkProperty, vtkTexture, double) - Method in class vtk.vtkLODProp3D
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time.
addLOD(vtkMapper, vtkProperty, vtkTexture, double) - Method in class vtk.vtkLODProp3D
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time.
addLOD(vtkMapper, vtkProperty, vtkProperty, double) - Method in class vtk.vtkLODProp3D
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time.
addLOD(vtkMapper, vtkProperty, double) - Method in class vtk.vtkLODProp3D
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time.
addLOD(vtkMapper, vtkTexture, double) - Method in class vtk.vtkLODProp3D
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time.
addLOD(vtkMapper, double) - Method in class vtk.vtkLODProp3D
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time.
addLOD(vtkAbstractVolumeMapper, vtkVolumeProperty, double) - Method in class vtk.vtkLODProp3D
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time.
addLOD(vtkAbstractVolumeMapper, double) - Method in class vtk.vtkLODProp3D
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time.
addLODMapper(vtkMapper) - Method in class vtk.vtkLODActor
Add another level of detail.
addLight(vtkLight) - Method in class vtk.vtkPanel
 
addLight(vtkLight) - Method in class vtk.vtkRenderer
Add a light to the list of lights.
addLightsToRenderer(vtkRenderer) - Method in class vtk.vtkLightKit
Add lights to, or remove lights from, a renderer.
addLocatorPoint(int, int, int, int) - Method in class vtk.vtkImageMarchingCubes
 
addNestedElement(vtkXMLDataElement) - Method in class vtk.vtkXMLDataElement
Add nested element
addNode(vtkProp, vtkMatrix4x4) - Method in class vtk.vtkAssemblyPath
Convenience method adds a prop and matrix together, creating an assembly node transparently.
addNotify() - Method in class vtk.vtkPanel
 
addOperation(int, int, int, int) - Method in class vtk.vtkRearrangeFields
Add an operation which copies an attribute's field (data array) from one field data to another.
addOperation(int, String, int, int) - Method in class vtk.vtkRearrangeFields
Add an operation which copies a field (data array) from one field data to another.
addOperation(String, String, String, String) - Method in class vtk.vtkRearrangeFields
Helper method used by other language bindings.
addOrientation(double, double, double) - Method in class vtk.vtkProp3D
Add to the current orientation.
addOrientation(double[]) - Method in class vtk.vtkProp3D
Add to the current orientation.
addParameter(String, String) - Method in class vtk.vtkRIBProperty
Specify parameter values for variables.
addPart(vtkProp3D) - Method in class vtk.vtkAssembly
Add a part to the list of parts.
addPart(vtkProp) - Method in class vtk.vtkPropAssembly
Add a part to the list of parts.
addPickList(vtkProp) - Method in class vtk.vtkAbstractPicker
Add an actor to the pick list.
addPlane(double, double, double) - Method in class vtk.vtkHull
Add a plane to the current set of planes.
addPlane(double[]) - Method in class vtk.vtkHull
Add a plane to the current set of planes.
addPlane(double, double, double, double) - Method in class vtk.vtkHull
Variations of AddPlane()/SetPlane() that allow D to be set.
addPlane(double[], double) - Method in class vtk.vtkHull
Variations of AddPlane()/SetPlane() that allow D to be set.
addPoint(double, double) - Method in class vtk.vtkPiecewiseFunction
Add/Remove points to/from the function.
addPoint(double, double) - Method in class vtk.vtkSpline
Add a pair of points to be fit with the spline.
addPosition(double[]) - Method in class vtk.vtkProp3D
Set/Get/Add the position of the Prop3D in world coordinates.
addPosition(double, double, double) - Method in class vtk.vtkProp3D
Set/Get/Add the position of the Prop3D in world coordinates.
addPosition(double, double, double) - Method in class vtk.vtkTransformTextureCoords
Incrementally change the position of the texture map (i.e., does a translate or shift of the texture coordinates).
addPosition(double[]) - Method in class vtk.vtkTransformTextureCoords
Incrementally change the position of the texture map (i.e., does a translate or shift of the texture coordinates).
addProp(vtkProp) - Method in class vtk.vtkViewport
Add a prop to the list of props.
addPropertyChangeListener(PropertyChangeListener) - Method in class vtk.vtkObjectBase
 
addPusher(vtkProcessObject) - Method in class vtk.vtkPushPipeline
Add a Pusher object to the pipeline
addRGBPoint(double, double, double, double) - Method in class vtk.vtkColorTransferFunction
Add/Remove a point to/from the function defined in RGB or HSV Return the index of the point (0 based), or -1 on error.
addRGBSegment(double, double, double, double, double, double, double, double) - Method in class vtk.vtkColorTransferFunction
Add two points to the function and remove all the points between them
addRecursiveSpherePlanes(int) - Method in class vtk.vtkHull
Add the planes that represent the normals of the vertices of a polygonal sphere formed by recursively subdividing the triangles in an octahedron.
addReferenceToCell(int, int) - Method in class vtk.vtkPolyData
Add a reference to a cell in a particular point's link list.
addReferenceToCell(int, int) - Method in class vtk.vtkUnstructuredGrid
Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.
addRenderer(vtkRenderer) - Method in class vtk.vtkRenderWindow
Add a renderer to the list of renderers.
addScalarArrayName(String, int) - Method in class vtk.vtkArrayCalculator
Add an array name to the list of arrays used in the function and specify which components of the array to use in evaluating the function.
addScalarVariable(String, String, int) - Method in class vtk.vtkArrayCalculator
Add a variable name, a corresponding array name, and which components of the array to use.
addSeed(int) - Method in class vtk.vtkConnectivityFilter
Add a seed id (point or cell id).
addSeed(int, int, int) - Method in class vtk.vtkImageSeedConnectivity
Methods for manipulating the seed pixels.
addSeed(int, int) - Method in class vtk.vtkImageSeedConnectivity
Methods for manipulating the seed pixels.
addSeed(int) - Method in class vtk.vtkPolyDataConnectivityFilter
Add a seed id (point or cell id).
addSegment(double, double, double, double) - Method in class vtk.vtkPiecewiseFunction
Add a line segment to the function.
addSpecifiedRegion(int) - Method in class vtk.vtkConnectivityFilter
Add a region id to extract.
addSpecifiedRegion(int) - Method in class vtk.vtkPolyDataConnectivityFilter
Add a region id to extract.
addTetras(int, vtkUnstructuredGrid) - Method in class vtk.vtkOrderedTriangulator
Add the tetras to the unstructured grid provided.
addTetras(int, vtkCellArray) - Method in class vtk.vtkOrderedTriangulator
Add the tetrahedra classified (0=inside,1=outside) to the connectivity list provided.
addTetras(int, vtkIdList, vtkPoints) - Method in class vtk.vtkOrderedTriangulator
Add the tetrahedra classified (0=inside,1=outside) to the list of ids and coordinates provided.
addToBoxWidget(vtkProp3D) - Method in class vtk.vtkCanvas
 
addToPlaneWidget(vtkProp3D) - Method in class vtk.vtkCanvas
 
addTriangles(vtkCellArray) - Method in class vtk.vtkOrderedTriangulator
Add the triangle faces classified (2=boundary) to the connectivity list provided.
addTriangles(int, vtkCellArray) - Method in class vtk.vtkOrderedTriangulator
Add the triangle faces classified (2=boundary) and attached to the specified point id to the connectivity list provided.
addVariable(String, String) - Method in class vtk.vtkRIBProperty
Specify declarations for variables..
addVectorArrayName(String, int, int, int) - Method in class vtk.vtkArrayCalculator
Add an array name to the list of arrays used in the function and specify which components of the array to use in evaluating the function.
addVectorVariable(String, String, int, int, int) - Method in class vtk.vtkArrayCalculator
Add a variable name, a corresponding array name, and which components of the array to use.
addVolume(vtkProp) - Method in class vtk.vtkPanel
 
addVolume(vtkProp) - Method in class vtk.vtkRenderer
Add/Remove different types of props to the renderer.
addWindow(vtkRenderWindow) - Method in class vtk.vtkPushPipeline
Add a window to the pipeline.
addWindowSetObserver(Observer) - Method in class vtk.vtkPanel
 
adjoint(vtkMatrix4x4, vtkMatrix4x4) - Method in class vtk.vtkMatrix4x4
Compute the determinant of the matrix and return it.
adjustBoundsOff() - Method in class vtk.vtkImplicitModeller
Control how the model bounds are computed.
adjustBoundsOff() - Method in class vtk.vtkSweptSurface
Control how the model bounds are computed.
adjustBoundsOn() - Method in class vtk.vtkImplicitModeller
Control how the model bounds are computed.
adjustBoundsOn() - Method in class vtk.vtkSweptSurface
Control how the model bounds are computed.
adjustLabelsOff() - Method in class vtk.vtkAxisActor2D
Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels.
adjustLabelsOn() - Method in class vtk.vtkAxisActor2D
Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels.
adjustViewport(double, double, double, double, double, double, double, double) - Method in class vtk.vtkPerspectiveTransform
Perform an adjustment to the viewport coordinates.
adjustZBuffer(double, double, double, double) - Method in class vtk.vtkPerspectiveTransform
Perform an adjustment to the Z-Buffer range that the near and far clipping planes map to.
allOff() - Method in class vtk.vtkCursor3D
Turn every part of the 3D cursor on or off.
allOff() - Method in class vtk.vtkPointWidget
Get the handle properties (the little balls are the handles).
allOn() - Method in class vtk.vtkCursor3D
Turn every part of the 3D cursor on or off.
allOn() - Method in class vtk.vtkPointWidget
Convenience methods to turn outline and shadows on and off.
allScalarsOff() - Method in class vtk.vtkThreshold
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set.
allScalarsOn() - Method in class vtk.vtkThreshold
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set.
allocate(int, int) - Method in class vtk.vtkBitArray
Allocate memory for this array.
allocate(int, int) - Method in class vtk.vtkCellArray
Free any memory and reset to an empty state.
allocate(int, int) - Method in class vtk.vtkCellLinks
Allocate the specified number of links (i.e., number of points) that will be built.
allocate(int, int) - Method in class vtk.vtkCellTypes
Allocate memory for this array.
allocate(int, int) - Method in class vtk.vtkDataArray
Allocate memory for this array.
allocate(int, int) - Method in class vtk.vtkFieldData
Allocate data for each array.
allocate(int, int) - Method in class vtk.vtkIdList
 
allocate(int, int) - Method in class vtk.vtkIdTypeArray
Allocate memory for this array.
allocate(int, int) - Method in class vtk.vtkLookupTable
Allocate a color table of specified size.
allocate(int, int) - Method in class vtk.vtkPoints
Allocate initial memory size.
allocate(int, int) - Method in class vtk.vtkPolyData
Method allocates initial storage for vertex, line, polygon, and triangle strip arrays.
allocate(vtkPolyData, int, int) - Method in class vtk.vtkPolyData
Similar to the method above, this method allocates initial storage for vertex, line, polygon, and triangle strip arrays.
allocate(int, int) - Method in class vtk.vtkPriorityQueue
Allocate initial space for priority queue.
allocate(int, int) - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
allocate(int, int) - Method in class vtk.vtkVoidArray
Allocate memory for this array.
allocateArrays(int) - Method in class vtk.vtkFieldData
AllocateOfArrays actually sets the number of vtkDataArray pointers in the vtkFieldData object, not the number of used pointers (arrays).
allocateExtents() - Method in class vtk.vtkImageStencilData
Allocate space for the sub-extents.
allocateLog() - Method in class vtk.vtkTimerLog
Allocate timing table with MaxEntries elements.
allocateScalars() - Method in class vtk.vtkImageData
Allocate the vtkScalars object associated with this object.
allow8BitBMPOff() - Method in class vtk.vtkBMPReader
If this flag is set and the BMP reader encounters an 8bit file, the data will be kept as unsigned chars and a lookuptable will be exported
allow8BitBMPOn() - Method in class vtk.vtkBMPReader
If this flag is set and the BMP reader encounters an 8bit file, the data will be kept as unsigned chars and a lookuptable will be exported
allowShiftOff() - Method in class vtk.vtkImageDifference
Specify whether the comparison will allow a shift of one pixel between the images.
allowShiftOn() - Method in class vtk.vtkImageDifference
Specify whether the comparison will allow a shift of one pixel between the images.
alphaBitPlanesOff() - Method in class vtk.vtkRenderWindow
Turn on/off the use of alpha bitplanes.
alphaBitPlanesOn() - Method in class vtk.vtkRenderWindow
Turn on/off the use of alpha bitplanes.
antiAliasingOff() - Method in class vtk.vtkTextProperty
Enable/disable the local aliasing hint.
antiAliasingOn() - Method in class vtk.vtkTextProperty
Enable/disable the local aliasing hint.
append(vtkDataSet) - Method in class vtk.vtkImplicitModeller
Append a data set to the existing output.
append(vtkPolyData) - Method in class vtk.vtkQuadricClustering
These methods provide an alternative way of executing the filter.
appendOff() - Method in class vtk.vtkFileOutputWindow
opened in append mode.
appendOn() - Method in class vtk.vtkFileOutputWindow
opened in append mode.
applyProperties() - Method in class vtk.vtkActor
Apply the current properties to all parts that compose this actor.
applyProperties(vtkProperty) - Method in class vtk.vtkActorCollection
Apply properties to all actors in this collection.
applyTransform(vtkTransform) - Method in class vtk.vtkCamera
Apply a transform to the camera.
areBoundsInitialized(double[]) - Method in class vtk.vtkMath
 
arrayExists(String) - Method in class vtk.vtkDataArraySelection
Return whether the array with the given name exists.
arrayIsEnabled(String) - Method in class vtk.vtkDataArraySelection
Return whether the array with the given name is enabled.
assign(int, int, int) - Method in class vtk.vtkAssignAttribute
Label an attribute as another attribute.
assign(String, int, int) - Method in class vtk.vtkAssignAttribute
Label an array as an attribute.
assign(String, String, String) - Method in class vtk.vtkAssignAttribute
Helper method used by other language bindings.
attributeErrorMetricOff() - Method in class vtk.vtkQuadricDecimation
Decide whether to include data attributes in the error metric.
attributeErrorMetricOn() - Method in class vtk.vtkQuadricDecimation
Decide whether to include data attributes in the error metric.
autoAdjustCameraClippingRangeOff() - Method in class vtk.vtkInteractorStyle
If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene.
autoAdjustCameraClippingRangeOn() - Method in class vtk.vtkInteractorStyle
If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene.
autoAdjustNumberOfDivisionsOff() - Method in class vtk.vtkQuadricClustering
Enable automatic adjustment of number of divisions.
autoAdjustNumberOfDivisionsOn() - Method in class vtk.vtkQuadricClustering
Enable automatic adjustment of number of divisions.
autoAdjustSampleDistancesOff() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
autoAdjustSampleDistancesOff() - Method in class vtk.vtkVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
autoAdjustSampleDistancesOn() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
autoAdjustSampleDistancesOn() - Method in class vtk.vtkVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
autoAdvanceOff() - Method in class vtk.vtkVideoSource
Set whether to automatically advance the buffer before each grab.
autoAdvanceOn() - Method in class vtk.vtkVideoSource
Set whether to automatically advance the buffer before each grab.
autoCloseOff() - Method in class vtk.vtkImageTracerWidget
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points.
autoCloseOn() - Method in class vtk.vtkImageTracerWidget
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points.
autoCropOutputOff() - Method in class vtk.vtkImageReslice
Turn this on if you want to guarantee that the extent of the output will be large enough to ensure that none of the data will be cropped.
autoCropOutputOn() - Method in class vtk.vtkImageReslice
Turn this on if you want to guarantee that the extent of the output will be large enough to ensure that none of the data will be cropped.
autoOrientNormalsOff() - Method in class vtk.vtkPolyDataNormals
Turn on/off the automatic determination of correct normal orientation.
autoOrientNormalsOn() - Method in class vtk.vtkPolyDataNormals
Turn on/off the automatic determination of correct normal orientation.
automaticBoundsComputationOff() - Method in class vtk.vtkGraphLayoutFilter
Turn on/off automatic graph bounds calculation.
automaticBoundsComputationOn() - Method in class vtk.vtkGraphLayoutFilter
Turn on/off automatic graph bounds calculation.
automaticCylinderGenerationOff() - Method in class vtk.vtkTextureMapToCylinder
Turn on/off automatic cylinder generation.
automaticCylinderGenerationOn() - Method in class vtk.vtkTextureMapToCylinder
Turn on/off automatic cylinder generation.
automaticLODSelectionOff() - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of LOD.
automaticLODSelectionOn() - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of LOD.
automaticLightCreationOff() - Method in class vtk.vtkRenderer
Turn on/off a flag which disables the automatic light creation capability.
automaticLightCreationOn() - Method in class vtk.vtkRenderer
Turn on/off a flag which disables the automatic light creation capability.
automaticNormalGenerationOff() - Method in class vtk.vtkImplicitSelectionLoop
Turn on/off automatic normal generation.
automaticNormalGenerationOn() - Method in class vtk.vtkImplicitSelectionLoop
Turn on/off automatic normal generation.
automaticOff() - Method in class vtk.vtkLocator
Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket.
automaticOn() - Method in class vtk.vtkLocator
Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket.
automaticPickLODSelectionOff() - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of picking LOD.
automaticPickLODSelectionOn() - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of picking LOD.
automaticPlaneGenerationOff() - Method in class vtk.vtkTextureMapToPlane
Turn on/off automatic plane generation.
automaticPlaneGenerationOn() - Method in class vtk.vtkTextureMapToPlane
Turn on/off automatic plane generation.
automaticSphereGenerationOff() - Method in class vtk.vtkTextureMapToSphere
Turn on/off automatic sphere generation.
automaticSphereGenerationOn() - Method in class vtk.vtkTextureMapToSphere
Turn on/off automatic sphere generation.
averagingOff() - Method in class vtk.vtkImageDifference
Specify whether the comparison will include comparison of averaged 3x3 data between the images.
averagingOff() - Method in class vtk.vtkImageShrink3D
Choose Mean, Minimum, Maximum, Median or sub sampling.
averagingOn() - Method in class vtk.vtkImageDifference
Specify whether the comparison will include comparison of averaged 3x3 data between the images.
averagingOn() - Method in class vtk.vtkImageShrink3D
Choose Mean, Minimum, Maximum, Median or sub sampling.
axesOff() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe axes.
axesOn() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe axes.
axisVisibilityOff() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis line.
axisVisibilityOn() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis line.
azimuth(double) - Method in class vtk.vtkCamera
Rotate the camera about the view up vector centered at the focal point.

B

BeginBoxInteraction() - Method in class vtk.vtkCanvas
 
BeginPlaneInteraction() - Method in class vtk.vtkCanvas
 
backfaceCullingOff() - Method in class vtk.vtkProperty
Turn on/off fast culling of polygons based on orientation of normal with respect to camera.
backfaceCullingOn() - Method in class vtk.vtkProperty
Turn on/off fast culling of polygons based on orientation of normal with respect to camera.
backfaceRender(vtkActor, vtkRenderer) - Method in class vtk.vtkOpenGLProperty
Implement base class method.
backfaceRender(vtkActor, vtkRenderer) - Method in class vtk.vtkProperty
This method renders the property as a backface property.
backgroundOff() - Method in class vtk.vtkRIBExporter
Set/Get the background flag.
backgroundOn() - Method in class vtk.vtkRIBExporter
Set/Get the background flag.
backingOff() - Method in class vtk.vtkTextSource
Controls whether or not a background is drawn with the text.
backingOn() - Method in class vtk.vtkTextSource
Controls whether or not a background is drawn with the text.
backingStoreOff() - Method in class vtk.vtkRenderer
Turn on/off using backing store.
backingStoreOn() - Method in class vtk.vtkRenderer
Turn on/off using backing store.
barycentricCoords(double[], double[], double[], double[], double[], double[]) - Method in class vtk.vtkTetra
Given a 3D point x[3], determine the barycentric coordinates of the point.
barycentricCoords(double[], double[], double[], double[], double[]) - Method in class vtk.vtkTriangle
Given a 2D point x[2], determine the barycentric coordinates of the point.
binaryFileOff() - Method in class vtk.vtkAVSucdReader
Is the file to be read written in binary format (as opposed to ascii).
binaryFileOff() - Method in class vtk.vtkPLOT3DReader
Is the file to be read written in binary format (as opposed to ascii).
binaryFileOn() - Method in class vtk.vtkAVSucdReader
Is the file to be read written in binary format (as opposed to ascii).
binaryFileOn() - Method in class vtk.vtkPLOT3DReader
Is the file to be read written in binary format (as opposed to ascii).
blank(int) - Method in class vtk.vtkStructuredVisibilityConstraint
Sets the visibility flag of the given point/cell off.
blankCell(int) - Method in class vtk.vtkStructuredGrid
Methods for supporting blanking of cells.
blankCell(int) - Method in class vtk.vtkUniformGrid
Methods for supporting blanking of cells.
blankPoint(int) - Method in class vtk.vtkStructuredGrid
Methods for supporting blanking of cells.
blankPoint(int) - Method in class vtk.vtkUniformGrid
Methods for supporting blanking of cells.
boldOff() - Method in class vtk.vtkTextProperty
Enable/disable text bolding.
boldOn() - Method in class vtk.vtkTextProperty
Enable/disable text bolding.
borderOff() - Method in class vtk.vtkCaptionActor2D
Enable/disable the placement of a border around the text.
borderOff() - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether a border will be drawn around the legend box.
borderOn() - Method in class vtk.vtkCaptionActor2D
Enable/disable the placement of a border around the text.
borderOn() - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether a border will be drawn around the legend box.
bordersOff() - Method in class vtk.vtkRenderWindow
Turn on/off window manager borders.
bordersOn() - Method in class vtk.vtkRenderWindow
Turn on/off window manager borders.
boundaryEdgesOff() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of boundary edges.
boundaryEdgesOn() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of boundary edges.
boundarySmoothingOff() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the smoothing of vertices on the boundary of the mesh.
boundarySmoothingOff() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the smoothing of vertices on the boundary of the mesh.
boundarySmoothingOn() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the smoothing of vertices on the boundary of the mesh.
boundarySmoothingOn() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the smoothing of vertices on the boundary of the mesh.
boundaryVertexDeletionOff() - Method in class vtk.vtkDecimate
Turn on/off the deletion of vertices on the boundary of a mesh.
boundaryVertexDeletionOff() - Method in class vtk.vtkDecimatePro
Turn on/off the deletion of vertices on the boundary of a mesh.
boundaryVertexDeletionOff() - Method in class vtk.vtkGreedyTerrainDecimation
Turn on/off the deletion of vertices on the boundary of a mesh.
boundaryVertexDeletionOn() - Method in class vtk.vtkDecimate
Turn on/off the deletion of vertices on the boundary of a mesh.
boundaryVertexDeletionOn() - Method in class vtk.vtkDecimatePro
Turn on/off the deletion of vertices on the boundary of a mesh.
boundaryVertexDeletionOn() - Method in class vtk.vtkGreedyTerrainDecimation
Turn on/off the deletion of vertices on the boundary of a mesh.
boundingTriangulationOff() - Method in class vtk.vtkDelaunay2D
Boolean controls whether bounding triangulation points (and associated triangles) are included in the output.
boundingTriangulationOff() - Method in class vtk.vtkDelaunay3D
Boolean controls whether bounding triangulation points (and associated triangles) are included in the output.
boundingTriangulationOn() - Method in class vtk.vtkDelaunay2D
Boolean controls whether bounding triangulation points (and associated triangles) are included in the output.
boundingTriangulationOn() - Method in class vtk.vtkDelaunay3D
Boolean controls whether bounding triangulation points (and associated triangles) are included in the output.
boundsClipOff() - Method in class vtk.vtkEncodedGradientEstimator
Turn on / off the bounding of the normal computation by the this->Bounds bounding box
boundsClipOn() - Method in class vtk.vtkEncodedGradientEstimator
Turn on / off the bounding of the normal computation by the this->Bounds bounding box
boxOff() - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.
boxOn() - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.
breakLoopFlagOff() - Method in class vtk.vtkXRenderWindowInteractor
The BreakLoopFlag is checked in the Start() method.
breakLoopFlagOn() - Method in class vtk.vtkXRenderWindowInteractor
The BreakLoopFlag is checked in the Start() method.
breakOnError() - Method in class vtk.vtkObject
This method is called when vtkErrorMacro executes.
build() - Method in class vtk.vtkLookupTable
Generate lookup table from hue, saturation, value, alpha min/max values.
build() - Method in class vtk.vtkScalarsToColors
Perform any processing required (if any) before processing scalars.
build() - Method in class vtk.vtkWindowLevelLookupTable
Generate lookup table as a linear ramp between MinimumTableValue and MaximumTableValue.
buildCells() - Method in class vtk.vtkPolyData
Create data structure that allows random access of cells.
buildLinks(vtkDataSet) - Method in class vtk.vtkCellLinks
Build the link list array.
buildLinks(vtkDataSet, vtkCellArray) - Method in class vtk.vtkCellLinks
Build the link list array.
buildLinks(int) - Method in class vtk.vtkPolyData
Create upward links from points to cells that use each point.
buildLinks() - Method in class vtk.vtkUnstructuredGrid
 
buildLocator() - Method in class vtk.vtkCellLocator
Satisfy vtkLocator abstract interface.
buildLocator() - Method in class vtk.vtkLocator
Build the locator from the input dataset.
buildLocator() - Method in class vtk.vtkOBBTree
Satisfy locator's abstract interface, see vtkLocator.
buildLocator() - Method in class vtk.vtkPointLocator
See vtkLocator interface documentation.
buildTree() - Method in class vtk.vtkScalarTree
Construct the scalar tree from the dataset provided.
buildTree() - Method in class vtk.vtkSimpleScalarTree
Construct the scalar tree from the dataset provided.
bypassOff() - Method in class vtk.vtkImageMultipleInputFilter
Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through.
bypassOff() - Method in class vtk.vtkImageToImageFilter
Obsolete feature - do not use.
bypassOn() - Method in class vtk.vtkImageMultipleInputFilter
Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through.
bypassOn() - Method in class vtk.vtkImageToImageFilter
Obsolete feature - do not use.

C

cacheCellBoundsOff() - Method in class vtk.vtkCellLocator
Boolean controls whether the bounds of each cell are computed only once and then saved.
cacheCellBoundsOn() - Method in class vtk.vtkCellLocator
Boolean controls whether the bounds of each cell are computed only once and then saved.
cachingOff() - Method in class vtk.vtkInterpolatedVelocityField
Turn caching on/off.
cachingOn() - Method in class vtk.vtkInterpolatedVelocityField
Turn caching on/off.
cam - Variable in class vtk.vtkPanel
 
canReadBinaryFile(String) - Method in class vtk.vtkPLOT3DReader
Return 1 if the reader can read the given file name.
canReadFile(String) - Method in class vtk.vtkBMPReader
 
canReadFile(String) - Method in class vtk.vtkGESignaReader
 
canReadFile(String) - Method in class vtk.vtkImageReader2
Get the file extensions for this format.
canReadFile(String) - Method in class vtk.vtkJPEGReader
Is the given file a JPEG file?
canReadFile(String) - Method in class vtk.vtkMetaImageReader
Test whether the file with the given name can be read by this reader.
canReadFile(String) - Method in class vtk.vtkPNMReader
 
canReadFile(String) - Method in class vtk.vtkSLCReader
Is the given file an SLC file?
canReadFile(String) - Method in class vtk.vtkTIFFReader
Is the given file name a tiff file file?
canReadFile(String) - Method in class vtk.vtkXMLReader
Test whether the file with the given name can be read by this reader.
canReadFile(String) - Method in class vtk.vtkXYZMolReader
Test whether the file with the given name can be read by this reader.
cappingOff() - Method in class vtk.vtkConeSource
Turn on/off whether to cap the base of the cone with a polygon.
cappingOff() - Method in class vtk.vtkCylinderSource
Turn on/off whether to cap cylinder with polygons.
cappingOff() - Method in class vtk.vtkGaussianSplatter
Turn on/off the capping of the outer boundary of the volume to a specified cap value.
cappingOff() - Method in class vtk.vtkImplicitModeller
The outer boundary of the structured point set can be assigned a particular value.
cappingOff() - Method in class vtk.vtkLinearExtrusionFilter
Turn on/off the capping of the skirt.
cappingOff() - Method in class vtk.vtkRotationalExtrusionFilter
Turn on/off the capping of the skirt.
cappingOff() - Method in class vtk.vtkSampleFunction
Turn on/off capping.
cappingOff() - Method in class vtk.vtkSweptSurface
The outer boundary of the sampling volume can be capped (i.e., assigned fill value).
cappingOff() - Method in class vtk.vtkTubeFilter
Turn on/off whether to cap the ends with polygons.
cappingOn() - Method in class vtk.vtkConeSource
Turn on/off whether to cap the base of the cone with a polygon.
cappingOn() - Method in class vtk.vtkCylinderSource
Turn on/off whether to cap cylinder with polygons.
cappingOn() - Method in class vtk.vtkGaussianSplatter
Turn on/off the capping of the outer boundary of the volume to a specified cap value.
cappingOn() - Method in class vtk.vtkImplicitModeller
The outer boundary of the structured point set can be assigned a particular value.
cappingOn() - Method in class vtk.vtkLinearExtrusionFilter
Turn on/off the capping of the skirt.
cappingOn() - Method in class vtk.vtkRotationalExtrusionFilter
Turn on/off the capping of the skirt.
cappingOn() - Method in class vtk.vtkSampleFunction
Turn on/off capping.
cappingOn() - Method in class vtk.vtkSweptSurface
The outer boundary of the sampling volume can be capped (i.e., assigned fill value).
cappingOn() - Method in class vtk.vtkTubeFilter
Turn on/off whether to cap the ends with polygons.
castRays(int, int) - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
 
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkCell
Given parametric coordinates of a point, return the closest cell boundary, and whether the point is inside or outside of the cell.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkConvexPointSet
Returns the set of points forming a face of the triangulation of these points that are on the boundary of the cell that are closest parametrically to the point specified.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkEmptyCell
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkHexahedron
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkLine
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkPixel
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkPolyLine
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkPolyVertex
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkPolygon
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkPyramid
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkQuad
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkQuadraticEdge
 
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkQuadraticHexahedron
 
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkQuadraticQuad
 
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkQuadraticTetra
 
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkQuadraticTriangle
 
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkTetra
Returns the set of points that are on the boundary of the tetrahedron that are closest parametrically to the point specified.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkTriangle
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkTriangleStrip
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkVertex
Given parametric coordinates of a point, return the closest cell boundary, and whether the point is inside or outside of the cell.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkVoxel
See the vtkCell API for descriptions of these methods.
cellBoundary(int, double[], vtkIdList) - Method in class vtk.vtkWedge
See the vtkCell API for descriptions of these methods.
cellClippingOff() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry by cell id.
cellClippingOff() - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry by cell id.
cellClippingOn() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry by cell id.
cellClippingOn() - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry by cell id.
cellDataOff() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset cell data to a data object.
cellDataOn() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset cell data to a data object.
cellIdsOff() - Method in class vtk.vtkIdFilter
Enable/disable the generation of point ids.
cellIdsOn() - Method in class vtk.vtkIdFilter
Enable/disable the generation of point ids.
centerImageOff() - Method in class vtk.vtkImageChangeInformation
Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set.
centerImageOn() - Method in class vtk.vtkImageChangeInformation
Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set.
changes - Variable in class vtk.vtk3DSImporter
 
changes - Variable in class vtk.vtk3DWidget
 
changes - Variable in class vtk.vtkAVSucdReader
 
changes - Variable in class vtk.vtkAbstractMapper
 
changes - Variable in class vtk.vtkAbstractMapper3D
 
changes - Variable in class vtk.vtkAbstractPicker
 
changes - Variable in class vtk.vtkAbstractPropPicker
 
changes - Variable in class vtk.vtkAbstractTransform
 
changes - Variable in class vtk.vtkAbstractVolumeMapper
 
changes - Variable in class vtk.vtkActor
 
changes - Variable in class vtk.vtkActor2D
 
changes - Variable in class vtk.vtkActor2DCollection
 
changes - Variable in class vtk.vtkActorCollection
 
changes - Variable in class vtk.vtkAmoebaMinimizer
 
changes - Variable in class vtk.vtkAppendFilter
 
changes - Variable in class vtk.vtkAppendPolyData
 
changes - Variable in class vtk.vtkApplyFilterCommand
 
changes - Variable in class vtk.vtkApproximatingSubdivisionFilter
 
changes - Variable in class vtk.vtkArcPlotter
 
changes - Variable in class vtk.vtkArrayCalculator
 
changes - Variable in class vtk.vtkArrowSource
 
changes - Variable in class vtk.vtkAssembly
 
changes - Variable in class vtk.vtkAssemblyNode
 
changes - Variable in class vtk.vtkAssemblyPath
 
changes - Variable in class vtk.vtkAssemblyPaths
 
changes - Variable in class vtk.vtkAssignAttribute
 
changes - Variable in class vtk.vtkAttributeDataToFieldDataFilter
 
changes - Variable in class vtk.vtkAxes
 
changes - Variable in class vtk.vtkAxisActor2D
 
changes - Variable in class vtk.vtkBMPReader
 
changes - Variable in class vtk.vtkBMPWriter
 
changes - Variable in class vtk.vtkBYUReader
 
changes - Variable in class vtk.vtkBYUWriter
 
changes - Variable in class vtk.vtkBandedPolyDataContourFilter
 
changes - Variable in class vtk.vtkBase64InputStream
 
changes - Variable in class vtk.vtkBase64OutputStream
 
changes - Variable in class vtk.vtkBase64Utilities
 
changes - Variable in class vtk.vtkBitArray
 
changes - Variable in class vtk.vtkBlankStructuredGrid
 
changes - Variable in class vtk.vtkBlankStructuredGridWithImage
 
changes - Variable in class vtk.vtkBooleanTexture
 
changes - Variable in class vtk.vtkBox
 
changes - Variable in class vtk.vtkBoxWidget
 
changes - Variable in class vtk.vtkBrownianPoints
 
changes - Variable in class vtk.vtkButterflySubdivisionFilter
 
changes - Variable in class vtk.vtkButtonSource
 
changes - Variable in class vtk.vtkByteSwap
 
changes - Variable in class vtk.vtkCGMWriter
 
changes - Variable in class vtk.vtkCamera
 
changes - Variable in class vtk.vtkCaptionActor2D
 
changes - Variable in class vtk.vtkCardinalSpline
 
changes - Variable in class vtk.vtkCastToConcrete
 
changes - Variable in class vtk.vtkCell
 
changes - Variable in class vtk.vtkCell3D
 
changes - Variable in class vtk.vtkCellArray
 
changes - Variable in class vtk.vtkCellCenters
 
changes - Variable in class vtk.vtkCellData
 
changes - Variable in class vtk.vtkCellDataToPointData
 
changes - Variable in class vtk.vtkCellDerivatives
 
changes - Variable in class vtk.vtkCellLinks
 
changes - Variable in class vtk.vtkCellLocator
 
changes - Variable in class vtk.vtkCellPicker
 
changes - Variable in class vtk.vtkCellTypes
 
changes - Variable in class vtk.vtkCharArray
 
changes - Variable in class vtk.vtkCleanPolyData
 
changes - Variable in class vtk.vtkClipDataSet
 
changes - Variable in class vtk.vtkClipPolyData
 
changes - Variable in class vtk.vtkClipVolume
 
changes - Variable in class vtk.vtkCollection
 
changes - Variable in class vtk.vtkCollectionIterator
 
changes - Variable in class vtk.vtkColorTransferFunction
 
changes - Variable in class vtk.vtkCompositeDataCommand
 
changes - Variable in class vtk.vtkCompositeDataIterator
 
changes - Variable in class vtk.vtkCompositeDataSet
 
changes - Variable in class vtk.vtkCompositeDataVisitor
 
changes - Variable in class vtk.vtkCone
 
changes - Variable in class vtk.vtkConeSource
 
changes - Variable in class vtk.vtkConnectivityFilter
 
changes - Variable in class vtk.vtkContourFilter
 
changes - Variable in class vtk.vtkContourGrid
 
changes - Variable in class vtk.vtkContourValues
 
changes - Variable in class vtk.vtkConvexPointSet
 
changes - Variable in class vtk.vtkCoordinate
 
changes - Variable in class vtk.vtkCriticalSection
 
changes - Variable in class vtk.vtkCubeAxesActor2D
 
changes - Variable in class vtk.vtkCubeSource
 
changes - Variable in class vtk.vtkCuller
 
changes - Variable in class vtk.vtkCullerCollection
 
changes - Variable in class vtk.vtkCursor3D
 
changes - Variable in class vtk.vtkCurvatures
 
changes - Variable in class vtk.vtkCutter
 
changes - Variable in class vtk.vtkCylinder
 
changes - Variable in class vtk.vtkCylinderSource
 
changes - Variable in class vtk.vtkCylindricalTransform
 
changes - Variable in class vtk.vtkDEMReader
 
changes - Variable in class vtk.vtkDICOMImageReader
 
changes - Variable in class vtk.vtkDashedStreamLine
 
changes - Variable in class vtk.vtkDataArray
 
changes - Variable in class vtk.vtkDataArrayCollection
 
changes - Variable in class vtk.vtkDataArrayCollectionIterator
 
changes - Variable in class vtk.vtkDataArraySelection
 
changes - Variable in class vtk.vtkDataCompressor
 
changes - Variable in class vtk.vtkDataObject
 
changes - Variable in class vtk.vtkDataObjectCollection
 
changes - Variable in class vtk.vtkDataObjectReader
 
changes - Variable in class vtk.vtkDataObjectSource
 
changes - Variable in class vtk.vtkDataObjectToDataSetFilter
 
changes - Variable in class vtk.vtkDataObjectWriter
 
changes - Variable in class vtk.vtkDataReader
 
changes - Variable in class vtk.vtkDataSet
 
changes - Variable in class vtk.vtkDataSetAttributes
 
changes - Variable in class vtk.vtkDataSetCollection
 
changes - Variable in class vtk.vtkDataSetMapper
 
changes - Variable in class vtk.vtkDataSetReader
 
changes - Variable in class vtk.vtkDataSetSource
 
changes - Variable in class vtk.vtkDataSetSurfaceFilter
 
changes - Variable in class vtk.vtkDataSetToDataObjectFilter
 
changes - Variable in class vtk.vtkDataSetToDataSetFilter
 
changes - Variable in class vtk.vtkDataSetToImageFilter
 
changes - Variable in class vtk.vtkDataSetToPolyDataFilter
 
changes - Variable in class vtk.vtkDataSetToStructuredGridFilter
 
changes - Variable in class vtk.vtkDataSetToStructuredPointsFilter
 
changes - Variable in class vtk.vtkDataSetToUnstructuredGridFilter
 
changes - Variable in class vtk.vtkDataSetTriangleFilter
 
changes - Variable in class vtk.vtkDataSetWriter
 
changes - Variable in class vtk.vtkDataWriter
 
changes - Variable in class vtk.vtkDebugLeaks
 
changes - Variable in class vtk.vtkDecimate
 
changes - Variable in class vtk.vtkDecimatePro
 
changes - Variable in class vtk.vtkDelaunay2D
 
changes - Variable in class vtk.vtkDelaunay3D
 
changes - Variable in class vtk.vtkDepthSortPolyData
 
changes - Variable in class vtk.vtkDicer
 
changes - Variable in class vtk.vtkDirectionEncoder
 
changes - Variable in class vtk.vtkDirectory
 
changes - Variable in class vtk.vtkDiskSource
 
changes - Variable in class vtk.vtkDividingCubes
 
changes - Variable in class vtk.vtkDoubleArray
 
changes - Variable in class vtk.vtkDynamicLoader
 
changes - Variable in class vtk.vtkEarthSource
 
changes - Variable in class vtk.vtkEdgePoints
 
changes - Variable in class vtk.vtkEdgeTable
 
changes - Variable in class vtk.vtkElevationFilter
 
changes - Variable in class vtk.vtkEmptyCell
 
changes - Variable in class vtk.vtkEnSight6BinaryReader
 
changes - Variable in class vtk.vtkEnSight6Reader
 
changes - Variable in class vtk.vtkEnSightGoldBinaryReader
 
changes - Variable in class vtk.vtkEnSightGoldReader
 
changes - Variable in class vtk.vtkEnSightMasterServerReader
 
changes - Variable in class vtk.vtkEnSightReader
 
changes - Variable in class vtk.vtkEncodedGradientEstimator
 
changes - Variable in class vtk.vtkEncodedGradientShader
 
changes - Variable in class vtk.vtkExplicitCell
 
changes - Variable in class vtk.vtkExporter
 
changes - Variable in class vtk.vtkExtentSplitter
 
changes - Variable in class vtk.vtkExtentTranslator
 
changes - Variable in class vtk.vtkExtractEdges
 
changes - Variable in class vtk.vtkExtractGeometry
 
changes - Variable in class vtk.vtkExtractGrid
 
changes - Variable in class vtk.vtkExtractPolyDataGeometry
 
changes - Variable in class vtk.vtkExtractRectilinearGrid
 
changes - Variable in class vtk.vtkExtractTensorComponents
 
changes - Variable in class vtk.vtkExtractUnstructuredGrid
 
changes - Variable in class vtk.vtkExtractVOI
 
changes - Variable in class vtk.vtkExtractVectorComponents
 
changes - Variable in class vtk.vtkFeatureEdges
 
changes - Variable in class vtk.vtkFieldData
 
changes - Variable in class vtk.vtkFieldDataToAttributeDataFilter
 
changes - Variable in class vtk.vtkFileOutputWindow
 
changes - Variable in class vtk.vtkFiniteDifferenceGradientEstimator
 
changes - Variable in class vtk.vtkFloatArray
 
changes - Variable in class vtk.vtkFollower
 
changes - Variable in class vtk.vtkFrustumCoverageCuller
 
changes - Variable in class vtk.vtkFunctionParser
 
changes - Variable in class vtk.vtkFunctionSet
 
changes - Variable in class vtk.vtkGESignaReader
 
changes - Variable in class vtk.vtkGaussianCubeReader
 
changes - Variable in class vtk.vtkGaussianSplatter
 
changes - Variable in class vtk.vtkGeneralTransform
 
changes - Variable in class vtk.vtkGenericCell
 
changes - Variable in class vtk.vtkGenericEnSightReader
 
changes - Variable in class vtk.vtkGenericRenderWindowInteractor
 
changes - Variable in class vtk.vtkGeometryFilter
 
changes - Variable in class vtk.vtkGlyph2D
 
changes - Variable in class vtk.vtkGlyph3D
 
changes - Variable in class vtk.vtkGlyphSource2D
 
changes - Variable in class vtk.vtkGraphLayoutFilter
 
changes - Variable in class vtk.vtkGraphicsFactory
 
changes - Variable in class vtk.vtkGreedyTerrainDecimation
 
changes - Variable in class vtk.vtkGridSynchronizedTemplates3D
 
changes - Variable in class vtk.vtkGridTransform
 
changes - Variable in class vtk.vtkHeap
 
changes - Variable in class vtk.vtkHedgeHog
 
changes - Variable in class vtk.vtkHexahedron
 
changes - Variable in class vtk.vtkHierarchicalBoxApplyFilterCommand
 
changes - Variable in class vtk.vtkHierarchicalBoxCellDataToPointData
 
changes - Variable in class vtk.vtkHierarchicalBoxContour
 
changes - Variable in class vtk.vtkHierarchicalBoxCutter
 
changes - Variable in class vtk.vtkHierarchicalBoxDataSet
 
changes - Variable in class vtk.vtkHierarchicalBoxOutlineFilter
 
changes - Variable in class vtk.vtkHierarchicalBoxSource
 
changes - Variable in class vtk.vtkHierarchicalBoxToHierarchicalBoxFilter
 
changes - Variable in class vtk.vtkHierarchicalBoxToPolyDataFilter
 
changes - Variable in class vtk.vtkHierarchicalBoxVisitor
 
changes - Variable in class vtk.vtkHierarchicalDataIterator
 
changes - Variable in class vtk.vtkHierarchicalDataSet
 
changes - Variable in class vtk.vtkHomogeneousTransform
 
changes - Variable in class vtk.vtkHull
 
changes - Variable in class vtk.vtkHyperStreamline
 
changes - Variable in class vtk.vtkIVExporter
 
changes - Variable in class vtk.vtkIVWriter
 
changes - Variable in class vtk.vtkIdFilter
 
changes - Variable in class vtk.vtkIdList
 
changes - Variable in class vtk.vtkIdListCollection
 
changes - Variable in class vtk.vtkIdTypeArray
 
changes - Variable in class vtk.vtkIdentityTransform
 
changes - Variable in class vtk.vtkImageAccumulate
 
changes - Variable in class vtk.vtkImageActor
 
changes - Variable in class vtk.vtkImageAnisotropicDiffusion2D
 
changes - Variable in class vtk.vtkImageAnisotropicDiffusion3D
 
changes - Variable in class vtk.vtkImageAppend
 
changes - Variable in class vtk.vtkImageAppendComponents
 
changes - Variable in class vtk.vtkImageBlend
 
changes - Variable in class vtk.vtkImageButterworthHighPass
 
changes - Variable in class vtk.vtkImageButterworthLowPass
 
changes - Variable in class vtk.vtkImageCacheFilter
 
changes - Variable in class vtk.vtkImageCanvasSource2D
 
changes - Variable in class vtk.vtkImageCast
 
changes - Variable in class vtk.vtkImageChangeInformation
 
changes - Variable in class vtk.vtkImageCheckerboard
 
changes - Variable in class vtk.vtkImageCityBlockDistance
 
changes - Variable in class vtk.vtkImageClip
 
changes - Variable in class vtk.vtkImageConnector
 
changes - Variable in class vtk.vtkImageConstantPad
 
changes - Variable in class vtk.vtkImageContinuousDilate3D
 
changes - Variable in class vtk.vtkImageContinuousErode3D
 
changes - Variable in class vtk.vtkImageConvolve
 
changes - Variable in class vtk.vtkImageCorrelation
 
changes - Variable in class vtk.vtkImageCursor3D
 
changes - Variable in class vtk.vtkImageData
 
changes - Variable in class vtk.vtkImageDataGeometryFilter
 
changes - Variable in class vtk.vtkImageDataStreamer
 
changes - Variable in class vtk.vtkImageDecomposeFilter
 
changes - Variable in class vtk.vtkImageDifference
 
changes - Variable in class vtk.vtkImageDilateErode3D
 
changes - Variable in class vtk.vtkImageDivergence
 
changes - Variable in class vtk.vtkImageDotProduct
 
changes - Variable in class vtk.vtkImageEllipsoidSource
 
changes - Variable in class vtk.vtkImageEuclideanDistance
 
changes - Variable in class vtk.vtkImageEuclideanToPolar
 
changes - Variable in class vtk.vtkImageExport
 
changes - Variable in class vtk.vtkImageExtractComponents
 
changes - Variable in class vtk.vtkImageFFT
 
changes - Variable in class vtk.vtkImageFlip
 
changes - Variable in class vtk.vtkImageFourierCenter
 
changes - Variable in class vtk.vtkImageFourierFilter
 
changes - Variable in class vtk.vtkImageGaussianSmooth
 
changes - Variable in class vtk.vtkImageGaussianSource
 
changes - Variable in class vtk.vtkImageGradient
 
changes - Variable in class vtk.vtkImageGradientMagnitude
 
changes - Variable in class vtk.vtkImageGridSource
 
changes - Variable in class vtk.vtkImageHSIToRGB
 
changes - Variable in class vtk.vtkImageHSVToRGB
 
changes - Variable in class vtk.vtkImageHybridMedian2D
 
changes - Variable in class vtk.vtkImageIdealHighPass
 
changes - Variable in class vtk.vtkImageIdealLowPass
 
changes - Variable in class vtk.vtkImageImport
 
changes - Variable in class vtk.vtkImageInPlaceFilter
 
changes - Variable in class vtk.vtkImageIslandRemoval2D
 
changes - Variable in class vtk.vtkImageIterateFilter
 
changes - Variable in class vtk.vtkImageLaplacian
 
changes - Variable in class vtk.vtkImageLogarithmicScale
 
changes - Variable in class vtk.vtkImageLogic
 
changes - Variable in class vtk.vtkImageLuminance
 
changes - Variable in class vtk.vtkImageMagnify
 
changes - Variable in class vtk.vtkImageMagnitude
 
changes - Variable in class vtk.vtkImageMandelbrotSource
 
changes - Variable in class vtk.vtkImageMapToColors
 
changes - Variable in class vtk.vtkImageMapToRGBA
 
changes - Variable in class vtk.vtkImageMapToWindowLevelColors
 
changes - Variable in class vtk.vtkImageMapper
 
changes - Variable in class vtk.vtkImageMarchingCubes
 
changes - Variable in class vtk.vtkImageMask
 
changes - Variable in class vtk.vtkImageMaskBits
 
changes - Variable in class vtk.vtkImageMathematics
 
changes - Variable in class vtk.vtkImageMedian3D
 
changes - Variable in class vtk.vtkImageMirrorPad
 
changes - Variable in class vtk.vtkImageMultipleInputFilter
 
changes - Variable in class vtk.vtkImageMultipleInputOutputFilter
 
changes - Variable in class vtk.vtkImageNoiseSource
 
changes - Variable in class vtk.vtkImageNonMaximumSuppression
 
changes - Variable in class vtk.vtkImageNormalize
 
changes - Variable in class vtk.vtkImageOpenClose3D
 
changes - Variable in class vtk.vtkImagePadFilter
 
changes - Variable in class vtk.vtkImagePermute
 
changes - Variable in class vtk.vtkImagePlaneWidget
 
changes - Variable in class vtk.vtkImageQuantizeRGBToIndex
 
changes - Variable in class vtk.vtkImageRFFT
 
changes - Variable in class vtk.vtkImageRGBToHSI
 
changes - Variable in class vtk.vtkImageRGBToHSV
 
changes - Variable in class vtk.vtkImageRange3D
 
changes - Variable in class vtk.vtkImageReader
 
changes - Variable in class vtk.vtkImageReader2
 
changes - Variable in class vtk.vtkImageReader2Collection
 
changes - Variable in class vtk.vtkImageReader2Factory
 
changes - Variable in class vtk.vtkImageRectilinearWipe
 
changes - Variable in class vtk.vtkImageResample
 
changes - Variable in class vtk.vtkImageReslice
 
changes - Variable in class vtk.vtkImageSeedConnectivity
 
changes - Variable in class vtk.vtkImageSeparableConvolution
 
changes - Variable in class vtk.vtkImageShiftScale
 
changes - Variable in class vtk.vtkImageShrink3D
 
changes - Variable in class vtk.vtkImageSinusoidSource
 
changes - Variable in class vtk.vtkImageSkeleton2D
 
changes - Variable in class vtk.vtkImageSobel2D
 
changes - Variable in class vtk.vtkImageSobel3D
 
changes - Variable in class vtk.vtkImageSource
 
changes - Variable in class vtk.vtkImageSpatialFilter
 
changes - Variable in class vtk.vtkImageStencil
 
changes - Variable in class vtk.vtkImageStencilData
 
changes - Variable in class vtk.vtkImageStencilSource
 
changes - Variable in class vtk.vtkImageThreshold
 
changes - Variable in class vtk.vtkImageToImageFilter
 
changes - Variable in class vtk.vtkImageToImageStencil
 
changes - Variable in class vtk.vtkImageToPolyDataFilter
 
changes - Variable in class vtk.vtkImageToStructuredPoints
 
changes - Variable in class vtk.vtkImageTracerWidget
 
changes - Variable in class vtk.vtkImageTranslateExtent
 
changes - Variable in class vtk.vtkImageTwoInputFilter
 
changes - Variable in class vtk.vtkImageVariance3D
 
changes - Variable in class vtk.vtkImageViewer
 
changes - Variable in class vtk.vtkImageViewer2
 
changes - Variable in class vtk.vtkImageWrapPad
 
changes - Variable in class vtk.vtkImageWriter
 
changes - Variable in class vtk.vtkImagingFactory
 
changes - Variable in class vtk.vtkImplicitBoolean
 
changes - Variable in class vtk.vtkImplicitDataSet
 
changes - Variable in class vtk.vtkImplicitFunction
 
changes - Variable in class vtk.vtkImplicitFunctionCollection
 
changes - Variable in class vtk.vtkImplicitFunctionToImageStencil
 
changes - Variable in class vtk.vtkImplicitModeller
 
changes - Variable in class vtk.vtkImplicitPlaneWidget
 
changes - Variable in class vtk.vtkImplicitSelectionLoop
 
changes - Variable in class vtk.vtkImplicitSum
 
changes - Variable in class vtk.vtkImplicitTextureCoords
 
changes - Variable in class vtk.vtkImplicitVolume
 
changes - Variable in class vtk.vtkImplicitWindowFunction
 
changes - Variable in class vtk.vtkImporter
 
changes - Variable in class vtk.vtkInitialValueProblemSolver
 
changes - Variable in class vtk.vtkInputStream
 
changes - Variable in class vtk.vtkInstantiator
 
changes - Variable in class vtk.vtkIntArray
 
changes - Variable in class vtk.vtkInteractorEventRecorder
 
changes - Variable in class vtk.vtkInteractorObserver
 
changes - Variable in class vtk.vtkInteractorStyle
 
changes - Variable in class vtk.vtkInteractorStyleFlight
 
changes - Variable in class vtk.vtkInteractorStyleImage
 
changes - Variable in class vtk.vtkInteractorStyleJoystickActor
 
changes - Variable in class vtk.vtkInteractorStyleJoystickCamera
 
changes - Variable in class vtk.vtkInteractorStyleRubberBandZoom
 
changes - Variable in class vtk.vtkInteractorStyleSwitch
 
changes - Variable in class vtk.vtkInteractorStyleTerrain
 
changes - Variable in class vtk.vtkInteractorStyleTrackball
 
changes - Variable in class vtk.vtkInteractorStyleTrackballActor
 
changes - Variable in class vtk.vtkInteractorStyleTrackballCamera
 
changes - Variable in class vtk.vtkInteractorStyleUnicam
 
changes - Variable in class vtk.vtkInteractorStyleUser
 
changes - Variable in class vtk.vtkInterpolateDataSetAttributes
 
changes - Variable in class vtk.vtkInterpolatedVelocityField
 
changes - Variable in class vtk.vtkInterpolatingSubdivisionFilter
 
changes - Variable in class vtk.vtkIterativeClosestPointTransform
 
changes - Variable in class vtk.vtkJPEGReader
 
changes - Variable in class vtk.vtkJPEGWriter
 
changes - Variable in class vtk.vtkKitwareContourFilter
 
changes - Variable in class vtk.vtkKitwareCutter
 
changes - Variable in class vtk.vtkKochanekSpline
 
changes - Variable in class vtk.vtkLODActor
 
changes - Variable in class vtk.vtkLODProp3D
 
changes - Variable in class vtk.vtkLabeledDataMapper
 
changes - Variable in class vtk.vtkLandmarkTransform
 
changes - Variable in class vtk.vtkLegendBoxActor
 
changes - Variable in class vtk.vtkLight
 
changes - Variable in class vtk.vtkLightCollection
 
changes - Variable in class vtk.vtkLightKit
 
changes - Variable in class vtk.vtkLine
 
changes - Variable in class vtk.vtkLineSource
 
changes - Variable in class vtk.vtkLineWidget
 
changes - Variable in class vtk.vtkLinearExtrusionFilter
 
changes - Variable in class vtk.vtkLinearSubdivisionFilter
 
changes - Variable in class vtk.vtkLinearTransform
 
changes - Variable in class vtk.vtkLinkEdgels
 
changes - Variable in class vtk.vtkLocator
 
changes - Variable in class vtk.vtkLogLookupTable
 
changes - Variable in class vtk.vtkLongArray
 
changes - Variable in class vtk.vtkLookupTable
 
changes - Variable in class vtk.vtkLoopSubdivisionFilter
 
changes - Variable in class vtk.vtkMCubesReader
 
changes - Variable in class vtk.vtkMCubesWriter
 
changes - Variable in class vtk.vtkMapper
 
changes - Variable in class vtk.vtkMapper2D
 
changes - Variable in class vtk.vtkMapperCollection
 
changes - Variable in class vtk.vtkMarchingContourFilter
 
changes - Variable in class vtk.vtkMarchingCubes
 
changes - Variable in class vtk.vtkMarchingSquares
 
changes - Variable in class vtk.vtkMaskFields
 
changes - Variable in class vtk.vtkMaskPoints
 
changes - Variable in class vtk.vtkMaskPolyData
 
changes - Variable in class vtk.vtkMassProperties
 
changes - Variable in class vtk.vtkMath
 
changes - Variable in class vtk.vtkMatrix4x4
 
changes - Variable in class vtk.vtkMatrixToHomogeneousTransform
 
changes - Variable in class vtk.vtkMatrixToLinearTransform
 
changes - Variable in class vtk.vtkMedicalImageReader2
 
changes - Variable in class vtk.vtkMergeDataObjectFilter
 
changes - Variable in class vtk.vtkMergeFields
 
changes - Variable in class vtk.vtkMergeFilter
 
changes - Variable in class vtk.vtkMergePoints
 
changes - Variable in class vtk.vtkMeshQuality
 
changes - Variable in class vtk.vtkMetaImageReader
 
changes - Variable in class vtk.vtkMetaImageWriter
 
changes - Variable in class vtk.vtkMoleculeReaderBase
 
changes - Variable in class vtk.vtkMultiBlockApplyFilterCommand
 
changes - Variable in class vtk.vtkMultiBlockDataIterator
 
changes - Variable in class vtk.vtkMultiBlockDataSet
 
changes - Variable in class vtk.vtkMultiBlockDataVisitor
 
changes - Variable in class vtk.vtkMultiPartExtentTranslator
 
changes - Variable in class vtk.vtkMultiThreader
 
changes - Variable in class vtk.vtkMutexLock
 
changes - Variable in class vtk.vtkNonLinearCell
 
changes - Variable in class vtk.vtkOBBDicer
 
changes - Variable in class vtk.vtkOBBTree
 
changes - Variable in class vtk.vtkOBJExporter
 
changes - Variable in class vtk.vtkOBJReader
 
changes - Variable in class vtk.vtkOOGLExporter
 
changes - Variable in class vtk.vtkObject
 
changes - Variable in class vtk.vtkObjectBase
 
changes - Variable in class vtk.vtkObjectFactory
 
changes - Variable in class vtk.vtkObjectFactoryCollection
 
changes - Variable in class vtk.vtkOpenGLActor
 
changes - Variable in class vtk.vtkOpenGLCamera
 
changes - Variable in class vtk.vtkOpenGLFreeTypeTextMapper
 
changes - Variable in class vtk.vtkOpenGLImageActor
 
changes - Variable in class vtk.vtkOpenGLImageMapper
 
changes - Variable in class vtk.vtkOpenGLLight
 
changes - Variable in class vtk.vtkOpenGLPolyDataMapper
 
changes - Variable in class vtk.vtkOpenGLPolyDataMapper2D
 
changes - Variable in class vtk.vtkOpenGLProperty
 
changes - Variable in class vtk.vtkOpenGLRayCastImageDisplayHelper
 
changes - Variable in class vtk.vtkOpenGLRenderWindow
 
changes - Variable in class vtk.vtkOpenGLRenderer
 
changes - Variable in class vtk.vtkOpenGLTexture
 
changes - Variable in class vtk.vtkOpenGLVolumeRayCastMapper
 
changes - Variable in class vtk.vtkOpenGLVolumeTextureMapper2D
 
changes - Variable in class vtk.vtkOrderedTriangulator
 
changes - Variable in class vtk.vtkOutlineCornerFilter
 
changes - Variable in class vtk.vtkOutlineCornerSource
 
changes - Variable in class vtk.vtkOutlineFilter
 
changes - Variable in class vtk.vtkOutlineSource
 
changes - Variable in class vtk.vtkOutputStream
 
changes - Variable in class vtk.vtkOutputWindow
 
changes - Variable in class vtk.vtkOverrideInformation
 
changes - Variable in class vtk.vtkOverrideInformationCollection
 
changes - Variable in class vtk.vtkPCAAnalysisFilter
 
changes - Variable in class vtk.vtkPDBReader
 
changes - Variable in class vtk.vtkPLOT3DReader
 
changes - Variable in class vtk.vtkPLYReader
 
changes - Variable in class vtk.vtkPLYWriter
 
changes - Variable in class vtk.vtkPNGReader
 
changes - Variable in class vtk.vtkPNGWriter
 
changes - Variable in class vtk.vtkPNMReader
 
changes - Variable in class vtk.vtkPNMWriter
 
changes - Variable in class vtk.vtkParallelCoordinatesActor
 
changes - Variable in class vtk.vtkParticleReader
 
changes - Variable in class vtk.vtkPerlinNoise
 
changes - Variable in class vtk.vtkPerspectiveTransform
 
changes - Variable in class vtk.vtkPicker
 
changes - Variable in class vtk.vtkPiecewiseFunction
 
changes - Variable in class vtk.vtkPiecewiseFunctionShiftScale
 
changes - Variable in class vtk.vtkPiecewiseFunctionSource
 
changes - Variable in class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilter
 
changes - Variable in class vtk.vtkPixel
 
changes - Variable in class vtk.vtkPlane
 
changes - Variable in class vtk.vtkPlaneCollection
 
changes - Variable in class vtk.vtkPlaneSource
 
changes - Variable in class vtk.vtkPlaneWidget
 
changes - Variable in class vtk.vtkPlanes
 
changes - Variable in class vtk.vtkPlatonicSolidSource
 
changes - Variable in class vtk.vtkPointData
 
changes - Variable in class vtk.vtkPointDataToCellData
 
changes - Variable in class vtk.vtkPointLoad
 
changes - Variable in class vtk.vtkPointLocator
 
changes - Variable in class vtk.vtkPointPicker
 
changes - Variable in class vtk.vtkPointSet
 
changes - Variable in class vtk.vtkPointSetSource
 
changes - Variable in class vtk.vtkPointSetToPointSetFilter
 
changes - Variable in class vtk.vtkPointSource
 
changes - Variable in class vtk.vtkPointWidget
 
changes - Variable in class vtk.vtkPoints
 
changes - Variable in class vtk.vtkPolyData
 
changes - Variable in class vtk.vtkPolyDataCollection
 
changes - Variable in class vtk.vtkPolyDataConnectivityFilter
 
changes - Variable in class vtk.vtkPolyDataMapper
 
changes - Variable in class vtk.vtkPolyDataMapper2D
 
changes - Variable in class vtk.vtkPolyDataNormals
 
changes - Variable in class vtk.vtkPolyDataReader
 
changes - Variable in class vtk.vtkPolyDataSource
 
changes - Variable in class vtk.vtkPolyDataSourceWidget
 
changes - Variable in class vtk.vtkPolyDataStreamer
 
changes - Variable in class vtk.vtkPolyDataToImageStencil
 
changes - Variable in class vtk.vtkPolyDataToPolyDataFilter
 
changes - Variable in class vtk.vtkPolyDataWriter
 
changes - Variable in class vtk.vtkPolyLine
 
changes - Variable in class vtk.vtkPolyVertex
 
changes - Variable in class vtk.vtkPolygon
 
changes - Variable in class vtk.vtkPostScriptWriter
 
changes - Variable in class vtk.vtkPriorityQueue
 
changes - Variable in class vtk.vtkProbeFilter
 
changes - Variable in class vtk.vtkProcessObject
 
changes - Variable in class vtk.vtkProcrustesAlignmentFilter
 
changes - Variable in class vtk.vtkProgrammableAttributeDataFilter
 
changes - Variable in class vtk.vtkProgrammableDataObjectSource
 
changes - Variable in class vtk.vtkProgrammableFilter
 
changes - Variable in class vtk.vtkProgrammableGlyphFilter
 
changes - Variable in class vtk.vtkProgrammableSource
 
changes - Variable in class vtk.vtkProjectedTexture
 
changes - Variable in class vtk.vtkProp
 
changes - Variable in class vtk.vtkProp3D
 
changes - Variable in class vtk.vtkProp3DCollection
 
changes - Variable in class vtk.vtkPropAssembly
 
changes - Variable in class vtk.vtkPropCollection
 
changes - Variable in class vtk.vtkPropPicker
 
changes - Variable in class vtk.vtkProperty
 
changes - Variable in class vtk.vtkProperty2D
 
changes - Variable in class vtk.vtkPushImageFilterSample
 
changes - Variable in class vtk.vtkPushImageReader
 
changes - Variable in class vtk.vtkPushPipeline
 
changes - Variable in class vtk.vtkPyramid
 
changes - Variable in class vtk.vtkQuad
 
changes - Variable in class vtk.vtkQuadraticEdge
 
changes - Variable in class vtk.vtkQuadraticHexahedron
 
changes - Variable in class vtk.vtkQuadraticQuad
 
changes - Variable in class vtk.vtkQuadraticTetra
 
changes - Variable in class vtk.vtkQuadraticTriangle
 
changes - Variable in class vtk.vtkQuadric
 
changes - Variable in class vtk.vtkQuadricClustering
 
changes - Variable in class vtk.vtkQuadricDecimation
 
changes - Variable in class vtk.vtkQuantizePolyDataPoints
 
changes - Variable in class vtk.vtkRIBExporter
 
changes - Variable in class vtk.vtkRIBLight
 
changes - Variable in class vtk.vtkRIBProperty
 
changes - Variable in class vtk.vtkRayCastImageDisplayHelper
 
changes - Variable in class vtk.vtkRearrangeFields
 
changes - Variable in class vtk.vtkRectilinearGrid
 
changes - Variable in class vtk.vtkRectilinearGridGeometryFilter
 
changes - Variable in class vtk.vtkRectilinearGridReader
 
changes - Variable in class vtk.vtkRectilinearGridSource
 
changes - Variable in class vtk.vtkRectilinearGridToPolyDataFilter
 
changes - Variable in class vtk.vtkRectilinearGridToTetrahedra
 
changes - Variable in class vtk.vtkRectilinearGridWriter
 
changes - Variable in class vtk.vtkRectilinearSynchronizedTemplates
 
changes - Variable in class vtk.vtkRecursiveDividingCubes
 
changes - Variable in class vtk.vtkRecursiveSphereDirectionEncoder
 
changes - Variable in class vtk.vtkReferenceCount
 
changes - Variable in class vtk.vtkReflectionFilter
 
changes - Variable in class vtk.vtkRenderLargeImage
 
changes - Variable in class vtk.vtkRenderWindow
 
changes - Variable in class vtk.vtkRenderWindowCollection
 
changes - Variable in class vtk.vtkRenderWindowInteractor
 
changes - Variable in class vtk.vtkRenderer
 
changes - Variable in class vtk.vtkRendererCollection
 
changes - Variable in class vtk.vtkRendererSource
 
changes - Variable in class vtk.vtkReverseSense
 
changes - Variable in class vtk.vtkRibbonFilter
 
changes - Variable in class vtk.vtkRotationalExtrusionFilter
 
changes - Variable in class vtk.vtkRuledSurfaceFilter
 
changes - Variable in class vtk.vtkRungeKutta2
 
changes - Variable in class vtk.vtkRungeKutta4
 
changes - Variable in class vtk.vtkRungeKutta45
 
changes - Variable in class vtk.vtkSLCReader
 
changes - Variable in class vtk.vtkSTLReader
 
changes - Variable in class vtk.vtkSTLWriter
 
changes - Variable in class vtk.vtkSampleFunction
 
changes - Variable in class vtk.vtkScalarBarActor
 
changes - Variable in class vtk.vtkScalarBarWidget
 
changes - Variable in class vtk.vtkScalarTree
 
changes - Variable in class vtk.vtkScalarsToColors
 
changes - Variable in class vtk.vtkScaledTextActor
 
changes - Variable in class vtk.vtkSelectPolyData
 
changes - Variable in class vtk.vtkSelectVisiblePoints
 
changes - Variable in class vtk.vtkShepardMethod
 
changes - Variable in class vtk.vtkShortArray
 
changes - Variable in class vtk.vtkShrinkFilter
 
changes - Variable in class vtk.vtkShrinkPolyData
 
changes - Variable in class vtk.vtkSimpleElevationFilter
 
changes - Variable in class vtk.vtkSimpleImageFilterExample
 
changes - Variable in class vtk.vtkSimpleImageToImageFilter
 
changes - Variable in class vtk.vtkSimpleScalarTree
 
changes - Variable in class vtk.vtkSliceCubes
 
changes - Variable in class vtk.vtkSmoothPolyDataFilter
 
changes - Variable in class vtk.vtkSource
 
changes - Variable in class vtk.vtkSpatialRepresentationFilter
 
changes - Variable in class vtk.vtkSphere
 
changes - Variable in class vtk.vtkSpherePuzzle
 
changes - Variable in class vtk.vtkSpherePuzzleArrows
 
changes - Variable in class vtk.vtkSphereSource
 
changes - Variable in class vtk.vtkSphereWidget
 
changes - Variable in class vtk.vtkSphericalTransform
 
changes - Variable in class vtk.vtkSpline
 
changes - Variable in class vtk.vtkSplineFilter
 
changes - Variable in class vtk.vtkSplineWidget
 
changes - Variable in class vtk.vtkSplitField
 
changes - Variable in class vtk.vtkStreamLine
 
changes - Variable in class vtk.vtkStreamPoints
 
changes - Variable in class vtk.vtkStreamTracer
 
changes - Variable in class vtk.vtkStreamer
 
changes - Variable in class vtk.vtkStripper
 
changes - Variable in class vtk.vtkStructuredData
 
changes - Variable in class vtk.vtkStructuredGrid
 
changes - Variable in class vtk.vtkStructuredGridGeometryFilter
 
changes - Variable in class vtk.vtkStructuredGridOutlineFilter
 
changes - Variable in class vtk.vtkStructuredGridReader
 
changes - Variable in class vtk.vtkStructuredGridSource
 
changes - Variable in class vtk.vtkStructuredGridToPolyDataFilter
 
changes - Variable in class vtk.vtkStructuredGridToStructuredGridFilter
 
changes - Variable in class vtk.vtkStructuredGridWriter
 
changes - Variable in class vtk.vtkStructuredPoints
 
changes - Variable in class vtk.vtkStructuredPointsCollection
 
changes - Variable in class vtk.vtkStructuredPointsGeometryFilter
 
changes - Variable in class vtk.vtkStructuredPointsReader
 
changes - Variable in class vtk.vtkStructuredPointsSource
 
changes - Variable in class vtk.vtkStructuredPointsToPolyDataFilter
 
changes - Variable in class vtk.vtkStructuredPointsToStructuredPointsFilter
 
changes - Variable in class vtk.vtkStructuredPointsToUnstructuredGridFilter
 
changes - Variable in class vtk.vtkStructuredPointsWriter
 
changes - Variable in class vtk.vtkStructuredVisibilityConstraint
 
changes - Variable in class vtk.vtkSubPixelPositionEdgels
 
changes - Variable in class vtk.vtkSubdivideTetra
 
changes - Variable in class vtk.vtkSuperquadric
 
changes - Variable in class vtk.vtkSuperquadricSource
 
changes - Variable in class vtk.vtkSurfaceReconstructionFilter
 
changes - Variable in class vtk.vtkSweptSurface
 
changes - Variable in class vtk.vtkSynchronizedTemplates2D
 
changes - Variable in class vtk.vtkSynchronizedTemplates3D
 
changes - Variable in class vtk.vtkTIFFReader
 
changes - Variable in class vtk.vtkTIFFWriter
 
changes - Variable in class vtk.vtkTableExtentTranslator
 
changes - Variable in class vtk.vtkTensor
 
changes - Variable in class vtk.vtkTensorGlyph
 
changes - Variable in class vtk.vtkTesting
 
changes - Variable in class vtk.vtkTetra
 
changes - Variable in class vtk.vtkTextActor
 
changes - Variable in class vtk.vtkTextMapper
 
changes - Variable in class vtk.vtkTextProperty
 
changes - Variable in class vtk.vtkTextSource
 
changes - Variable in class vtk.vtkTexture
 
changes - Variable in class vtk.vtkTextureMapToCylinder
 
changes - Variable in class vtk.vtkTextureMapToPlane
 
changes - Variable in class vtk.vtkTextureMapToSphere
 
changes - Variable in class vtk.vtkTexturedSphereSource
 
changes - Variable in class vtk.vtkThinPlateSplineTransform
 
changes - Variable in class vtk.vtkThreshold
 
changes - Variable in class vtk.vtkThresholdPoints
 
changes - Variable in class vtk.vtkThresholdTextureCoords
 
changes - Variable in class vtk.vtkTimerLog
 
changes - Variable in class vtk.vtkTransform
 
changes - Variable in class vtk.vtkTransformCollection
 
changes - Variable in class vtk.vtkTransformFilter
 
changes - Variable in class vtk.vtkTransformPolyDataFilter
 
changes - Variable in class vtk.vtkTransformTextureCoords
 
changes - Variable in class vtk.vtkTransformToGrid
 
changes - Variable in class vtk.vtkTriangle
 
changes - Variable in class vtk.vtkTriangleFilter
 
changes - Variable in class vtk.vtkTriangleStrip
 
changes - Variable in class vtk.vtkTriangularTCoords
 
changes - Variable in class vtk.vtkTriangularTexture
 
changes - Variable in class vtk.vtkTubeFilter
 
changes - Variable in class vtk.vtkUGFacetReader
 
changes - Variable in class vtk.vtkUniformGrid
 
changes - Variable in class vtk.vtkUnsignedCharArray
 
changes - Variable in class vtk.vtkUnsignedIntArray
 
changes - Variable in class vtk.vtkUnsignedLongArray
 
changes - Variable in class vtk.vtkUnsignedShortArray
 
changes - Variable in class vtk.vtkUnstructuredGrid
 
changes - Variable in class vtk.vtkUnstructuredGridBunykRayCastFunction
 
changes - Variable in class vtk.vtkUnstructuredGridReader
 
changes - Variable in class vtk.vtkUnstructuredGridSource
 
changes - Variable in class vtk.vtkUnstructuredGridToPolyDataFilter
 
changes - Variable in class vtk.vtkUnstructuredGridToUnstructuredGridFilter
 
changes - Variable in class vtk.vtkUnstructuredGridVolumeMapper
 
changes - Variable in class vtk.vtkUnstructuredGridVolumeRayCastFunction
 
changes - Variable in class vtk.vtkUnstructuredGridVolumeRayCastMapper
 
changes - Variable in class vtk.vtkUnstructuredGridWriter
 
changes - Variable in class vtk.vtkVRMLExporter
 
changes - Variable in class vtk.vtkVRMLImporter
 
changes - Variable in class vtk.vtkVectorDot
 
changes - Variable in class vtk.vtkVectorNorm
 
changes - Variable in class vtk.vtkVectorText
 
changes - Variable in class vtk.vtkVersion
 
changes - Variable in class vtk.vtkVertex
 
changes - Variable in class vtk.vtkVideoSource
 
changes - Variable in class vtk.vtkViewport
 
changes - Variable in class vtk.vtkVoidArray
 
changes - Variable in class vtk.vtkVolume
 
changes - Variable in class vtk.vtkVolume16Reader
 
changes - Variable in class vtk.vtkVolumeCollection
 
changes - Variable in class vtk.vtkVolumeMapper
 
changes - Variable in class vtk.vtkVolumeProMapper
 
changes - Variable in class vtk.vtkVolumeProperty
 
changes - Variable in class vtk.vtkVolumeRayCastCompositeFunction
 
changes - Variable in class vtk.vtkVolumeRayCastFunction
 
changes - Variable in class vtk.vtkVolumeRayCastIsosurfaceFunction
 
changes - Variable in class vtk.vtkVolumeRayCastMIPFunction
 
changes - Variable in class vtk.vtkVolumeRayCastMapper
 
changes - Variable in class vtk.vtkVolumeReader
 
changes - Variable in class vtk.vtkVolumeTextureMapper
 
changes - Variable in class vtk.vtkVolumeTextureMapper2D
 
changes - Variable in class vtk.vtkVoxel
 
changes - Variable in class vtk.vtkVoxelContoursToSurfaceFilter
 
changes - Variable in class vtk.vtkVoxelModeller
 
changes - Variable in class vtk.vtkWarpLens
 
changes - Variable in class vtk.vtkWarpScalar
 
changes - Variable in class vtk.vtkWarpTo
 
changes - Variable in class vtk.vtkWarpTransform
 
changes - Variable in class vtk.vtkWarpVector
 
changes - Variable in class vtk.vtkWedge
 
changes - Variable in class vtk.vtkWeightedTransformFilter
 
changes - Variable in class vtk.vtkWindow
 
changes - Variable in class vtk.vtkWindowLevelLookupTable
 
changes - Variable in class vtk.vtkWindowToImageFilter
 
changes - Variable in class vtk.vtkWindowedSincPolyDataFilter
 
changes - Variable in class vtk.vtkWorldPointPicker
 
changes - Variable in class vtk.vtkWriter
 
changes - Variable in class vtk.vtkXMLDataElement
 
changes - Variable in class vtk.vtkXMLDataParser
 
changes - Variable in class vtk.vtkXMLDataReader
 
changes - Variable in class vtk.vtkXMLDataSetWriter
 
changes - Variable in class vtk.vtkXMLFileOutputWindow
 
changes - Variable in class vtk.vtkXMLFileReadTester
 
changes - Variable in class vtk.vtkXMLImageDataReader
 
changes - Variable in class vtk.vtkXMLImageDataWriter
 
changes - Variable in class vtk.vtkXMLPDataReader
 
changes - Variable in class vtk.vtkXMLPDataSetWriter
 
changes - Variable in class vtk.vtkXMLPDataWriter
 
changes - Variable in class vtk.vtkXMLPImageDataReader
 
changes - Variable in class vtk.vtkXMLPImageDataWriter
 
changes - Variable in class vtk.vtkXMLPPolyDataReader
 
changes - Variable in class vtk.vtkXMLPPolyDataWriter
 
changes - Variable in class vtk.vtkXMLPRectilinearGridReader
 
changes - Variable in class vtk.vtkXMLPRectilinearGridWriter
 
changes - Variable in class vtk.vtkXMLPStructuredDataReader
 
changes - Variable in class vtk.vtkXMLPStructuredDataWriter
 
changes - Variable in class vtk.vtkXMLPStructuredGridReader
 
changes - Variable in class vtk.vtkXMLPStructuredGridWriter
 
changes - Variable in class vtk.vtkXMLPUnstructuredDataReader
 
changes - Variable in class vtk.vtkXMLPUnstructuredDataWriter
 
changes - Variable in class vtk.vtkXMLPUnstructuredGridReader
 
changes - Variable in class vtk.vtkXMLPUnstructuredGridWriter
 
changes - Variable in class vtk.vtkXMLParser
 
changes - Variable in class vtk.vtkXMLPolyDataReader
 
changes - Variable in class vtk.vtkXMLPolyDataWriter
 
changes - Variable in class vtk.vtkXMLReader
 
changes - Variable in class vtk.vtkXMLRectilinearGridReader
 
changes - Variable in class vtk.vtkXMLRectilinearGridWriter
 
changes - Variable in class vtk.vtkXMLStructuredDataReader
 
changes - Variable in class vtk.vtkXMLStructuredDataWriter
 
changes - Variable in class vtk.vtkXMLStructuredGridReader
 
changes - Variable in class vtk.vtkXMLStructuredGridWriter
 
changes - Variable in class vtk.vtkXMLUnstructuredDataReader
 
changes - Variable in class vtk.vtkXMLUnstructuredDataWriter
 
changes - Variable in class vtk.vtkXMLUnstructuredGridReader
 
changes - Variable in class vtk.vtkXMLUnstructuredGridWriter
 
changes - Variable in class vtk.vtkXMLUtilities
 
changes - Variable in class vtk.vtkXMLWriter
 
changes - Variable in class vtk.vtkXOpenGLRenderWindow
 
changes - Variable in class vtk.vtkXRenderWindowInteractor
 
changes - Variable in class vtk.vtkXYPlotActor
 
changes - Variable in class vtk.vtkXYPlotWidget
 
changes - Variable in class vtk.vtkXYZMolReader
 
changes - Variable in class vtk.vtkZLibDataCompressor
 
charEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
checkAbortStatus() - Method in class vtk.vtkRenderWindow
This is a flag that can be set to interrupt a rendering that is in progress.
checkAttributes() - Method in class vtk.vtkDataSet
This method checks to see if the cell and point attributes match the geometry.
checkInRenderStatus() - Method in class vtk.vtkRenderWindow
Clear status (after an exception was thrown for example)
checkMeanDistanceOff() - Method in class vtk.vtkIterativeClosestPointTransform
Force the algorithm to check the mean distance between two iteration.
checkMeanDistanceOn() - Method in class vtk.vtkIterativeClosestPointTransform
Force the algorithm to check the mean distance between two iteration.
circuitCheck(vtkAbstractTransform) - Method in class vtk.vtkAbstractTransform
Check for self-reference.
circuitCheck(vtkAbstractTransform) - Method in class vtk.vtkGeneralTransform
Check for self-reference.
circuitCheck(vtkAbstractTransform) - Method in class vtk.vtkPerspectiveTransform
Check for self-reference.
circuitCheck(vtkAbstractTransform) - Method in class vtk.vtkTransform
Check for self-reference.
circumcircle(double[], double[], double[], double[]) - Method in class vtk.vtkTriangle
Compute the circumcenter (center[3]) and radius squared (method return value) of a triangle defined by the three points x1, x2, and x3.
circumsphere(double[], double[], double[], double[], double[]) - Method in class vtk.vtkTetra
Compute the circumcenter (center[3]) and radius squared (method return value) of a tetrahedron defined by the four points x1, x2, x3, and x4.
clampOverflowOff() - Method in class vtk.vtkImageCast
When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type.
clampOverflowOff() - Method in class vtk.vtkImageShiftScale
When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type.
clampOverflowOn() - Method in class vtk.vtkImageCast
When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type.
clampOverflowOn() - Method in class vtk.vtkImageShiftScale
When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type.
clampScalingOff() - Method in class vtk.vtkTensorGlyph
Turn on/off scalar clamping.
clampScalingOn() - Method in class vtk.vtkTensorGlyph
Turn on/off scalar clamping.
clampToBoundsOff() - Method in class vtk.vtkLineWidget
Enable/disable clamping of the point end points to the bounding box of the data.
clampToBoundsOn() - Method in class vtk.vtkLineWidget
Enable/disable clamping of the point end points to the bounding box of the data.
clampValueOff() - Method in class vtk.vtkSpline
Set/Get ClampValue.
clampValueOn() - Method in class vtk.vtkSpline
Set/Get ClampValue.
clampingOff() - Method in class vtk.vtkColorTransferFunction
Sets and gets the clamping value for this transfer function.
clampingOff() - Method in class vtk.vtkGlyph3D
Turn on/off clamping of "scalar" values to range.
clampingOff() - Method in class vtk.vtkPiecewiseFunction
When zero range clamping is Off, GetValue() returns 0.0 when a value is requested outside of the points specified.
clampingOn() - Method in class vtk.vtkColorTransferFunction
Sets and gets the clamping value for this transfer function.
clampingOn() - Method in class vtk.vtkGlyph3D
Turn on/off clamping of "scalar" values to range.
clampingOn() - Method in class vtk.vtkPiecewiseFunction
When zero range clamping is Off, GetValue() returns 0.0 when a value is requested outside of the points specified.
cleanupLog() - Method in class vtk.vtkTimerLog
Remove timer log.
cleanupParser() - Method in class vtk.vtkXMLParser
When parsing fragments of XML or streaming XML, use the following three methods.
clear() - Method in class vtk.vtkOpenGLRenderer
 
clear() - Method in class vtk.vtkRenderer
Clear the image to the background color.
clearInRenderStatus() - Method in class vtk.vtkRenderWindow
Set/Get the desired update rate.
clearLastCellId() - Method in class vtk.vtkInterpolatedVelocityField
Returns the interpolation weights cached from last evaluation if the cached cell is valid (returns 1).
clearLights() - Method in class vtk.vtkOpenGLRenderer
Internal method temporarily removes lights before reloading them into graphics pipeline.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkCell
Cut (or clip) the cell based on the input cellScalars and the specified value.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkCell3D
Cut (or clip) the cell based on the input cellScalars and the specified value.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkConvexPointSet
Satisfy the vtkCell API.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkEmptyCell
See the vtkCell API for descriptions of these methods.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkLine
Clip this line using scalar value provided.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkPixel
See the vtkCell API for descriptions of these methods.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkPolyLine
See the vtkCell API for descriptions of these methods.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkPolyVertex
See the vtkCell API for descriptions of these methods.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkPolygon
See the vtkCell API for descriptions of these methods.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkQuad
Clip this quad using scalar value provided.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkQuadraticEdge
Clip this edge using scalar value provided.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkQuadraticHexahedron
Clip this quadratic hexahedron using scalar value provided.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkQuadraticQuad
Clip this quadratic quad using scalar value provided.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkQuadraticTetra
Clip this edge using scalar value provided.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkQuadraticTriangle
Clip this quadratic triangle using scalar value provided.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkTetra
See the vtkCell API for descriptions of these methods.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkTriangle
Clip this triangle using scalar value provided.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkTriangleStrip
See the vtkCell API for descriptions of these methods.
clip(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) - Method in class vtk.vtkVertex
See the vtkCell API for descriptions of these methods.
clipDataOff() - Method in class vtk.vtkImageClip
By default, ClipData is off, and only the WholeExtent is modified.
clipDataOn() - Method in class vtk.vtkImageClip
By default, ClipData is off, and only the WholeExtent is modified.
clippingOff() - Method in class vtk.vtkBandedPolyDataContourFilter
Indicate whether to clip outside the range specified by the user.
clippingOn() - Method in class vtk.vtkBandedPolyDataContourFilter
Indicate whether to clip outside the range specified by the user.
closeSurfaceOff() - Method in class vtk.vtkRuledSurfaceFilter
Indicate whether the surface is to be closed.
closeSurfaceOn() - Method in class vtk.vtkRuledSurfaceFilter
Indicate whether the surface is to be closed.
closeVTKFile() - Method in class vtk.vtkDataReader
Close the vtk file.
closedOff() - Method in class vtk.vtkSpline
Control whether the spline is open or closed.
closedOff() - Method in class vtk.vtkSplineWidget
Control whether the spline is open or closed.
closedOn() - Method in class vtk.vtkSpline
Control whether the spline is open or closed.
closedOn() - Method in class vtk.vtkSplineWidget
Control whether the spline is open or closed.
colorByArrayComponent(int, int) - Method in class vtk.vtkMapper
Legacy: These methods used to be used to specify the array component.
colorByArrayComponent(String, int) - Method in class vtk.vtkMapper
Legacy: These methods used to be used to specify the array component.
colorByArrayComponent(int, int) - Method in class vtk.vtkPolyDataMapper2D
Choose which component of which field data array to color by.
colorByArrayComponent(String, int) - Method in class vtk.vtkPolyDataMapper2D
Choose which component of which field data array to color by.
colorByPieceOff() - Method in class vtk.vtkPolyDataStreamer
By default, this option is off.
colorByPieceOn() - Method in class vtk.vtkPolyDataStreamer
By default, this option is off.
colorGlyphsOff() - Method in class vtk.vtkTensorGlyph
Turn on/off coloring of glyph with input scalar data or eigenvalues.
colorGlyphsOn() - Method in class vtk.vtkTensorGlyph
Turn on/off coloring of glyph with input scalar data or eigenvalues.
colorRegionsOff() - Method in class vtk.vtkConnectivityFilter
Turn on/off the coloring of connected regions.
colorRegionsOff() - Method in class vtk.vtkPolyDataConnectivityFilter
Turn on/off the coloring of connected regions.
colorRegionsOn() - Method in class vtk.vtkConnectivityFilter
Turn on/off the coloring of connected regions.
colorRegionsOn() - Method in class vtk.vtkPolyDataConnectivityFilter
Turn on/off the coloring of connected regions.
coloringOff() - Method in class vtk.vtkFeatureEdges
Turn on/off the coloring of edges by type.
coloringOn() - Method in class vtk.vtkFeatureEdges
Turn on/off the coloring of edges by type.
compute() - Method in class vtk.vtkCardinalSpline
 
compute() - Method in class vtk.vtkKochanekSpline
Compute Kochanek Spline coefficients.
compute() - Method in class vtk.vtkSpline
Compute the coefficients for the spline.
computeAspect() - Method in class vtk.vtkViewport
Set the aspect ratio of the rendered image.
computeBounds() - Method in class vtk.vtkDataSet
Compute the data bounding box from data points.
computeBounds() - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
computeBounds() - Method in class vtk.vtkPointSet
Compute the (X, Y, Z) bounds of the data.
computeBounds() - Method in class vtk.vtkPoints
Determine (xmin,xmax, ymin,ymax, zmin,zmax) bounds of points.
computeBounds() - Method in class vtk.vtkPolyData
Compute the (X, Y, Z) bounds of the data.
computeBounds() - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
computeBounds() - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
computeCellId(int[]) - Method in class vtk.vtkImageData
Given a location in structured coordinates (i-j-k), return the cell id.
computeCellId(int[]) - Method in class vtk.vtkRectilinearGrid
Given a location in structured coordinates (i-j-k), return the cell id.
computeCellId(int[], int[]) - Method in class vtk.vtkStructuredData
Given a location in structured coordinates (i-j-k), and the dimensions of the structured dataset, return the cell id.
computeCellNormalsOff() - Method in class vtk.vtkPolyDataNormals
Turn on/off the computation of cell normals.
computeCellNormalsOn() - Method in class vtk.vtkPolyDataNormals
Turn on/off the computation of cell normals.
computeEffectiveStressOff() - Method in class vtk.vtkPointLoad
Turn on/off computation of effective stress scalar.
computeEffectiveStressOn() - Method in class vtk.vtkPointLoad
Turn on/off computation of effective stress scalar.
computeGradientMagnitudesOff() - Method in class vtk.vtkEncodedGradientEstimator
If you don't want to compute gradient magnitudes (but you do want normals for shading) this can be used.
computeGradientMagnitudesOn() - Method in class vtk.vtkEncodedGradientEstimator
If you don't want to compute gradient magnitudes (but you do want normals for shading) this can be used.
computeGradientsOff() - Method in class vtk.vtkContourFilter
Set/Get the computation of gradients.
computeGradientsOff() - Method in class vtk.vtkContourGrid
Set/Get the computation of gradients.
computeGradientsOff() - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of gradients.
computeGradientsOff() - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of gradients.
computeGradientsOff() - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of gradients.
computeGradientsOff() - Method in class vtk.vtkMarchingCubes
Set/Get the computation of gradients.
computeGradientsOff() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of gradients.
computeGradientsOff() - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of gradients.
computeGradientsOn() - Method in class vtk.vtkContourFilter
Set/Get the computation of gradients.
computeGradientsOn() - Method in class vtk.vtkContourGrid
Set/Get the computation of gradients.
computeGradientsOn() - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of gradients.
computeGradientsOn() - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of gradients.
computeGradientsOn() - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of gradients.
computeGradientsOn() - Method in class vtk.vtkMarchingCubes
Set/Get the computation of gradients.
computeGradientsOn() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of gradients.
computeGradientsOn() - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of gradients.
computeInputUpdateExtents(vtkDataObject) - Method in class vtk.vtkDataSetToDataSetFilter
By default copy the output update extent to the input
computeInputUpdateExtents(vtkDataObject) - Method in class vtk.vtkDataSetToPolyDataFilter
Do not let images return more than requested.
computeInputUpdateExtents(vtkDataObject) - Method in class vtk.vtkFieldDataToAttributeDataFilter
If output does not need exact extent, the I do not either.
computeInputUpdateExtents(vtkDataObject) - Method in class vtk.vtkImageIterateFilter
 
computeInputUpdateExtents(vtkDataObject) - Method in class vtk.vtkPointSetToPointSetFilter
By default copy the output update extent to the input
computeInputUpdateExtents(vtkDataObject) - Method in class vtk.vtkSource
What is the input update extent that is required to produce the desired output?
computeInputUpdateExtents(vtkDataObject) - Method in class vtk.vtkUnstructuredGridToPolyDataFilter
Do not let datasets return more than requested.
computeInternalFileName(int) - Method in class vtk.vtkImageReader2
Set/Get the internal file name
computeInverseTransformedExtent(int[], int[]) - Method in class vtk.vtkImageReader
 
computeInverseTransformedIncrements(int[], int[]) - Method in class vtk.vtkImageReader
 
computeMatrix() - Method in class vtk.vtkProp3D
Generate the matrix based on ivars
computeModelBounds() - Method in class vtk.vtkGaussianSplatter
Compute the size of the sample bounding box automatically from the input data.
computeModelBounds(vtkDataSet) - Method in class vtk.vtkImplicitModeller
Compute ModelBounds from input geometry.
computeModelBounds(double[], double[]) - Method in class vtk.vtkShepardMethod
Compute ModelBounds from input geometry.
computeModelBounds(double[], double[]) - Method in class vtk.vtkVoxelModeller
Compute the ModelBounds based on the input geometry.
computeNormal(vtkPoints, double[]) - Method in class vtk.vtkPolygon
Polygon specific methods.
computeNormal(double[], double[], double[], double[]) - Method in class vtk.vtkTriangle
Compute the triangle normal from three points.
computeNormalDirection(double[], double[], double[], double[]) - Method in class vtk.vtkTriangle
Compute the (unnormalized) triangle normal direction from three points.
computeNormalsOff() - Method in class vtk.vtk3DSImporter
Set/Get the computation of normals.
computeNormalsOff() - Method in class vtk.vtkAxes
Option for computing normals.
computeNormalsOff() - Method in class vtk.vtkContourFilter
Set/Get the computation of normals.
computeNormalsOff() - Method in class vtk.vtkContourGrid
Set/Get the computation of normals.
computeNormalsOff() - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of normals.
computeNormalsOff() - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of normals.
computeNormalsOff() - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of normals.
computeNormalsOff() - Method in class vtk.vtkMarchingCubes
Set/Get the computation of normals.
computeNormalsOff() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of normals.
computeNormalsOff() - Method in class vtk.vtkSampleFunction
Turn on/off the computation of normals.
computeNormalsOff() - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of normals.
computeNormalsOn() - Method in class vtk.vtk3DSImporter
Set/Get the computation of normals.
computeNormalsOn() - Method in class vtk.vtkAxes
Option for computing normals.
computeNormalsOn() - Method in class vtk.vtkContourFilter
Set/Get the computation of normals.
computeNormalsOn() - Method in class vtk.vtkContourGrid
Set/Get the computation of normals.
computeNormalsOn() - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of normals.
computeNormalsOn() - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of normals.
computeNormalsOn() - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of normals.
computeNormalsOn() - Method in class vtk.vtkMarchingCubes
Set/Get the computation of normals.
computeNormalsOn() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of normals.
computeNormalsOn() - Method in class vtk.vtkSampleFunction
Turn on/off the computation of normals.
computeNormalsOn() - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of normals.
computeOBB(vtkPoints, double[], double[], double[], double[], double[]) - Method in class vtk.vtkOBBTree
Compute an OBB from the list of points given.
computeOBB(vtkDataSet, double[], double[], double[], double[], double[]) - Method in class vtk.vtkOBBTree
Compute an OBB for the input dataset using the cells in the data.
computePointId(int[]) - Method in class vtk.vtkImageData
Given a location in structured coordinates (i-j-k), return the point id.
computePointId(int[]) - Method in class vtk.vtkRectilinearGrid
Given a location in structured coordinates (i-j-k), return the point id.
computePointId(int[], int[]) - Method in class vtk.vtkStructuredData
Given a location in structured coordinates (i-j-k), and the dimensions of the structured dataset, return the cell id.
computePointNormalsOff() - Method in class vtk.vtkPolyDataNormals
Turn on/off the computation of point normals.
computePointNormalsOn() - Method in class vtk.vtkPolyDataNormals
Turn on/off the computation of point normals.
computeQuadric(double[], double[], double[], vtkQuadric) - Method in class vtk.vtkTriangle
Calculate the error quadric for this triangle.
computeRange(int) - Method in class vtk.vtkDataArray
 
computeScalarsOff() - Method in class vtk.vtkContourFilter
Set/Get the computation of scalars.
computeScalarsOff() - Method in class vtk.vtkContourGrid
Set/Get the computation of scalars.
computeScalarsOff() - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of scalars.
computeScalarsOff() - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of scalars.
computeScalarsOff() - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of scalars.
computeScalarsOff() - Method in class vtk.vtkMarchingCubes
Set/Get the computation of scalars.
computeScalarsOff() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of scalars.
computeScalarsOff() - Method in class vtk.vtkSynchronizedTemplates2D
Option to set the point scalars of the output.
computeScalarsOff() - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of scalars.
computeScalarsOn() - Method in class vtk.vtkContourFilter
Set/Get the computation of scalars.
computeScalarsOn() - Method in class vtk.vtkContourGrid
Set/Get the computation of scalars.
computeScalarsOn() - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of scalars.
computeScalarsOn() - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of scalars.
computeScalarsOn() - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of scalars.
computeScalarsOn() - Method in class vtk.vtkMarchingCubes
Set/Get the computation of scalars.
computeScalarsOn() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of scalars.
computeScalarsOn() - Method in class vtk.vtkSynchronizedTemplates2D
Option to set the point scalars of the output.
computeScalarsOn() - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of scalars.
computeSpacing(vtkRectilinearGrid, int, int, int, int[], double[]) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Compute the spacing between this point and its 6 neighbors.
computeStructuredCoordinates(double[], int[], double[]) - Method in class vtk.vtkImageData
Convenience function computes the structured coordinates for a point x[3].
computeStructuredCoordinates(double[], int[], double[]) - Method in class vtk.vtkRectilinearGrid
Convenience function computes the structured coordinates for a point x[3].
computeStructuredCoordinates(double[], int[], double[]) - Method in class vtk.vtkUniformGrid
Convenience function computes the structured coordinates for a point x[3].
computeSubExtents() - Method in class vtk.vtkExtentSplitter
Split the extents currently in the queue among the available sources.
computeViewPlaneNormal() - Method in class vtk.vtkCamera
This method is called automatically whenever necessary, it should never be used outside of vtkCamera.cxx.
computeVisiblePropBounds(double[]) - Method in class vtk.vtkRenderer
Compute the bounding box of all the visible props Used in ResetCamera() and ResetCameraClippingRange()
computeVisiblePropBounds() - Method in class vtk.vtkRenderer
Wrapper-friendly version of ComputeVisiblePropBounds
computeVolume(double[], double[], double[], double[]) - Method in class vtk.vtkTetra
Compute the volume of a tetrahedron defined by the four points p1, p2, p3, and p4.
computeVorticityOff() - Method in class vtk.vtkStreamTracer
 
computeVorticityOn() - Method in class vtk.vtkStreamTracer
 
concatenate(vtkMatrix4x4) - Method in class vtk.vtkGeneralTransform
Concatenates the matrix with the current transformation according to PreMultiply or PostMultiply semantics.
concatenate(double[]) - Method in class vtk.vtkGeneralTransform
Concatenates the matrix with the current transformation according to PreMultiply or PostMultiply semantics.
concatenate(vtkAbstractTransform) - Method in class vtk.vtkGeneralTransform
Concatenate the specified transform with the current transformation according to PreMultiply or PostMultiply semantics.
concatenate(vtkMatrix4x4) - Method in class vtk.vtkPerspectiveTransform
Concatenates the matrix with the current transformation according to PreMultiply or PostMultiply semantics.
concatenate(double[]) - Method in class vtk.vtkPerspectiveTransform
Concatenates the matrix with the current transformation according to PreMultiply or PostMultiply semantics.
concatenate(vtkHomogeneousTransform) - Method in class vtk.vtkPerspectiveTransform
Concatenate the specified transform with the current transformation according to PreMultiply or PostMultiply semantics.
concatenate(vtkMatrix4x4) - Method in class vtk.vtkTransform
Concatenates the matrix with the current transformation according to PreMultiply or PostMultiply semantics.
concatenate(double[]) - Method in class vtk.vtkTransform
Concatenates the matrix with the current transformation according to PreMultiply or PostMultiply semantics.
concatenate(vtkLinearTransform) - Method in class vtk.vtkTransform
Concatenate the specified transform with the current transformation according to PreMultiply or PostMultiply semantics.
concatene(PropertyDescriptor[], PropertyDescriptor[]) - Method in class vtk.VTKBeanInfo
 
configureEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
considerAnisotropyOff() - Method in class vtk.vtkImageEuclideanDistance
Used to define whether Spacing should be used in the computation of the distances
considerAnisotropyOn() - Method in class vtk.vtkImageEuclideanDistance
Used to define whether Spacing should be used in the computation of the distances
consistencyOff() - Method in class vtk.vtkPolyDataNormals
Turn on/off the enforcement of consistent polygon ordering.
consistencyOn() - Method in class vtk.vtkPolyDataNormals
Turn on/off the enforcement of consistent polygon ordering.
constantSizeOff() - Method in class vtk.vtkImageMandelbrotSource
This flag determines whether the Size or spacing of a data set remain constant (when extent is changed).
constantSizeOn() - Method in class vtk.vtkImageMandelbrotSource
This flag determines whether the Size or spacing of a data set remain constant (when extent is changed).
constructArray(vtkDataArray, int, vtkDataArray, int, int, int, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Construct a portion of a data array (the comp portion) from another data array and its component.
constructClass(String) - Method in class vtk.vtkDebugLeaks
Call this when creating a class of a given name.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkCell
Generate contouring primitives.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkConvexPointSet
Satisfy the vtkCell API.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkEmptyCell
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkHexahedron
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkLine
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkPixel
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkPolyLine
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkPolyVertex
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkPolygon
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkPyramid
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkQuad
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkQuadraticEdge
 
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkQuadraticHexahedron
 
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkQuadraticQuad
 
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkQuadraticTetra
 
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkQuadraticTriangle
 
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkTetra
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkTriangle
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkTriangleStrip
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkVertex
Generate contouring primitives.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkVoxel
See the vtkCell API for descriptions of these methods.
contour(double, vtkDataArray, vtkPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) - Method in class vtk.vtkWedge
See the vtkCell API for descriptions of these methods.
convertLinesToPointsOff() - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate lines to points
convertLinesToPointsOn() - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate lines to points
convertPolysToLinesOff() - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate polys to lines
convertPolysToLinesOn() - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate polys to lines
convertStripsToPolysOff() - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate strips to polys
convertStripsToPolysOn() - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate strips to polys
convertUnsignedCharToRGBA(vtkUnsignedCharArray, int, int) - Method in class vtk.vtkScalarsToColors
An internal method used to convert a color array to RGBA.
copyAllOff() - Method in class vtk.vtkDataSetAttributes
Turn off copying of all data.
copyAllOff() - Method in class vtk.vtkFieldData
Turn off copying of all data.
copyAllOff() - Method in class vtk.vtkMaskFields
Turn off copying of all data.
copyAllOn() - Method in class vtk.vtkDataSetAttributes
Turn on copying of all data.
copyAllOn() - Method in class vtk.vtkFieldData
Turn on copying of all data.
copyAllOn() - Method in class vtk.vtkMaskFields
Turn on copying of all data.
copyAllocate(vtkDataSetAttributes, int, int) - Method in class vtk.vtkDataSetAttributes
Allocates point data for point-by-point (or cell-by-cell) copy operation.
copyAndCastFrom(vtkImageData, int[]) - Method in class vtk.vtkImageData
This method is passed a input and output region, and executes the filter algorithm to fill the output from the input.
copyAndCastFrom(vtkImageData, int, int, int, int, int, int) - Method in class vtk.vtkImageData
Reallocates and copies to set the Extent to the UpdateExtent.
copyAttributeOff(int, int) - Method in class vtk.vtkMaskFields
Convenience methods which operate on all field data or attribute data.
copyAttributeOff(String, String) - Method in class vtk.vtkMaskFields
Helper methods used by other language bindings.
copyAttributeOn(int, int) - Method in class vtk.vtkMaskFields
Turn on/off the copying of the attribute or specified by vtkDataSetAttributes:AttributeTypes.
copyAttributeOn(String, String) - Method in class vtk.vtkMaskFields
Helper methods used by other language bindings.
copyAttributesOff() - Method in class vtk.vtkMaskFields
 
copyAttributesOn() - Method in class vtk.vtkMaskFields
Helper methods used by other language bindings.
copyCellDataOff() - Method in class vtk.vtkQuadricClustering
This flag makes the filter copy cell data from input to output (the best it can).
copyCellDataOn() - Method in class vtk.vtkQuadricClustering
This flag makes the filter copy cell data from input to output (the best it can).
copyCells(vtkPolyData, vtkIdList, vtkPointLocator) - Method in class vtk.vtkPolyData
Copy cells listed in idList from pd, including points, point data, and cell data.
copyComponent(int, vtkDataArray, int) - Method in class vtk.vtkDataArray
Copy a component from one data array into a component on this data array.
copyData(vtkDataSetAttributes, int, int) - Method in class vtk.vtkDataSetAttributes
Copy the attribute data from one id to another.
copyFieldOff(String) - Method in class vtk.vtkFieldData
Turn on copying of all data.
copyFieldOff(int, String) - Method in class vtk.vtkMaskFields
Turn on/off the copying of the attribute or specified by vtkDataSetAttributes:AttributeTypes.
copyFieldOff(String, String) - Method in class vtk.vtkMaskFields
Helper methods used by other language bindings.
copyFieldOn(String) - Method in class vtk.vtkFieldData
Turn on/off the copying of the field specified by name.
copyFieldOn(int, String) - Method in class vtk.vtkMaskFields
Turn on/off the copying of the field or specified by name.
copyFieldOn(String, String) - Method in class vtk.vtkMaskFields
Helper methods used by other language bindings.
copyFieldsOff() - Method in class vtk.vtkMaskFields
Convenience methods which operate on all field data or attribute data.
copyFieldsOn() - Method in class vtk.vtkMaskFields
 
copyInformation(vtkDataObject) - Method in class vtk.vtkDataObject
Copy the generic information (WholeExtent ...)
copyNormalsOff() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of normals data.
copyNormalsOn() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of normals data.
copyOriginAndSample(vtkImageMandelbrotSource) - Method in class vtk.vtkImageMandelbrotSource
Convienence for Viewer.
copyResultFrame() - Method in class vtk.vtkRenderWindow
Performed at the end of the rendering process to generate image.
copyScalarsOff() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of scalar data.
copyScalarsOn() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of scalar data.
copySelections(vtkDataArraySelection) - Method in class vtk.vtkDataArraySelection
Copy the selections from the given vtkDataArraySelection instance.
copyStructure(vtkDataSet) - Method in class vtk.vtkDataSet
Copy the geometric and topological structure of an object.
copyStructure(vtkFieldData) - Method in class vtk.vtkFieldData
Copy data array structure from a given field.
copyStructure(vtkDataSet) - Method in class vtk.vtkImageData
Copy the geometric and topological structure of an input image data object.
copyStructure(vtkDataSet) - Method in class vtk.vtkPointSet
Copy the geometric structure of an input point set object.
copyStructure(vtkDataSet) - Method in class vtk.vtkPolyData
Copy the geometric and topological structure of an input poly data object.
copyStructure(vtkDataSet) - Method in class vtk.vtkRectilinearGrid
Copy the geometric and topological structure of an input rectilinear grid object.
copyStructure(vtkDataSet) - Method in class vtk.vtkStructuredGrid
Copy the geometric and topological structure of an input poly data object.
copyStructure(vtkDataSet) - Method in class vtk.vtkUniformGrid
Copy the geometric and topological structure of an input image data object.
copyStructure(vtkDataSet) - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
copyTCoordsOff() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of texture coordinates data.
copyTCoordsOn() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of texture coordinates data.
copyTensorsOff() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of tensor data.
copyTensorsOn() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of tensor data.
copyTuple(vtkDataArray, vtkDataArray, int, int) - Method in class vtk.vtkDataSetAttributes
Copy a tuple of data from one data array to another.
copyTypeSpecificInformation(vtkDataObject) - Method in class vtk.vtkDataObject
By default, there is no type specific information
copyTypeSpecificInformation(vtkDataObject) - Method in class vtk.vtkImageData
 
copyVectorsOff() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of vector data.
copyVectorsOn() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of vector data.
cornersOff() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
cornersOff() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
cornersOn() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
cornersOn() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
createAllInstance(String, vtkCollection) - Method in class vtk.vtkObjectFactory
Create all possible instances of the named vtk object.
createBeanDescriptor(Class, Object[]) - Method in class vtk.VTKBeanInfo
 
createDataArray(int) - Method in class vtk.vtkDataArray
Creates an array for dataType where dataType is one of VTK_BIT, VTK_CHAR, VTK_UNSIGNED_CHAR, VTK_SHORT, VTK_UNSIGNED_SHORT, VTK_INT, VTK_UNSIGNED_INT, VTK_LONG, VTK_UNSIGNED_LONG, VTK_DOUBLE, VTK_DOUBLE, VTK_ID_TYPE.
createDefaultLocator() - Method in class vtk.vtkCleanPolyData
Create default locator.
createDefaultLocator() - Method in class vtk.vtkClipDataSet
Create default locator.
createDefaultLocator() - Method in class vtk.vtkClipPolyData
Create default locator.
createDefaultLocator() - Method in class vtk.vtkClipVolume
Create default locator.
createDefaultLocator() - Method in class vtk.vtkContourFilter
Create default locator.
createDefaultLocator() - Method in class vtk.vtkContourGrid
Create default locator.
createDefaultLocator() - Method in class vtk.vtkCutter
Create default locator.
createDefaultLocator() - Method in class vtk.vtkDelaunay3D
Create default locator.
createDefaultLocator() - Method in class vtk.vtkExtractEdges
Create default locator.
createDefaultLocator() - Method in class vtk.vtkExtractUnstructuredGrid
Create default locator.
createDefaultLocator() - Method in class vtk.vtkFeatureEdges
Create default locator.
createDefaultLocator() - Method in class vtk.vtkGeometryFilter
Create default locator.
createDefaultLocator() - Method in class vtk.vtkMCubesReader
Create default locator.
createDefaultLocator() - Method in class vtk.vtkMarchingContourFilter
Create default locator.
createDefaultLocator() - Method in class vtk.vtkMarchingCubes
Create default locator.
createDefaultLocator() - Method in class vtk.vtkMarchingSquares
Create default locator.
createDefaultLocator() - Method in class vtk.vtkSTLReader
Create default locator.
createDefaultLocator() - Method in class vtk.vtkUGFacetReader
Create default locator.
createDefaultLookupTable() - Method in class vtk.vtkDataArray
Create default lookup table.
createDefaultLookupTable() - Method in class vtk.vtkMapper
Create default lookup table.
createDefaultLookupTable() - Method in class vtk.vtkPolyDataMapper2D
Create default lookup table.
createDefaultPicker() - Method in class vtk.vtkRenderWindowInteractor
Create default picker.
createDirectory(String) - Method in class vtk.vtkDirectory
Create directory.
createImageReader2(String) - Method in class vtk.vtkImageReader2Factory
 
createInstance(String) - Method in class vtk.vtkGraphicsFactory
Create and return an instance of the named vtk object.
createInstance(String) - Method in class vtk.vtkImagingFactory
Create and return an instance of the named vtk object.
createInstance(String) - Method in class vtk.vtkInstantiator
Create an instance of the class whose name is given.
createInstance(String) - Method in class vtk.vtkObjectFactory
Create and return an instance of the named vtk object.
createLight() - Method in class vtk.vtkRenderer
Create and add a light to renderer.
createPropertyDescriptor(Class, String, Object[]) - Method in class vtk.VTKBeanInfo
 
createTimer(int) - Method in class vtk.vtkGenericRenderWindowInteractor
Allow users of the class to add callbacks to handle the creation and destruction of timers.
createTimer(int) - Method in class vtk.vtkRenderWindowInteractor
Timer methods must be overridden by platform dependent subclasses.
createTimer(int) - Method in class vtk.vtkXRenderWindowInteractor
X timer methods
createTransitionElementsOff() - Method in class vtk.vtkCompositeDataVisitor
When CreateTransitionElements is enabled, the visitor will try to create extra datasets to remove boundary artifacts.
createTransitionElementsOn() - Method in class vtk.vtkCompositeDataVisitor
When CreateTransitionElements is enabled, the visitor will try to create extra datasets to remove boundary artifacts.
crop() - Method in class vtk.vtkImageData
Reallocates and copies to set the Extent to the UpdateExtent.
croppingOff() - Method in class vtk.vtkVolumeMapper
Turn On/Off orthogonal cropping.
croppingOn() - Method in class vtk.vtkVolumeMapper
Turn On/Off orthogonal cropping.
cross(double[], double[], double[]) - Method in class vtk.vtkMath
Cross product of two 3-vectors.
crossOff() - Method in class vtk.vtkGlyphSource2D
Specify whether a cross is drawn as part of the glyph.
crossOn() - Method in class vtk.vtkGlyphSource2D
Specify whether a cross is drawn as part of the glyph.
ctrlPressed - Variable in class vtk.vtkCanvas
 
cursorOff() - Method in class vtk.vtkVolumeProMapper
Turn the cursor on / off
cursorOn() - Method in class vtk.vtkVolumeProMapper
Turn the cursor on / off
cutPlaneOff() - Method in class vtk.vtkVolumeProMapper
Turn on / off the cut plane
cutPlaneOn() - Method in class vtk.vtkVolumeProMapper
Turn on / off the cut plane
cylinderClipOff() - Method in class vtk.vtkEncodedGradientEstimator
If the data in each slice is only contained within a circle circumscribed within the slice, and the slice is square, then don't compute anything outside the circle.
cylinderClipOn() - Method in class vtk.vtkEncodedGradientEstimator
If the data in each slice is only contained within a circle circumscribed within the slice, and the slice is square, then don't compute anything outside the circle.

D

DestroyTimer() - Method in class vtk.vtkCanvas
 
dashOff() - Method in class vtk.vtkGlyphSource2D
Specify whether a short line segment is drawn through the glyph.
dashOn() - Method in class vtk.vtkGlyphSource2D
Specify whether a short line segment is drawn through the glyph.
dataHasBeenGenerated() - Method in class vtk.vtkDataObject
This method is called by the source when it executes to generate data.
debugOff() - Method in class vtk.vtkImageOpenClose3D
Turn debugging output on.
debugOff() - Method in class vtk.vtkObject
Turn debugging output off.
debugOn() - Method in class vtk.vtkImageOpenClose3D
Turn debugging output on.
debugOn() - Method in class vtk.vtkObject
Turn debugging output on.
decimationOff() - Method in class vtk.vtkImageToPolyDataFilter
Turn on/off whether the final polygons should be decimated.
decimationOn() - Method in class vtk.vtkImageToPolyDataFilter
Turn on/off whether the final polygons should be decimated.
deepCopy(vtkAbstractTransform) - Method in class vtk.vtkAbstractTransform
Copy this transform from another of the same type.
deepCopy(vtkDataArray) - Method in class vtk.vtkBitArray
Deep copy of another bit array.
deepCopy(vtkSpline) - Method in class vtk.vtkCardinalSpline
Deep copy of cardinal spline data.
deepCopy(vtkCell) - Method in class vtk.vtkCell
Copy this cell by completely copying internal data structures.
deepCopy(vtkCellArray) - Method in class vtk.vtkCellArray
Perform a deep copy (no reference counting) of the given cell array.
deepCopy(vtkCellLinks) - Method in class vtk.vtkCellLinks
Standard DeepCopy method.
deepCopy(vtkCellTypes) - Method in class vtk.vtkCellTypes
Standard DeepCopy method.
deepCopy(vtkColorTransferFunction) - Method in class vtk.vtkColorTransferFunction
 
deepCopy(vtkDataArray) - Method in class vtk.vtkDataArray
Deep copy of data.
deepCopy(vtkDataObject) - Method in class vtk.vtkDataObject
Shallow and Deep copy.
deepCopy(vtkDataObject) - Method in class vtk.vtkDataSet
Shallow and Deep copy.
deepCopy(vtkFieldData) - Method in class vtk.vtkDataSetAttributes
Deep copy of data (i.e., create new data arrays and copy from input data).
deepCopy(vtkFieldData) - Method in class vtk.vtkFieldData
Copy a field by creating new data arrays (i.e., duplicate storage).
deepCopy(vtkCell) - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
deepCopy(vtkDataObject) - Method in class vtk.vtkHierarchicalBoxDataSet
Shallow and Deep copy.
deepCopy(vtkDataObject) - Method in class vtk.vtkHierarchicalDataSet
Shallow and Deep copy.
deepCopy(vtkIdList) - Method in class vtk.vtkIdList
Copy an id list by explicitly copying the internal array.
deepCopy(vtkDataArray) - Method in class vtk.vtkIdTypeArray
Deep copy of another integer array.
deepCopy(vtkDataObject) - Method in class vtk.vtkImageData
Shallow and Deep copy.
deepCopy(vtkDataObject) - Method in class vtk.vtkImageStencilData
 
deepCopy(vtkSpline) - Method in class vtk.vtkKochanekSpline
Deep copy of cardinal spline data.
deepCopy(vtkLight) - Method in class vtk.vtkLight
Perform deep copy of this light.
deepCopy(vtkLightKit) - Method in class vtk.vtkLightKit
 
deepCopy(vtkLookupTable) - Method in class vtk.vtkLookupTable
Copy the contents from another LookupTable
deepCopy(vtkMatrix4x4) - Method in class vtk.vtkMatrix4x4
Non-static member function.
deepCopy(double[]) - Method in class vtk.vtkMatrix4x4
Set all of the elements to zero.
deepCopy(vtkDataObject) - Method in class vtk.vtkPiecewiseFunction
 
deepCopy(vtkDataObject) - Method in class vtk.vtkPointSet
Shallow and Deep copy.
deepCopy(vtkPoints) - Method in class vtk.vtkPoints
Different ways to copy data.
deepCopy(vtkDataObject) - Method in class vtk.vtkPolyData
Shallow and Deep copy.
deepCopy(vtkProperty) - Method in class vtk.vtkProperty
Assign one property to another.
deepCopy(vtkProperty2D) - Method in class vtk.vtkProperty2D
Assign one property to another.
deepCopy(vtkDataObject) - Method in class vtk.vtkRectilinearGrid
Shallow and Deep copy.
deepCopy(vtkSpline) - Method in class vtk.vtkSpline
Deep copy of spline data.
deepCopy(vtkDataObject) - Method in class vtk.vtkStructuredGrid
Shallow and Deep copy.
deepCopy(vtkStructuredVisibilityConstraint) - Method in class vtk.vtkStructuredVisibilityConstraint
Copies the dimensions, the visibility array and the initialized flag.
deepCopy(vtkTensor) - Method in class vtk.vtkTensor
Deep copy of one tensor to another tensor.
deepCopy(vtkDataObject) - Method in class vtk.vtkUniformGrid
Shallow and Deep copy.
deepCopy(vtkDataObject) - Method in class vtk.vtkUnstructuredGrid
Shallow and Deep copy.
deepCopy(vtkVoidArray) - Method in class vtk.vtkVoidArray
Deep copy of another void array.
deepCopy(vtkXMLDataElement) - Method in class vtk.vtkXMLDataElement
Copy this element from another of the same type (elem), recursively.
defaultNormalizeOff() - Method in class vtk.vtkDataObjectToDataSetFilter
Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).
defaultNormalizeOff() - Method in class vtk.vtkFieldDataToAttributeDataFilter
Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetScalarComponents).
defaultNormalizeOn() - Method in class vtk.vtkDataObjectToDataSetFilter
Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).
defaultNormalizeOn() - Method in class vtk.vtkFieldDataToAttributeDataFilter
Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetScalarComponents).
degreesToRadians() - Method in class vtk.vtkMath
Useful constants.
deleteCell(int) - Method in class vtk.vtkCellTypes
Delete cell by setting to NULL cell type.
deleteCell(int) - Method in class vtk.vtkPolyData
Mark a point/cell as deleted from this vtkPolyData.
deleteCells() - Method in class vtk.vtkPolyData
Release data structure that allows random access of the cells.
deleteFiles() - Method in class vtk.vtkImageWriter
 
deleteId(int) - Method in class vtk.vtkIdList
Delete specified id from list.
deleteId(int) - Method in class vtk.vtkPriorityQueue
Delete entry in queue with specified id.
deleteLastNode() - Method in class vtk.vtkAssemblyPath
Delete the last assembly node in the list.
deleteLinks() - Method in class vtk.vtkPolyData
Release the upward links from point to cells that use each point.
deletePickList(vtkProp) - Method in class vtk.vtkAbstractPicker
Delete an actor from the pick list.
deletePoint(int) - Method in class vtk.vtkCellLinks
Delete point (and storage) by destroying links to using cells.
deletePoint(int) - Method in class vtk.vtkPolyData
Mark a point/cell as deleted from this vtkPolyData.
deleteSeed(int) - Method in class vtk.vtkConnectivityFilter
Delete a seed id (point or cell id).
deleteSeed(int) - Method in class vtk.vtkPolyDataConnectivityFilter
Delete a seed id (point or cell id).
deleteSpecifiedRegion(int) - Method in class vtk.vtkConnectivityFilter
Delete a region id to extract.
deleteSpecifiedRegion(int) - Method in class vtk.vtkPolyDataConnectivityFilter
Delete a region id to extract.
depthValuesInScalarsOff() - Method in class vtk.vtkRendererSource
A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data.
depthValuesInScalarsOn() - Method in class vtk.vtkRendererSource
A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data.
depthValuesOff() - Method in class vtk.vtkRendererSource
A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data.
depthValuesOn() - Method in class vtk.vtkRendererSource
A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data.
destroyTimer() - Method in class vtk.vtkGenericRenderWindowInteractor
Allow users of the class to add callbacks to handle the creation and destruction of timers.
destroyTimer() - Method in class vtk.vtkRenderWindowInteractor
Timer methods must be overridden by platform dependent subclasses.
destroyTimer() - Method in class vtk.vtkXRenderWindowInteractor
X timer methods
destructClass(String) - Method in class vtk.vtkDebugLeaks
Call this when deleting a class of a given name.
determinant() - Method in class vtk.vtkMatrix4x4
Sets the element i,j in the matrix.
determinant2x2(double[], double[]) - Method in class vtk.vtkMath
Compute determinant of 2x2 matrix.
determinant2x2(double, double, double, double) - Method in class vtk.vtkMath
Calculate the determinant of a 2x2 matrix: | a b | | c d |
determinant3x3(double[], double[], double[]) - Method in class vtk.vtkMath
Compute determinant of 3x3 matrix.
determinant3x3(double, double, double, double, double, double, double, double, double) - Method in class vtk.vtkMath
Calculate the determinant of a 3x3 matrix in the form: | a1, b1, c1 | | a2, b2, c2 | | a3, b3, c3 |
determineEnSightVersion() - Method in class vtk.vtkGenericEnSightReader
Reads the FORMAT part of the case file to determine whether this is an EnSight6 or EnSightGold data set.
determineFileName(int) - Method in class vtk.vtkEnSightMasterServerReader
Determine which file should be read for piece
deviceRender() - Method in class vtk.vtkOpenGLRenderer
Concrete open gl render method.
deviceRender() - Method in class vtk.vtkRenderer
Create an image.
disable(String) - Method in class vtk.vtkObjectFactory
Set all enable flags for the given class to 0.
disable() - Method in class vtk.vtkRenderWindowInteractor
Enable/Disable interactions.
disable() - Method in class vtk.vtkXRenderWindowInteractor
Enable/Disable interactions.
disableAllArrays() - Method in class vtk.vtkDataArraySelection
Disable all arrays that currently have an entry.
disableArray(String) - Method in class vtk.vtkDataArraySelection
Disable the array with the given name.
disableGradientOpacityOff(int) - Method in class vtk.vtkVolumeProperty
Enable/Disable the gradient opacity function for the given component.
disableGradientOpacityOff() - Method in class vtk.vtkVolumeProperty
Enable/Disable the gradient opacity function for the given component.
disableGradientOpacityOn(int) - Method in class vtk.vtkVolumeProperty
Enable/Disable the gradient opacity function for the given component.
disableGradientOpacityOn() - Method in class vtk.vtkVolumeProperty
Enable/Disable the gradient opacity function for the given component.
disableLOD(int) - Method in class vtk.vtkLODProp3D
Enable / disable a particular LOD.
disableMotionOff() - Method in class vtk.vtkInteractorStyleFlight
Disable motion (temporarily - for viewing etc)
disableMotionOn() - Method in class vtk.vtkInteractorStyleFlight
Disable motion (temporarily - for viewing etc)
displayDebugText(String) - Method in class vtk.vtkOutputWindow
 
displayDebugText(String) - Method in class vtk.vtkXMLFileOutputWindow
Put the text into the log file.
displayErrorText(String) - Method in class vtk.vtkOutputWindow
Display the text.
displayErrorText(String) - Method in class vtk.vtkXMLFileOutputWindow
Put the text into the log file.
displayGenericWarningText(String) - Method in class vtk.vtkOutputWindow
Display the text.
displayGenericWarningText(String) - Method in class vtk.vtkXMLFileOutputWindow
Put the text into the log file.
displayTag(String) - Method in class vtk.vtkXMLFileOutputWindow
Put the text into the log file without processing it.
displayText(String) - Method in class vtk.vtkFileOutputWindow
New lines are converted to carriage return new lines.
displayText(String) - Method in class vtk.vtkOutputWindow
Display the text.
displayText(String) - Method in class vtk.vtkXMLFileOutputWindow
Put the text into the log file.
displayTextOff() - Method in class vtk.vtkImagePlaneWidget
Enable/disable text display of window-level, image coords and values in a render window.
displayTextOn() - Method in class vtk.vtkImagePlaneWidget
Enable/disable text display of window-level, image coords and values in a render window.
displayToView() - Method in class vtk.vtkViewport
Convert display coordinates to view coordinates.
displayToWorld() - Method in class vtk.vtkViewport
Convert display (or screen) coordinates to world coordinates.
displayWarningText(String) - Method in class vtk.vtkOutputWindow
Display the text.
displayWarningText(String) - Method in class vtk.vtkXMLFileOutputWindow
Put the text into the log file.
distance2BetweenPoints(double[], double[]) - Method in class vtk.vtkMath
Compute distance squared between two points.
distanceToLine(double[], double[], double[]) - Method in class vtk.vtkLine
Determine the distance of the current vertex to the edge defined by the vertices provided.
distanceToPlane(double[], double[], double[]) - Method in class vtk.vtkPlane
Return the distance of a point x to a plane defined by n(x-p0) = 0.
divideByZeroToCOff() - Method in class vtk.vtkImageMathematics
 
divideByZeroToCOn() - Method in class vtk.vtkImageMathematics
 
doNotReduceNumberOfOutputsOff() - Method in class vtk.vtkPLOT3DReader
If this is on, the reader will never reduce the number of outputs after reading a file with n grids and producing n outputs.
doNotReduceNumberOfOutputsOn() - Method in class vtk.vtkPLOT3DReader
If this is on, the reader will never reduce the number of outputs after reading a file with n grids and producing n outputs.
dolly(double) - Method in class vtk.vtkCamera
Move the position of the camera along the direction of projection.
dolly() - Method in class vtk.vtkInteractorStyle
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion.
dolly() - Method in class vtk.vtkInteractorStyleJoystickActor
 
dolly() - Method in class vtk.vtkInteractorStyleJoystickCamera
 
dolly() - Method in class vtk.vtkInteractorStyleTerrain
 
dolly() - Method in class vtk.vtkInteractorStyleTrackballActor
 
dolly() - Method in class vtk.vtkInteractorStyleTrackballCamera
 
dot(double[], double[]) - Method in class vtk.vtkMath
Dot product of two 3-vectors (float version).
dot2D(double[], double[]) - Method in class vtk.vtkMath
Dot product of two 2-vectors.
doubleBufferOff() - Method in class vtk.vtkWindow
Keep track of whether double buffering is on or off
doubleBufferOn() - Method in class vtk.vtkWindow
Keep track of whether double buffering is on or off
doubleDegreesToRadians() - Method in class vtk.vtkMath
Useful constants.
doublePi() - Method in class vtk.vtkMath
Useful constants.
doubleRadiansToDegrees() - Method in class vtk.vtkMath
Useful constants.
dragableOff() - Method in class vtk.vtkProp
Set/Get the value of the dragable instance variable.
dragableOn() - Method in class vtk.vtkProp
Set/Get the value of the dragable instance variable.
draw(vtkRenderer, vtkActor) - Method in class vtk.vtkOpenGLPolyDataMapper
Draw method for OpenGL.
drawCircle(int, int, double) - Method in class vtk.vtkImageCanvasSource2D
 
drawImage(int, int, vtkImageData) - Method in class vtk.vtkImageCanvasSource2D
Draw subimage of the input image in the canvas at position x0 and y0.
drawImage(int, int, vtkImageData, int, int, int, int) - Method in class vtk.vtkImageCanvasSource2D
Draw subimage of the input image in the canvas at position x0 and y0.
drawPlaneOff() - Method in class vtk.vtkImplicitPlaneWidget
Enable/disable the drawing of the plane.
drawPlaneOn() - Method in class vtk.vtkImplicitPlaneWidget
Enable/disable the drawing of the plane.
drawPoint(int, int) - Method in class vtk.vtkImageCanvasSource2D
 
drawSegment(int, int, int, int) - Method in class vtk.vtkImageCanvasSource2D
 
drawSegment3D(double, double, double, double, double, double) - Method in class vtk.vtkImageCanvasSource2D
Draw subimage of the input image in the canvas at position x0 and y0.
dumpLog(String) - Method in class vtk.vtkTimerLog
Write the timing table out to a file.

E

edgeVisibilityOff() - Method in class vtk.vtkProperty
Turn on/off the visibility of edges.
edgeVisibilityOn() - Method in class vtk.vtkProperty
Turn on/off the visibility of edges.
edgesOff() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
edgesOff() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
edgesOn() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
edgesOn() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
elevation(double) - Method in class vtk.vtkCamera
Rotate the camera about the cross product of the direction of projection and the view up vector centered on the focal point.
enable() - Method in class vtk.vtkRenderWindowInteractor
Enable/Disable interactions.
enable() - Method in class vtk.vtkXRenderWindowInteractor
Enable/Disable interactions.
enableAllArrays() - Method in class vtk.vtkDataArraySelection
Enable all arrays that currently have an entry.
enableArray(String) - Method in class vtk.vtkDataArraySelection
Enable the array with the given name.
enableLOD(int) - Method in class vtk.vtkLODProp3D
Enable / disable a particular LOD.
enabledOff() - Method in class vtk.vtkInteractorObserver
Methods for turning the interactor observer on and off, and determining its state.
enabledOn() - Method in class vtk.vtkInteractorObserver
Methods for turning the interactor observer on and off, and determining its state.
encodeAppendedDataOff() - Method in class vtk.vtkXMLWriter
Get/Set whether the appended data section is base64 encoded.
encodeAppendedDataOn() - Method in class vtk.vtkXMLWriter
Get/Set whether the appended data section is base64 encoded.
encodeArrayName(String, String) - Method in class vtk.vtkWriter
Encode the name so that the reader will not have problems.
endAppend() - Method in class vtk.vtkImplicitModeller
Method completes the append process.
endAppend() - Method in class vtk.vtkQuadricClustering
These methods provide an alternative way of executing the filter.
endDolly() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
endForwardFly() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Keyboard event bindings for flight
endPan() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
endPick() - Method in class vtk.vtkInteractorStyleImage
 
endPickCallback() - Method in class vtk.vtkRenderWindowInteractor
These methods correspond to the the Exit, User and Pick callbacks.
endPointInsertion() - Method in class vtk.vtkDelaunay3D
Invoke this method after all points have been inserted.
endReading() - Method in class vtk.vtkBase64InputStream
Called after all desired calls to Seek and Read have been made.
endReading() - Method in class vtk.vtkInputStream
Called after all desired calls to Seek and Read have been made.
endReverseFly() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Keyboard event bindings for flight
endRotate() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
endSpin() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
endTimer() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
endUniformScale() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
endWindowLevel() - Method in class vtk.vtkInteractorStyleImage
 
endWriting() - Method in class vtk.vtkBase64OutputStream
Called after all desired calls to Write have been made.
endWriting() - Method in class vtk.vtkOutputStream
Called after all desired calls to Write have been made.
endZoom() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
enterEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
enterField(String) - Method in class vtk.vtkVRMLImporter
Needed by the yacc/lex grammar used
enterNode(String) - Method in class vtk.vtkVRMLImporter
Needed by the yacc/lex grammar used
eraseOff() - Method in class vtk.vtkWindow
Turn on/off erasing the screen between images.
eraseOn() - Method in class vtk.vtkWindow
Turn on/off erasing the screen between images.
estimateSize(int, int) - Method in class vtk.vtkCellArray
A cell traversal methods that is more efficient than vtkDataSet traversal methods.
evaluate(double) - Method in class vtk.vtkCardinalSpline
Evaluate a 1D cardinal spline.
evaluate(double) - Method in class vtk.vtkKochanekSpline
Evaluate a 1D Kochanek spline.
evaluate(double[], double[], double[]) - Method in class vtk.vtkPlane
Quick evaluation of plane equation n(x-origin)=0.
evaluate(double) - Method in class vtk.vtkSpline
Interpolate the value of the spline at parametric location of t.
evaluateFunction() - Method in class vtk.vtkAmoebaMinimizer
Evaluate the function.
evaluateFunction(double[]) - Method in class vtk.vtkBox
 
evaluateFunction(double, double, double) - Method in class vtk.vtkBox
 
evaluateFunction(double[]) - Method in class vtk.vtkCone
 
evaluateFunction(double, double, double) - Method in class vtk.vtkCone
 
evaluateFunction(double[]) - Method in class vtk.vtkCylinder
 
evaluateFunction(double, double, double) - Method in class vtk.vtkCylinder
 
evaluateFunction(double[]) - Method in class vtk.vtkImplicitBoolean
Evaluate boolean combinations of implicit function using current operator.
evaluateFunction(double, double, double) - Method in class vtk.vtkImplicitBoolean
Evaluate boolean combinations of implicit function using current operator.
evaluateFunction(double[]) - Method in class vtk.vtkImplicitDataSet
 
evaluateFunction(double, double, double) - Method in class vtk.vtkImplicitDataSet
 
evaluateFunction(double[]) - Method in class vtk.vtkImplicitFunction
Evaluate function at position x-y-z and return value.
evaluateFunction(double, double, double) - Method in class vtk.vtkImplicitFunction
Evaluate function at position x-y-z and return value.
evaluateFunction(double[]) - Method in class vtk.vtkImplicitSelectionLoop
Evaluate selection loop returning a signed distance.
evaluateFunction(double, double, double) - Method in class vtk.vtkImplicitSelectionLoop
Evaluate selection loop returning a signed distance.
evaluateFunction(double[]) - Method in class vtk.vtkImplicitSum
Evaluate implicit function using current functions and weights.
evaluateFunction(double, double, double) - Method in class vtk.vtkImplicitSum
Evaluate implicit function using current functions and weights.
evaluateFunction(double[]) - Method in class vtk.vtkImplicitVolume
 
evaluateFunction(double, double, double) - Method in class vtk.vtkImplicitVolume
 
evaluateFunction(double[]) - Method in class vtk.vtkImplicitWindowFunction
 
evaluateFunction(double, double, double) - Method in class vtk.vtkImplicitWindowFunction
 
evaluateFunction(double[]) - Method in class vtk.vtkPerlinNoise
Evaluate PerlinNoise function.
evaluateFunction(double, double, double) - Method in class vtk.vtkPerlinNoise
Evaluate PerlinNoise function.
evaluateFunction(double[]) - Method in class vtk.vtkPlane
 
evaluateFunction(double, double, double) - Method in class vtk.vtkPlane
 
evaluateFunction(double[]) - Method in class vtk.vtkPlanes
 
evaluateFunction(double, double, double) - Method in class vtk.vtkPlanes
 
evaluateFunction(double[]) - Method in class vtk.vtkQuadric
 
evaluateFunction(double, double, double) - Method in class vtk.vtkQuadric
 
evaluateFunction(double[]) - Method in class vtk.vtkSphere
 
evaluateFunction(double, double, double) - Method in class vtk.vtkSphere
 
evaluateFunction(double[]) - Method in class vtk.vtkSuperquadric
 
evaluateFunction(double, double, double) - Method in class vtk.vtkSuperquadric
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkBox
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkCone
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkCylinder
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkImplicitBoolean
Evaluate gradient of boolean combination.
evaluateGradient(double[], double[]) - Method in class vtk.vtkImplicitDataSet
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkImplicitFunction
Evaluate function gradient at position x-y-z and pass back vector.
evaluateGradient(double[], double[]) - Method in class vtk.vtkImplicitSelectionLoop
Evaluate selection loop returning the gradient.
evaluateGradient(double[], double[]) - Method in class vtk.vtkImplicitSum
Evaluate gradient of the weighted sum of functions.
evaluateGradient(double[], double[]) - Method in class vtk.vtkImplicitVolume
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkImplicitWindowFunction
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkPerlinNoise
Evaluate PerlinNoise gradient.
evaluateGradient(double[], double[]) - Method in class vtk.vtkPlane
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkPlanes
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkQuadric
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkSphere
 
evaluateGradient(double[], double[]) - Method in class vtk.vtkSuperquadric
 
exchangeAxesOff() - Method in class vtk.vtkXYPlotActor
Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa).
exchangeAxesOn() - Method in class vtk.vtkXYPlotActor
Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa).
execute() - Method in class vtk.vtkCompositeDataVisitor
Apply the command on each object in the collection.
execute() - Method in class vtk.vtkHierarchicalBoxVisitor
Apply the command on each object in the collection.
execute() - Method in class vtk.vtkMultiBlockDataVisitor
Apply the command on each object in the collection.
executeInformation() - Method in class vtk.vtkDEMReader
Reads the DEM Type A record to compute the extent, origin and spacing of the image data.
executeInformation() - Method in class vtk.vtkEnSightReader
 
executeInformation() - Method in class vtk.vtkGenericEnSightReader
 
exitCallback() - Method in class vtk.vtkRenderWindowInteractor
These methods correspond to the the Exit, User and Pick callbacks.
exitEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
exitField() - Method in class vtk.vtkVRMLImporter
Needed by the yacc/lex grammar used
exitNode() - Method in class vtk.vtkVRMLImporter
Needed by the yacc/lex grammar used
export() - Method in class vtk.vtkImageExport
The main interface: update the pipeline and export the image to the memory pointed to by SetExportVoidPointer().
exportArraysOff() - Method in class vtk.vtkRIBExporter
Set or get the ExportArrays.
exportArraysOn() - Method in class vtk.vtkRIBExporter
Set or get the ExportArrays.
exposeEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
extentClippingOff() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry via bounding box.
extentClippingOff() - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry via bounding box.
extentClippingOn() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry via bounding box.
extentClippingOn() - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry via bounding box.
extractBoundaryCellsOff() - Method in class vtk.vtkExtractGeometry
Boolean controls whether to extract cells that are partially inside.
extractBoundaryCellsOff() - Method in class vtk.vtkExtractPolyDataGeometry
Boolean controls whether to extract cells that are partially inside.
extractBoundaryCellsOn() - Method in class vtk.vtkExtractGeometry
Boolean controls whether to extract cells that are partially inside.
extractBoundaryCellsOn() - Method in class vtk.vtkExtractPolyDataGeometry
Boolean controls whether to extract cells that are partially inside.
extractEigenvaluesOff() - Method in class vtk.vtkTensorGlyph
Turn on/off extraction of eigenvalues from tensor.
extractEigenvaluesOn() - Method in class vtk.vtkTensorGlyph
Turn on/off extraction of eigenvalues from tensor.
extractInsideOff() - Method in class vtk.vtkExtractGeometry
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
extractInsideOff() - Method in class vtk.vtkExtractPolyDataGeometry
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
extractInsideOn() - Method in class vtk.vtkExtractGeometry
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
extractInsideOn() - Method in class vtk.vtkExtractPolyDataGeometry
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
extractNormalsOff() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether normal data is extracted from tensor.
extractNormalsOn() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether normal data is extracted from tensor.
extractScalarsOff() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether scalar data is extracted from tensor.
extractScalarsOn() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether scalar data is extracted from tensor.
extractTCoordsOff() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether texture coordinates are extracted from tensor.
extractTCoordsOn() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether texture coordinates are extracted from tensor.
extractToFieldDataOff() - Method in class vtk.vtkExtractVectorComponents
Determines whether the vector components will be put in separate outputs or in the first output's field data
extractToFieldDataOn() - Method in class vtk.vtkExtractVectorComponents
Determines whether the vector components will be put in separate outputs or in the first output's field data
extractVectorsOff() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether vector data is extracted from tensor.
extractVectorsOn() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether vector data is extracted from tensor.

F

facesOff() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
facesOff() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
facesOn() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
facesOn() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
factorElements(vtkXMLDataElement) - Method in class vtk.vtkXMLUtilities
Factor and unfactor a tree.
fastForward() - Method in class vtk.vtkVideoSource
FastForward to the last frame that was recorded (i.e. to the frame that has the most recent timestamp).
featureEdgeSmoothingOff() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off smoothing along sharp interior edges.
featureEdgeSmoothingOff() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off smoothing along sharp interior edges.
featureEdgeSmoothingOn() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off smoothing along sharp interior edges.
featureEdgeSmoothingOn() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off smoothing along sharp interior edges.
featureEdgesOff() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of feature edges.
featureEdgesOn() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of feature edges.
fieldDataOff() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset field data to a data object.
fieldDataOff() - Method in class vtk.vtkDicer
Set/Get the flag which controls whether to generate point scalar data or point field data.
fieldDataOff() - Method in class vtk.vtkIdFilter
Set/Get the flag which controls whether to generate scalar data or field data.
fieldDataOn() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset field data to a data object.
fieldDataOn() - Method in class vtk.vtkDicer
Set/Get the flag which controls whether to generate point scalar data or point field data.
fieldDataOn() - Method in class vtk.vtkIdFilter
Set/Get the flag which controls whether to generate scalar data or field data.
fileLowerLeftOff() - Method in class vtk.vtkImageReader2
Set/Get whether the data comes from the file starting in the lower left corner or upper left corner.
fileLowerLeftOn() - Method in class vtk.vtkImageReader2
Set/Get whether the data comes from the file starting in the lower left corner or upper left corner.
fillBox(int, int, int, int) - Method in class vtk.vtkImageCanvasSource2D
 
fillComponent(int, double) - Method in class vtk.vtkDataArray
Fill a component of a data array with a specified value.
fillPixel(int, int) - Method in class vtk.vtkImageCanvasSource2D
Fill a colored area with another color.
fillTriangle(int, int, int, int, int, int) - Method in class vtk.vtkImageCanvasSource2D
 
fillTube(int, int, int, int, double) - Method in class vtk.vtkImageCanvasSource2D
 
filledOff() - Method in class vtk.vtkGlyphSource2D
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments).
filledOn() - Method in class vtk.vtkGlyphSource2D
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments).
finalize() - Method in class vtk.vtkObjectBase
 
finalize() - Method in class vtk.vtkXOpenGLRenderWindow
"Deinitialize" the rendering window.
findClosestInsertedPoint(double[]) - Method in class vtk.vtkPointLocator
Given a position x, return the id of the point closest to it.
findClosestNPoints(int, double[], vtkIdList) - Method in class vtk.vtkPointLocator
Find the closest N points to a position.
findClosestNPoints(int, double, double, double, vtkIdList) - Method in class vtk.vtkPointLocator
Find the closest N points to a position.
findClosestPoint(double[]) - Method in class vtk.vtkPointLocator
Given a position x, return the id of the point closest to it.
findClosestPoint(double, double, double) - Method in class vtk.vtkPointLocator
Given a position x, return the id of the point closest to it.
findDistributedPoints(int, double[], vtkIdList, int) - Method in class vtk.vtkPointLocator
Find the closest points to a position such that each octant of space around the position contains at least N points.
findDistributedPoints(int, double, double, double, vtkIdList, int) - Method in class vtk.vtkPointLocator
Find the closest points to a position such that each octant of space around the position contains at least N points.
findNestedElement(String) - Method in class vtk.vtkXMLDataElement
Find a nested element with the given id, given name, or given name and id.
findNestedElementWithName(String) - Method in class vtk.vtkXMLDataElement
Find a nested element with the given id, given name, or given name and id.
findNestedElementWithNameAndAttribute(String, String, String) - Method in class vtk.vtkXMLDataElement
Find a nested element with the given id, given name, or given name and id.
findNestedElementWithNameAndId(String, String) - Method in class vtk.vtkXMLDataElement
Find a nested element with the given id, given name, or given name and id.
findPoint(double, double, double) - Method in class vtk.vtkDataSet
Locate the closest point to the global coordinate x.
findPoint(double[]) - Method in class vtk.vtkDataSet
Locate the closest point to the global coordinate x.
findPoint(double, double, double) - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
findPoint(double[]) - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
findPoint(double[]) - Method in class vtk.vtkPointSet
See vtkDataSet for additional information.
findPoint(double, double, double) - Method in class vtk.vtkPointSet
See vtkDataSet for additional information.
findPoint(double, double, double) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
findPoint(double[]) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
findPoint(double, double, double) - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
findPoint(double[]) - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
findPointsWithinRadius(double, double[], vtkIdList) - Method in class vtk.vtkPointLocator
Find all points within a specified radius R of position x.
findPointsWithinRadius(double, double, double, double, vtkIdList) - Method in class vtk.vtkPointLocator
Find all points within a specified radius R of position x.
findPokedRenderer(int, int) - Method in class vtk.vtkInteractorStyle
When an event occurs, we must determine which Renderer the event occurred within, since one RenderWindow may contain multiple renderers.
findPokedRenderer(int, int) - Method in class vtk.vtkRenderWindowInteractor
When an event occurs, we must determine which Renderer the event occurred within, since one RenderWindow may contain multiple renderers.
flipAboutOriginOff() - Method in class vtk.vtkImageFlip
By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input.
flipAboutOriginOn() - Method in class vtk.vtkImageFlip
By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input.
flipNormalsOff() - Method in class vtk.vtkMCubesReader
Specify whether to flip normals in opposite direction.
flipNormalsOff() - Method in class vtk.vtkPolyDataNormals
Turn on/off the global flipping of normal orientation.
flipNormalsOn() - Method in class vtk.vtkMCubesReader
Specify whether to flip normals in opposite direction.
flipNormalsOn() - Method in class vtk.vtkPolyDataNormals
Turn on/off the global flipping of normal orientation.
flipROff() - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the s-axis.
flipROn() - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the s-axis.
flipSOff() - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the s-axis.
flipSOn() - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the s-axis.
flipTOff() - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the t-axis.
flipTOn() - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the t-axis.
flipTextureOff() - Method in class vtk.vtkImplicitTextureCoords
If enabled, this will flip the sense of inside and outside the implicit function (i.e., a rotation around the r-s-t=0.5 axis).
flipTextureOn() - Method in class vtk.vtkImplicitTextureCoords
If enabled, this will flip the sense of inside and outside the implicit function (i.e., a rotation around the r-s-t=0.5 axis).
floor(double) - Method in class vtk.vtkMath
 
flushOff() - Method in class vtk.vtkFileOutputWindow
to the log file.
flushOn() - Method in class vtk.vtkFileOutputWindow
to the log file.
flyTo(vtkRenderer, double, double, double) - Method in class vtk.vtkRenderWindowInteractor
Given a position x, move the current camera's focal point to x.
flyToImage(vtkRenderer, double, double) - Method in class vtk.vtkRenderWindowInteractor
Given a position x, move the current camera's focal point to x.
forceBuild() - Method in class vtk.vtkLookupTable
Force the lookup table to regenerate from hue, saturation, value, and alpha min/max values.
forceReadOff() - Method in class vtk.vtkPLOT3DReader
Try to read a binary file even if the file length seems to be inconsistent with the header information.
forceReadOn() - Method in class vtk.vtkPLOT3DReader
Try to read a binary file even if the file length seems to be inconsistent with the header information.
forwardFly() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Keyboard event bindings for flight
frame() - Method in class vtk.vtkRenderWindow
A termination method performed at the end of the rendering process to do things like swapping buffers (if necessary) or similar actions.
frame() - Method in class vtk.vtkXOpenGLRenderWindow
End the rendering process and display the image.
freeSearchStructure() - Method in class vtk.vtkCellLocator
Satisfy vtkLocator abstract interface.
freeSearchStructure() - Method in class vtk.vtkLocator
Free the memory required for the spatial data structure.
freeSearchStructure() - Method in class vtk.vtkOBBTree
Satisfy locator's abstract interface, see vtkLocator.
freeSearchStructure() - Method in class vtk.vtkPointLocator
See vtkLocator interface documentation.
frontBufferOff() - Method in class vtk.vtkTesting
Use front buffer for tests.
frontBufferOn() - Method in class vtk.vtkTesting
Use front buffer for tests.
frontfaceCullingOff() - Method in class vtk.vtkProperty
Turn on/off fast culling of polygons based on orientation of normal with respect to camera.
frontfaceCullingOn() - Method in class vtk.vtkProperty
Turn on/off fast culling of polygons based on orientation of normal with respect to camera.
frustum(double, double, double, double, double, double) - Method in class vtk.vtkPerspectiveTransform
Create an perspective projection matrix and concatenate it by the current transformation.
fullScreenOff() - Method in class vtk.vtkRenderWindow
Turn on/off rendering full screen window size.
fullScreenOn() - Method in class vtk.vtkRenderWindow
Turn on/off rendering full screen window size.
functionGradient(double[], double[]) - Method in class vtk.vtkImplicitFunction
Evaluate function gradient at position x-y-z and pass back vector.
functionGradient(double[]) - Method in class vtk.vtkImplicitFunction
Evaluate function gradient at position x-y-z and pass back vector.
functionGradient(double, double, double) - Method in class vtk.vtkImplicitFunction
Evaluate function gradient at position x-y-z and pass back vector.
functionValue(double[]) - Method in class vtk.vtkImplicitFunction
Evaluate function at position x-y-z and return value.
functionValue(double, double, double) - Method in class vtk.vtkImplicitFunction
Evaluate function at position x-y-z and return value.

G

GetRenderWindow() - Method in class vtk.vtkPanel
 
GetRenderer() - Method in class vtk.vtkPanel
 
generalizedProjectPoint(double[], double[], double[], double[]) - Method in class vtk.vtkPlane
 
generateClipScalarsOff() - Method in class vtk.vtkClipDataSet
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
generateClipScalarsOff() - Method in class vtk.vtkClipPolyData
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
generateClipScalarsOff() - Method in class vtk.vtkClipVolume
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
generateClipScalarsOn() - Method in class vtk.vtkClipDataSet
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
generateClipScalarsOn() - Method in class vtk.vtkClipPolyData
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
generateClipScalarsOn() - Method in class vtk.vtkClipVolume
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
generateClippedOutputOff() - Method in class vtk.vtkClipDataSet
Control whether a second output is generated.
generateClippedOutputOff() - Method in class vtk.vtkClipPolyData
Control whether a second output is generated.
generateClippedOutputOff() - Method in class vtk.vtkClipVolume
Control whether a second output is generated.
generateClippedOutputOn() - Method in class vtk.vtkClipDataSet
Control whether a second output is generated.
generateClippedOutputOn() - Method in class vtk.vtkClipPolyData
Control whether a second output is generated.
generateClippedOutputOn() - Method in class vtk.vtkClipVolume
Control whether a second output is generated.
generateContourEdgesOff() - Method in class vtk.vtkBandedPolyDataContourFilter
Turn on/off a flag to control whether contour edges are generated.
generateContourEdgesOn() - Method in class vtk.vtkBandedPolyDataContourFilter
Turn on/off a flag to control whether contour edges are generated.
generateCutScalarsOff() - Method in class vtk.vtkCutter
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
generateCutScalarsOn() - Method in class vtk.vtkCutter
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
generateDefaultConfiguration() - Method in class vtk.vtkPLOT3DReader
 
generateErrorScalarsOff() - Method in class vtk.vtkDecimate
Turn on/off the generation of error scalars.
generateErrorScalarsOff() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the generation of scalar distance values.
generateErrorScalarsOff() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the generation of scalar distance values.
generateErrorScalarsOn() - Method in class vtk.vtkDecimate
Turn on/off the generation of error scalars.
generateErrorScalarsOn() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the generation of scalar distance values.
generateErrorScalarsOn() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the generation of scalar distance values.
generateErrorVectorsOff() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the generation of error vectors.
generateErrorVectorsOff() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the generation of error vectors.
generateErrorVectorsOn() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the generation of error vectors.
generateErrorVectorsOn() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the generation of error vectors.
generateHull(vtkPolyData, double, double, double, double, double, double) - Method in class vtk.vtkHull
A special method that is used to generate a polyhedron directly from a set of n planes.
generatePointIdsOff() - Method in class vtk.vtkGlyph3D
Enable/disable the generation of point ids as part of the output.
generatePointIdsOn() - Method in class vtk.vtkGlyph3D
Enable/disable the generation of point ids as part of the output.
generateRepresentation(int, vtkPolyData) - Method in class vtk.vtkCellLocator
Satisfy vtkLocator abstract interface.
generateRepresentation(int, vtkPolyData) - Method in class vtk.vtkLocator
Method to build a representation at a particular level.
generateRepresentation(int, vtkPolyData) - Method in class vtk.vtkOBBTree
Create polygonal representation for OBB tree at specified level.
generateRepresentation(int, vtkPolyData) - Method in class vtk.vtkPointLocator
See vtkLocator interface documentation.
generateSelectionScalarsOff() - Method in class vtk.vtkSelectPolyData
Set/Get the flag to control behavior of the filter.
generateSelectionScalarsOn() - Method in class vtk.vtkSelectPolyData
Set/Get the flag to control behavior of the filter.
generateSlidingNormals(vtkPoints, vtkCellArray, vtkDataArray) - Method in class vtk.vtkPolyLine
Given points and lines, compute normals to lines.
generateUnselectedOutputOff() - Method in class vtk.vtkSelectPolyData
Control whether a second output is generated.
generateUnselectedOutputOn() - Method in class vtk.vtkSelectPolyData
Control whether a second output is generated.
generateValues(int, double[]) - Method in class vtk.vtkBandedPolyDataContourFilter
Methods to set / get contour values.
generateValues(int, double, double) - Method in class vtk.vtkBandedPolyDataContourFilter
Methods to set / get contour values.
generateValues(int, double[]) - Method in class vtk.vtkContourFilter
Methods to set / get contour values.
generateValues(int, double, double) - Method in class vtk.vtkContourFilter
Methods to set / get contour values.
generateValues(int, double[]) - Method in class vtk.vtkContourGrid
Methods to set / get contour values.
generateValues(int, double, double) - Method in class vtk.vtkContourGrid
Methods to set / get contour values.
generateValues(int, double[]) - Method in class vtk.vtkContourValues
Generate numContours equally spaced contour values between specified range.
generateValues(int, double, double) - Method in class vtk.vtkContourValues
Generate numContours equally spaced contour values between specified range.
generateValues(int, double[]) - Method in class vtk.vtkCutter
Generate numContours equally spaced contour values between specified range.
generateValues(int, double, double) - Method in class vtk.vtkCutter
Override GetMTime because we delegate to vtkContourValues and refer to vtkImplicitFunction.
generateValues(int, double[]) - Method in class vtk.vtkGridSynchronizedTemplates3D
Generate numContours equally spaced contour values between specified range.
generateValues(int, double, double) - Method in class vtk.vtkGridSynchronizedTemplates3D
Needed by templated functions.
generateValues(int, double[]) - Method in class vtk.vtkHierarchicalBoxCutter
Generate numContours equally spaced contour values between specified range.
generateValues(int, double, double) - Method in class vtk.vtkHierarchicalBoxCutter
Generate numContours equally spaced contour values between specified range.
generateValues(int, double[]) - Method in class vtk.vtkImageMarchingCubes
 
generateValues(int, double, double) - Method in class vtk.vtkImageMarchingCubes
 
generateValues(int, double[]) - Method in class vtk.vtkMarchingContourFilter
Methods to set / get contour values.
generateValues(int, double, double) - Method in class vtk.vtkMarchingContourFilter
Methods to set / get contour values.
generateValues(int, double[]) - Method in class vtk.vtkMarchingCubes
 
generateValues(int, double, double) - Method in class vtk.vtkMarchingCubes
 
generateValues(int, double[]) - Method in class vtk.vtkMarchingSquares
 
generateValues(int, double, double) - Method in class vtk.vtkMarchingSquares
 
generateValues(int, double[]) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Generate numContours equally spaced contour values between specified range.
generateValues(int, double, double) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Needed by templated functions.
generateValues(int, double[]) - Method in class vtk.vtkSynchronizedTemplates2D
Generate numContours equally spaced contour values between specified range.
generateValues(int, double, double) - Method in class vtk.vtkSynchronizedTemplates2D
Option to set the point scalars of the output.
generateValues(int, double[]) - Method in class vtk.vtkSynchronizedTemplates3D
Generate numContours equally spaced contour values between specified range.
generateValues(int, double, double) - Method in class vtk.vtkSynchronizedTemplates3D
Needed by templated functions.
generateVerticesOff() - Method in class vtk.vtkMaskPoints
Generate output polydata vertices as well as points.
generateVerticesOn() - Method in class vtk.vtkMaskPoints
Generate output polydata vertices as well as points.
generateVisibilityArrays() - Method in class vtk.vtkHierarchicalBoxDataSet
Blank lower level cells if they are overlapped by higher level ones.
geometryOff() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset geometry to a data object.
geometryOn() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset geometry to a data object.
getAAFrames() - Method in class vtk.vtkRenderWindow
Set the number of frames for doing antialiasing.
getAbort() - Method in class vtk.vtkXMLDataParser
Get/Set flag to abort reading of data.
getAbortExecute() - Method in class vtk.vtkProcessObject
Set/Get the AbortExecute flag for the process object.
getAbortRender() - Method in class vtk.vtkRenderWindow
This is a flag that can be set to interrupt a rendering that is in progress.
getAbsolute() - Method in class vtk.vtkWarpTo
Set/Get the Absolute ivar.
getAbsoluteError() - Method in class vtk.vtkDecimatePro
Same as MaximumError, but to be used when ErrorIsAbsolute is 1
getAbsoluteError() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the absolute error of the mesh; that is, the error in height between the decimated mesh and the original height field.
getAbsoluteErrorMaxValue() - Method in class vtk.vtkDecimatePro
Same as MaximumError, but to be used when ErrorIsAbsolute is 1
getAbsoluteErrorMaxValue() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the absolute error of the mesh; that is, the error in height between the decimated mesh and the original height field.
getAbsoluteErrorMinValue() - Method in class vtk.vtkDecimatePro
Same as MaximumError, but to be used when ErrorIsAbsolute is 1
getAbsoluteErrorMinValue() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the absolute error of the mesh; that is, the error in height between the decimated mesh and the original height field.
getAbsoluteTolerance() - Method in class vtk.vtkCleanPolyData
Specify tolerance in absolute terms
getAbsoluteToleranceMaxValue() - Method in class vtk.vtkCleanPolyData
Specify tolerance in absolute terms
getAbsoluteToleranceMinValue() - Method in class vtk.vtkCleanPolyData
Specify tolerance in absolute terms
getAccumulateError() - Method in class vtk.vtkDecimatePro
The computed error can either be computed directly from the mesh or the error may be accumulated as the mesh is modified.
getAccumulationMode() - Method in class vtk.vtkGaussianSplatter
Specify the scalar accumulation mode.
getAccumulationModeAsString() - Method in class vtk.vtkGaussianSplatter
Specify the scalar accumulation mode.
getAccumulationModeMaxValue() - Method in class vtk.vtkGaussianSplatter
Specify the scalar accumulation mode.
getAccumulationModeMinValue() - Method in class vtk.vtkGaussianSplatter
Specify the scalar accumulation mode.
getAccuracyCode() - Method in class vtk.vtkDEMReader
Accuracy code for elevations. 0=unknown accuracy
getActiveCamera() - Method in class vtk.vtkRenderer
Get the current camera.
getActiveComponent() - Method in class vtk.vtkEncodedGradientShader
Set the active component for shading.
getActiveComponent() - Method in class vtk.vtkImageMapToColors
Set the component to map for multi-component images (default: 0)
getActiveComponentMaxValue() - Method in class vtk.vtkEncodedGradientShader
Set the active component for shading.
getActiveComponentMinValue() - Method in class vtk.vtkEncodedGradientShader
Set the active component for shading.
getActor() - Method in class vtk.vtkAbstractPropPicker
Return the vtkActor that has been picked.
getActor2D() - Method in class vtk.vtkAbstractPropPicker
Return the vtkActor2D that has been picked.
getActor2D() - Method in class vtk.vtkImageViewer
Get the internal objects
getActors(vtkPropCollection) - Method in class vtk.vtkActor
For some exporters and other other operations we must be able to collect all the actors or volumes.
getActors(vtkPropCollection) - Method in class vtk.vtkAssembly
For some exporters and other other operations we must be able to collect all the actors or volumes.
getActors(vtkPropCollection) - Method in class vtk.vtkLODProp3D
For some exporters and other other operations we must be able to collect all the actors or volumes.
getActors() - Method in class vtk.vtkPicker
Return a collection of all the actors that were intersected.
getActors(vtkPropCollection) - Method in class vtk.vtkProp
For some exporters and other other operations we must be able to collect all the actors or volumes.
getActors() - Method in class vtk.vtkRenderer
Return any actors in this renderer.
getActors2D(vtkPropCollection) - Method in class vtk.vtkActor2D
For some exporters and other other operations we must be able to collect all the actors or volumes.
getActors2D(vtkPropCollection) - Method in class vtk.vtkProp
For some exporters and other other operations we must be able to collect all the actors or volumes.
getActors2D() - Method in class vtk.vtkViewport
Add/Remove different types of props to the renderer.
getActualMemorySize() - Method in class vtk.vtkCellArray
Return the memory in kilobytes consumed by this cell array.
getActualMemorySize() - Method in class vtk.vtkCellLinks
Return the memory in kilobytes consumed by this cell links array.
getActualMemorySize() - Method in class vtk.vtkCellTypes
Return the memory in kilobytes consumed by this cell type array.
getActualMemorySize() - Method in class vtk.vtkDataArray
Return the memory in kilobytes consumed by this data array.
getActualMemorySize() - Method in class vtk.vtkDataObject
Return the actual size of the data in kilobytes.
getActualMemorySize() - Method in class vtk.vtkDataSet
Return the actual size of the data in kilobytes.
getActualMemorySize() - Method in class vtk.vtkFieldData
Return the memory in kilobytes consumed by this field data.
getActualMemorySize() - Method in class vtk.vtkImageData
Return the actual size of the data in kilobytes.
getActualMemorySize() - Method in class vtk.vtkPointSet
Return the actual size of the data in kilobytes.
getActualMemorySize() - Method in class vtk.vtkPoints
Return the memory in kilobytes consumed by this attribute data.
getActualMemorySize() - Method in class vtk.vtkPolyData
Return the actual size of the data in kilobytes.
getActualMemorySize() - Method in class vtk.vtkRectilinearGrid
Return the actual size of the data in kilobytes.
getActualMemorySize() - Method in class vtk.vtkStructuredGrid
Return the actual size of the data in kilobytes.
getActualMemorySize() - Method in class vtk.vtkUniformGrid
Return the actual size of the data in kilobytes.
getActualMemorySize() - Method in class vtk.vtkUnstructuredGrid
Return the actual size of the data in kilobytes.
getActualPosition2Coordinate() - Method in class vtk.vtkActor2D
 
getActualPositionCoordinate() - Method in class vtk.vtkActor2D
Return the actual vtkCoordinate reference that the mapper should use to position the actor.
getActualPositionCoordinate() - Method in class vtk.vtkTextActor
Set/Get the text property.
getActualReduction() - Method in class vtk.vtkQuadricDecimation
Get the actual reduction.
getAddInputValues() - Method in class vtk.vtkWeightedTransformFilter
If AddInputValues is true, the output values of this filter will be offset from the input values.
getAdjustBounds() - Method in class vtk.vtkImplicitModeller
Control how the model bounds are computed.
getAdjustBounds() - Method in class vtk.vtkSweptSurface
Control how the model bounds are computed.
getAdjustDistance() - Method in class vtk.vtkImplicitModeller
Specify the amount to grow the model bounds (if the ivar AdjustBounds is set).
getAdjustDistance() - Method in class vtk.vtkSweptSurface
Specify the amount to grow the model bounds (if the ivar AdjustBounds is set).
getAdjustDistanceMaxValue() - Method in class vtk.vtkImplicitModeller
Specify the amount to grow the model bounds (if the ivar AdjustBounds is set).
getAdjustDistanceMaxValue() - Method in class vtk.vtkSweptSurface
Specify the amount to grow the model bounds (if the ivar AdjustBounds is set).
getAdjustDistanceMinValue() - Method in class vtk.vtkImplicitModeller
Specify the amount to grow the model bounds (if the ivar AdjustBounds is set).
getAdjustDistanceMinValue() - Method in class vtk.vtkSweptSurface
Specify the amount to grow the model bounds (if the ivar AdjustBounds is set).
getAdjustLabels() - Method in class vtk.vtkAxisActor2D
Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels.
getAdjustedNumberOfLabels() - Method in class vtk.vtkAxisActor2D
Set/Get the title of the scalar bar actor,
getAdjustedRange(double[]) - Method in class vtk.vtkAxisActor2D
Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels.
getAlgorithm() - Method in class vtk.vtkImageEuclideanDistance
Selects a Euclidean DT algorithm. 1.
getAlign() - Method in class vtk.vtkLineWidget
Force the line widget to be aligned with one of the x-y-z axes.
getAlignMaxValue() - Method in class vtk.vtkLineWidget
Force the line widget to be aligned with one of the x-y-z axes.
getAlignMinValue() - Method in class vtk.vtkLineWidget
Force the line widget to be aligned with one of the x-y-z axes.
getAlignmentPoint() - Method in class vtk.vtkTextActor
Set/Get the Alignment point for unscaled (fixed fontsize) text if zero (default), the text aligns itself to the bottom left corner (which is defined by the PositionCoordinate) otherwise the text aligns itself to corner/midpoint or centre 6 7 8 of the box defined by the position 1 & 2 coordinates 3 4 5 according to the diagram on the left. 0 1 2
getAlignmentPointMaxValue() - Method in class vtk.vtkTextActor
Set/Get the Alignment point for unscaled (fixed fontsize) text if zero (default), the text aligns itself to the bottom left corner (which is defined by the PositionCoordinate) otherwise the text aligns itself to corner/midpoint or centre 6 7 8 of the box defined by the position 1 & 2 coordinates 3 4 5 according to the diagram on the left. 0 1 2
getAlignmentPointMinValue() - Method in class vtk.vtkTextActor
Set/Get the Alignment point for unscaled (fixed fontsize) text if zero (default), the text aligns itself to the bottom left corner (which is defined by the PositionCoordinate) otherwise the text aligns itself to corner/midpoint or centre 6 7 8 of the box defined by the position 1 & 2 coordinates 3 4 5 according to the diagram on the left. 0 1 2
getAllScalars() - Method in class vtk.vtkThreshold
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set.
getAllocatedRenderTime() - Method in class vtk.vtkRenderer
Set/Get the amount of time this renderer is allowed to spend rendering its scene.
getAllow8BitBMP() - Method in class vtk.vtkBMPReader
If this flag is set and the BMP reader encounters an 8bit file, the data will be kept as unsigned chars and a lookuptable will be exported
getAllowShift() - Method in class vtk.vtkImageDifference
Specify whether the comparison will allow a shift of one pixel between the images.
getAlpha() - Method in class vtk.vtkDelaunay2D
Specify alpha (or distance) value to control output of this filter.
getAlpha() - Method in class vtk.vtkDelaunay3D
Specify alpha (or distance) value to control output of this filter.
getAlpha() - Method in class vtk.vtkScalarsToColors
Specify an additional opacity (alpha) value to blend with.
getAlphaBitPlanes() - Method in class vtk.vtkRenderWindow
Turn on/off the use of alpha bitplanes.
getAlphaMaxValue() - Method in class vtk.vtkDelaunay2D
Specify alpha (or distance) value to control output of this filter.
getAlphaMaxValue() - Method in class vtk.vtkDelaunay3D
Specify alpha (or distance) value to control output of this filter.
getAlphaMinValue() - Method in class vtk.vtkDelaunay2D
Specify alpha (or distance) value to control output of this filter.
getAlphaMinValue() - Method in class vtk.vtkDelaunay3D
Specify alpha (or distance) value to control output of this filter.
getAlphaRange() - Method in class vtk.vtkLookupTable
Set the range in alpha (using automatic generation).
getAmbient() - Method in class vtk.vtkProperty
Set/Get the ambient lighting coefficient.
getAmbient() - Method in class vtk.vtkRenderer
Set the intensity of ambient lighting.
getAmbient(int) - Method in class vtk.vtkVolumeProperty
Set/Get the ambient lighting coefficient.
getAmbient() - Method in class vtk.vtkVolumeProperty
Set/Get the diffuse lighting coefficient.
getAmbientColor() - Method in class vtk.vtkLight
Set/Get the color of the light.
getAmbientColor() - Method in class vtk.vtkProperty
Set/Get the ambient surface color.
getAmbientMaxValue() - Method in class vtk.vtkProperty
Set/Get the ambient lighting coefficient.
getAmbientMinValue() - Method in class vtk.vtkProperty
Set/Get the ambient lighting coefficient.
getAmplitude() - Method in class vtk.vtkImageSinusoidSource
Set/Get the magnitude of the sinusoid.
getAmplitude() - Method in class vtk.vtkPerlinNoise
Set/get the amplitude of the noise function.
getAngle() - Method in class vtk.vtkCone
Set/Get the cone angle (expressed in degrees).
getAngle() - Method in class vtk.vtkConeSource
Set the angle of the cone.
getAngle() - Method in class vtk.vtkRibbonFilter
Set the offset angle of the ribbon from the line normal.
getAngle() - Method in class vtk.vtkRotationalExtrusionFilter
Set/Get angle of rotation.
getAngleAccelerationFactor() - Method in class vtk.vtkInteractorStyleFlight
Set angular acceleration when shift key is applied : default 5
getAngleMaxValue() - Method in class vtk.vtkCone
Set/Get the cone angle (expressed in degrees).
getAngleMaxValue() - Method in class vtk.vtkRibbonFilter
Set the offset angle of the ribbon from the line normal.
getAngleMinValue() - Method in class vtk.vtkCone
Set/Get the cone angle (expressed in degrees).
getAngleMinValue() - Method in class vtk.vtkRibbonFilter
Set the offset angle of the ribbon from the line normal.
getAngleStepSize() - Method in class vtk.vtkInteractorStyleFlight
Set the basic angular unit for turning : default 1 degree
getAntiAliasing() - Method in class vtk.vtkTextProperty
Enable/disable the local aliasing hint.
getAppend() - Method in class vtk.vtkFileOutputWindow
opened in append mode.
getAppendAxis() - Method in class vtk.vtkImageAppend
This axis is expanded to hold the multiple images.
getAreaThreshold() - Method in class vtk.vtkImageIslandRemoval2D
Set/Get the cutoff area for removal
getArray(int) - Method in class vtk.vtkFieldData
Return the ith array in the field.
getArray(String) - Method in class vtk.vtkFieldData
 
getArrayAccessMode() - Method in class vtk.vtkMapper
Get the array name or number and component to color by.
getArrayAccessMode() - Method in class vtk.vtkPolyDataMapper2D
Get the array name or number and component to color by.
getArrayComponent() - Method in class vtk.vtkKitwareContourFilter
Set/get which component of the scalar array to contour on; defaults to 0.
getArrayComponent() - Method in class vtk.vtkMapper
Return the method for obtaining scalar data.
getArrayComponent() - Method in class vtk.vtkPolyDataMapper2D
Overload standard modified time function.
getArrayComponent() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/get which component of the scalar array to contour on; defaults to 0.
getArrayComponent() - Method in class vtk.vtkSynchronizedTemplates2D
Set/get which component of the scalar array to contour on; defaults to 0.
getArrayComponent() - Method in class vtk.vtkSynchronizedTemplates3D
Set/get which component of the scalar array to contour on; defaults to 0.
getArrayId() - Method in class vtk.vtkBlankStructuredGrid
Specify the data array id to use to generate the blanking field.
getArrayId() - Method in class vtk.vtkMapper
Get the array name or number and component to color by.
getArrayId() - Method in class vtk.vtkPolyDataMapper2D
Get the array name or number and component to color by.
getArrayIncrements(vtkDataArray, int[]) - Method in class vtk.vtkImageData
Since various arrays have different number of components, the will have different increments.
getArrayName() - Method in class vtk.vtkBlankStructuredGrid
Specify the data array name to use to generate the blanking field.
getArrayName(int) - Method in class vtk.vtkDataArraySelection
Get the name of the array entry at the given index.
getArrayName(int) - Method in class vtk.vtkFieldData
Pass entire arrays of input data through to output.
getArrayName() - Method in class vtk.vtkMapper
Get the array name or number and component to color by.
getArrayName() - Method in class vtk.vtkPLYWriter
Specify the array name to use to color the data.
getArrayName() - Method in class vtk.vtkPolyDataMapper2D
Get the array name or number and component to color by.
getArraySetting(int) - Method in class vtk.vtkDataArraySelection
Get whether the array at the given index is enabled.
getAspect() - Method in class vtk.vtkViewport
Set the aspect ratio of the rendered image.
getAspectRatio() - Method in class vtk.vtkDecimate
Specify the maximum allowable aspect ratio during triangulation.
getAspectRatio() - Method in class vtk.vtkProjectedTexture
 
getAspectRatioMaxValue() - Method in class vtk.vtkDecimate
Specify the maximum allowable aspect ratio during triangulation.
getAspectRatioMinValue() - Method in class vtk.vtkDecimate
Specify the maximum allowable aspect ratio during triangulation.
getAssembly() - Method in class vtk.vtkAbstractPropPicker
Return the vtkAssembly that has been picked.
getAttachmentPoint() - Method in class vtk.vtkCaptionActor2D
Set/Get the attachment point for the caption.
getAttachmentPointCoordinate() - Method in class vtk.vtkCaptionActor2D
Set/Get the attachment point for the caption.
getAttenuationValues() - Method in class vtk.vtkLight
Set/Get the quadratic attenuation constants.
getAttribute(int) - Method in class vtk.vtkDataSetAttributes
Return an attribute given the attribute type (see vtkDataSetAttributes::AttributeTypes).
getAttribute(String) - Method in class vtk.vtkXMLDataElement
Get the attribute with the given name.
getAttributeEncoding() - Method in class vtk.vtkXMLDataElement
Get/Set the internal character encoding of the attributes.
getAttributeEncodingMaxValue() - Method in class vtk.vtkXMLDataElement
Get/Set the internal character encoding of the attributes.
getAttributeEncodingMinValue() - Method in class vtk.vtkXMLDataElement
Get/Set the internal character encoding of the attributes.
getAttributeErrorMetric() - Method in class vtk.vtkQuadricDecimation
Decide whether to include data attributes in the error metric.
getAttributeMode() - Method in class vtk.vtkArrayCalculator
Control whether the filter operates on point data or cell data.
getAttributeMode() - Method in class vtk.vtkThreshold
Control how the filter works with scalar point data and cell attribute data.
getAttributeMode() - Method in class vtk.vtkVectorNorm
Control how the filter works to generate scalar data from the input vector data.
getAttributeModeAsString() - Method in class vtk.vtkArrayCalculator
Control whether the filter operates on point data or cell data.
getAttributeModeAsString() - Method in class vtk.vtkThreshold
Control how the filter works with scalar point data and cell attribute data.
getAttributeModeAsString() - Method in class vtk.vtkVectorNorm
Control how the filter works to generate scalar data from the input vector data.
getAttributeName(int) - Method in class vtk.vtkXMLDataElement
Get the n-th attribute name.
getAttributeTypeAsString(int) - Method in class vtk.vtkDataSetAttributes
Given an integer attribute type, this static method returns a string type for the attribute (i.e. type = 0: returns "Scalars").
getAttributeValue(int) - Method in class vtk.vtkXMLDataElement
Get the n-th attribute value.
getAttributesEncoding() - Method in class vtk.vtkXMLDataParser
Get/Set the character encoding that will be used to set the attributes's encoding type of each vtkXMLDataElement created by this parser (i.e., the data element attributes will use that encoding internally).
getAttributesEncodingMaxValue() - Method in class vtk.vtkXMLDataParser
Get/Set the character encoding that will be used to set the attributes's encoding type of each vtkXMLDataElement created by this parser (i.e., the data element attributes will use that encoding internally).
getAttributesEncodingMinValue() - Method in class vtk.vtkXMLDataParser
Get/Set the character encoding that will be used to set the attributes's encoding type of each vtkXMLDataElement created by this parser (i.e., the data element attributes will use that encoding internally).
getAutoAdjustCameraClippingRange() - Method in class vtk.vtkInteractorStyle
If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene.
getAutoAdjustCameraClippingRangeMaxValue() - Method in class vtk.vtkInteractorStyle
If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene.
getAutoAdjustCameraClippingRangeMinValue() - Method in class vtk.vtkInteractorStyle
If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene.
getAutoAdjustNumberOfDivisions() - Method in class vtk.vtkQuadricClustering
Enable automatic adjustment of number of divisions.
getAutoAdjustSampleDistances() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
getAutoAdjustSampleDistances() - Method in class vtk.vtkVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
getAutoAdjustSampleDistancesMaxValue() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
getAutoAdjustSampleDistancesMaxValue() - Method in class vtk.vtkVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
getAutoAdjustSampleDistancesMinValue() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
getAutoAdjustSampleDistancesMinValue() - Method in class vtk.vtkVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
getAutoAdvance() - Method in class vtk.vtkVideoSource
Set whether to automatically advance the buffer before each grab.
getAutoClose() - Method in class vtk.vtkImageTracerWidget
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points.
getAutoCropOutput() - Method in class vtk.vtkImageReslice
Turn this on if you want to guarantee that the extent of the output will be large enough to ensure that none of the data will be cropped.
getAutoOrientNormals() - Method in class vtk.vtkPolyDataNormals
Turn on/off the automatic determination of correct normal orientation.
getAutomatic() - Method in class vtk.vtkLocator
Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket.
getAutomaticBoundsComputation() - Method in class vtk.vtkGraphLayoutFilter
Turn on/off automatic graph bounds calculation.
getAutomaticCylinderGeneration() - Method in class vtk.vtkTextureMapToCylinder
Turn on/off automatic cylinder generation.
getAutomaticLODSelection() - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of LOD.
getAutomaticLODSelectionMaxValue() - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of LOD.
getAutomaticLODSelectionMinValue() - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of LOD.
getAutomaticLightCreation() - Method in class vtk.vtkRenderer
Turn on/off a flag which disables the automatic light creation capability.
getAutomaticNormalGeneration() - Method in class vtk.vtkImplicitSelectionLoop
Turn on/off automatic normal generation.
getAutomaticPickLODSelection() - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of picking LOD.
getAutomaticPickLODSelectionMaxValue() - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of picking LOD.
getAutomaticPickLODSelectionMinValue() - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of picking LOD.
getAutomaticPlaneGeneration() - Method in class vtk.vtkTextureMapToPlane
Turn on/off automatic plane generation.
getAutomaticSphereGeneration() - Method in class vtk.vtkTextureMapToSphere
Turn on/off automatic sphere generation.
getAvailableBoardMemory() - Method in class vtk.vtkVolumeProMapper
Access methods for some board info
getAveraging() - Method in class vtk.vtkImageDifference
Specify whether the comparison will include comparison of averaged 3x3 data between the images.
getAveraging() - Method in class vtk.vtkImageShrink3D
Choose Mean, Minimum, Maximum, Median or sub sampling.
getAxes() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe axes.
getAxisLabelTextProperty() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the labels text property of all axes.
getAxisLabelTextProperty() - Method in class vtk.vtkXYPlotActor
Set/Get the labels text property of all axes.
getAxisMagnificationFactor(int) - Method in class vtk.vtkImageResample
Set/Get Magnification factors.
getAxisTitleTextProperty() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the title text property of all axes.
getAxisTitleTextProperty() - Method in class vtk.vtkXYPlotActor
Set/Get the title text property of all axes.
getAxisVisibility() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis line.
getBScale() - Method in class vtk.vtkMoleculeReaderBase
 
getBackLightAngle() - Method in class vtk.vtkLightKit
 
getBackLightAzimuth() - Method in class vtk.vtkLightKit
 
getBackLightColor() - Method in class vtk.vtkLightKit
Returns the floating-point RGB values of each of the light's color.
getBackLightElevation() - Method in class vtk.vtkLightKit
 
getBackLightWarmth() - Method in class vtk.vtkLightKit
 
getBackfaceCulling() - Method in class vtk.vtkProperty
Turn on/off fast culling of polygons based on orientation of normal with respect to camera.
getBackfaceProperty() - Method in class vtk.vtkActor
Set/Get the property object that controls this actors backface surface properties.
getBackground() - Method in class vtk.vtkRIBExporter
Set/Get the background flag.
getBackground() - Method in class vtk.vtkViewport
Set/Get the background color of the rendering screen using an rgb color specification.
getBackgroundColor() - Method in class vtk.vtkImageReslice
Set the background color (for multi-component images).
getBackgroundColor() - Method in class vtk.vtkImageStencil
Set the default color to use when the second input is not set.
getBackgroundColor() - Method in class vtk.vtkTextSource
Set/Get the background color.
getBackgroundInput() - Method in class vtk.vtkImageStencil
NOTE: Not yet implemented, use SetBackgroundValue instead.
getBackgroundLevel() - Method in class vtk.vtkImageReslice
Set background grey level (for single-component images).
getBackgroundValue() - Method in class vtk.vtkImageStencil
Set the default output value to use when the second input is not set.
getBacking() - Method in class vtk.vtkTextSource
Controls whether or not a background is drawn with the text.
getBackingStore() - Method in class vtk.vtkRenderer
Turn on/off using backing store.
getBasis() - Method in class vtk.vtkThinPlateSplineTransform
Specify the radial basis function to use.
getBasisAsString() - Method in class vtk.vtkThinPlateSplineTransform
Specify the radial basis function to use.
getBeanDescriptor() - Method in class vtk.vtk3DSImporterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtk3DWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAVSucdReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAbstractMapper3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAbstractMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAbstractPickerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAbstractPropPickerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAbstractTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAbstractVolumeMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkActor2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkActor2DCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkActorCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAmoebaMinimizerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAppendFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAppendPolyDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkApplyFilterCommandBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkApproximatingSubdivisionFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkArcPlotterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkArrayCalculatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkArrowSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAssemblyBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAssemblyNodeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAssemblyPathBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAssemblyPathsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAssignAttributeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAttributeDataToFieldDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAxesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkAxisActor2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBMPReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBMPWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBYUReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBYUWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBandedPolyDataContourFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBase64InputStreamBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBase64OutputStreamBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBase64UtilitiesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBitArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBlankStructuredGridBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBlankStructuredGridWithImageBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBooleanTextureBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBoxBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBoxWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkBrownianPointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkButterflySubdivisionFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkButtonSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkByteSwapBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCGMWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCameraBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCanvasBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCaptionActor2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCardinalSplineBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCastToConcreteBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCell3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCellArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCellBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCellCentersBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCellDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCellDataToPointDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCellDerivativesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCellLinksBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCellLocatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCellPickerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCellTypesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCharArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCleanPolyDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkClipDataSetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkClipPolyDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkClipVolumeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCollectionIteratorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkColorTransferFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCompositeDataCommandBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCompositeDataIteratorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCompositeDataSetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCompositeDataVisitorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkConeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkConeSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkConnectivityFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkContourFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkContourGridBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkContourValuesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkConvexPointSetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCoordinateBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCriticalSectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCubeAxesActor2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCubeSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCullerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCullerCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCursor3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCurvaturesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCutterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCylinderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCylinderSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkCylindricalTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDEMReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDICOMImageReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDashedStreamLineBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataArrayCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataArrayCollectionIteratorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataArraySelectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataCompressorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataObjectBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataObjectCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataObjectReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataObjectSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataObjectToDataSetFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataObjectWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetAttributesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetSurfaceFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetToDataObjectFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetToDataSetFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetToImageFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetToPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetToStructuredGridFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetToStructuredPointsFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetToUnstructuredGridFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetTriangleFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataSetWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDebugLeaksBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDecimateBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDecimateProBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDelaunay2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDelaunay3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDepthSortPolyDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDicerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDirectionEncoderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDirectoryBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDiskSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDividingCubesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDoubleArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkDynamicLoaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEarthSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEdgePointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEdgeTableBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkElevationFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEmptyCellBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEnSight6BinaryReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEnSight6ReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEnSightGoldBinaryReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEnSightGoldReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEnSightMasterServerReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEnSightReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEncodedGradientEstimatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkEncodedGradientShaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExplicitCellBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExporterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtentSplitterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtentTranslatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtractEdgesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtractGeometryBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtractGridBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtractPolyDataGeometryBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtractRectilinearGridBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtractTensorComponentsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtractUnstructuredGridBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtractVOIBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkExtractVectorComponentsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkFeatureEdgesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkFieldDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkFieldDataToAttributeDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkFileOutputWindowBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkFiniteDifferenceGradientEstimatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkFloatArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkFollowerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkFrustumCoverageCullerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkFunctionParserBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkFunctionSetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGESignaReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGaussianCubeReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGaussianSplatterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGeneralTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGenericCellBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGenericEnSightReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGenericRenderWindowInteractorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGeometryFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGlyph2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGlyph3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGlyphSource2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGraphLayoutFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGraphicsFactoryBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGreedyTerrainDecimationBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGridSynchronizedTemplates3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkGridTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHeapBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHedgeHogBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHexahedronBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalBoxApplyFilterCommandBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalBoxCellDataToPointDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalBoxContourBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalBoxCutterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalBoxDataSetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalBoxOutlineFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalBoxSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalBoxToHierarchicalBoxFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalBoxToPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalBoxVisitorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalDataIteratorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHierarchicalDataSetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHomogeneousTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHullBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkHyperStreamlineBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkIVExporterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkIVWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkIdFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkIdListBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkIdListCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkIdTypeArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkIdentityTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageAccumulateBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageAnisotropicDiffusion2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageAnisotropicDiffusion3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageAppendBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageAppendComponentsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageBlendBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageButterworthHighPassBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageButterworthLowPassBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageCacheFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageCanvasSource2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageCastBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageChangeInformationBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageCheckerboardBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageCityBlockDistanceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageClipBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageConnectorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageConstantPadBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageContinuousDilate3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageContinuousErode3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageConvolveBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageCorrelationBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageCursor3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageDataGeometryFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageDataStreamerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageDecomposeFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageDifferenceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageDilateErode3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageDivergenceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageDotProductBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageEllipsoidSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageEuclideanDistanceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageEuclideanToPolarBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageExportBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageExtractComponentsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageFFTBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageFlipBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageFourierCenterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageFourierFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageGaussianSmoothBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageGaussianSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageGradientBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageGradientMagnitudeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageGridSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageHSIToRGBBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageHSVToRGBBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageHybridMedian2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageIdealHighPassBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageIdealLowPassBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageImportBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageInPlaceFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageIslandRemoval2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageIterateFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageLaplacianBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageLogarithmicScaleBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageLogicBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageLuminanceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMagnifyBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMagnitudeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMandelbrotSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMapToColorsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMapToRGBABeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMapToWindowLevelColorsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMarchingCubesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMaskBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMaskBitsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMathematicsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMedian3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMirrorPadBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMultipleInputFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageMultipleInputOutputFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageNoiseSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageNonMaximumSuppressionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageNormalizeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageOpenClose3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImagePadFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImagePermuteBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImagePlaneWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageQuantizeRGBToIndexBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageRFFTBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageRGBToHSIBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageRGBToHSVBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageRange3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageReader2BeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageReader2CollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageReader2FactoryBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageRectilinearWipeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageResampleBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageResliceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageSeedConnectivityBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageSeparableConvolutionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageShiftScaleBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageShrink3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageSinusoidSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageSkeleton2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageSobel2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageSobel3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageSpatialFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageStencilBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageStencilDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageStencilSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageThresholdBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageToImageFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageToImageStencilBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageToPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageToStructuredPointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageTracerWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageTranslateExtentBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageTwoInputFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageVariance3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageViewer2BeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageViewerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageWrapPadBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImageWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImagingFactoryBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitBooleanBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitDataSetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitFunctionCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitFunctionToImageStencilBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitModellerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitPlaneWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitSelectionLoopBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitSumBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitTextureCoordsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitVolumeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImplicitWindowFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkImporterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInitialValueProblemSolverBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInputStreamBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInstantiatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkIntArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorEventRecorderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorObserverBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleFlightBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleImageBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleJoystickActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleJoystickCameraBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleRubberBandZoomBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleSwitchBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleTerrainBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleTrackballActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleTrackballBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleTrackballCameraBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleUnicamBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInteractorStyleUserBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInterpolateDataSetAttributesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInterpolatedVelocityFieldBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkInterpolatingSubdivisionFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkIterativeClosestPointTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkJPEGReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkJPEGWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkKitwareContourFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkKitwareCutterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkKochanekSplineBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLODActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLODProp3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLabeledDataMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLandmarkTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLegendBoxActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLightBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLightCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLightKitBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLineBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLineSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLineWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLinearExtrusionFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLinearSubdivisionFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLinearTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLinkEdgelsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLocatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLogLookupTableBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLongArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLookupTableBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkLoopSubdivisionFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMCubesReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMCubesWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMapper2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMapperCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMarchingContourFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMarchingCubesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMarchingSquaresBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMaskFieldsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMaskPointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMaskPolyDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMassPropertiesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMathBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMatrix4x4BeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMatrixToHomogeneousTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMatrixToLinearTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMedicalImageReader2BeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMergeDataObjectFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMergeFieldsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMergeFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMergePointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMeshQualityBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMetaImageReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMetaImageWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMoleculeReaderBaseBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMultiBlockApplyFilterCommandBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMultiBlockDataIteratorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMultiBlockDataSetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMultiBlockDataVisitorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMultiPartExtentTranslatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMultiThreaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkMutexLockBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkNonLinearCellBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOBBDicerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOBBTreeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOBJExporterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOBJReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOOGLExporterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkObjectBaseBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkObjectBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkObjectFactoryBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkObjectFactoryCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLCameraBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLFreeTypeTextMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLImageActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLImageMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLLightBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLPolyDataMapper2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLPolyDataMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLPropertyBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLRayCastImageDisplayHelperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLRenderWindowBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLRendererBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLTextureBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLVolumeRayCastMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOpenGLVolumeTextureMapper2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOrderedTriangulatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOutlineCornerFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOutlineCornerSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOutlineFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOutlineSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOutputStreamBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOutputWindowBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOverrideInformationBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkOverrideInformationCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPCAAnalysisFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPDBReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPLOT3DReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPLYReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPLYWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPNGReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPNGWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPNMReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPNMWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPanelBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkParallelCoordinatesActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkParticleReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPerlinNoiseBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPerspectiveTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPickerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPiecewiseFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPiecewiseFunctionShiftScaleBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPiecewiseFunctionSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPixelBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPlaneBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPlaneCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPlaneSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPlaneWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPlanesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPlatonicSolidSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointDataToCellDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointLoadBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointLocatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointPickerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointSetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointSetSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointSetToPointSetFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataConnectivityFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataMapper2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataNormalsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataSourceWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataStreamerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataToImageStencilBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataToPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyLineBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolyVertexBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPolygonBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPostScriptWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPriorityQueueBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProbeFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProcessObjectBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProcrustesAlignmentFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProgrammableAttributeDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProgrammableDataObjectSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProgrammableFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProgrammableGlyphFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProgrammableSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProjectedTextureBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProp3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProp3DCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPropAssemblyBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPropBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPropCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPropPickerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkProperty2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPropertyBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPushImageFilterSampleBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPushImageReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPushPipelineBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkPyramidBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkQuadBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkQuadraticEdgeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkQuadraticHexahedronBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkQuadraticQuadBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkQuadraticTetraBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkQuadraticTriangleBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkQuadricBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkQuadricClusteringBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkQuadricDecimationBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkQuantizePolyDataPointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRIBExporterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRIBLightBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRIBPropertyBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRayCastImageDisplayHelperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRearrangeFieldsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRectilinearGridBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRectilinearGridGeometryFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRectilinearGridReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRectilinearGridSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRectilinearGridToPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRectilinearGridToTetrahedraBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRectilinearGridWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRectilinearSynchronizedTemplatesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRecursiveDividingCubesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRecursiveSphereDirectionEncoderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkReferenceCountBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkReflectionFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRenderLargeImageBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRenderWindowBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRenderWindowCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRenderWindowInteractorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRendererBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRendererCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRendererSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkReverseSenseBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRibbonFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRotationalExtrusionFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRuledSurfaceFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRungeKutta2BeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRungeKutta45BeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkRungeKutta4BeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSLCReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSTLReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSTLWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSampleFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkScalarBarActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkScalarBarWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkScalarTreeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkScalarsToColorsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkScaledTextActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSelectPolyDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSelectVisiblePointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkShepardMethodBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkShortArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkShrinkFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkShrinkPolyDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSimpleElevationFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSimpleImageFilterExampleBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSimpleImageToImageFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSimpleLookupTableBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSimpleScalarTreeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSliceCubesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSmoothPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSpatialRepresentationFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSphereBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSpherePuzzleArrowsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSpherePuzzleBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSphereSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSphereWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSphericalTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSplineBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSplineFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSplineWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSplitFieldBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStreamLineBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStreamPointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStreamTracerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStreamerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStripperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredDataBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredGridBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredGridGeometryFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredGridOutlineFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredGridReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredGridSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredGridToPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredGridToStructuredGridFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredGridWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredPointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredPointsCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredPointsGeometryFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredPointsReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredPointsSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredPointsToPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredPointsToStructuredPointsFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredPointsToUnstructuredGridFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredPointsWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkStructuredVisibilityConstraintBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSubPixelPositionEdgelsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSubdivideTetraBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSuperquadricBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSuperquadricSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSurfaceReconstructionFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSweptSurfaceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSynchronizedTemplates2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkSynchronizedTemplates3DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTIFFReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTIFFWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTableExtentTranslatorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTensorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTensorGlyphBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTestingBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTetraBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTextActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTextMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTextPropertyBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTextSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTextureBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTextureMapToCylinderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTextureMapToPlaneBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTextureMapToSphereBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTexturedSphereSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkThinPlateSplineTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkThresholdBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkThresholdPointsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkThresholdTextureCoordsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTimerLogBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTransformCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTransformFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTransformPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTransformTextureCoordsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTransformToGridBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTriangleBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTriangleFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTriangleStripBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTriangularTCoordsBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTriangularTextureBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkTubeFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUGFacetReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUniformGridBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnsignedCharArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnsignedIntArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnsignedLongArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnsignedShortArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnstructuredGridBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnstructuredGridBunykRayCastFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnstructuredGridReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnstructuredGridSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnstructuredGridToPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnstructuredGridToUnstructuredGridFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnstructuredGridVolumeMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnstructuredGridVolumeRayCastFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkUnstructuredGridWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVRMLExporterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVRMLImporterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVectorDotBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVectorNormBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVectorTextBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVersionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVertexBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVideoSourceBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkViewportBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVoidArrayBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolume16ReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeCollectionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeProMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumePropertyBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeRayCastCompositeFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeRayCastFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeRayCastIsosurfaceFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeRayCastMIPFunctionBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeRayCastMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeTextureMapper2DBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVolumeTextureMapperBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVoxelBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVoxelContoursToSurfaceFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkVoxelModellerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWarpLensBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWarpScalarBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWarpToBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWarpTransformBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWarpVectorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWedgeBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWeightedTransformFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWindowBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWindowLevelLookupTableBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWindowToImageFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWindowedSincPolyDataFilterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWorldPointPickerBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLDataElementBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLDataParserBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLDataSetWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLFileOutputWindowBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLFileReadTesterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLImageDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLImageDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPDataSetWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPImageDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPImageDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPPolyDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPPolyDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPRectilinearGridReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPRectilinearGridWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPStructuredDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPStructuredDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPStructuredGridReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPStructuredGridWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPUnstructuredDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPUnstructuredDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPUnstructuredGridReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPUnstructuredGridWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLParserBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPolyDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLPolyDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLRectilinearGridReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLRectilinearGridWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLStructuredDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLStructuredDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLStructuredGridReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLStructuredGridWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLUnstructuredDataReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLUnstructuredDataWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLUnstructuredGridReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLUnstructuredGridWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLUtilitiesBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXMLWriterBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXOpenGLRenderWindowBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXRenderWindowInteractorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXYPlotActorBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXYPlotWidgetBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkXYZMolReaderBeanInfo
 
getBeanDescriptor() - Method in class vtk.vtkZLibDataCompressorBeanInfo
 
getBinaryFile() - Method in class vtk.vtkAVSucdReader
Is the file to be read written in binary format (as opposed to ascii).
getBinaryFile() - Method in class vtk.vtkPLOT3DReader
Is the file to be read written in binary format (as opposed to ascii).
getBitsAllocated() - Method in class vtk.vtkDICOMImageReader
Get the number of bits allocated for each pixel in the file.
getBlankingInput() - Method in class vtk.vtkBlankStructuredGridWithImage
Set / get the input image used to perform the blanking.
getBlendMode() - Method in class vtk.vtkImageBlend
Set the blend mode
getBlendMode() - Method in class vtk.vtkUnstructuredGridVolumeMapper
 
getBlendMode() - Method in class vtk.vtkVolumeProMapper
Set the blend mode
getBlendModeAsString() - Method in class vtk.vtkImageBlend
Set the blend mode
getBlendModeAsString() - Method in class vtk.vtkVolumeProMapper
Set the blend mode
getBlendModeMaxValue() - Method in class vtk.vtkImageBlend
Set the blend mode
getBlendModeMaxValue() - Method in class vtk.vtkVolumeProMapper
Set the blend mode
getBlendModeMinValue() - Method in class vtk.vtkImageBlend
Set the blend mode
getBlendModeMinValue() - Method in class vtk.vtkVolumeProMapper
Set the blend mode
getBlockSize() - Method in class vtk.vtkXMLWriter
Get/Set the block size used in compression.
getBlueValue(double) - Method in class vtk.vtkColorTransferFunction
Get the color components individually.
getBold() - Method in class vtk.vtkTextProperty
Enable/disable text bolding.
getBorder() - Method in class vtk.vtkCaptionActor2D
Enable/disable the placement of a border around the text.
getBorder() - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether a border will be drawn around the legend box.
getBorder() - Method in class vtk.vtkXYPlotActor
Set/Get the spacing between the plot window and the plot.
getBorderMaxValue() - Method in class vtk.vtkXYPlotActor
Set/Get the spacing between the plot window and the plot.
getBorderMinValue() - Method in class vtk.vtkXYPlotActor
Set/Get the spacing between the plot window and the plot.
getBorders() - Method in class vtk.vtkRenderWindow
Turn on/off window manager borders.
getBoundaryEdges() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of boundary edges.
getBoundarySmoothing() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the smoothing of vertices on the boundary of the mesh.
getBoundarySmoothing() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the smoothing of vertices on the boundary of the mesh.
getBoundaryVertexDeletion() - Method in class vtk.vtkDecimate
Turn on/off the deletion of vertices on the boundary of a mesh.
getBoundaryVertexDeletion() - Method in class vtk.vtkDecimatePro
Turn on/off the deletion of vertices on the boundary of a mesh.
getBoundaryVertexDeletion() - Method in class vtk.vtkGreedyTerrainDecimation
Turn on/off the deletion of vertices on the boundary of a mesh.
getBoundingTriangulation() - Method in class vtk.vtkDelaunay2D
Boolean controls whether bounding triangulation points (and associated triangles) are included in the output.
getBoundingTriangulation() - Method in class vtk.vtkDelaunay3D
Boolean controls whether bounding triangulation points (and associated triangles) are included in the output.
getBounds() - Method in class vtk.vtkAbstractMapper3D
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
getBounds(double[]) - Method in class vtk.vtkAbstractMapper3D
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
getBounds(double[]) - Method in class vtk.vtkAbstractVolumeMapper
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
getBounds(double[]) - Method in class vtk.vtkActor
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
getBounds() - Method in class vtk.vtkActor
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
getBounds(double[]) - Method in class vtk.vtkAssembly
Get the bounds for the assembly as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
getBounds() - Method in class vtk.vtkAssembly
Get the bounds for the assembly as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
getBounds(double[]) - Method in class vtk.vtkBox
Set / get the bounding box using various methods.
getBounds(double[]) - Method in class vtk.vtkCell
Compute cell bounding box (xmin,xmax,ymin,ymax,zmin,zmax).
getBounds() - Method in class vtk.vtkCell
Compute cell bounding box (xmin,xmax,ymin,ymax,zmin,zmax).
getBounds() - Method in class vtk.vtkCubeAxesActor2D
Explicitly specify the region in space around which to draw the bounds.
getBounds(double[]) - Method in class vtk.vtkCubeAxesActor2D
Explicitly specify the region in space around which to draw the bounds.
getBounds() - Method in class vtk.vtkDataSet
Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax).
getBounds(double[]) - Method in class vtk.vtkDataSet
Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax).
getBounds() - Method in class vtk.vtkEncodedGradientEstimator
Set / Get the bounds of the computation (used if this->ComputationBounds is 1.)
getBounds() - Method in class vtk.vtkImageActor
Get the bounds of this image actor.
getBounds(double[]) - Method in class vtk.vtkImageActor
Get the bounds of this image actor.
getBounds() - Method in class vtk.vtkLODProp3D
Standard vtkProp method to get 3D bounds of a 3D prop
getBounds(double[]) - Method in class vtk.vtkLODProp3D
Standard vtkProp method to get 3D bounds of a 3D prop
getBounds() - Method in class vtk.vtkMapper
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
getBounds(double[]) - Method in class vtk.vtkMapper
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
getBounds() - Method in class vtk.vtkOutlineSource
Specify the bounds of the box to be used in Axis Aligned mode.
getBounds() - Method in class vtk.vtkPoints
Return the bounds of the points.
getBounds(double[]) - Method in class vtk.vtkPoints
Return the bounds of the points.
getBounds() - Method in class vtk.vtkPolyDataMapper
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
getBounds(double[]) - Method in class vtk.vtkPolyDataMapper
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
getBounds(double[]) - Method in class vtk.vtkProp3D
Get the bounds for this Prop3D as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
getBounds() - Method in class vtk.vtkProp3D
Get the bounds for this Prop3D as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
getBounds() - Method in class vtk.vtkPropAssembly
Get the bounds for this prop assembly as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
getBounds() - Method in class vtk.vtkVolume
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
getBounds(double[]) - Method in class vtk.vtkVolume
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
getBoundsClip() - Method in class vtk.vtkEncodedGradientEstimator
Turn on / off the bounding of the normal computation by the this->Bounds bounding box
getBoundsClipMaxValue() - Method in class vtk.vtkEncodedGradientEstimator
Turn on / off the bounding of the normal computation by the this->Bounds bounding box
getBoundsClipMinValue() - Method in class vtk.vtkEncodedGradientEstimator
Turn on / off the bounding of the normal computation by the this->Bounds bounding box
getBox() - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.
getBoxProperty() - Method in class vtk.vtkLegendBoxActor
Get the box vtkProperty2D.
getBoxType() - Method in class vtk.vtkOutlineSource
Set box type to AxisAligned (default) or Oriented.
getBranchingFactor() - Method in class vtk.vtkSimpleScalarTree
Set the branching factor for the tree.
getBranchingFactorMaxValue() - Method in class vtk.vtkSimpleScalarTree
Set the branching factor for the tree.
getBranchingFactorMinValue() - Method in class vtk.vtkSimpleScalarTree
Set the branching factor for the tree.
getBreakLoopFlag() - Method in class vtk.vtkXRenderWindowInteractor
The BreakLoopFlag is checked in the Start() method.
getBuildTime() - Method in class vtk.vtkLocator
Return the time of the last data structure build.
getBuildTreeExecuteTime() - Method in class vtk.vtkImageQuantizeRGBToIndex
 
getButton() - Method in class vtk.vtkInteractorStyleUser
Get the mouse button that was last pressed inside the window (returns zero when the button is released).
getBypass() - Method in class vtk.vtkImageMultipleInputFilter
Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through.
getBypass() - Method in class vtk.vtkImageToImageFilter
Obsolete feature - do not use.
getByteOrder() - Method in class vtk.vtkAVSucdReader
 
getByteOrder() - Method in class vtk.vtkGenericEnSightReader
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian).
getByteOrder() - Method in class vtk.vtkPLOT3DReader
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian).
getByteOrder() - Method in class vtk.vtkXMLWriter
Get/Set the byte order of data written to the file.
getByteOrderAsString() - Method in class vtk.vtkAVSucdReader
Set/Get the endian-ness of the binary file.
getByteOrderAsString() - Method in class vtk.vtkGenericEnSightReader
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian).
getByteOrderAsString() - Method in class vtk.vtkPLOT3DReader
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian).
getCPUTime() - Method in class vtk.vtkTimerLog
Returns the CPU time for this process On Win32 platforms this actually returns wall time.
getCacheCellBounds() - Method in class vtk.vtkCellLocator
Boolean controls whether the bounds of each cell are computed only once and then saved.
getCacheHit() - Method in class vtk.vtkInterpolatedVelocityField
Caching statistics.
getCacheMiss() - Method in class vtk.vtkInterpolatedVelocityField
Caching statistics.
getCacheSize() - Method in class vtk.vtkImageCacheFilter
This is the maximum number of images that can be retained in memory.
getCaching() - Method in class vtk.vtkInterpolatedVelocityField
Turn caching on/off.
getCamera() - Method in class vtk.vtkArcPlotter
Specify a camera used to orient the plot along the arc.
getCamera() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the camera to perform scaling and translation of the vtkCubeAxesActor2D.
getCamera() - Method in class vtk.vtkDepthSortPolyData
Specify a camera that is used to define a view direction along which the cells are sorted.
getCamera() - Method in class vtk.vtkFollower
Set/Get the camera to follow.
getCameraLightTransformMatrix() - Method in class vtk.vtkCamera
Returns a transformation matrix for a coordinate frame attached to the camera, where the camera is located at (0, 0, 1) looking at the focal point at (0, 0, 0), with up being (0, 1, 0).
getCameraMode() - Method in class vtk.vtkProjectedTexture
Set/Get the camera mode of the projection -- pinhole projection or two mirror projection.
getCapValue() - Method in class vtk.vtkGaussianSplatter
Specify the cap value to use.
getCapValue() - Method in class vtk.vtkImplicitModeller
Specify the capping value to use.
getCapValue() - Method in class vtk.vtkSampleFunction
Set the cap value.
getCapping() - Method in class vtk.vtkConeSource
Turn on/off whether to cap the base of the cone with a polygon.
getCapping() - Method in class vtk.vtkCylinderSource
Turn on/off whether to cap cylinder with polygons.
getCapping() - Method in class vtk.vtkGaussianSplatter
Turn on/off the capping of the outer boundary of the volume to a specified cap value.
getCapping() - Method in class vtk.vtkImplicitModeller
The outer boundary of the structured point set can be assigned a particular value.
getCapping() - Method in class vtk.vtkLinearExtrusionFilter
Turn on/off the capping of the skirt.
getCapping() - Method in class vtk.vtkRotationalExtrusionFilter
Turn on/off the capping of the skirt.
getCapping() - Method in class vtk.vtkSampleFunction
Turn on/off capping.
getCapping() - Method in class vtk.vtkSweptSurface
The outer boundary of the sampling volume can be capped (i.e., assigned fill value).
getCapping() - Method in class vtk.vtkTubeFilter
Turn on/off whether to cap the ends with polygons.
getCaption() - Method in class vtk.vtkCaptionActor2D
Define the text to be placed in the caption.
getCaptionTextProperty() - Method in class vtk.vtkCaptionActor2D
Set/Get the text property.
getCaptureRadius() - Method in class vtk.vtkImageTracerWidget
Set/Get the capture radius for automatic path closing.
getCaseFileName() - Method in class vtk.vtkGenericEnSightReader
Set/Get the Case file name.
getCell(int) - Method in class vtk.vtkDataSet
Get cell with cellId such that: 0 <= cellId < NumberOfCells.
getCell(int, vtkGenericCell) - Method in class vtk.vtkDataSet
Get cell with cellId such that: 0 <= cellId < NumberOfCells.
getCell(int) - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getCell(int, vtkGenericCell) - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getCell(int) - Method in class vtk.vtkPolyData
Standard vtkDataSet interface.
getCell(int, vtkGenericCell) - Method in class vtk.vtkPolyData
Standard vtkDataSet interface.
getCell(int) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getCell(int, vtkGenericCell) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getCell(int) - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getCell(int, vtkGenericCell) - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getCell(int) - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getCell(int, vtkGenericCell) - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getCell(int) - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
getCell(int, vtkGenericCell) - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
getCellArrayName(int) - Method in class vtk.vtkAVSucdReader
The following methods allow selective reading of solutions fields.
getCellArrayName(int) - Method in class vtk.vtkGenericEnSightReader
Get the name of the point or cell array with the given index in the input.
getCellArrayName(int) - Method in class vtk.vtkXMLReader
Get the name of the point or cell array with the given index in the input.
getCellArrayStatus(String) - Method in class vtk.vtkAVSucdReader
The following methods allow selective reading of solutions fields.
getCellArrayStatus(String) - Method in class vtk.vtkGenericEnSightReader
Get/Set whether the point or cell array with the given name is to be read.
getCellArrayStatus(String) - Method in class vtk.vtkXMLReader
Get/Set whether the point or cell array with the given name is to be read.
getCellBlanking() - Method in class vtk.vtkStructuredGrid
Returns 1 if there is any visibility constraint on the cells, 0 otherwise.
getCellBlanking() - Method in class vtk.vtkUniformGrid
Returns 1 if there is any visibility constraint on the cells, 0 otherwise.
getCellBounds(int, double[]) - Method in class vtk.vtkDataSet
Get the bounds of the cell with cellId such that: 0 <= cellId < NumberOfCells.
getCellBounds(int, double[]) - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getCellBounds(int, double[]) - Method in class vtk.vtkPolyData
Standard vtkDataSet interface.
getCellBounds(int, double[]) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getCellBounds(int, double[]) - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getCellBounds(int, double[]) - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getCellBounds(int, double[]) - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
getCellClipping() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry by cell id.
getCellClipping() - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry by cell id.
getCellConnectivityComponentArrayComponent() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
getCellConnectivityComponentArrayName() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
getCellConnectivityComponentMaxRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
getCellConnectivityComponentMinRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
getCellData() - Method in class vtk.vtkDataSet
return pointer to this dataset's point data THIS METHOD IS THREAD SAFE
getCellData() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset cell data to a data object.
getCellDataArraySelection() - Method in class vtk.vtkGenericEnSightReader
Get the data array selection tables used to configure which data arrays are loaded by the reader.
getCellDataArraySelection() - Method in class vtk.vtkXMLReader
Get the data array selection tables used to configure which data arrays are loaded by the reader.
getCellDataWeightArray() - Method in class vtk.vtkWeightedTransformFilter
The CellDataWeightArray is analogous to the WeightArray, except for CellData.
getCellDimension() - Method in class vtk.vtkCell
Return the topological dimensional of the cell (0,1,2, or 3).
getCellDimension() - Method in class vtk.vtkCell3D
Set the tolerance for merging clip intersection points that are near the vertices of cells.
getCellDimension() - Method in class vtk.vtkEmptyCell
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkLine
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkPixel
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkPolyLine
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkPolyVertex
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkPolygon
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkPyramid
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkQuad
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkQuadraticEdge
Implement the vtkCell API.
getCellDimension() - Method in class vtk.vtkQuadraticHexahedron
Implement the vtkCell API.
getCellDimension() - Method in class vtk.vtkQuadraticQuad
Implement the vtkCell API.
getCellDimension() - Method in class vtk.vtkQuadraticTetra
Implement the vtkCell API.
getCellDimension() - Method in class vtk.vtkQuadraticTriangle
Implement the vtkCell API.
getCellDimension() - Method in class vtk.vtkTriangle
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkTriangleStrip
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkVertex
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkVoxel
See the vtkCell API for descriptions of these methods.
getCellDimension() - Method in class vtk.vtkWedge
See the vtkCell API for descriptions of these methods.
getCellEdgeNeighbors(int, int, int, vtkIdList) - Method in class vtk.vtkPolyData
Get the neighbors at an edge.
getCellId() - Method in class vtk.vtkCellPicker
Get the id of the picked cell.
getCellId() - Method in class vtk.vtkExplicitCell
Set/Get the cell id.
getCellIds() - Method in class vtk.vtkIdFilter
Enable/disable the generation of point ids.
getCellLinks() - Method in class vtk.vtkUnstructuredGrid
 
getCellLocation(int) - Method in class vtk.vtkCellTypes
Return the location of the cell in the associated vtkCellArray.
getCellLocationsArray() - Method in class vtk.vtkUnstructuredGrid
 
getCellMaximum() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the maximum cell id for point id selection.
getCellMaximum() - Method in class vtk.vtkGeometryFilter
Specify the maximum cell id for point id selection.
getCellMaximumMaxValue() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the maximum cell id for point id selection.
getCellMaximumMaxValue() - Method in class vtk.vtkGeometryFilter
Specify the maximum cell id for point id selection.
getCellMaximumMinValue() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the maximum cell id for point id selection.
getCellMaximumMinValue() - Method in class vtk.vtkGeometryFilter
Specify the maximum cell id for point id selection.
getCellMinimum() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the minimum cell id for point id selection.
getCellMinimum() - Method in class vtk.vtkGeometryFilter
Specify the minimum cell id for point id selection.
getCellMinimumMaxValue() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the minimum cell id for point id selection.
getCellMinimumMaxValue() - Method in class vtk.vtkGeometryFilter
Specify the minimum cell id for point id selection.
getCellMinimumMinValue() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the minimum cell id for point id selection.
getCellMinimumMinValue() - Method in class vtk.vtkGeometryFilter
Specify the minimum cell id for point id selection.
getCellNeigbors(int, vtkIdList, vtkIdList, int[]) - Method in class vtk.vtkStructuredData
Get the cells using the points ptIds, exclusive of the cell cellId.
getCellNeighbors(int, vtkIdList, vtkIdList) - Method in class vtk.vtkDataSet
Topological inquiry to get all cells using list of points exclusive of cell specified (e.g., cellId).
getCellNeighbors(int, vtkIdList, vtkIdList) - Method in class vtk.vtkPolyData
Standard vtkDataSet interface.
getCellNeighbors(int, vtkIdList, vtkIdList) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getCellNeighbors(int, vtkIdList, vtkIdList) - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getCellNeighbors(int, vtkIdList, vtkIdList) - Method in class vtk.vtkUnstructuredGrid
Topological inquiry to get all cells using list of points exclusive of cell specified (e.g., cellId).
getCellPoints(int, vtkIdList) - Method in class vtk.vtkDataSet
Topological inquiry to get points defining cell.
getCellPoints(int, vtkIdList) - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getCellPoints(int, vtkIdList) - Method in class vtk.vtkPolyData
Copy a cells point ids into list provided.
getCellPoints(int, vtkIdList) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getCellPoints(int, vtkIdList, int, int[]) - Method in class vtk.vtkStructuredData
Get the points defining a cell.
getCellPoints(int, vtkIdList) - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getCellPoints(int, vtkIdList) - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getCellPoints(int, vtkIdList) - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
getCellType() - Method in class vtk.vtkCell
Return the type of cell.
getCellType(int) - Method in class vtk.vtkCellTypes
Return the type of cell.
getCellType() - Method in class vtk.vtkConvexPointSet
This cell requires that it be initialized prior to access.
getCellType(int) - Method in class vtk.vtkDataSet
Get type of cell with cellId such that: 0 <= cellId < NumberOfCells.
getCellType() - Method in class vtk.vtkEmptyCell
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkHexahedron
See the vtkCell API for descriptions of these methods.
getCellType(int) - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getCellType() - Method in class vtk.vtkLine
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkPixel
See the vtkCell API for descriptions of these methods.
getCellType(int) - Method in class vtk.vtkPolyData
Standard vtkDataSet interface.
getCellType() - Method in class vtk.vtkPolyLine
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkPolyVertex
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkPolygon
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkPyramid
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkQuad
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkQuadraticEdge
Implement the vtkCell API.
getCellType() - Method in class vtk.vtkQuadraticHexahedron
Implement the vtkCell API.
getCellType() - Method in class vtk.vtkQuadraticQuad
Implement the vtkCell API.
getCellType() - Method in class vtk.vtkQuadraticTetra
Implement the vtkCell API.
getCellType() - Method in class vtk.vtkQuadraticTriangle
Implement the vtkCell API.
getCellType(int) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getCellType(int) - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getCellType() - Method in class vtk.vtkTetra
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkTriangle
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkTriangleStrip
See the vtkCell API for descriptions of these methods.
getCellType(int) - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getCellType(int) - Method in class vtk.vtkUnstructuredGrid
 
getCellType() - Method in class vtk.vtkVertex
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkVoxel
See the vtkCell API for descriptions of these methods.
getCellType() - Method in class vtk.vtkWedge
See the vtkCell API for descriptions of these methods.
getCellTypeComponentArrayComponent() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
getCellTypeComponentArrayName() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
getCellTypeComponentMaxRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
getCellTypeComponentMinRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
getCellTypes(vtkCellTypes) - Method in class vtk.vtkDataSet
Get a list of types of cells in a dataset.
getCellTypesArray() - Method in class vtk.vtkUnstructuredGrid
 
getCellVisibilityArray() - Method in class vtk.vtkStructuredGrid
Get the array that defines the blanking (visibility) of each cell.
getCellVisibilityArray() - Method in class vtk.vtkUniformGrid
Get the array that defines the blanking (visibility) of each cell.
getCells(int) - Method in class vtk.vtkCellLocator
Get the cells in a particular bucket.
getCells() - Method in class vtk.vtkUnstructuredGrid
Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.
getCenter() - Method in class vtk.vtkAbstractMapper3D
Return the Center of this mapper's data.
getCenter(double[]) - Method in class vtk.vtkAbstractMapper3D
Return the Center of this mapper's data.
getCenter() - Method in class vtk.vtkConeSource
Set the center of the cone.
getCenter() - Method in class vtk.vtkCubeSource
Set the center of the cube.
getCenter() - Method in class vtk.vtkCylinder
Set/Get cylinder center
getCenter() - Method in class vtk.vtkCylinderSource
Set/Get cylinder center
getCenter() - Method in class vtk.vtkDataSet
Get the center of the bounding box.
getCenter(double[]) - Method in class vtk.vtkDataSet
Get the center of the bounding box.
getCenter() - Method in class vtk.vtkGlyphSource2D
Set the center of the glyph.
getCenter() - Method in class vtk.vtkImageEllipsoidSource
Set/Get the center of the ellipsoid.
getCenter() - Method in class vtk.vtkImageGaussianSource
Set/Get the center of the Gaussian.
getCenter() - Method in class vtk.vtkImagePlaneWidget
Get the center of the plane.
getCenter(double[]) - Method in class vtk.vtkImagePlaneWidget
Get the center of the plane.
getCenter() - Method in class vtk.vtkPlaneSource
Set/Get the center of the plane.
getCenter() - Method in class vtk.vtkPlaneWidget
Get the center of the plane.
getCenter(double[]) - Method in class vtk.vtkPlaneWidget
Get the center of the plane.
getCenter() - Method in class vtk.vtkPointSource
Set the center of the point cloud.
getCenter() - Method in class vtk.vtkProp3D
Get the center of the bounding box in world coordinates.
getCenter() - Method in class vtk.vtkReflectionFilter
If the reflection plane is set to X, Y or Z, this variable is use to set the position of the plane.
getCenter() - Method in class vtk.vtkSphere
Set / get the center of the sphere.
getCenter() - Method in class vtk.vtkSphereSource
Set the center of the sphere.
getCenter() - Method in class vtk.vtkSphereWidget
Set/Get the center of the sphere.
getCenter(double[]) - Method in class vtk.vtkSphereWidget
Enable translation and scaling of the widget.
getCenter() - Method in class vtk.vtkSuperquadric
Set the center of the superquadric.
getCenter() - Method in class vtk.vtkSuperquadricSource
Set the center of the superquadric.
getCenter() - Method in class vtk.vtkTextureMapToSphere
Specify a point defining the center of the sphere.
getCenter() - Method in class vtk.vtkViewport
Return the center of this viewport in display coordinates.
getCenter() - Method in class vtk.vtkWarpLens
Specify the center of radial distortion in pixels.
getCenterImage() - Method in class vtk.vtkImageChangeInformation
Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set.
getChar() - Method in class vtk.vtkInteractorStyleUser
Get the character for a Char event.
getCheckMeanDistance() - Method in class vtk.vtkIterativeClosestPointTransform
Force the algorithm to check the mean distance between two iteration.
getCircumferentialResolution() - Method in class vtk.vtkButtonSource
Specify the resolution of the button in the circumferential direction.
getCircumferentialResolution() - Method in class vtk.vtkDiskSource
Set the number of points in circumferential direction.
getCircumferentialResolutionMaxValue() - Method in class vtk.vtkButtonSource
Specify the resolution of the button in the circumferential direction.
getCircumferentialResolutionMaxValue() - Method in class vtk.vtkDiskSource
Set the number of points in circumferential direction.
getCircumferentialResolutionMinValue() - Method in class vtk.vtkButtonSource
Specify the resolution of the button in the circumferential direction.
getCircumferentialResolutionMinValue() - Method in class vtk.vtkDiskSource
Set the number of points in circumferential direction.
getClampOverflow() - Method in class vtk.vtkImageCast
When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type.
getClampOverflow() - Method in class vtk.vtkImageShiftScale
When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type.
getClampScaling() - Method in class vtk.vtkTensorGlyph
Turn on/off scalar clamping.
getClampToBounds() - Method in class vtk.vtkLineWidget
Enable/disable clamping of the point end points to the bounding box of the data.
getClampValue() - Method in class vtk.vtkSpline
Set/Get ClampValue.
getClamping() - Method in class vtk.vtkColorTransferFunction
Sets and gets the clamping value for this transfer function.
getClamping() - Method in class vtk.vtkGlyph3D
Turn on/off clamping of "scalar" values to range.
getClamping() - Method in class vtk.vtkPiecewiseFunction
When zero range clamping is Off, GetValue() returns 0.0 when a value is requested outside of the points specified.
getClampingMaxValue() - Method in class vtk.vtkColorTransferFunction
Sets and gets the clamping value for this transfer function.
getClampingMinValue() - Method in class vtk.vtkColorTransferFunction
Sets and gets the clamping value for this transfer function.
getClassName() - Method in class vtk.vtk3DSImporter
 
getClassName() - Method in class vtk.vtk3DWidget
 
getClassName() - Method in class vtk.vtkAVSucdReader
 
getClassName() - Method in class vtk.vtkAbstractMapper
 
getClassName() - Method in class vtk.vtkAbstractMapper3D
 
getClassName() - Method in class vtk.vtkAbstractPicker
 
getClassName() - Method in class vtk.vtkAbstractPropPicker
 
getClassName() - Method in class vtk.vtkAbstractTransform
 
getClassName() - Method in class vtk.vtkAbstractVolumeMapper
 
getClassName() - Method in class vtk.vtkActor
 
getClassName() - Method in class vtk.vtkActor2D
 
getClassName() - Method in class vtk.vtkActor2DCollection
 
getClassName() - Method in class vtk.vtkActorCollection
 
getClassName() - Method in class vtk.vtkAmoebaMinimizer
 
getClassName() - Method in class vtk.vtkAppendFilter
 
getClassName() - Method in class vtk.vtkAppendPolyData
 
getClassName() - Method in class vtk.vtkApplyFilterCommand
 
getClassName() - Method in class vtk.vtkApproximatingSubdivisionFilter
 
getClassName() - Method in class vtk.vtkArcPlotter
 
getClassName() - Method in class vtk.vtkArrayCalculator
 
getClassName() - Method in class vtk.vtkArrowSource
 
getClassName() - Method in class vtk.vtkAssembly
 
getClassName() - Method in class vtk.vtkAssemblyNode
 
getClassName() - Method in class vtk.vtkAssemblyPath
 
getClassName() - Method in class vtk.vtkAssemblyPaths
 
getClassName() - Method in class vtk.vtkAssignAttribute
 
getClassName() - Method in class vtk.vtkAttributeDataToFieldDataFilter
 
getClassName() - Method in class vtk.vtkAxes
 
getClassName() - Method in class vtk.vtkAxisActor2D
 
getClassName() - Method in class vtk.vtkBMPReader
 
getClassName() - Method in class vtk.vtkBMPWriter
 
getClassName() - Method in class vtk.vtkBYUReader
 
getClassName() - Method in class vtk.vtkBYUWriter
 
getClassName() - Method in class vtk.vtkBandedPolyDataContourFilter
 
getClassName() - Method in class vtk.vtkBase64InputStream
 
getClassName() - Method in class vtk.vtkBase64OutputStream
 
getClassName() - Method in class vtk.vtkBase64Utilities
 
getClassName() - Method in class vtk.vtkBitArray
 
getClassName() - Method in class vtk.vtkBlankStructuredGrid
 
getClassName() - Method in class vtk.vtkBlankStructuredGridWithImage
 
getClassName() - Method in class vtk.vtkBooleanTexture
 
getClassName() - Method in class vtk.vtkBox
 
getClassName() - Method in class vtk.vtkBoxWidget
 
getClassName() - Method in class vtk.vtkBrownianPoints
 
getClassName() - Method in class vtk.vtkButterflySubdivisionFilter
Construct object with NumberOfSubdivisions set to 1.
getClassName() - Method in class vtk.vtkButtonSource
 
getClassName() - Method in class vtk.vtkByteSwap
 
getClassName() - Method in class vtk.vtkCGMWriter
 
getClassName() - Method in class vtk.vtkCamera
 
getClassName() - Method in class vtk.vtkCaptionActor2D
 
getClassName() - Method in class vtk.vtkCardinalSpline
 
getClassName() - Method in class vtk.vtkCastToConcrete
 
getClassName() - Method in class vtk.vtkCell
 
getClassName() - Method in class vtk.vtkCell3D
 
getClassName() - Method in class vtk.vtkCellArray
 
getClassName() - Method in class vtk.vtkCellCenters
 
getClassName() - Method in class vtk.vtkCellData
 
getClassName() - Method in class vtk.vtkCellDataToPointData
 
getClassName() - Method in class vtk.vtkCellDerivatives
 
getClassName() - Method in class vtk.vtkCellLinks
 
getClassName() - Method in class vtk.vtkCellLocator
 
getClassName() - Method in class vtk.vtkCellPicker
 
getClassName() - Method in class vtk.vtkCellTypes
 
getClassName() - Method in class vtk.vtkCharArray
 
getClassName() - Method in class vtk.vtkCleanPolyData
 
getClassName() - Method in class vtk.vtkClipDataSet
 
getClassName() - Method in class vtk.vtkClipPolyData
 
getClassName() - Method in class vtk.vtkClipVolume
 
getClassName() - Method in class vtk.vtkCollection
 
getClassName() - Method in class vtk.vtkCollectionIterator
 
getClassName() - Method in class vtk.vtkColorTransferFunction
 
getClassName() - Method in class vtk.vtkCompositeDataCommand
 
getClassName() - Method in class vtk.vtkCompositeDataIterator
 
getClassName() - Method in class vtk.vtkCompositeDataSet
 
getClassName() - Method in class vtk.vtkCompositeDataVisitor
 
getClassName() - Method in class vtk.vtkCone
 
getClassName() - Method in class vtk.vtkConeSource
 
getClassName() - Method in class vtk.vtkConnectivityFilter
 
getClassName() - Method in class vtk.vtkContourFilter
 
getClassName() - Method in class vtk.vtkContourGrid
 
getClassName() - Method in class vtk.vtkContourValues
 
getClassName() - Method in class vtk.vtkConvexPointSet
 
getClassName() - Method in class vtk.vtkCoordinate
 
getClassName() - Method in class vtk.vtkCriticalSection
 
getClassName() - Method in class vtk.vtkCubeAxesActor2D
 
getClassName() - Method in class vtk.vtkCubeSource
 
getClassName() - Method in class vtk.vtkCuller
 
getClassName() - Method in class vtk.vtkCullerCollection
 
getClassName() - Method in class vtk.vtkCursor3D
 
getClassName() - Method in class vtk.vtkCurvatures
 
getClassName() - Method in class vtk.vtkCutter
 
getClassName() - Method in class vtk.vtkCylinder
 
getClassName() - Method in class vtk.vtkCylinderSource
 
getClassName() - Method in class vtk.vtkCylindricalTransform
 
getClassName() - Method in class vtk.vtkDEMReader
 
getClassName() - Method in class vtk.vtkDICOMImageReader
Static method for construction.
getClassName() - Method in class vtk.vtkDashedStreamLine
 
getClassName() - Method in class vtk.vtkDataArray
 
getClassName() - Method in class vtk.vtkDataArrayCollection
 
getClassName() - Method in class vtk.vtkDataArrayCollectionIterator
 
getClassName() - Method in class vtk.vtkDataArraySelection
 
getClassName() - Method in class vtk.vtkDataCompressor
 
getClassName() - Method in class vtk.vtkDataObject
 
getClassName() - Method in class vtk.vtkDataObjectCollection
 
getClassName() - Method in class vtk.vtkDataObjectReader
 
getClassName() - Method in class vtk.vtkDataObjectSource
 
getClassName() - Method in class vtk.vtkDataObjectToDataSetFilter
 
getClassName() - Method in class vtk.vtkDataObjectWriter
 
getClassName() - Method in class vtk.vtkDataReader
 
getClassName() - Method in class vtk.vtkDataSet
 
getClassName() - Method in class vtk.vtkDataSetAttributes
 
getClassName() - Method in class vtk.vtkDataSetCollection
 
getClassName() - Method in class vtk.vtkDataSetMapper
 
getClassName() - Method in class vtk.vtkDataSetReader
 
getClassName() - Method in class vtk.vtkDataSetSource
 
getClassName() - Method in class vtk.vtkDataSetSurfaceFilter
 
getClassName() - Method in class vtk.vtkDataSetToDataObjectFilter
 
getClassName() - Method in class vtk.vtkDataSetToDataSetFilter
 
getClassName() - Method in class vtk.vtkDataSetToImageFilter
 
getClassName() - Method in class vtk.vtkDataSetToPolyDataFilter
 
getClassName() - Method in class vtk.vtkDataSetToStructuredGridFilter
 
getClassName() - Method in class vtk.vtkDataSetToStructuredPointsFilter
 
getClassName() - Method in class vtk.vtkDataSetToUnstructuredGridFilter
 
getClassName() - Method in class vtk.vtkDataSetTriangleFilter
 
getClassName() - Method in class vtk.vtkDataSetWriter
 
getClassName() - Method in class vtk.vtkDataWriter
 
getClassName() - Method in class vtk.vtkDebugLeaks
 
getClassName() - Method in class vtk.vtkDecimate
 
getClassName() - Method in class vtk.vtkDecimatePro
 
getClassName() - Method in class vtk.vtkDelaunay2D
 
getClassName() - Method in class vtk.vtkDelaunay3D
 
getClassName() - Method in class vtk.vtkDepthSortPolyData
 
getClassName() - Method in class vtk.vtkDicer
 
getClassName() - Method in class vtk.vtkDirectionEncoder
Get the name of this class
getClassName() - Method in class vtk.vtkDirectory
Return the class name as a string.
getClassName() - Method in class vtk.vtkDiskSource
 
getClassName() - Method in class vtk.vtkDividingCubes
 
getClassName() - Method in class vtk.vtkDoubleArray
 
getClassName() - Method in class vtk.vtkDynamicLoader
 
getClassName() - Method in class vtk.vtkEarthSource
 
getClassName() - Method in class vtk.vtkEdgePoints
 
getClassName() - Method in class vtk.vtkEdgeTable
 
getClassName() - Method in class vtk.vtkElevationFilter
 
getClassName() - Method in class vtk.vtkEmptyCell
 
getClassName() - Method in class vtk.vtkEnSight6BinaryReader
 
getClassName() - Method in class vtk.vtkEnSight6Reader
 
getClassName() - Method in class vtk.vtkEnSightGoldBinaryReader
 
getClassName() - Method in class vtk.vtkEnSightGoldReader
 
getClassName() - Method in class vtk.vtkEnSightMasterServerReader
 
getClassName() - Method in class vtk.vtkEnSightReader
 
getClassName() - Method in class vtk.vtkEncodedGradientEstimator
 
getClassName() - Method in class vtk.vtkEncodedGradientShader
 
getClassName() - Method in class vtk.vtkExplicitCell
 
getClassName() - Method in class vtk.vtkExporter
 
getClassName() - Method in class vtk.vtkExtentSplitter
 
getClassName() - Method in class vtk.vtkExtentTranslator
 
getClassName() - Method in class vtk.vtkExtractEdges
 
getClassName() - Method in class vtk.vtkExtractGeometry
 
getClassName() - Method in class vtk.vtkExtractGrid
 
getClassName() - Method in class vtk.vtkExtractPolyDataGeometry
 
getClassName() - Method in class vtk.vtkExtractRectilinearGrid
 
getClassName() - Method in class vtk.vtkExtractTensorComponents
 
getClassName() - Method in class vtk.vtkExtractUnstructuredGrid
 
getClassName() - Method in class vtk.vtkExtractVOI
 
getClassName() - Method in class vtk.vtkExtractVectorComponents
 
getClassName() - Method in class vtk.vtkFeatureEdges
 
getClassName() - Method in class vtk.vtkFieldData
 
getClassName() - Method in class vtk.vtkFieldDataToAttributeDataFilter
 
getClassName() - Method in class vtk.vtkFileOutputWindow
 
getClassName() - Method in class vtk.vtkFiniteDifferenceGradientEstimator
 
getClassName() - Method in class vtk.vtkFloatArray
 
getClassName() - Method in class vtk.vtkFollower
 
getClassName() - Method in class vtk.vtkFrustumCoverageCuller
 
getClassName() - Method in class vtk.vtkFunctionParser
 
getClassName() - Method in class vtk.vtkFunctionSet
 
getClassName() - Method in class vtk.vtkGESignaReader
 
getClassName() - Method in class vtk.vtkGaussianCubeReader
 
getClassName() - Method in class vtk.vtkGaussianSplatter
 
getClassName() - Method in class vtk.vtkGeneralTransform
 
getClassName() - Method in class vtk.vtkGenericCell
 
getClassName() - Method in class vtk.vtkGenericEnSightReader
 
getClassName() - Method in class vtk.vtkGenericRenderWindowInteractor
 
getClassName() - Method in class vtk.vtkGeometryFilter
 
getClassName() - Method in class vtk.vtkGlyph2D
 
getClassName() - Method in class vtk.vtkGlyph3D
 
getClassName() - Method in class vtk.vtkGlyphSource2D
 
getClassName() - Method in class vtk.vtkGraphLayoutFilter
 
getClassName() - Method in class vtk.vtkGraphicsFactory
 
getClassName() - Method in class vtk.vtkGreedyTerrainDecimation
 
getClassName() - Method in class vtk.vtkGridSynchronizedTemplates3D
 
getClassName() - Method in class vtk.vtkGridTransform
 
getClassName() - Method in class vtk.vtkHeap
 
getClassName() - Method in class vtk.vtkHedgeHog
 
getClassName() - Method in class vtk.vtkHexahedron
 
getClassName() - Method in class vtk.vtkHierarchicalBoxApplyFilterCommand
 
getClassName() - Method in class vtk.vtkHierarchicalBoxCellDataToPointData
 
getClassName() - Method in class vtk.vtkHierarchicalBoxContour
 
getClassName() - Method in class vtk.vtkHierarchicalBoxCutter
 
getClassName() - Method in class vtk.vtkHierarchicalBoxDataSet
 
getClassName() - Method in class vtk.vtkHierarchicalBoxOutlineFilter
 
getClassName() - Method in class vtk.vtkHierarchicalBoxSource
 
getClassName() - Method in class vtk.vtkHierarchicalBoxToHierarchicalBoxFilter
 
getClassName() - Method in class vtk.vtkHierarchicalBoxToPolyDataFilter
 
getClassName() - Method in class vtk.vtkHierarchicalBoxVisitor
 
getClassName() - Method in class vtk.vtkHierarchicalDataIterator
 
getClassName() - Method in class vtk.vtkHierarchicalDataSet
 
getClassName() - Method in class vtk.vtkHomogeneousTransform
 
getClassName() - Method in class vtk.vtkHull
 
getClassName() - Method in class vtk.vtkHyperStreamline
 
getClassName() - Method in class vtk.vtkIVExporter
 
getClassName() - Method in class vtk.vtkIVWriter
 
getClassName() - Method in class vtk.vtkIdFilter
 
getClassName() - Method in class vtk.vtkIdList
 
getClassName() - Method in class vtk.vtkIdListCollection
 
getClassName() - Method in class vtk.vtkIdTypeArray
 
getClassName() - Method in class vtk.vtkIdentityTransform
 
getClassName() - Method in class vtk.vtkImageAccumulate
 
getClassName() - Method in class vtk.vtkImageActor
 
getClassName() - Method in class vtk.vtkImageAnisotropicDiffusion2D
 
getClassName() - Method in class vtk.vtkImageAnisotropicDiffusion3D
 
getClassName() - Method in class vtk.vtkImageAppend
 
getClassName() - Method in class vtk.vtkImageAppendComponents
 
getClassName() - Method in class vtk.vtkImageBlend
 
getClassName() - Method in class vtk.vtkImageButterworthHighPass
 
getClassName() - Method in class vtk.vtkImageButterworthLowPass
 
getClassName() - Method in class vtk.vtkImageCacheFilter
 
getClassName() - Method in class vtk.vtkImageCanvasSource2D
 
getClassName() - Method in class vtk.vtkImageCast
 
getClassName() - Method in class vtk.vtkImageChangeInformation
 
getClassName() - Method in class vtk.vtkImageCheckerboard
 
getClassName() - Method in class vtk.vtkImageCityBlockDistance
 
getClassName() - Method in class vtk.vtkImageClip
 
getClassName() - Method in class vtk.vtkImageConnector
 
getClassName() - Method in class vtk.vtkImageConstantPad
 
getClassName() - Method in class vtk.vtkImageContinuousDilate3D
Construct an instance of vtkImageContinuousDilate3D filter.
getClassName() - Method in class vtk.vtkImageContinuousErode3D
Construct an instance of vtkImageContinuousErode3D filter.
getClassName() - Method in class vtk.vtkImageConvolve
Construct an instance of vtkImageConvolve filter.
getClassName() - Method in class vtk.vtkImageCorrelation
 
getClassName() - Method in class vtk.vtkImageCursor3D
 
getClassName() - Method in class vtk.vtkImageData
 
getClassName() - Method in class vtk.vtkImageDataGeometryFilter
 
getClassName() - Method in class vtk.vtkImageDataStreamer
 
getClassName() - Method in class vtk.vtkImageDecomposeFilter
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3.
getClassName() - Method in class vtk.vtkImageDifference
 
getClassName() - Method in class vtk.vtkImageDilateErode3D
Construct an instance of vtkImageDilateErode3D filter.
getClassName() - Method in class vtk.vtkImageDivergence
 
getClassName() - Method in class vtk.vtkImageDotProduct
 
getClassName() - Method in class vtk.vtkImageEllipsoidSource
 
getClassName() - Method in class vtk.vtkImageEuclideanDistance
 
getClassName() - Method in class vtk.vtkImageEuclideanToPolar
 
getClassName() - Method in class vtk.vtkImageExport
 
getClassName() - Method in class vtk.vtkImageExtractComponents
 
getClassName() - Method in class vtk.vtkImageFFT
 
getClassName() - Method in class vtk.vtkImageFlip
 
getClassName() - Method in class vtk.vtkImageFourierCenter
 
getClassName() - Method in class vtk.vtkImageFourierFilter
 
getClassName() - Method in class vtk.vtkImageGaussianSmooth
 
getClassName() - Method in class vtk.vtkImageGaussianSource
 
getClassName() - Method in class vtk.vtkImageGradient
 
getClassName() - Method in class vtk.vtkImageGradientMagnitude
 
getClassName() - Method in class vtk.vtkImageGridSource
 
getClassName() - Method in class vtk.vtkImageHSIToRGB
 
getClassName() - Method in class vtk.vtkImageHSVToRGB
 
getClassName() - Method in class vtk.vtkImageHybridMedian2D
 
getClassName() - Method in class vtk.vtkImageIdealHighPass
 
getClassName() - Method in class vtk.vtkImageIdealLowPass
 
getClassName() - Method in class vtk.vtkImageImport
 
getClassName() - Method in class vtk.vtkImageInPlaceFilter
 
getClassName() - Method in class vtk.vtkImageIslandRemoval2D
Constructor: Sets default filter to be identity.
getClassName() - Method in class vtk.vtkImageIterateFilter
 
getClassName() - Method in class vtk.vtkImageLaplacian
 
getClassName() - Method in class vtk.vtkImageLogarithmicScale
 
getClassName() - Method in class vtk.vtkImageLogic
 
getClassName() - Method in class vtk.vtkImageLuminance
 
getClassName() - Method in class vtk.vtkImageMagnify
 
getClassName() - Method in class vtk.vtkImageMagnitude
 
getClassName() - Method in class vtk.vtkImageMandelbrotSource
 
getClassName() - Method in class vtk.vtkImageMapToColors
 
getClassName() - Method in class vtk.vtkImageMapToRGBA
 
getClassName() - Method in class vtk.vtkImageMapToWindowLevelColors
 
getClassName() - Method in class vtk.vtkImageMapper
 
getClassName() - Method in class vtk.vtkImageMarchingCubes
 
getClassName() - Method in class vtk.vtkImageMask
 
getClassName() - Method in class vtk.vtkImageMaskBits
 
getClassName() - Method in class vtk.vtkImageMathematics
 
getClassName() - Method in class vtk.vtkImageMedian3D
 
getClassName() - Method in class vtk.vtkImageMirrorPad
 
getClassName() - Method in class vtk.vtkImageMultipleInputFilter
 
getClassName() - Method in class vtk.vtkImageMultipleInputOutputFilter
 
getClassName() - Method in class vtk.vtkImageNoiseSource
 
getClassName() - Method in class vtk.vtkImageNonMaximumSuppression
 
getClassName() - Method in class vtk.vtkImageNormalize
 
getClassName() - Method in class vtk.vtkImageOpenClose3D
Default open value is 0, and default close value is 255.
getClassName() - Method in class vtk.vtkImagePadFilter
 
getClassName() - Method in class vtk.vtkImagePermute
 
getClassName() - Method in class vtk.vtkImagePlaneWidget
 
getClassName() - Method in class vtk.vtkImageQuantizeRGBToIndex
 
getClassName() - Method in class vtk.vtkImageRFFT
 
getClassName() - Method in class vtk.vtkImageRGBToHSI
 
getClassName() - Method in class vtk.vtkImageRGBToHSV
 
getClassName() - Method in class vtk.vtkImageRange3D
 
getClassName() - Method in class vtk.vtkImageReader
 
getClassName() - Method in class vtk.vtkImageReader2
 
getClassName() - Method in class vtk.vtkImageReader2Collection
 
getClassName() - Method in class vtk.vtkImageReader2Factory
 
getClassName() - Method in class vtk.vtkImageRectilinearWipe
 
getClassName() - Method in class vtk.vtkImageResample
 
getClassName() - Method in class vtk.vtkImageReslice
 
getClassName() - Method in class vtk.vtkImageSeedConnectivity
 
getClassName() - Method in class vtk.vtkImageSeparableConvolution
 
getClassName() - Method in class vtk.vtkImageShiftScale
 
getClassName() - Method in class vtk.vtkImageShrink3D
 
getClassName() - Method in class vtk.vtkImageSinusoidSource
 
getClassName() - Method in class vtk.vtkImageSkeleton2D
 
getClassName() - Method in class vtk.vtkImageSobel2D
 
getClassName() - Method in class vtk.vtkImageSobel3D
 
getClassName() - Method in class vtk.vtkImageSource
 
getClassName() - Method in class vtk.vtkImageSpatialFilter
 
getClassName() - Method in class vtk.vtkImageStencil
 
getClassName() - Method in class vtk.vtkImageStencilData
 
getClassName() - Method in class vtk.vtkImageStencilSource
 
getClassName() - Method in class vtk.vtkImageThreshold
 
getClassName() - Method in class vtk.vtkImageToImageFilter
 
getClassName() - Method in class vtk.vtkImageToImageStencil
 
getClassName() - Method in class vtk.vtkImageToPolyDataFilter
 
getClassName() - Method in class vtk.vtkImageToStructuredPoints
 
getClassName() - Method in class vtk.vtkImageTracerWidget
 
getClassName() - Method in class vtk.vtkImageTranslateExtent
 
getClassName() - Method in class vtk.vtkImageTwoInputFilter
 
getClassName() - Method in class vtk.vtkImageVariance3D
 
getClassName() - Method in class vtk.vtkImageViewer
 
getClassName() - Method in class vtk.vtkImageViewer2
 
getClassName() - Method in class vtk.vtkImageWrapPad
 
getClassName() - Method in class vtk.vtkImageWriter
 
getClassName() - Method in class vtk.vtkImagingFactory
 
getClassName() - Method in class vtk.vtkImplicitBoolean
 
getClassName() - Method in class vtk.vtkImplicitDataSet
 
getClassName() - Method in class vtk.vtkImplicitFunction
 
getClassName() - Method in class vtk.vtkImplicitFunctionCollection
 
getClassName() - Method in class vtk.vtkImplicitFunctionToImageStencil
 
getClassName() - Method in class vtk.vtkImplicitModeller
 
getClassName() - Method in class vtk.vtkImplicitPlaneWidget
 
getClassName() - Method in class vtk.vtkImplicitSelectionLoop
 
getClassName() - Method in class vtk.vtkImplicitSum
 
getClassName() - Method in class vtk.vtkImplicitTextureCoords
 
getClassName() - Method in class vtk.vtkImplicitVolume
 
getClassName() - Method in class vtk.vtkImplicitWindowFunction
 
getClassName() - Method in class vtk.vtkImporter
 
getClassName() - Method in class vtk.vtkInitialValueProblemSolver
 
getClassName() - Method in class vtk.vtkInputStream
 
getClassName() - Method in class vtk.vtkInstantiator
 
getClassName() - Method in class vtk.vtkIntArray
 
getClassName() - Method in class vtk.vtkInteractorEventRecorder
 
getClassName() - Method in class vtk.vtkInteractorObserver
 
getClassName() - Method in class vtk.vtkInteractorStyle
 
getClassName() - Method in class vtk.vtkInteractorStyleFlight
 
getClassName() - Method in class vtk.vtkInteractorStyleImage
 
getClassName() - Method in class vtk.vtkInteractorStyleJoystickActor
 
getClassName() - Method in class vtk.vtkInteractorStyleJoystickCamera
 
getClassName() - Method in class vtk.vtkInteractorStyleRubberBandZoom
 
getClassName() - Method in class vtk.vtkInteractorStyleSwitch
 
getClassName() - Method in class vtk.vtkInteractorStyleTerrain
 
getClassName() - Method in class vtk.vtkInteractorStyleTrackball
 
getClassName() - Method in class vtk.vtkInteractorStyleTrackballActor
 
getClassName() - Method in class vtk.vtkInteractorStyleTrackballCamera
 
getClassName() - Method in class vtk.vtkInteractorStyleUnicam
 
getClassName() - Method in class vtk.vtkInteractorStyleUser
 
getClassName() - Method in class vtk.vtkInterpolateDataSetAttributes
 
getClassName() - Method in class vtk.vtkInterpolatedVelocityField
 
getClassName() - Method in class vtk.vtkInterpolatingSubdivisionFilter
 
getClassName() - Method in class vtk.vtkIterativeClosestPointTransform
 
getClassName() - Method in class vtk.vtkJPEGReader
 
getClassName() - Method in class vtk.vtkJPEGWriter
 
getClassName() - Method in class vtk.vtkKitwareContourFilter
 
getClassName() - Method in class vtk.vtkKitwareCutter
 
getClassName() - Method in class vtk.vtkKochanekSpline
 
getClassName() - Method in class vtk.vtkLODActor
 
getClassName() - Method in class vtk.vtkLODProp3D
 
getClassName() - Method in class vtk.vtkLabeledDataMapper
 
getClassName() - Method in class vtk.vtkLandmarkTransform
 
getClassName() - Method in class vtk.vtkLegendBoxActor
 
getClassName() - Method in class vtk.vtkLight
 
getClassName() - Method in class vtk.vtkLightCollection
 
getClassName() - Method in class vtk.vtkLightKit
 
getClassName() - Method in class vtk.vtkLine
 
getClassName() - Method in class vtk.vtkLineSource
 
getClassName() - Method in class vtk.vtkLineWidget
 
getClassName() - Method in class vtk.vtkLinearExtrusionFilter
 
getClassName() - Method in class vtk.vtkLinearSubdivisionFilter
Construct object with NumberOfSubdivisions set to 1.
getClassName() - Method in class vtk.vtkLinearTransform
 
getClassName() - Method in class vtk.vtkLinkEdgels
 
getClassName() - Method in class vtk.vtkLocator
 
getClassName() - Method in class vtk.vtkLogLookupTable
 
getClassName() - Method in class vtk.vtkLongArray
 
getClassName() - Method in class vtk.vtkLookupTable
 
getClassName() - Method in class vtk.vtkLoopSubdivisionFilter
Construct object with NumberOfSubdivisions set to 1.
getClassName() - Method in class vtk.vtkMCubesReader
 
getClassName() - Method in class vtk.vtkMCubesWriter
 
getClassName() - Method in class vtk.vtkMapper
 
getClassName() - Method in class vtk.vtkMapper2D
 
getClassName() - Method in class vtk.vtkMapperCollection
 
getClassName() - Method in class vtk.vtkMarchingContourFilter
 
getClassName() - Method in class vtk.vtkMarchingCubes
 
getClassName() - Method in class vtk.vtkMarchingSquares
 
getClassName() - Method in class vtk.vtkMaskFields
 
getClassName() - Method in class vtk.vtkMaskPoints
 
getClassName() - Method in class vtk.vtkMaskPolyData
 
getClassName() - Method in class vtk.vtkMassProperties
 
getClassName() - Method in class vtk.vtkMath
 
getClassName() - Method in class vtk.vtkMatrix4x4
 
getClassName() - Method in class vtk.vtkMatrixToHomogeneousTransform
 
getClassName() - Method in class vtk.vtkMatrixToLinearTransform
 
getClassName() - Method in class vtk.vtkMedicalImageReader2
 
getClassName() - Method in class vtk.vtkMergeDataObjectFilter
 
getClassName() - Method in class vtk.vtkMergeFields
 
getClassName() - Method in class vtk.vtkMergeFilter
 
getClassName() - Method in class vtk.vtkMergePoints
 
getClassName() - Method in class vtk.vtkMeshQuality
 
getClassName() - Method in class vtk.vtkMetaImageReader
 
getClassName() - Method in class vtk.vtkMetaImageWriter
 
getClassName() - Method in class vtk.vtkMoleculeReaderBase
 
getClassName() - Method in class vtk.vtkMultiBlockApplyFilterCommand
 
getClassName() - Method in class vtk.vtkMultiBlockDataIterator
 
getClassName() - Method in class vtk.vtkMultiBlockDataSet
 
getClassName() - Method in class vtk.vtkMultiBlockDataVisitor
 
getClassName() - Method in class vtk.vtkMultiPartExtentTranslator
 
getClassName() - Method in class vtk.vtkMultiThreader
 
getClassName() - Method in class vtk.vtkMutexLock
 
getClassName() - Method in class vtk.vtkNonLinearCell
 
getClassName() - Method in class vtk.vtkOBBDicer
 
getClassName() - Method in class vtk.vtkOBBTree
 
getClassName() - Method in class vtk.vtkOBJExporter
 
getClassName() - Method in class vtk.vtkOBJReader
 
getClassName() - Method in class vtk.vtkOOGLExporter
 
getClassName() - Method in class vtk.vtkObject
 
getClassName() - Method in class vtk.vtkObjectBase
Return the class name as a string.
getClassName() - Method in class vtk.vtkObjectFactory
 
getClassName() - Method in class vtk.vtkObjectFactoryCollection
 
getClassName() - Method in class vtk.vtkOpenGLActor
 
getClassName() - Method in class vtk.vtkOpenGLCamera
 
getClassName() - Method in class vtk.vtkOpenGLFreeTypeTextMapper
 
getClassName() - Method in class vtk.vtkOpenGLImageActor
 
getClassName() - Method in class vtk.vtkOpenGLImageMapper
 
getClassName() - Method in class vtk.vtkOpenGLLight
 
getClassName() - Method in class vtk.vtkOpenGLPolyDataMapper
 
getClassName() - Method in class vtk.vtkOpenGLPolyDataMapper2D
 
getClassName() - Method in class vtk.vtkOpenGLProperty
 
getClassName() - Method in class vtk.vtkOpenGLRayCastImageDisplayHelper
 
getClassName() - Method in class vtk.vtkOpenGLRenderWindow
 
getClassName() - Method in class vtk.vtkOpenGLRenderer
 
getClassName() - Method in class vtk.vtkOpenGLTexture
 
getClassName() - Method in class vtk.vtkOpenGLVolumeRayCastMapper
 
getClassName() - Method in class vtk.vtkOpenGLVolumeTextureMapper2D
 
getClassName() - Method in class vtk.vtkOrderedTriangulator
 
getClassName() - Method in class vtk.vtkOutlineCornerFilter
 
getClassName() - Method in class vtk.vtkOutlineCornerSource
 
getClassName() - Method in class vtk.vtkOutlineFilter
 
getClassName() - Method in class vtk.vtkOutlineSource
 
getClassName() - Method in class vtk.vtkOutputStream
 
getClassName() - Method in class vtk.vtkOutputWindow
 
getClassName() - Method in class vtk.vtkOverrideInformation
 
getClassName() - Method in class vtk.vtkOverrideInformationCollection
 
getClassName() - Method in class vtk.vtkPCAAnalysisFilter
 
getClassName() - Method in class vtk.vtkPDBReader
 
getClassName() - Method in class vtk.vtkPLOT3DReader
 
getClassName() - Method in class vtk.vtkPLYReader
 
getClassName() - Method in class vtk.vtkPLYWriter
 
getClassName() - Method in class vtk.vtkPNGReader
 
getClassName() - Method in class vtk.vtkPNGWriter
 
getClassName() - Method in class vtk.vtkPNMReader
 
getClassName() - Method in class vtk.vtkPNMWriter
 
getClassName() - Method in class vtk.vtkParallelCoordinatesActor
 
getClassName() - Method in class vtk.vtkParticleReader
 
getClassName() - Method in class vtk.vtkPerlinNoise
 
getClassName() - Method in class vtk.vtkPerspectiveTransform
 
getClassName() - Method in class vtk.vtkPicker
 
getClassName() - Method in class vtk.vtkPiecewiseFunction
 
getClassName() - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
getClassName() - Method in class vtk.vtkPiecewiseFunctionSource
 
getClassName() - Method in class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilter
 
getClassName() - Method in class vtk.vtkPixel
 
getClassName() - Method in class vtk.vtkPlane
 
getClassName() - Method in class vtk.vtkPlaneCollection
 
getClassName() - Method in class vtk.vtkPlaneSource
 
getClassName() - Method in class vtk.vtkPlaneWidget
 
getClassName() - Method in class vtk.vtkPlanes
 
getClassName() - Method in class vtk.vtkPlatonicSolidSource
 
getClassName() - Method in class vtk.vtkPointData
 
getClassName() - Method in class vtk.vtkPointDataToCellData
 
getClassName() - Method in class vtk.vtkPointLoad
 
getClassName() - Method in class vtk.vtkPointLocator
 
getClassName() - Method in class vtk.vtkPointPicker
 
getClassName() - Method in class vtk.vtkPointSet
 
getClassName() - Method in class vtk.vtkPointSetSource
 
getClassName() - Method in class vtk.vtkPointSetToPointSetFilter
 
getClassName() - Method in class vtk.vtkPointSource
 
getClassName() - Method in class vtk.vtkPointWidget
 
getClassName() - Method in class vtk.vtkPoints
 
getClassName() - Method in class vtk.vtkPolyData
 
getClassName() - Method in class vtk.vtkPolyDataCollection
 
getClassName() - Method in class vtk.vtkPolyDataConnectivityFilter
 
getClassName() - Method in class vtk.vtkPolyDataMapper
 
getClassName() - Method in class vtk.vtkPolyDataMapper2D
 
getClassName() - Method in class vtk.vtkPolyDataNormals
 
getClassName() - Method in class vtk.vtkPolyDataReader
 
getClassName() - Method in class vtk.vtkPolyDataSource
 
getClassName() - Method in class vtk.vtkPolyDataSourceWidget
 
getClassName() - Method in class vtk.vtkPolyDataStreamer
 
getClassName() - Method in class vtk.vtkPolyDataToImageStencil
 
getClassName() - Method in class vtk.vtkPolyDataToPolyDataFilter
 
getClassName() - Method in class vtk.vtkPolyDataWriter
 
getClassName() - Method in class vtk.vtkPolyLine
 
getClassName() - Method in class vtk.vtkPolyVertex
 
getClassName() - Method in class vtk.vtkPolygon
 
getClassName() - Method in class vtk.vtkPostScriptWriter
 
getClassName() - Method in class vtk.vtkPriorityQueue
 
getClassName() - Method in class vtk.vtkProbeFilter
 
getClassName() - Method in class vtk.vtkProcessObject
 
getClassName() - Method in class vtk.vtkProcrustesAlignmentFilter
 
getClassName() - Method in class vtk.vtkProgrammableAttributeDataFilter
 
getClassName() - Method in class vtk.vtkProgrammableDataObjectSource
 
getClassName() - Method in class vtk.vtkProgrammableFilter
 
getClassName() - Method in class vtk.vtkProgrammableGlyphFilter
 
getClassName() - Method in class vtk.vtkProgrammableSource
 
getClassName() - Method in class vtk.vtkProjectedTexture
 
getClassName() - Method in class vtk.vtkProp
 
getClassName() - Method in class vtk.vtkProp3D
 
getClassName() - Method in class vtk.vtkProp3DCollection
 
getClassName() - Method in class vtk.vtkPropAssembly
 
getClassName() - Method in class vtk.vtkPropCollection
 
getClassName() - Method in class vtk.vtkPropPicker
 
getClassName() - Method in class vtk.vtkProperty
 
getClassName() - Method in class vtk.vtkProperty2D
 
getClassName() - Method in class vtk.vtkPushImageFilterSample
 
getClassName() - Method in class vtk.vtkPushImageReader
 
getClassName() - Method in class vtk.vtkPushPipeline
 
getClassName() - Method in class vtk.vtkPyramid
 
getClassName() - Method in class vtk.vtkQuad
 
getClassName() - Method in class vtk.vtkQuadraticEdge
 
getClassName() - Method in class vtk.vtkQuadraticHexahedron
 
getClassName() - Method in class vtk.vtkQuadraticQuad
 
getClassName() - Method in class vtk.vtkQuadraticTetra
 
getClassName() - Method in class vtk.vtkQuadraticTriangle
 
getClassName() - Method in class vtk.vtkQuadric
 
getClassName() - Method in class vtk.vtkQuadricClustering
 
getClassName() - Method in class vtk.vtkQuadricDecimation
 
getClassName() - Method in class vtk.vtkQuantizePolyDataPoints
 
getClassName() - Method in class vtk.vtkRIBExporter
 
getClassName() - Method in class vtk.vtkRIBLight
 
getClassName() - Method in class vtk.vtkRIBProperty
 
getClassName() - Method in class vtk.vtkRayCastImageDisplayHelper
 
getClassName() - Method in class vtk.vtkRearrangeFields
 
getClassName() - Method in class vtk.vtkRectilinearGrid
 
getClassName() - Method in class vtk.vtkRectilinearGridGeometryFilter
 
getClassName() - Method in class vtk.vtkRectilinearGridReader
 
getClassName() - Method in class vtk.vtkRectilinearGridSource
 
getClassName() - Method in class vtk.vtkRectilinearGridToPolyDataFilter
 
getClassName() - Method in class vtk.vtkRectilinearGridToTetrahedra
 
getClassName() - Method in class vtk.vtkRectilinearGridWriter
 
getClassName() - Method in class vtk.vtkRectilinearSynchronizedTemplates
 
getClassName() - Method in class vtk.vtkRecursiveDividingCubes
 
getClassName() - Method in class vtk.vtkRecursiveSphereDirectionEncoder
 
getClassName() - Method in class vtk.vtkReferenceCount
 
getClassName() - Method in class vtk.vtkReflectionFilter
 
getClassName() - Method in class vtk.vtkRenderLargeImage
 
getClassName() - Method in class vtk.vtkRenderWindow
 
getClassName() - Method in class vtk.vtkRenderWindowCollection
 
getClassName() - Method in class vtk.vtkRenderWindowInteractor
 
getClassName() - Method in class vtk.vtkRenderer
 
getClassName() - Method in class vtk.vtkRendererCollection
 
getClassName() - Method in class vtk.vtkRendererSource
 
getClassName() - Method in class vtk.vtkReverseSense
 
getClassName() - Method in class vtk.vtkRibbonFilter
 
getClassName() - Method in class vtk.vtkRotationalExtrusionFilter
 
getClassName() - Method in class vtk.vtkRuledSurfaceFilter
 
getClassName() - Method in class vtk.vtkRungeKutta2
 
getClassName() - Method in class vtk.vtkRungeKutta4
 
getClassName() - Method in class vtk.vtkRungeKutta45
 
getClassName() - Method in class vtk.vtkSLCReader
 
getClassName() - Method in class vtk.vtkSTLReader
 
getClassName() - Method in class vtk.vtkSTLWriter
 
getClassName() - Method in class vtk.vtkSampleFunction
 
getClassName() - Method in class vtk.vtkScalarBarActor
 
getClassName() - Method in class vtk.vtkScalarBarWidget
 
getClassName() - Method in class vtk.vtkScalarTree
 
getClassName() - Method in class vtk.vtkScalarsToColors
 
getClassName() - Method in class vtk.vtkScaledTextActor
 
getClassName() - Method in class vtk.vtkSelectPolyData
 
getClassName() - Method in class vtk.vtkSelectVisiblePoints
 
getClassName() - Method in class vtk.vtkShepardMethod
 
getClassName() - Method in class vtk.vtkShortArray
 
getClassName() - Method in class vtk.vtkShrinkFilter
 
getClassName() - Method in class vtk.vtkShrinkPolyData
 
getClassName() - Method in class vtk.vtkSimpleElevationFilter
 
getClassName() - Method in class vtk.vtkSimpleImageFilterExample
 
getClassName() - Method in class vtk.vtkSimpleImageToImageFilter
 
getClassName() - Method in class vtk.vtkSimpleScalarTree
Standard type related macros and PrintSelf() method.
getClassName() - Method in class vtk.vtkSliceCubes
 
getClassName() - Method in class vtk.vtkSmoothPolyDataFilter
 
getClassName() - Method in class vtk.vtkSource
 
getClassName() - Method in class vtk.vtkSpatialRepresentationFilter
 
getClassName() - Method in class vtk.vtkSphere
 
getClassName() - Method in class vtk.vtkSpherePuzzle
 
getClassName() - Method in class vtk.vtkSpherePuzzleArrows
 
getClassName() - Method in class vtk.vtkSphereSource
 
getClassName() - Method in class vtk.vtkSphereWidget
 
getClassName() - Method in class vtk.vtkSphericalTransform
 
getClassName() - Method in class vtk.vtkSpline
 
getClassName() - Method in class vtk.vtkSplineFilter
 
getClassName() - Method in class vtk.vtkSplineWidget
 
getClassName() - Method in class vtk.vtkSplitField
 
getClassName() - Method in class vtk.vtkStreamLine
 
getClassName() - Method in class vtk.vtkStreamPoints
 
getClassName() - Method in class vtk.vtkStreamTracer
 
getClassName() - Method in class vtk.vtkStreamer
 
getClassName() - Method in class vtk.vtkStripper
 
getClassName() - Method in class vtk.vtkStructuredData
 
getClassName() - Method in class vtk.vtkStructuredGrid
 
getClassName() - Method in class vtk.vtkStructuredGridGeometryFilter
 
getClassName() - Method in class vtk.vtkStructuredGridOutlineFilter
 
getClassName() - Method in class vtk.vtkStructuredGridReader
 
getClassName() - Method in class vtk.vtkStructuredGridSource
 
getClassName() - Method in class vtk.vtkStructuredGridToPolyDataFilter
 
getClassName() - Method in class vtk.vtkStructuredGridToStructuredGridFilter
 
getClassName() - Method in class vtk.vtkStructuredGridWriter
 
getClassName() - Method in class vtk.vtkStructuredPoints
 
getClassName() - Method in class vtk.vtkStructuredPointsCollection
 
getClassName() - Method in class vtk.vtkStructuredPointsGeometryFilter
 
getClassName() - Method in class vtk.vtkStructuredPointsReader
 
getClassName() - Method in class vtk.vtkStructuredPointsSource
 
getClassName() - Method in class vtk.vtkStructuredPointsToPolyDataFilter
 
getClassName() - Method in class vtk.vtkStructuredPointsToStructuredPointsFilter
 
getClassName() - Method in class vtk.vtkStructuredPointsToUnstructuredGridFilter
 
getClassName() - Method in class vtk.vtkStructuredPointsWriter
 
getClassName() - Method in class vtk.vtkStructuredVisibilityConstraint
 
getClassName() - Method in class vtk.vtkSubPixelPositionEdgels
 
getClassName() - Method in class vtk.vtkSubdivideTetra
 
getClassName() - Method in class vtk.vtkSuperquadric
 
getClassName() - Method in class vtk.vtkSuperquadricSource
 
getClassName() - Method in class vtk.vtkSurfaceReconstructionFilter
 
getClassName() - Method in class vtk.vtkSweptSurface
 
getClassName() - Method in class vtk.vtkSynchronizedTemplates2D
 
getClassName() - Method in class vtk.vtkSynchronizedTemplates3D
 
getClassName() - Method in class vtk.vtkTIFFReader
 
getClassName() - Method in class vtk.vtkTIFFWriter
 
getClassName() - Method in class vtk.vtkTableExtentTranslator
 
getClassName() - Method in class vtk.vtkTensor
 
getClassName() - Method in class vtk.vtkTensorGlyph
 
getClassName() - Method in class vtk.vtkTesting
 
getClassName() - Method in class vtk.vtkTetra
 
getClassName() - Method in class vtk.vtkTextActor
 
getClassName() - Method in class vtk.vtkTextMapper
 
getClassName() - Method in class vtk.vtkTextProperty
 
getClassName() - Method in class vtk.vtkTextSource
 
getClassName() - Method in class vtk.vtkTexture
 
getClassName() - Method in class vtk.vtkTextureMapToCylinder
 
getClassName() - Method in class vtk.vtkTextureMapToPlane
 
getClassName() - Method in class vtk.vtkTextureMapToSphere
 
getClassName() - Method in class vtk.vtkTexturedSphereSource
 
getClassName() - Method in class vtk.vtkThinPlateSplineTransform
 
getClassName() - Method in class vtk.vtkThreshold
 
getClassName() - Method in class vtk.vtkThresholdPoints
 
getClassName() - Method in class vtk.vtkThresholdTextureCoords
 
getClassName() - Method in class vtk.vtkTimerLog
 
getClassName() - Method in class vtk.vtkTransform
 
getClassName() - Method in class vtk.vtkTransformCollection
 
getClassName() - Method in class vtk.vtkTransformFilter
 
getClassName() - Method in class vtk.vtkTransformPolyDataFilter
 
getClassName() - Method in class vtk.vtkTransformTextureCoords
 
getClassName() - Method in class vtk.vtkTransformToGrid
 
getClassName() - Method in class vtk.vtkTriangle
 
getClassName() - Method in class vtk.vtkTriangleFilter
 
getClassName() - Method in class vtk.vtkTriangleStrip
 
getClassName() - Method in class vtk.vtkTriangularTCoords
 
getClassName() - Method in class vtk.vtkTriangularTexture
 
getClassName() - Method in class vtk.vtkTubeFilter
 
getClassName() - Method in class vtk.vtkUGFacetReader
 
getClassName() - Method in class vtk.vtkUniformGrid
 
getClassName() - Method in class vtk.vtkUnsignedCharArray
 
getClassName() - Method in class vtk.vtkUnsignedIntArray
 
getClassName() - Method in class vtk.vtkUnsignedLongArray
 
getClassName() - Method in class vtk.vtkUnsignedShortArray
 
getClassName() - Method in class vtk.vtkUnstructuredGrid
 
getClassName() - Method in class vtk.vtkUnstructuredGridBunykRayCastFunction
 
getClassName() - Method in class vtk.vtkUnstructuredGridReader
 
getClassName() - Method in class vtk.vtkUnstructuredGridSource
 
getClassName() - Method in class vtk.vtkUnstructuredGridToPolyDataFilter
 
getClassName() - Method in class vtk.vtkUnstructuredGridToUnstructuredGridFilter
 
getClassName() - Method in class vtk.vtkUnstructuredGridVolumeMapper
 
getClassName() - Method in class vtk.vtkUnstructuredGridVolumeRayCastFunction
 
getClassName() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
 
getClassName() - Method in class vtk.vtkUnstructuredGridWriter
 
getClassName() - Method in class vtk.vtkVRMLExporter
 
getClassName() - Method in class vtk.vtkVRMLImporter
 
getClassName() - Method in class vtk.vtkVectorDot
 
getClassName() - Method in class vtk.vtkVectorNorm
 
getClassName() - Method in class vtk.vtkVectorText
 
getClassName() - Method in class vtk.vtkVersion
 
getClassName() - Method in class vtk.vtkVertex
 
getClassName() - Method in class vtk.vtkVideoSource
 
getClassName() - Method in class vtk.vtkViewport
 
getClassName() - Method in class vtk.vtkVoidArray
 
getClassName() - Method in class vtk.vtkVolume
 
getClassName() - Method in class vtk.vtkVolume16Reader
 
getClassName() - Method in class vtk.vtkVolumeCollection
 
getClassName() - Method in class vtk.vtkVolumeMapper
 
getClassName() - Method in class vtk.vtkVolumeProMapper
 
getClassName() - Method in class vtk.vtkVolumeProperty
 
getClassName() - Method in class vtk.vtkVolumeRayCastCompositeFunction
 
getClassName() - Method in class vtk.vtkVolumeRayCastFunction
 
getClassName() - Method in class vtk.vtkVolumeRayCastIsosurfaceFunction
 
getClassName() - Method in class vtk.vtkVolumeRayCastMIPFunction
 
getClassName() - Method in class vtk.vtkVolumeRayCastMapper
 
getClassName() - Method in class vtk.vtkVolumeReader
 
getClassName() - Method in class vtk.vtkVolumeTextureMapper
 
getClassName() - Method in class vtk.vtkVolumeTextureMapper2D
 
getClassName() - Method in class vtk.vtkVoxel
 
getClassName() - Method in class vtk.vtkVoxelContoursToSurfaceFilter
 
getClassName() - Method in class vtk.vtkVoxelModeller
 
getClassName() - Method in class vtk.vtkWarpLens
 
getClassName() - Method in class vtk.vtkWarpScalar
 
getClassName() - Method in class vtk.vtkWarpTo
 
getClassName() - Method in class vtk.vtkWarpTransform
 
getClassName() - Method in class vtk.vtkWarpVector
 
getClassName() - Method in class vtk.vtkWedge
 
getClassName() - Method in class vtk.vtkWeightedTransformFilter
 
getClassName() - Method in class vtk.vtkWindow
 
getClassName() - Method in class vtk.vtkWindowLevelLookupTable
 
getClassName() - Method in class vtk.vtkWindowToImageFilter
 
getClassName() - Method in class vtk.vtkWindowedSincPolyDataFilter
 
getClassName() - Method in class vtk.vtkWorldPointPicker
 
getClassName() - Method in class vtk.vtkWriter
 
getClassName() - Method in class vtk.vtkXMLDataElement
 
getClassName() - Method in class vtk.vtkXMLDataParser
 
getClassName() - Method in class vtk.vtkXMLDataReader
 
getClassName() - Method in class vtk.vtkXMLDataSetWriter
 
getClassName() - Method in class vtk.vtkXMLFileOutputWindow
 
getClassName() - Method in class vtk.vtkXMLFileReadTester
 
getClassName() - Method in class vtk.vtkXMLImageDataReader
 
getClassName() - Method in class vtk.vtkXMLImageDataWriter
 
getClassName() - Method in class vtk.vtkXMLPDataReader
 
getClassName() - Method in class vtk.vtkXMLPDataSetWriter
 
getClassName() - Method in class vtk.vtkXMLPDataWriter
 
getClassName() - Method in class vtk.vtkXMLPImageDataReader
 
getClassName() - Method in class vtk.vtkXMLPImageDataWriter
 
getClassName() - Method in class vtk.vtkXMLPPolyDataReader
 
getClassName() - Method in class vtk.vtkXMLPPolyDataWriter
 
getClassName() - Method in class vtk.vtkXMLPRectilinearGridReader
 
getClassName() - Method in class vtk.vtkXMLPRectilinearGridWriter
 
getClassName() - Method in class vtk.vtkXMLPStructuredDataReader
 
getClassName() - Method in class vtk.vtkXMLPStructuredDataWriter
 
getClassName() - Method in class vtk.vtkXMLPStructuredGridReader
 
getClassName() - Method in class vtk.vtkXMLPStructuredGridWriter
 
getClassName() - Method in class vtk.vtkXMLPUnstructuredDataReader
 
getClassName() - Method in class vtk.vtkXMLPUnstructuredDataWriter
 
getClassName() - Method in class vtk.vtkXMLPUnstructuredGridReader
 
getClassName() - Method in class vtk.vtkXMLPUnstructuredGridWriter
 
getClassName() - Method in class vtk.vtkXMLParser
 
getClassName() - Method in class vtk.vtkXMLPolyDataReader
 
getClassName() - Method in class vtk.vtkXMLPolyDataWriter
 
getClassName() - Method in class vtk.vtkXMLReader
 
getClassName() - Method in class vtk.vtkXMLRectilinearGridReader
 
getClassName() - Method in class vtk.vtkXMLRectilinearGridWriter
 
getClassName() - Method in class vtk.vtkXMLStructuredDataReader
 
getClassName() - Method in class vtk.vtkXMLStructuredDataWriter
 
getClassName() - Method in class vtk.vtkXMLStructuredGridReader
 
getClassName() - Method in class vtk.vtkXMLStructuredGridWriter
 
getClassName() - Method in class vtk.vtkXMLUnstructuredDataReader
 
getClassName() - Method in class vtk.vtkXMLUnstructuredDataWriter
 
getClassName() - Method in class vtk.vtkXMLUnstructuredGridReader
 
getClassName() - Method in class vtk.vtkXMLUnstructuredGridWriter
 
getClassName() - Method in class vtk.vtkXMLUtilities
 
getClassName() - Method in class vtk.vtkXMLWriter
 
getClassName() - Method in class vtk.vtkXOpenGLRenderWindow
 
getClassName() - Method in class vtk.vtkXRenderWindowInteractor
 
getClassName() - Method in class vtk.vtkXYPlotActor
 
getClassName() - Method in class vtk.vtkXYPlotWidget
 
getClassName() - Method in class vtk.vtkXYZMolReader
 
getClassName() - Method in class vtk.vtkZLibDataCompressor
 
getClassOverrideName(int) - Method in class vtk.vtkObjectFactory
Return the name of a class override at the given index.
getClassOverrideName() - Method in class vtk.vtkOverrideInformation
Returns the name of the class that will override the class.
getClassOverrideWithName(int) - Method in class vtk.vtkObjectFactory
Return the name of the class that will override the class at the given index
getClassOverrideWithName() - Method in class vtk.vtkOverrideInformation
Return a human readable or GUI displayable description of this override.
getClipData() - Method in class vtk.vtkImageClip
By default, ClipData is off, and only the WholeExtent is modified.
getClipFunction() - Method in class vtk.vtkClipDataSet
 
getClipFunction() - Method in class vtk.vtkClipPolyData
 
getClipFunction() - Method in class vtk.vtkClipVolume
 
getClipRegion() - Method in class vtk.vtkVideoSource
Set the clip rectangle for the frames.
getClippedOutput() - Method in class vtk.vtkClipDataSet
Return the Clipped output.
getClippedOutput() - Method in class vtk.vtkClipPolyData
Return the Clipped output.
getClippedOutput() - Method in class vtk.vtkClipVolume
Return the clipped output.
getClipping() - Method in class vtk.vtkBandedPolyDataContourFilter
Indicate whether to clip outside the range specified by the user.
getClippingPlanes() - Method in class vtk.vtkAbstractMapper
Get/Set the vtkPlaneCollection which specifies the clipping planes.
getClippingRange() - Method in class vtk.vtkCamera
Set/Get the location of the near and far clipping planes along the direction of projection.
getCloseSurface() - Method in class vtk.vtkRuledSurfaceFilter
Indicate whether the surface is to be closed.
getCloseValue() - Method in class vtk.vtkImageOpenClose3D
Determines the value that will closed.
getClosed() - Method in class vtk.vtkSpline
Control whether the spline is open or closed.
getClosed() - Method in class vtk.vtkSplineWidget
Control whether the spline is open or closed.
getClosestPoint() - Method in class vtk.vtkConnectivityFilter
Use to specify x-y-z point coordinates when extracting the region closest to a specified point.
getClosestPoint() - Method in class vtk.vtkPolyDataConnectivityFilter
Use to specify x-y-z point coordinates when extracting the region closest to a specified point.
getCoefficients() - Method in class vtk.vtkQuadric
 
getCollection() - Method in class vtk.vtkCollectionIterator
Set/Get the collection over which to iterate.
getColor(double) - Method in class vtk.vtkColorTransferFunction
Returns an RGB color for the specified scalar value (from vtkScalarsToColors)
getColor(double, double[]) - Method in class vtk.vtkColorTransferFunction
Returns an RGB color for the specified scalar value (from vtkScalarsToColors)
getColor() - Method in class vtk.vtkGlyphSource2D
Set the color of the glyph.
getColor(double[]) - Method in class vtk.vtkLight
Set/Get the color of the light.
getColor() - Method in class vtk.vtkLight
Set/Get the color of the light.
getColor(double) - Method in class vtk.vtkLookupTable
Map one value through the lookup table and return the color as an RGB array of doubles between 0 and 1.
getColor(double, double[]) - Method in class vtk.vtkLookupTable
Map one value through the lookup table and return the color as an RGB array of doubles between 0 and 1.
getColor() - Method in class vtk.vtkProperty
Set the color of the object.
getColor(double[]) - Method in class vtk.vtkProperty
Set the color of the object.
getColor() - Method in class vtk.vtkProperty2D
Set/Get the RGB color of this property.
getColor(double, double[]) - Method in class vtk.vtkScalarsToColors
Map one value through the lookup table and return the color as an RGB array of doubles between 0 and 1.
getColor(double) - Method in class vtk.vtkScalarsToColors
Map one value through the lookup table and return the alpha value (the opacity) as a double between 0 and 1.
getColor() - Method in class vtk.vtkTextProperty
Set the color of the text..
getColorByPiece() - Method in class vtk.vtkPolyDataStreamer
By default, this option is off.
getColorChannels(int) - Method in class vtk.vtkVolumeProperty
Get the number of color channels in the transfer function for the given component.
getColorChannels() - Method in class vtk.vtkVolumeProperty
Get the number of color channels in the transfer function for the given component.
getColorGlyphs() - Method in class vtk.vtkTensorGlyph
Turn on/off coloring of glyph with input scalar data or eigenvalues.
getColorLevel() - Method in class vtk.vtkImageMapper
Set/Get the level value for window/level
getColorLevel() - Method in class vtk.vtkImageViewer
Sets window/level for mapping pixels to colors.
getColorLevel() - Method in class vtk.vtkImageViewer2
Set window and level for mapping pixels to colors.
getColorMap() - Method in class vtk.vtkImagePlaneWidget
Convenience method to get the vtkImageMapToColors filter used by this widget.
getColorMode() - Method in class vtk.vtkCGMWriter
Control how output polydata is colored.
getColorMode() - Method in class vtk.vtkGlyph3D
Either color by scale, scalar or by vector/normal magnitude.
getColorMode() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to quantize color.
getColorMode() - Method in class vtk.vtkMapper
Control how the scalar data is mapped to colors.
getColorMode() - Method in class vtk.vtkPLYWriter
These methods enable the user to control how to add color into the PLY output file.
getColorMode() - Method in class vtk.vtkPolyDataMapper2D
Control how the scalar data is mapped to colors.
getColorMode() - Method in class vtk.vtkProgrammableGlyphFilter
Either color by the input or source scalar data.
getColorMode() - Method in class vtk.vtkTensorGlyph
Set the color mode to be used for the glyphs.
getColorModeAsString() - Method in class vtk.vtkGlyph3D
Either color by scale, scalar or by vector/normal magnitude.
getColorModeAsString() - Method in class vtk.vtkMapper
Return the method of coloring scalar data.
getColorModeAsString() - Method in class vtk.vtkPolyDataMapper2D
Return the method of coloring scalar data.
getColorModeAsString() - Method in class vtk.vtkProgrammableGlyphFilter
Either color by the input or source scalar data.
getColorModeMaxValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to quantize color.
getColorModeMaxValue() - Method in class vtk.vtkTensorGlyph
Set the color mode to be used for the glyphs.
getColorModeMinValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to quantize color.
getColorModeMinValue() - Method in class vtk.vtkTensorGlyph
Set the color mode to be used for the glyphs.
getColorRegions() - Method in class vtk.vtkConnectivityFilter
Turn on/off the coloring of connected regions.
getColorRegions() - Method in class vtk.vtkPolyDataConnectivityFilter
Turn on/off the coloring of connected regions.
getColorScale() - Method in class vtk.vtkImageMapper
Methods used internally for performing the Window/Level mapping.
getColorShift() - Method in class vtk.vtkImageMapper
Methods used internally for performing the Window/Level mapping.
getColorSpace() - Method in class vtk.vtkColorTransferFunction
How should we interpolate - in RGB, or HSV
getColorSpaceMaxValue() - Method in class vtk.vtkColorTransferFunction
How should we interpolate - in RGB, or HSV
getColorSpaceMinValue() - Method in class vtk.vtkColorTransferFunction
How should we interpolate - in RGB, or HSV
getColorWindow() - Method in class vtk.vtkImageMapper
Set/Get the window value for window/level
getColorWindow() - Method in class vtk.vtkImageViewer
Sets window/level for mapping pixels to colors.
getColorWindow() - Method in class vtk.vtkImageViewer2
Set window and level for mapping pixels to colors.
getColoring() - Method in class vtk.vtkFeatureEdges
Turn on/off the coloring of edges by type.
getComplexDescription(int) - Method in class vtk.vtkGenericEnSightReader
Get the nth description for a complex variable.
getComplexVariableType(int) - Method in class vtk.vtkGenericEnSightReader
Get the variable type of variable n.
getComponent() - Method in class vtk.vtkBlankStructuredGrid
Specify the component in the data array to use to generate the blanking field.
getComponent(int, int) - Method in class vtk.vtkDataArray
Return the data component at the ith tuple and jth component location.
getComponent(int, int) - Method in class vtk.vtkFieldData
Get the component value at the ith tuple (or row) and jth component (or column).
getComponent() - Method in class vtk.vtkPLYWriter
Specify the array component to use to color the data.
getComponent(int, int) - Method in class vtk.vtkTensor
Get the tensor component (i,j).
getComponentExtent(int[]) - Method in class vtk.vtkImageAccumulate
Set/Get - The component extent sets the number/extent of the bins.
getComponentExtent() - Method in class vtk.vtkImageAccumulate
Use a stencil to specify which voxels to accumulate.
getComponentMaxValue() - Method in class vtk.vtkBlankStructuredGrid
Specify the component in the data array to use to generate the blanking field.
getComponentMaxValue() - Method in class vtk.vtkPLYWriter
Specify the array component to use to color the data.
getComponentMinValue() - Method in class vtk.vtkBlankStructuredGrid
Specify the component in the data array to use to generate the blanking field.
getComponentMinValue() - Method in class vtk.vtkPLYWriter
Specify the array component to use to color the data.
getComponentMode() - Method in class vtk.vtkThreshold
Control how the decision of in / out is made with multi-component data.
getComponentModeAsString() - Method in class vtk.vtkThreshold
Control how the decision of in / out is made with multi-component data.
getComponentModeMaxValue() - Method in class vtk.vtkThreshold
Control how the decision of in / out is made with multi-component data.
getComponentModeMinValue() - Method in class vtk.vtkThreshold
Control how the decision of in / out is made with multi-component data.
getComponentOrigin() - Method in class vtk.vtkImageAccumulate
Set/Get - The component origin is the location of bin (0, 0, 0).
getComponentSpacing() - Method in class vtk.vtkImageAccumulate
Set/Get - The component spacing is the dimension of each bin.
getComponentWeight(int) - Method in class vtk.vtkVolumeProperty
Set/Get the scalar component weights
getComponents() - Method in class vtk.vtkImageExtractComponents
Set/Get the components to extract.
getCompositeMethod() - Method in class vtk.vtkVolumeRayCastCompositeFunction
Set the CompositeMethod to either Classify First or Interpolate First
getCompositeMethodAsString() - Method in class vtk.vtkVolumeRayCastCompositeFunction
Set the CompositeMethod to either Classify First or Interpolate First
getCompositeMethodMaxValue() - Method in class vtk.vtkVolumeRayCastCompositeFunction
Set the CompositeMethod to either Classify First or Interpolate First
getCompositeMethodMinValue() - Method in class vtk.vtkVolumeRayCastCompositeFunction
Set the CompositeMethod to either Classify First or Interpolate First
getCompositePerspectiveTransformMatrix(double, double, double) - Method in class vtk.vtkCamera
Return the concatenation of the ViewTransform and the PerspectiveTransform.
getCompoundThreshold() - Method in class vtk.vtkImageBlend
Specify a threshold in compound mode.
getCompression() - Method in class vtk.vtkTIFFWriter
Set compression type.
getCompressionLevel() - Method in class vtk.vtkZLibDataCompressor
Get/Set the compression level.
getCompressionLevelMaxValue() - Method in class vtk.vtkZLibDataCompressor
Get/Set the compression level.
getCompressionLevelMinValue() - Method in class vtk.vtkZLibDataCompressor
Get/Set the compression level.
getCompressionMaxValue() - Method in class vtk.vtkTIFFWriter
Set compression type.
getCompressionMinValue() - Method in class vtk.vtkTIFFWriter
Set compression type.
getCompressor() - Method in class vtk.vtkXMLDataParser
Get/Set the compressor used to decompress binary and appended data after reading from the file.
getCompressor() - Method in class vtk.vtkXMLWriter
Get/Set the compressor used to compress binary and appended data before writing to the file.
getComputeCellNormals() - Method in class vtk.vtkPolyDataNormals
Turn on/off the computation of cell normals.
getComputeEffectiveStress() - Method in class vtk.vtkPointLoad
Turn on/off computation of effective stress scalar.
getComputeGradientMagnitudes() - Method in class vtk.vtkEncodedGradientEstimator
If you don't want to compute gradient magnitudes (but you do want normals for shading) this can be used.
getComputeGradients() - Method in class vtk.vtkContourFilter
Set/Get the computation of gradients.
getComputeGradients() - Method in class vtk.vtkContourGrid
Set/Get the computation of gradients.
getComputeGradients() - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of gradients.
getComputeGradients() - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of gradients.
getComputeGradients() - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of gradients.
getComputeGradients() - Method in class vtk.vtkMarchingCubes
Set/Get the computation of gradients.
getComputeGradients() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of gradients.
getComputeGradients() - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of gradients.
getComputeNormals() - Method in class vtk.vtk3DSImporter
Set/Get the computation of normals.
getComputeNormals() - Method in class vtk.vtkAxes
Option for computing normals.
getComputeNormals() - Method in class vtk.vtkContourFilter
Set/Get the computation of normals.
getComputeNormals() - Method in class vtk.vtkContourGrid
Set/Get the computation of normals.
getComputeNormals() - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of normals.
getComputeNormals() - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of normals.
getComputeNormals() - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of normals.
getComputeNormals() - Method in class vtk.vtkMarchingCubes
Set/Get the computation of normals.
getComputeNormals() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of normals.
getComputeNormals() - Method in class vtk.vtkSampleFunction
Turn on/off the computation of normals.
getComputeNormals() - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of normals.
getComputePointNormals() - Method in class vtk.vtkPolyDataNormals
Turn on/off the computation of point normals.
getComputeScalars() - Method in class vtk.vtkContourFilter
Set/Get the computation of scalars.
getComputeScalars() - Method in class vtk.vtkContourGrid
Set/Get the computation of scalars.
getComputeScalars() - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of scalars.
getComputeScalars() - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of scalars.
getComputeScalars() - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of scalars.
getComputeScalars() - Method in class vtk.vtkMarchingCubes
Set/Get the computation of scalars.
getComputeScalars() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of scalars.
getComputeScalars() - Method in class vtk.vtkSynchronizedTemplates2D
Option to set the point scalars of the output.
getComputeScalars() - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of scalars.
getComputeVorticity() - Method in class vtk.vtkStreamTracer
 
getComputedDisplayValue(vtkViewport) - Method in class vtk.vtkCoordinate
Return the computed value in a specified coordinate system.
getComputedDoubleDisplayValue(vtkViewport) - Method in class vtk.vtkCoordinate
 
getComputedDoubleViewportValue(vtkViewport) - Method in class vtk.vtkCoordinate
 
getComputedLocalDisplayValue(vtkViewport) - Method in class vtk.vtkCoordinate
Return the computed value in a specified coordinate system.
getComputedViewportValue(vtkViewport) - Method in class vtk.vtkCoordinate
Return the computed value in a specified coordinate system.
getComputedWorldValue(vtkViewport) - Method in class vtk.vtkCoordinate
Return the computed value in a specified coordinate system.
getConcatenatedTransform(int) - Method in class vtk.vtkGeneralTransform
 
getConcatenatedTransform(int) - Method in class vtk.vtkPerspectiveTransform
 
getConcatenatedTransform(int) - Method in class vtk.vtkTransform
 
getConeAngle() - Method in class vtk.vtkLight
Set/Get the lighting cone angle of a positional light in degrees.
getConnectedValue() - Method in class vtk.vtkImageConnector
Values used by the MarkRegion method
getConnector() - Method in class vtk.vtkImageSeedConnectivity
Get the vtkImageCOnnector used by this filter.
getConsiderAnisotropy() - Method in class vtk.vtkImageEuclideanDistance
Used to define whether Spacing should be used in the computation of the distances
getConsistency() - Method in class vtk.vtkPolyDataNormals
Turn on/off the enforcement of consistent polygon ordering.
getConstant() - Method in class vtk.vtkImageConstantPad
Set/Get the pad value.
getConstant() - Method in class vtk.vtkImageLogarithmicScale
Set/Get the scale factor for the logarithmic function.
getConstantC() - Method in class vtk.vtkImageMathematics
 
getConstantK() - Method in class vtk.vtkImageMathematics
 
getConstantSize() - Method in class vtk.vtkImageMandelbrotSource
This flag determines whether the Size or spacing of a data set remain constant (when extent is changed).
getConsumer(int) - Method in class vtk.vtkAbstractMapper
Add or remove or get or check a consumer,
getConsumer(int) - Method in class vtk.vtkDataObject
Add or remove or get or check a consumer,
getContourEdgesOutput() - Method in class vtk.vtkBandedPolyDataContourFilter
Get the second output which contains the edges divinding the contour bands.
getControlKey() - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
getConvergence() - Method in class vtk.vtkSmoothPolyDataFilter
Specify a convergence criterion for the iteration process.
getConvergenceMaxValue() - Method in class vtk.vtkSmoothPolyDataFilter
Specify a convergence criterion for the iteration process.
getConvergenceMinValue() - Method in class vtk.vtkSmoothPolyDataFilter
Specify a convergence criterion for the iteration process.
getConvertLinesToPoints() - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate lines to points
getConvertPolysToLines() - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate polys to lines
getConvertStripsToPolys() - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate strips to polys
getCoolDownRate() - Method in class vtk.vtkGraphLayoutFilter
Set/Get the Cool-down rate.
getCoolDownRateMaxValue() - Method in class vtk.vtkGraphLayoutFilter
Set/Get the Cool-down rate.
getCoolDownRateMinValue() - Method in class vtk.vtkGraphLayoutFilter
Set/Get the Cool-down rate.
getCoordinateSystem() - Method in class vtk.vtkCoordinate
Set/get the coordinate system which this coordinate is defined in.
getCoordinateSystemAsString() - Method in class vtk.vtkCoordinate
 
getCopyCellData() - Method in class vtk.vtkQuadricClustering
This flag makes the filter copy cell data from input to output (the best it can).
getCopyNormals() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of normals data.
getCopyScalars() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of scalar data.
getCopyTCoords() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of texture coordinates data.
getCopyTensors() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of tensor data.
getCopyVectors() - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of vector data.
getCornerFactor() - Method in class vtk.vtkOutlineCornerFilter
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
getCornerFactor() - Method in class vtk.vtkOutlineCornerSource
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
getCornerFactorMaxValue() - Method in class vtk.vtkOutlineCornerFilter
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
getCornerFactorMaxValue() - Method in class vtk.vtkOutlineCornerSource
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
getCornerFactorMinValue() - Method in class vtk.vtkOutlineCornerFilter
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
getCornerFactorMinValue() - Method in class vtk.vtkOutlineCornerSource
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
getCornerOffset() - Method in class vtk.vtkCubeAxesActor2D
Specify an offset value to "pull back" the axes from the corner at which they are joined to avoid overlap of axes labels.
getCorners() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
getCorners() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
getCorners() - Method in class vtk.vtkOutlineSource
Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.
getCreateTransitionElements() - Method in class vtk.vtkCompositeDataVisitor
When CreateTransitionElements is enabled, the visitor will try to create extra datasets to remove boundary artifacts.
getCropping() - Method in class vtk.vtkVolumeMapper
Turn On/Off orthogonal cropping.
getCroppingMaxValue() - Method in class vtk.vtkVolumeMapper
Turn On/Off orthogonal cropping.
getCroppingMinValue() - Method in class vtk.vtkVolumeMapper
Turn On/Off orthogonal cropping.
getCroppingRegionFlags() - Method in class vtk.vtkVolumeMapper
Set the flags for the cropping regions.
getCroppingRegionFlagsMaxValue() - Method in class vtk.vtkVolumeMapper
Set the flags for the cropping regions.
getCroppingRegionFlagsMinValue() - Method in class vtk.vtkVolumeMapper
Set the flags for the cropping regions.
getCroppingRegionPlanes() - Method in class vtk.vtkVolumeMapper
Set/Get the Cropping Region Planes ( xmin, xmax, ymin, ymax, zmin, zmax ) These planes are defined in volume coordinates - spacing and origin are considered.
getCross() - Method in class vtk.vtkGlyphSource2D
Specify whether a cross is drawn as part of the glyph.
getCtrlKey() - Method in class vtk.vtkInteractorStyleUser
Test whether modifiers were held down when mouse button or key was pressed
getCullers() - Method in class vtk.vtkRenderer
Return the collection of cullers.
getCurrentCursor() - Method in class vtk.vtkRenderWindow
Change the shape of the cursor
getCurrentDataObject() - Method in class vtk.vtkCompositeDataIterator
Get the current item.
getCurrentDataObject() - Method in class vtk.vtkHierarchicalDataIterator
Get the current item.
getCurrentDataObject() - Method in class vtk.vtkMultiBlockDataIterator
Get the current item.
getCurrentIndex() - Method in class vtk.vtkLODProp3D
Get the current index, used to determine the ID of the next LOD that is added.
getCurrentPiece() - Method in class vtk.vtkEnSightMasterServerReader
Set or get the current piece.
getCurrentRenderer() - Method in class vtk.vtkInteractorObserver
Set/Get the current renderer.
getCurrentSlice() - Method in class vtk.vtkPushImageReader
What is the current slice of this reader
getCurrentStyle() - Method in class vtk.vtkInteractorStyleSwitch
Set/Get current style
getCurrentTime() - Method in class vtk.vtkTimerLog
Returns the elapsed number of seconds since January 1, 1970.
getCurrentWorkingDirectory(String, int) - Method in class vtk.vtkDirectory
Get the current working directory.
getCursor() - Method in class vtk.vtkVolumeProMapper
Turn the cursor on / off
getCursorData(double[]) - Method in class vtk.vtkImagePlaneWidget
Get the image coordinate position and voxel value.
getCursorMaxValue() - Method in class vtk.vtkVolumeProMapper
Turn the cursor on / off
getCursorMinValue() - Method in class vtk.vtkVolumeProMapper
Turn the cursor on / off
getCursorPosition() - Method in class vtk.vtkImageCursor3D
Sets/Gets the center point of the 3d cursor.
getCursorPosition() - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor position
getCursorProperty() - Method in class vtk.vtkImagePlaneWidget
Set the properties of the cross-hair cursor.
getCursorRadius() - Method in class vtk.vtkImageCursor3D
Sets/Gets the radius of the cursor.
getCursorType() - Method in class vtk.vtkVolumeProMapper
Set the type of the cursor
getCursorTypeAsString() - Method in class vtk.vtkVolumeProMapper
Set the type of the cursor
getCursorTypeMaxValue() - Method in class vtk.vtkVolumeProMapper
Set the type of the cursor
getCursorTypeMinValue() - Method in class vtk.vtkVolumeProMapper
Set the type of the cursor
getCursorValue() - Method in class vtk.vtkImageCursor3D
Sets/Gets what pixel value to draw the cursor in.
getCursorXAxisColor() - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor color
getCursorYAxisColor() - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor color
getCursorZAxisColor() - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor color
getCurvatureType() - Method in class vtk.vtkCurvatures
Set/Get Curvature type VTK_CURVATURE_GAUSS: Gaussian curvature, stored as DataArray "Gauss_Curvature" VTK_CURVATURE_MEAN : Mean curvature, stored as DataArray "Mean_Curvature"
getCustomDisplayExtents() - Method in class vtk.vtkImageMapper
The image extents which should be displayed with UseCustomExtents Note that the Custom extents are x,y only and the zslice is still applied
getCutFunction() - Method in class vtk.vtkCutter
 
getCutFunction() - Method in class vtk.vtkHierarchicalBoxCutter
 
getCutOff() - Method in class vtk.vtkImageButterworthHighPass
Set/Get the cutoff frequency for each axis.
getCutOff() - Method in class vtk.vtkImageButterworthLowPass
Set/Get the cutoff frequency for each axis.
getCutOff() - Method in class vtk.vtkImageIdealHighPass
Set/Get the cutoff frequency for each axis.
getCutOff() - Method in class vtk.vtkImageIdealLowPass
Set/Get the cutoff frequency for each axis.
getCutPlane() - Method in class vtk.vtkVolumeProMapper
Turn on / off the cut plane
getCutPlaneEquation() - Method in class vtk.vtkVolumeProMapper
Set/Get the cut plane equation
getCutPlaneFallOffDistance() - Method in class vtk.vtkVolumeProMapper
Set / Get the cut plane falloff value for intensities
getCutPlaneFallOffDistanceMaxValue() - Method in class vtk.vtkVolumeProMapper
Set / Get the cut plane falloff value for intensities
getCutPlaneFallOffDistanceMinValue() - Method in class vtk.vtkVolumeProMapper
Set / Get the cut plane falloff value for intensities
getCutPlaneMaxValue() - Method in class vtk.vtkVolumeProMapper
Turn on / off the cut plane
getCutPlaneMinValue() - Method in class vtk.vtkVolumeProMapper
Turn on / off the cut plane
getCutPlaneThickness() - Method in class vtk.vtkVolumeProMapper
Set / Get the cut plane thickness
getCutPlaneThicknessMaxValue() - Method in class vtk.vtkVolumeProMapper
Set / Get the cut plane thickness
getCutPlaneThicknessMinValue() - Method in class vtk.vtkVolumeProMapper
Set / Get the cut plane thickness
getCylinderClip() - Method in class vtk.vtkEncodedGradientEstimator
If the data in each slice is only contained within a circle circumscribed within the slice, and the slice is square, then don't compute anything outside the circle.
getDEMLevel() - Method in class vtk.vtkDEMReader
Code 1=DEM-1, 2=DEM_2, ...
getDPI() - Method in class vtk.vtkWindow
Return a best estimate to the dots per inch of the display device being rendered (or printed).
getDPIMaxValue() - Method in class vtk.vtkWindow
Return a best estimate to the dots per inch of the display device being rendered (or printed).
getDPIMinValue() - Method in class vtk.vtkWindow
Return a best estimate to the dots per inch of the display device being rendered (or printed).
getDash() - Method in class vtk.vtkGlyphSource2D
Specify whether a short line segment is drawn through the glyph.
getDashFactor() - Method in class vtk.vtkDashedStreamLine
For each dash, specify the fraction of the dash that is "on".
getDashFactorMaxValue() - Method in class vtk.vtkDashedStreamLine
For each dash, specify the fraction of the dash that is "on".
getDashFactorMinValue() - Method in class vtk.vtkDashedStreamLine
For each dash, specify the fraction of the dash that is "on".
getData() - Method in class vtk.vtkCellArray
Reuse list.
getData(int, int, int, int, vtkDoubleArray) - Method in class vtk.vtkDataArray
Get the data as a double array in the range (tupleMin,tupleMax) and (compMin, compMax).
getData() - Method in class vtk.vtkPoints
Set/Get the underlying data array.
getDataArray() - Method in class vtk.vtkDataArrayCollectionIterator
Get the item at the current iterator position.
getDataByteOrder() - Method in class vtk.vtkImageReader2
These methods should be used instead of the SwapBytes methods.
getDataByteOrder() - Method in class vtk.vtkMCubesReader
These methods should be used instead of the SwapBytes methods.
getDataByteOrder() - Method in class vtk.vtkPLYWriter
If the file type is binary, then the user can specify which byte order to use (little versus big endian).
getDataByteOrder() - Method in class vtk.vtkParticleReader
These methods should be used instead of the SwapBytes methods.
getDataByteOrder() - Method in class vtk.vtkVolume16Reader
These methods should be used instead of the SwapBytes methods.
getDataByteOrderAsString() - Method in class vtk.vtkImageReader2
These methods should be used instead of the SwapBytes methods.
getDataByteOrderAsString() - Method in class vtk.vtkMCubesReader
These methods should be used instead of the SwapBytes methods.
getDataByteOrderAsString() - Method in class vtk.vtkParticleReader
These methods should be used instead of the SwapBytes methods.
getDataByteOrderAsString() - Method in class vtk.vtkVolume16Reader
These methods should be used instead of the SwapBytes methods.
getDataByteOrderMaxValue() - Method in class vtk.vtkPLYWriter
If the file type is binary, then the user can specify which byte order to use (little versus big endian).
getDataByteOrderMinValue() - Method in class vtk.vtkPLYWriter
If the file type is binary, then the user can specify which byte order to use (little versus big endian).
getDataDimension() - Method in class vtk.vtkImageData
Return the dimensionality of the data.
getDataDimension() - Method in class vtk.vtkRectilinearGrid
Return the dimensionality of the data.
getDataDimension(int) - Method in class vtk.vtkStructuredData
Return the topological dimension of the data (e.g., 0, 1, 2, or 3D).
getDataDimension() - Method in class vtk.vtkStructuredGrid
Return the dimensionality of the data.
getDataDimension() - Method in class vtk.vtkUniformGrid
Return the dimensionality of the data.
getDataDimensions() - Method in class vtk.vtkImageExport
Get the number of scalar components of the data.
getDataDimensions() - Method in class vtk.vtkVolume16Reader
Specify the dimensions for the data.
getDataExtent() - Method in class vtk.vtkImageExport
Get miscellaneous additional information about the data.
getDataExtent() - Method in class vtk.vtkImageGridSource
Set/Get the extent of the whole output image, Default: (0,255,0,255,0,0)
getDataExtent() - Method in class vtk.vtkImageImport
Get/Set the extent of the data buffer.
getDataExtent() - Method in class vtk.vtkImageReader2
Get/Set the extent of the data on disk.
getDataFileName() - Method in class vtk.vtkTesting
 
getDataIterator() - Method in class vtk.vtkMultiBlockDataVisitor
Set/Get the iterator used to access the items in the input.
getDataMask() - Method in class vtk.vtkImageReader
Set/Get the Data mask.
getDataMask() - Method in class vtk.vtkVolume16Reader
Specify a mask used to eliminate data in the data file (e.g., connectivity bits).
getDataMemorySize() - Method in class vtk.vtkImageExport
Get the number of bytes required for the output C array.
getDataMode() - Method in class vtk.vtkXMLWriter
Get/Set the data mode used for the file's data.
getDataNumberOfScalarComponents() - Method in class vtk.vtkImageExport
Get the number of scalar components of the data.
getDataObject() - Method in class vtk.vtkMergeDataObjectFilter
Specify the data object to merge with the input dataset.
getDataObjectInputList() - Method in class vtk.vtkXYPlotActor
Indicate whether to plot rows or columns.
getDataObjectPlotMode() - Method in class vtk.vtkXYPlotActor
Indicate whether to plot rows or columns.
getDataObjectPlotModeAsString() - Method in class vtk.vtkXYPlotActor
Indicate whether to plot rows or columns.
getDataObjectPlotModeMaxValue() - Method in class vtk.vtkXYPlotActor
Indicate whether to plot rows or columns.
getDataObjectPlotModeMinValue() - Method in class vtk.vtkXYPlotActor
Indicate whether to plot rows or columns.
getDataObjectType() - Method in class vtk.vtkCompositeDataSet
Restore data object to initial state,
getDataObjectType() - Method in class vtk.vtkDataObject
Used by Threaded ports to determine if they should initiate an asynchronous update (still in development).
getDataObjectType() - Method in class vtk.vtkDataSet
Shallow and Deep copy.
getDataObjectType() - Method in class vtk.vtkHierarchicalBoxDataSet
 
getDataObjectType() - Method in class vtk.vtkHierarchicalDataSet
Restore data object to initial state,
getDataObjectType() - Method in class vtk.vtkImageData
Return what type of dataset this is.
getDataObjectType() - Method in class vtk.vtkImageStencilData
The extent type is 3D, just like vtkImageData.
getDataObjectType() - Method in class vtk.vtkMultiBlockDataSet
Add a dataset to the collection.
getDataObjectType() - Method in class vtk.vtkPiecewiseFunction
Return what type of dataset this is.
getDataObjectType() - Method in class vtk.vtkPolyData
Copy the geometric and topological structure of an input poly data object.
getDataObjectType() - Method in class vtk.vtkRectilinearGrid
Return what type of dataset this is.
getDataObjectType() - Method in class vtk.vtkStructuredGrid
Copy the geometric and topological structure of an input poly data object.
getDataObjectType() - Method in class vtk.vtkStructuredPoints
 
getDataObjectType() - Method in class vtk.vtkUniformGrid
Return what type of dataset this is.
getDataObjectType() - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
getDataObjectXComponent(int) - Method in class vtk.vtkXYPlotActor
Specify which component of the input data object to use as the independent variable for the ith input data object.
getDataObjectYComponent(int) - Method in class vtk.vtkXYPlotActor
Specify which component of the input data object to use as the dependent variable for the ith input data object.
getDataOrigin() - Method in class vtk.vtkImageExport
Get miscellaneous additional information about the data.
getDataOrigin() - Method in class vtk.vtkImageGridSource
Set/Get the origin of the data.
getDataOrigin() - Method in class vtk.vtkImageImport
Set/Get the origin of the data, i.e. the coordinates (usually in mm) of voxel (0,0,0).
getDataOrigin() - Method in class vtk.vtkImageReader2
Set/Get the origin of the data (location of first pixel in the file).
getDataOrigin() - Method in class vtk.vtkVideoSource
Set/Get the coordinates of the lower, left corner of the frame.
getDataOrigin() - Method in class vtk.vtkVolumeReader
Specify the origin for the data.
getDataReleased() - Method in class vtk.vtkDataObject
Get the flag indicating the data has been released.
getDataScalarType() - Method in class vtk.vtkImageExport
Get the scalar type of the data.
getDataScalarType() - Method in class vtk.vtkImageGridSource
Set/Get the data type of pixels in the imported data.
getDataScalarType() - Method in class vtk.vtkImageImport
Set/Get the data type of pixels in the imported data.
getDataScalarType() - Method in class vtk.vtkImageReader2
Get the file format.
getDataScalarTypeAsString() - Method in class vtk.vtkImageExport
Get miscellaneous additional information about the data.
getDataScalarTypeAsString() - Method in class vtk.vtkImageGridSource
Set/Get the extent of the whole output image, Default: (0,255,0,255,0,0)
getDataScalarTypeAsString() - Method in class vtk.vtkImageImport
Set/Get the number of scalar components, for RGB images this must be 3.
getDataSet() - Method in class vtk.vtkExplicitCell
Set/Get the mesh that owns this cell.
getDataSet(int, int) - Method in class vtk.vtkHierarchicalBoxDataSet
Sets the refinement of a given level.
getDataSet() - Method in class vtk.vtkHierarchicalBoxVisitor
Set the data object to iterator over.
getDataSet() - Method in class vtk.vtkHierarchicalDataIterator
Set the data object to iterator over.
getDataSet(int, int) - Method in class vtk.vtkHierarchicalDataSet
Get a dataset give a level and an id.
getDataSet() - Method in class vtk.vtkImplicitDataSet
Set / get the dataset used for the implicit function evaluation.
getDataSet() - Method in class vtk.vtkLocator
Build the locator from the points/cells defining this dataset.
getDataSet() - Method in class vtk.vtkMultiBlockDataIterator
Set the data object to iterator over.
getDataSet() - Method in class vtk.vtkPicker
Get a pointer to the dataset that was picked (if any).
getDataSet() - Method in class vtk.vtkScalarTree
Build the tree from the points/cells defining this dataset.
getDataSetInput() - Method in class vtk.vtkAbstractVolumeMapper
Set/Get the input data
getDataSetType() - Method in class vtk.vtkDataObjectToDataSetFilter
Control what type of data is generated for output.
getDataSpacing() - Method in class vtk.vtkImageExport
Get miscellaneous additional information about the data.
getDataSpacing() - Method in class vtk.vtkImageGridSource
Set/Get the pixel spacing.
getDataSpacing() - Method in class vtk.vtkImageImport
Set/Get the spacing (typically in mm) between image voxels.
getDataSpacing() - Method in class vtk.vtkImageReader2
Set/Get the spacing of the data in the file.
getDataSpacing() - Method in class vtk.vtkVideoSource
Set/Get the pixel spacing.
getDataSpacing() - Method in class vtk.vtkVolumeReader
Specify the spacing for the data.
getDataType() - Method in class vtk.vtkBitArray
 
getDataType() - Method in class vtk.vtkCharArray
Get the data at a particular index.
getDataType() - Method in class vtk.vtkDataArray
Return the underlying data type.
getDataType() - Method in class vtk.vtkDoubleArray
Get the data at a particular index.
getDataType() - Method in class vtk.vtkFloatArray
Get the data at a particular index.
getDataType() - Method in class vtk.vtkIdTypeArray
Return the size of the data type.
getDataType() - Method in class vtk.vtkIntArray
Get the data at a particular index.
getDataType() - Method in class vtk.vtkLongArray
Get the data at a particular index.
getDataType() - Method in class vtk.vtkPoints
Return the underlying data type.
getDataType() - Method in class vtk.vtkShortArray
Get the data at a particular index.
getDataType() - Method in class vtk.vtkUnsignedCharArray
Get the data at a particular index.
getDataType() - Method in class vtk.vtkUnsignedIntArray
Get the data at a particular index.
getDataType() - Method in class vtk.vtkUnsignedLongArray
Get the data at a particular index.
getDataType() - Method in class vtk.vtkUnsignedShortArray
Get the data at a particular index.
getDataType() - Method in class vtk.vtkVoidArray
Return the size of the data contained in the array.
getDataTypeMax() - Method in class vtk.vtkDataArray
These methods return the Min and Max possible range of the native data type.
getDataTypeMin() - Method in class vtk.vtkDataArray
These methods return the Min and Max possible range of the native data type.
getDataTypeRange(double[]) - Method in class vtk.vtkDataArray
These methods return the Min and Max possible range of the native data type.
getDataTypeSize() - Method in class vtk.vtkBitArray
Set the number of n-tuples in the array.
getDataTypeSize() - Method in class vtk.vtkDataArray
Return the size of the underlying data type.
getDataTypeSize() - Method in class vtk.vtkIdTypeArray
Resize object to just fit data requirement.
getDataTypeSize() - Method in class vtk.vtkVoidArray
Set the number of void* pointers held in the array.
getDataVOI() - Method in class vtk.vtkImageReader
Set/get the data VOI.
getDate() - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
getDebug() - Method in class vtk.vtkObject
Get the value of the debug flag.
getDecimation() - Method in class vtk.vtkImageToPolyDataFilter
Turn on/off whether the final polygons should be decimated.
getDecimationError() - Method in class vtk.vtkImageToPolyDataFilter
Specify the error to use for decimation (if decimation is on).
getDecimationErrorMaxValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify the error to use for decimation (if decimation is on).
getDecimationErrorMinValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify the error to use for decimation (if decimation is on).
getDeclarations() - Method in class vtk.vtkRIBProperty
Get variable declarations
getDecodedGradient(int) - Method in class vtk.vtkRecursiveSphereDirectionEncoder
/ Given an encoded value, return a pointer to the normal vector
getDefaultBias() - Method in class vtk.vtkKochanekSpline
Set the bias for all points.
getDefaultContinuity() - Method in class vtk.vtkKochanekSpline
Set the continuity for all points.
getDefaultFileExtension() - Method in class vtk.vtkXMLImageDataWriter
Get the default file extension for files written by this writer.
getDefaultFileExtension() - Method in class vtk.vtkXMLPImageDataWriter
Get the default file extension for files written by this writer.
getDefaultFileExtension() - Method in class vtk.vtkXMLPPolyDataWriter
Get the default file extension for files written by this writer.
getDefaultFileExtension() - Method in class vtk.vtkXMLPRectilinearGridWriter
Get the default file extension for files written by this writer.
getDefaultFileExtension() - Method in class vtk.vtkXMLPUnstructuredGridWriter
Get the default file extension for files written by this writer.
getDefaultFileExtension() - Method in class vtk.vtkXMLPolyDataWriter
Get the default file extension for files written by this writer.
getDefaultFileExtension() - Method in class vtk.vtkXMLRectilinearGridWriter
Get the default file extension for files written by this writer.
getDefaultFileExtension() - Method in class vtk.vtkXMLStructuredGridWriter
Get the default file extension for files written by this writer.
getDefaultFileExtension() - Method in class vtk.vtkXMLUnstructuredGridWriter
Get the default file extension for files written by this writer.
getDefaultFileExtension() - Method in class vtk.vtkXMLWriter
Get the default file extension for files written by this writer.
getDefaultNormal() - Method in class vtk.vtkArcPlotter
Set the default normal to use if you do not wish automatic normal calculation.
getDefaultNormal() - Method in class vtk.vtkRibbonFilter
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set.
getDefaultNormal() - Method in class vtk.vtkTubeFilter
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set.
getDefaultNormalize() - Method in class vtk.vtkDataObjectToDataSetFilter
Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).
getDefaultNormalize() - Method in class vtk.vtkFieldDataToAttributeDataFilter
Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetScalarComponents).
getDefaultRenderer() - Method in class vtk.vtkInteractorObserver
Set/Get the default renderer to use when activating the interactor observer.
getDefaultTension() - Method in class vtk.vtkKochanekSpline
Set the tension for all points.
getDefaultUpVector() - Method in class vtk.vtkInteractorStyleFlight
 
getDefaultZ() - Method in class vtk.vtkImageCanvasSource2D
The drawing operations can only draw into one 2D XY plane at a time.
getDegree() - Method in class vtk.vtkDecimate
If the number of triangles connected to a vertex exceeds "Degree", then the vertex is considered complex and is never deleted.
getDegree() - Method in class vtk.vtkDecimatePro
If the number of triangles connected to a vertex exceeds "Degree", then the vertex will be split.
getDegreeMaxValue() - Method in class vtk.vtkDecimate
If the number of triangles connected to a vertex exceeds "Degree", then the vertex is considered complex and is never deleted.
getDegreeMaxValue() - Method in class vtk.vtkDecimatePro
If the number of triangles connected to a vertex exceeds "Degree", then the vertex will be split.
getDegreeMinValue() - Method in class vtk.vtkDecimate
If the number of triangles connected to a vertex exceeds "Degree", then the vertex is considered complex and is never deleted.
getDegreeMinValue() - Method in class vtk.vtkDecimatePro
If the number of triangles connected to a vertex exceeds "Degree", then the vertex will be split.
getDeltaRadius() - Method in class vtk.vtkRotationalExtrusionFilter
Set/Get change in radius during sweep process.
getDepth() - Method in class vtk.vtkBMPReader
Returns the depth of the BMP, either 8 or 24.
getDepth() - Method in class vtk.vtkButtonSource
Set/Get the depth of the button (the z-eliipsoid axis length).
getDepthBufferSize() - Method in class vtk.vtkOpenGLRenderWindow
Get the size of the depth buffer.
getDepthBufferSize() - Method in class vtk.vtkRenderWindow
This method should be defined by the subclass.
getDepthMaxValue() - Method in class vtk.vtkButtonSource
Set/Get the depth of the button (the z-eliipsoid axis length).
getDepthMinValue() - Method in class vtk.vtkButtonSource
Set/Get the depth of the button (the z-eliipsoid axis length).
getDepthSortMode() - Method in class vtk.vtkDepthSortPolyData
Specify the point to use when sorting.
getDepthValues() - Method in class vtk.vtkRendererSource
A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data.
getDepthValuesInScalars() - Method in class vtk.vtkRendererSource
A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data.
getDescription(int) - Method in class vtk.vtkGenericEnSightReader
Get the nth description for a non-complex variable.
getDescription(int, int) - Method in class vtk.vtkGenericEnSightReader
Get the nth description of a particular variable type.
getDescription() - Method in class vtk.vtkObjectFactory
Return a descriptive string describing the factory.
getDescription() - Method in class vtk.vtkOverrideInformation
Return the specific object factory that this override occurs in.
getDescriptiveName() - Method in class vtk.vtkBMPReader
If this flag is set and the BMP reader encounters an 8bit file, the data will be kept as unsigned chars and a lookuptable will be exported
getDescriptiveName() - Method in class vtk.vtkGESignaReader
 
getDescriptiveName() - Method in class vtk.vtkImageReader2
Return a descriptive name for the file format that might be useful in a GUI.
getDescriptiveName() - Method in class vtk.vtkJPEGReader
Return a descriptive name for the file format that might be useful in a GUI.
getDescriptiveName() - Method in class vtk.vtkPNMReader
 
getDescriptiveName() - Method in class vtk.vtkSLCReader
 
getDescriptiveName() - Method in class vtk.vtkTIFFReader
Auxilary methods used by the reader internally.
getDesiredDepth() - Method in class vtk.vtkXOpenGLRenderWindow
Get the X properties of an ideal rendering window.
getDesiredUpdateRate() - Method in class vtk.vtkRenderWindow
Set/Get the desired update rate.
getDesiredUpdateRate() - Method in class vtk.vtkRenderWindowInteractor
Set/Get the desired update rate.
getDesiredUpdateRateMaxValue() - Method in class vtk.vtkRenderWindowInteractor
Set/Get the desired update rate.
getDesiredUpdateRateMinValue() - Method in class vtk.vtkRenderWindowInteractor
Set/Get the desired update rate.
getDiceMode() - Method in class vtk.vtkDicer
Specify the method to determine how many pieces the data should be broken into.
getDiceModeMaxValue() - Method in class vtk.vtkDicer
Specify the method to determine how many pieces the data should be broken into.
getDiceModeMinValue() - Method in class vtk.vtkDicer
Specify the method to determine how many pieces the data should be broken into.
getDiffuse() - Method in class vtk.vtkProperty
Set/Get the diffuse lighting coefficient.
getDiffuse(int) - Method in class vtk.vtkVolumeProperty
Set/Get the diffuse lighting coefficient.
getDiffuse() - Method in class vtk.vtkVolumeProperty
Set/Get the specular lighting coefficient.
getDiffuseColor() - Method in class vtk.vtkLight
Set/Get the color of the light.
getDiffuseColor() - Method in class vtk.vtkProperty
Set/Get the diffuse surface color.
getDiffuseMaxValue() - Method in class vtk.vtkProperty
Set/Get the diffuse lighting coefficient.
getDiffuseMinValue() - Method in class vtk.vtkProperty
Set/Get the diffuse lighting coefficient.
getDiffusionFactor() - Method in class vtk.vtkImageAnisotropicDiffusion2D
The diffusion factor specifies how much neighboring pixels effect each other.
getDiffusionFactor() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Set/Get the difference factor
getDiffusionThreshold() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Set/Get the difference threshold that stops diffusion.
getDiffusionThreshold() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Set/Get the difference threshold that stops diffusion.
getDilateValue() - Method in class vtk.vtkImageDilateErode3D
Set/Get the Dilate and Erode values to be used by this filter.
getDimensionality() - Method in class vtk.vtkImageCorrelation
Determines how the input is interpreted (set of 2d slices ...)
getDimensionality() - Method in class vtk.vtkImageDecomposeFilter
Dimensionality is the number of axes which are considered during execution.
getDimensionality() - Method in class vtk.vtkImageGaussianSmooth
Set/Get the dimensionality of this filter.
getDimensionality() - Method in class vtk.vtkImageGradient
Determines how the input is interpreted (set of 2d slices ...)
getDimensionality() - Method in class vtk.vtkImageGradientMagnitude
Determines how the input is interpreted (set of 2d slices ...)
getDimensionality() - Method in class vtk.vtkImageLaplacian
Determines how the input is interpreted (set of 2d slices ...)
getDimensionality() - Method in class vtk.vtkImageNonMaximumSuppression
Determines how the input is interpreted (set of 2d slices or a 3D volume)
getDimensionality() - Method in class vtk.vtkImageResample
Dimensionality is the number of axes which are considered during execution.
getDimensionality() - Method in class vtk.vtkImageSeedConnectivity
Set the number of axes to use in connectivity.
getDimensionalityMaxValue() - Method in class vtk.vtkImageCorrelation
Determines how the input is interpreted (set of 2d slices ...)
getDimensionalityMaxValue() - Method in class vtk.vtkImageGradient
Determines how the input is interpreted (set of 2d slices ...)
getDimensionalityMaxValue() - Method in class vtk.vtkImageGradientMagnitude
Determines how the input is interpreted (set of 2d slices ...)
getDimensionalityMaxValue() - Method in class vtk.vtkImageLaplacian
Determines how the input is interpreted (set of 2d slices ...)
getDimensionalityMaxValue() - Method in class vtk.vtkImageNonMaximumSuppression
Determines how the input is interpreted (set of 2d slices or a 3D volume)
getDimensionalityMinValue() - Method in class vtk.vtkImageCorrelation
Determines how the input is interpreted (set of 2d slices ...)
getDimensionalityMinValue() - Method in class vtk.vtkImageGradient
Determines how the input is interpreted (set of 2d slices ...)
getDimensionalityMinValue() - Method in class vtk.vtkImageGradientMagnitude
Determines how the input is interpreted (set of 2d slices ...)
getDimensionalityMinValue() - Method in class vtk.vtkImageLaplacian
Determines how the input is interpreted (set of 2d slices ...)
getDimensionalityMinValue() - Method in class vtk.vtkImageNonMaximumSuppression
Determines how the input is interpreted (set of 2d slices or a 3D volume)
getDimensions() - Method in class vtk.vtkDataObjectToDataSetFilter
 
getDimensions() - Method in class vtk.vtkImageData
Get dimensions of this structured points dataset.
getDimensions(int[]) - Method in class vtk.vtkImageData
Get dimensions of this structured points dataset.
getDimensions() - Method in class vtk.vtkRectilinearGrid
Get dimensions of this rectilinear grid dataset.
getDimensions() - Method in class vtk.vtkStructuredGrid
Get dimensions of this structured points dataset.
getDimensions(int[]) - Method in class vtk.vtkStructuredGrid
Get dimensions of this structured points dataset.
getDimensions() - Method in class vtk.vtkStructuredVisibilityConstraint
Get the dimensions used to initialize the object.
getDimensions(int[]) - Method in class vtk.vtkUniformGrid
Get dimensions of this structured points dataset.
getDirection() - Method in class vtk.vtkConeSource
Set the orientation vector of the cone.
getDirection() - Method in class vtk.vtkDepthSortPolyData
Specify the sort method for the polygonal primitives.
getDirection() - Method in class vtk.vtkImageSinusoidSource
Set/Get the direction vector which determines the sinusoidal orientation.
getDirectionEncoder() - Method in class vtk.vtkEncodedGradientEstimator
Set / Get the direction encoder used to encode normal directions to fit within two bytes
getDirectionOfProjection() - Method in class vtk.vtkCamera
Get the vector in the direction from the camera position to the focal point.
getDirectoryName() - Method in class vtk.vtkDICOMImageReader
Returns the directory name.
getDisableGradientOpacity(int) - Method in class vtk.vtkVolumeProperty
Enable/Disable the gradient opacity function for the given component.
getDisableGradientOpacity() - Method in class vtk.vtkVolumeProperty
Enable/Disable the gradient opacity function for the given component.
getDisableMotion() - Method in class vtk.vtkInteractorStyleFlight
Disable motion (temporarily - for viewing etc)
getDisplacementFileName() - Method in class vtk.vtkBYUReader
Specify name of displacement FileName.
getDisplacementFileName() - Method in class vtk.vtkBYUWriter
Specify the name of the displacement file to write.
getDisplacementGrid() - Method in class vtk.vtkGridTransform
Set/Get the grid transform (the grid transform must have three components for displacement in x, y, and z respectively).
getDisplacementScale() - Method in class vtk.vtkGridTransform
Set scale factor to be applied to the displacements.
getDisplacementScale() - Method in class vtk.vtkTransformToGrid
Get the scale and shift to convert integer grid elements into real values: dx = scale*di + shift.
getDisplacementShader() - Method in class vtk.vtkRIBProperty
Specify the name of a displacement shader.
getDisplacementShift() - Method in class vtk.vtkGridTransform
Set a shift to be applied to the displacements.
getDisplacementShift() - Method in class vtk.vtkTransformToGrid
Get the scale and shift to convert integer grid elements into real values: dx = scale*di + shift.
getDisplayExtent(int[]) - Method in class vtk.vtkImageActor
The image extent is generally set explicitly, but if not set it will be determined from the input image data.
getDisplayExtent() - Method in class vtk.vtkImageActor
Get the bounds of this image actor.
getDisplayLocation() - Method in class vtk.vtkProperty2D
The DisplayLocation is either background or foreground.
getDisplayLocationMaxValue() - Method in class vtk.vtkProperty2D
The DisplayLocation is either background or foreground.
getDisplayLocationMinValue() - Method in class vtk.vtkProperty2D
The DisplayLocation is either background or foreground.
getDisplayPoint() - Method in class vtk.vtkViewport
Set/get a point location in display (or screen) coordinates.
getDisplayText() - Method in class vtk.vtkImagePlaneWidget
Enable/disable text display of window-level, image coords and values in a render window.
getDistance() - Method in class vtk.vtkCamera
Move the focal point so that it is the specified distance from the camera position.
getDistance() - Method in class vtk.vtkDividingCubes
Specify sub-voxel size at which to generate point.
getDistance() - Method in class vtk.vtkRecursiveDividingCubes
Specify sub-voxel size at which to generate point.
getDistanceFactor() - Method in class vtk.vtkRuledSurfaceFilter
Set/Get the factor that controls tearing of the surface.
getDistanceFactorMaxValue() - Method in class vtk.vtkRuledSurfaceFilter
Set/Get the factor that controls tearing of the surface.
getDistanceFactorMinValue() - Method in class vtk.vtkRuledSurfaceFilter
Set/Get the factor that controls tearing of the surface.
getDistanceMaxValue() - Method in class vtk.vtkDividingCubes
Specify sub-voxel size at which to generate point.
getDistanceMaxValue() - Method in class vtk.vtkRecursiveDividingCubes
Specify sub-voxel size at which to generate point.
getDistanceMinValue() - Method in class vtk.vtkDividingCubes
Specify sub-voxel size at which to generate point.
getDistanceMinValue() - Method in class vtk.vtkRecursiveDividingCubes
Specify sub-voxel size at which to generate point.
getDistribution() - Method in class vtk.vtkPointSource
Specify the distribution to use.
getDivideByZeroToC() - Method in class vtk.vtkImageMathematics
 
getDivisionOrigin() - Method in class vtk.vtkQuadricClustering
This is an alternative way to set up the bins.
getDivisionSpacing() - Method in class vtk.vtkQuadricClustering
This is an alternative way to set up the bins.
getDivisions() - Method in class vtk.vtkPointLocator
Set the number of divisions in x-y-z directions.
getDoNotReduceNumberOfOutputs() - Method in class vtk.vtkPLOT3DReader
If this is on, the reader will never reduce the number of outputs after reading a file with n grids and producing n outputs.
getDolly() - Method in class vtk.vtkRenderWindowInteractor
Set the total Dolly value to use when flying to (FlyTo()) a specified point.
getDoubleBuffer() - Method in class vtk.vtkWindow
Keep track of whether double buffering is on or off
getDragable() - Method in class vtk.vtkProp
Set/Get the value of the dragable instance variable.
getDrawColor() - Method in class vtk.vtkImageCanvasSource2D
Set/Get DrawValue.
getDrawPlane() - Method in class vtk.vtkImplicitPlaneWidget
Enable/disable the drawing of the plane.
getEccentricity() - Method in class vtk.vtkGaussianSplatter
Control the shape of elliptical splatting.
getEccentricityMaxValue() - Method in class vtk.vtkGaussianSplatter
Control the shape of elliptical splatting.
getEccentricityMinValue() - Method in class vtk.vtkGaussianSplatter
Control the shape of elliptical splatting.
getEdge(int) - Method in class vtk.vtkCell
Return the edge cell from the edgeId of the cell.
getEdge(int) - Method in class vtk.vtkConvexPointSet
A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does.
getEdge(int) - Method in class vtk.vtkEmptyCell
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkHexahedron
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkLine
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkPixel
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkPolyLine
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkPolyVertex
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkPolygon
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkPyramid
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkQuad
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkQuadraticEdge
Implement the vtkCell API.
getEdge(int) - Method in class vtk.vtkQuadraticHexahedron
Implement the vtkCell API.
getEdge(int) - Method in class vtk.vtkQuadraticQuad
Implement the vtkCell API.
getEdge(int) - Method in class vtk.vtkQuadraticTetra
Implement the vtkCell API.
getEdge(int) - Method in class vtk.vtkQuadraticTriangle
Implement the vtkCell API.
getEdge(int) - Method in class vtk.vtkTetra
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkTriangle
Get the edge specified by edgeId (range 0 to 2) and return that edge's coordinates.
getEdge(int) - Method in class vtk.vtkTriangleStrip
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkVertex
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkVoxel
See the vtkCell API for descriptions of these methods.
getEdge(int) - Method in class vtk.vtkWedge
See the vtkCell API for descriptions of these methods.
getEdgeAngle() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the edge angle to control smoothing along edges (either interior or boundary).
getEdgeAngle() - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the edge angle to control smoothing along edges (either interior or boundary).
getEdgeAngleMaxValue() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the edge angle to control smoothing along edges (either interior or boundary).
getEdgeAngleMaxValue() - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the edge angle to control smoothing along edges (either interior or boundary).
getEdgeAngleMinValue() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the edge angle to control smoothing along edges (either interior or boundary).
getEdgeAngleMinValue() - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the edge angle to control smoothing along edges (either interior or boundary).
getEdgeColor() - Method in class vtk.vtkProperty
Set/Get the color of primitive edges (if edge visibility is enabled).
getEdgeVisibility() - Method in class vtk.vtkProperty
Turn on/off the visibility of edges.
getEdges() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
getEdges() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
getEdgesProperty() - Method in class vtk.vtkImplicitPlaneWidget
Get the property of the intersection edges.
getElapsedTime() - Method in class vtk.vtkTimerLog
Returns the difference between StartTime and EndTime as a doubleing point value indicating the elapsed time in seconds.
getElement(int, int) - Method in class vtk.vtkMatrix4x4
 
getElevationBounds() - Method in class vtk.vtkDEMReader
Minimum and maximum elevation for the DEM.
getElevationPattern() - Method in class vtk.vtkDEMReader
Code 1=regular, 2=random, reserved for future use
getElevationUnitOfMeasure() - Method in class vtk.vtkDEMReader
Defining unit of measure for elevation coordinates throughout the file. 1 = feet, 2 = meters
getEnableFlag(int) - Method in class vtk.vtkObjectFactory
Return the enable flag for the class at the given index.
getEnableFlag(String, String) - Method in class vtk.vtkObjectFactory
Set and Get the Enable flag for the specific override of className.
getEnabled() - Method in class vtk.vtkInteractorObserver
Methods for turning the interactor observer on and off, and determining its state.
getEnabled() - Method in class vtk.vtkRenderWindowInteractor
Enable/Disable interactions.
getEncodeAppendedData() - Method in class vtk.vtkXMLWriter
Get/Set whether the appended data section is base64 encoded.
getEncodedDirection(double[]) - Method in class vtk.vtkDirectionEncoder
Given a normal vector n, return the encoded direction
getEncodedDirection(double[]) - Method in class vtk.vtkRecursiveSphereDirectionEncoder
Given a normal vector n, return the encoded direction
getEncodedNormalIndex(int) - Method in class vtk.vtkEncodedGradientEstimator
Get the encoded normal at an x,y,z location in the volume
getEncodedNormalIndex(int, int, int) - Method in class vtk.vtkEncodedGradientEstimator
Get the encoded normal at an x,y,z location in the volume
getEndPhi() - Method in class vtk.vtkSphereSource
Set the ending latitude angle.
getEndPhiMaxValue() - Method in class vtk.vtkSphereSource
Set the ending latitude angle.
getEndPhiMinValue() - Method in class vtk.vtkSphereSource
Set the ending latitude angle.
getEndPiece() - Method in class vtk.vtkXMLPDataWriter
Get/Set the range of pieces assigned to this writer.
getEndTheta() - Method in class vtk.vtkSphereSource
Set the ending longitude angle.
getEndThetaMaxValue() - Method in class vtk.vtkSphereSource
Set the ending longitude angle.
getEndThetaMinValue() - Method in class vtk.vtkSphereSource
Set the ending longitude angle.
getEntryColor(int) - Method in class vtk.vtkLegendBoxActor
Add an entry to the legend box.
getEntryString(int) - Method in class vtk.vtkLegendBoxActor
Add an entry to the legend box.
getEntrySymbol(int) - Method in class vtk.vtkLegendBoxActor
Add an entry to the legend box.
getEntryTextProperty() - Method in class vtk.vtkLegendBoxActor
Set/Get the text property.
getErase() - Method in class vtk.vtkWindow
Turn on/off erasing the screen between images.
getErodeValue() - Method in class vtk.vtkImageDilateErode3D
Set/Get the Dilate and Erode values to be used by this filter.
getError() - Method in class vtk.vtkImageDifference
Return the total error in comparing the two images.
getError() - Method in class vtk.vtkImageToPolyDataFilter
Specify the error value between two colors where the colors are considered the same.
getError() - Method in class vtk.vtkNonLinearCell
Set/Get the normalized error measure used to control the tessellation of the cell.
getError() - Method in class vtk.vtkSLCReader
Was there an error on the last read performed?
getErrorCode() - Method in class vtk.vtkProcessObject
The error code contains a possible error that occured while reading or writing the file.
getErrorIncrement() - Method in class vtk.vtkDecimate
Set the value of the increment by which to increase the decimation error after each iteration.
getErrorIncrementMaxValue() - Method in class vtk.vtkDecimate
Set the value of the increment by which to increase the decimation error after each iteration.
getErrorIncrementMinValue() - Method in class vtk.vtkDecimate
Set the value of the increment by which to increase the decimation error after each iteration.
getErrorIsAbsolute() - Method in class vtk.vtkDecimatePro
The MaximumError is normally defined as a fraction of the dataset bounding diagonal.
getErrorMaxValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify the error value between two colors where the colors are considered the same.
getErrorMaxValue() - Method in class vtk.vtkNonLinearCell
Set/Get the normalized error measure used to control the tessellation of the cell.
getErrorMeasure() - Method in class vtk.vtkGreedyTerrainDecimation
Specify how to terminate the algorithm: either as an absolute number of triangles, a relative number of triangles (normalized by the full resolution mesh), an absolute error (in the height field), or relative error (normalized by the length of the diagonal of the image).
getErrorMeasureMaxValue() - Method in class vtk.vtkGreedyTerrainDecimation
Specify how to terminate the algorithm: either as an absolute number of triangles, a relative number of triangles (normalized by the full resolution mesh), an absolute error (in the height field), or relative error (normalized by the length of the diagonal of the image).
getErrorMeasureMinValue() - Method in class vtk.vtkGreedyTerrainDecimation
Specify how to terminate the algorithm: either as an absolute number of triangles, a relative number of triangles (normalized by the full resolution mesh), an absolute error (in the height field), or relative error (normalized by the length of the diagonal of the image).
getErrorMinValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify the error value between two colors where the colors are considered the same.
getErrorMinValue() - Method in class vtk.vtkNonLinearCell
Set/Get the normalized error measure used to control the tessellation of the cell.
getEstimatedMemorySize() - Method in class vtk.vtkDataObject
Get the estimated size of this data object itself.
getEstimatedMemorySize() - Method in class vtk.vtkImageData
Get the estimated size of this data object itself.
getEvals() - Method in class vtk.vtkPCAAnalysisFilter
Get the vector of eigenvalues sorted in descending order
getEventIndent(int) - Method in class vtk.vtkTimerLog
Programatic access to events.
getEventPending() - Method in class vtk.vtkRenderWindow
Check to see if a mouse button has been pressed.
getEventPending() - Method in class vtk.vtkXOpenGLRenderWindow
Check to see if a mouse button has been pressed.
getEventPosition() - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
getEventSetDescriptors() - Method in class vtk.vtk3DSImporterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtk3DWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAVSucdReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAbstractMapper3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAbstractMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAbstractPickerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAbstractPropPickerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAbstractTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAbstractVolumeMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkActor2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkActor2DCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkActorCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAmoebaMinimizerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAppendFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAppendPolyDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkApplyFilterCommandBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkApproximatingSubdivisionFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkArcPlotterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkArrayCalculatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkArrowSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAssemblyBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAssemblyNodeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAssemblyPathBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAssemblyPathsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAssignAttributeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAttributeDataToFieldDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAxesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkAxisActor2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBMPReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBMPWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBYUReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBYUWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBandedPolyDataContourFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBase64InputStreamBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBase64OutputStreamBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBase64UtilitiesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBitArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBlankStructuredGridBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBlankStructuredGridWithImageBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBooleanTextureBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBoxBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBoxWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkBrownianPointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkButterflySubdivisionFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkButtonSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkByteSwapBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCGMWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCameraBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCaptionActor2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCardinalSplineBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCastToConcreteBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCell3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCellArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCellBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCellCentersBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCellDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCellDataToPointDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCellDerivativesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCellLinksBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCellLocatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCellPickerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCellTypesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCharArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCleanPolyDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkClipDataSetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkClipPolyDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkClipVolumeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCollectionIteratorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkColorTransferFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCompositeDataCommandBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCompositeDataIteratorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCompositeDataSetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCompositeDataVisitorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkConeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkConeSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkConnectivityFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkContourFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkContourGridBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkContourValuesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkConvexPointSetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCoordinateBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCriticalSectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCubeAxesActor2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCubeSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCullerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCullerCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCursor3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCurvaturesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCutterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCylinderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCylinderSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkCylindricalTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDEMReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDICOMImageReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDashedStreamLineBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataArrayCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataArrayCollectionIteratorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataArraySelectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataCompressorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataObjectBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataObjectCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataObjectReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataObjectSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataObjectToDataSetFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataObjectWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetAttributesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetSurfaceFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetToDataObjectFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetToDataSetFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetToImageFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetToPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetToStructuredGridFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetToStructuredPointsFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetToUnstructuredGridFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetTriangleFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataSetWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDebugLeaksBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDecimateBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDecimateProBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDelaunay2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDelaunay3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDepthSortPolyDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDicerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDirectionEncoderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDirectoryBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDiskSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDividingCubesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDoubleArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkDynamicLoaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEarthSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEdgePointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEdgeTableBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkElevationFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEmptyCellBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEnSight6BinaryReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEnSight6ReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEnSightGoldBinaryReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEnSightGoldReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEnSightMasterServerReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEnSightReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEncodedGradientEstimatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkEncodedGradientShaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExplicitCellBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExporterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtentSplitterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtentTranslatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtractEdgesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtractGeometryBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtractGridBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtractPolyDataGeometryBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtractRectilinearGridBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtractTensorComponentsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtractUnstructuredGridBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtractVOIBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkExtractVectorComponentsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkFeatureEdgesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkFieldDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkFieldDataToAttributeDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkFileOutputWindowBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkFiniteDifferenceGradientEstimatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkFloatArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkFollowerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkFrustumCoverageCullerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkFunctionParserBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkFunctionSetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGESignaReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGaussianCubeReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGaussianSplatterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGeneralTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGenericCellBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGenericEnSightReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGenericRenderWindowInteractorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGeometryFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGlyph2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGlyph3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGlyphSource2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGraphLayoutFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGraphicsFactoryBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGreedyTerrainDecimationBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGridSynchronizedTemplates3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkGridTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHeapBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHedgeHogBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHexahedronBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalBoxApplyFilterCommandBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalBoxCellDataToPointDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalBoxContourBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalBoxCutterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalBoxDataSetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalBoxOutlineFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalBoxSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalBoxToHierarchicalBoxFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalBoxToPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalBoxVisitorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalDataIteratorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHierarchicalDataSetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHomogeneousTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHullBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkHyperStreamlineBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkIVExporterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkIVWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkIdFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkIdListBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkIdListCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkIdTypeArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkIdentityTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageAccumulateBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageAnisotropicDiffusion2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageAnisotropicDiffusion3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageAppendBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageAppendComponentsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageBlendBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageButterworthHighPassBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageButterworthLowPassBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageCacheFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageCanvasSource2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageCastBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageChangeInformationBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageCheckerboardBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageCityBlockDistanceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageClipBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageConnectorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageConstantPadBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageContinuousDilate3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageContinuousErode3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageConvolveBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageCorrelationBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageCursor3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageDataGeometryFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageDataStreamerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageDecomposeFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageDifferenceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageDilateErode3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageDivergenceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageDotProductBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageEllipsoidSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageEuclideanDistanceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageEuclideanToPolarBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageExportBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageExtractComponentsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageFFTBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageFlipBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageFourierCenterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageFourierFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageGaussianSmoothBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageGaussianSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageGradientBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageGradientMagnitudeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageGridSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageHSIToRGBBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageHSVToRGBBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageHybridMedian2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageIdealHighPassBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageIdealLowPassBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageImportBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageInPlaceFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageIslandRemoval2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageIterateFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageLaplacianBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageLogarithmicScaleBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageLogicBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageLuminanceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMagnifyBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMagnitudeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMandelbrotSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMapToColorsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMapToRGBABeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMapToWindowLevelColorsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMarchingCubesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMaskBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMaskBitsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMathematicsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMedian3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMirrorPadBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMultipleInputFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageMultipleInputOutputFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageNoiseSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageNonMaximumSuppressionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageNormalizeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageOpenClose3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImagePadFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImagePermuteBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImagePlaneWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageQuantizeRGBToIndexBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageRFFTBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageRGBToHSIBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageRGBToHSVBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageRange3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageReader2BeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageReader2CollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageReader2FactoryBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageRectilinearWipeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageResampleBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageResliceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageSeedConnectivityBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageSeparableConvolutionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageShiftScaleBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageShrink3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageSinusoidSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageSkeleton2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageSobel2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageSobel3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageSpatialFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageStencilBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageStencilDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageStencilSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageThresholdBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageToImageFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageToImageStencilBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageToPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageToStructuredPointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageTracerWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageTranslateExtentBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageTwoInputFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageVariance3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageViewer2BeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageViewerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageWrapPadBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImageWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImagingFactoryBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitBooleanBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitDataSetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitFunctionCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitFunctionToImageStencilBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitModellerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitPlaneWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitSelectionLoopBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitSumBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitTextureCoordsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitVolumeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImplicitWindowFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkImporterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInitialValueProblemSolverBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInputStreamBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInstantiatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkIntArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorEventRecorderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorObserverBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleFlightBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleImageBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleJoystickActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleJoystickCameraBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleRubberBandZoomBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleSwitchBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleTerrainBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleTrackballActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleTrackballBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleTrackballCameraBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleUnicamBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInteractorStyleUserBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInterpolateDataSetAttributesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInterpolatedVelocityFieldBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkInterpolatingSubdivisionFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkIterativeClosestPointTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkJPEGReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkJPEGWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkKitwareContourFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkKitwareCutterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkKochanekSplineBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLODActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLODProp3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLabeledDataMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLandmarkTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLegendBoxActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLightBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLightCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLightKitBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLineBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLineSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLineWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLinearExtrusionFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLinearSubdivisionFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLinearTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLinkEdgelsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLocatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLogLookupTableBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLongArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLookupTableBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkLoopSubdivisionFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMCubesReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMCubesWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMapper2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMapperCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMarchingContourFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMarchingCubesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMarchingSquaresBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMaskFieldsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMaskPointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMaskPolyDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMassPropertiesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMathBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMatrix4x4BeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMatrixToHomogeneousTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMatrixToLinearTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMedicalImageReader2BeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMergeDataObjectFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMergeFieldsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMergeFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMergePointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMeshQualityBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMetaImageReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMetaImageWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMoleculeReaderBaseBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMultiBlockApplyFilterCommandBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMultiBlockDataIteratorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMultiBlockDataSetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMultiBlockDataVisitorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMultiPartExtentTranslatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMultiThreaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkMutexLockBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkNonLinearCellBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOBBDicerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOBBTreeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOBJExporterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOBJReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOOGLExporterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkObjectBaseBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkObjectBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkObjectFactoryBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkObjectFactoryCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLCameraBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLFreeTypeTextMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLImageActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLImageMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLLightBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLPolyDataMapper2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLPolyDataMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLPropertyBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLRayCastImageDisplayHelperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLRenderWindowBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLRendererBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLTextureBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLVolumeRayCastMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOpenGLVolumeTextureMapper2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOrderedTriangulatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOutlineCornerFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOutlineCornerSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOutlineFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOutlineSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOutputStreamBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOutputWindowBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOverrideInformationBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkOverrideInformationCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPCAAnalysisFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPDBReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPLOT3DReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPLYReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPLYWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPNGReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPNGWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPNMReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPNMWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkParallelCoordinatesActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkParticleReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPerlinNoiseBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPerspectiveTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPickerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPiecewiseFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPiecewiseFunctionShiftScaleBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPiecewiseFunctionSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPixelBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPlaneBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPlaneCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPlaneSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPlaneWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPlanesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPlatonicSolidSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointDataToCellDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointLoadBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointLocatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointPickerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointSetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointSetSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointSetToPointSetFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataConnectivityFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataMapper2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataNormalsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataSourceWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataStreamerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataToImageStencilBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataToPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyLineBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolyVertexBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPolygonBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPostScriptWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPriorityQueueBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProbeFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProcessObjectBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProcrustesAlignmentFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProgrammableAttributeDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProgrammableDataObjectSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProgrammableFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProgrammableGlyphFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProgrammableSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProjectedTextureBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProp3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProp3DCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPropAssemblyBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPropBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPropCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPropPickerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkProperty2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPropertyBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPushImageFilterSampleBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPushImageReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPushPipelineBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkPyramidBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkQuadBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkQuadraticEdgeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkQuadraticHexahedronBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkQuadraticQuadBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkQuadraticTetraBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkQuadraticTriangleBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkQuadricBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkQuadricClusteringBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkQuadricDecimationBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkQuantizePolyDataPointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRIBExporterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRIBLightBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRIBPropertyBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRayCastImageDisplayHelperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRearrangeFieldsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRectilinearGridBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRectilinearGridGeometryFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRectilinearGridReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRectilinearGridSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRectilinearGridToPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRectilinearGridToTetrahedraBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRectilinearGridWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRectilinearSynchronizedTemplatesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRecursiveDividingCubesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRecursiveSphereDirectionEncoderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkReferenceCountBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkReflectionFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRenderLargeImageBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRenderWindowBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRenderWindowCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRenderWindowInteractorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRendererBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRendererCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRendererSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkReverseSenseBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRibbonFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRotationalExtrusionFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRuledSurfaceFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRungeKutta2BeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRungeKutta45BeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkRungeKutta4BeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSLCReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSTLReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSTLWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSampleFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkScalarBarActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkScalarBarWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkScalarTreeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkScalarsToColorsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkScaledTextActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSelectPolyDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSelectVisiblePointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkShepardMethodBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkShortArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkShrinkFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkShrinkPolyDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSimpleElevationFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSimpleImageFilterExampleBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSimpleImageToImageFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSimpleScalarTreeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSliceCubesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSmoothPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSpatialRepresentationFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSphereBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSpherePuzzleArrowsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSpherePuzzleBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSphereSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSphereWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSphericalTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSplineBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSplineFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSplineWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSplitFieldBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStreamLineBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStreamPointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStreamTracerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStreamerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStripperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredDataBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredGridBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredGridGeometryFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredGridOutlineFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredGridReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredGridSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredGridToPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredGridToStructuredGridFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredGridWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredPointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredPointsCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredPointsGeometryFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredPointsReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredPointsSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredPointsToPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredPointsToStructuredPointsFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredPointsToUnstructuredGridFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredPointsWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkStructuredVisibilityConstraintBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSubPixelPositionEdgelsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSubdivideTetraBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSuperquadricBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSuperquadricSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSurfaceReconstructionFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSweptSurfaceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSynchronizedTemplates2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkSynchronizedTemplates3DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTIFFReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTIFFWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTableExtentTranslatorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTensorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTensorGlyphBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTestingBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTetraBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTextActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTextMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTextPropertyBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTextSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTextureBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTextureMapToCylinderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTextureMapToPlaneBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTextureMapToSphereBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTexturedSphereSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkThinPlateSplineTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkThresholdBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkThresholdPointsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkThresholdTextureCoordsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTimerLogBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTransformCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTransformFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTransformPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTransformTextureCoordsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTransformToGridBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTriangleBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTriangleFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTriangleStripBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTriangularTCoordsBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTriangularTextureBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkTubeFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUGFacetReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUniformGridBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnsignedCharArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnsignedIntArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnsignedLongArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnsignedShortArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnstructuredGridBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnstructuredGridBunykRayCastFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnstructuredGridReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnstructuredGridSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnstructuredGridToPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnstructuredGridToUnstructuredGridFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnstructuredGridVolumeMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnstructuredGridVolumeRayCastFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkUnstructuredGridWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVRMLExporterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVRMLImporterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVectorDotBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVectorNormBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVectorTextBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVersionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVertexBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVideoSourceBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkViewportBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVoidArrayBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolume16ReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeCollectionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeProMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumePropertyBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeRayCastCompositeFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeRayCastFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeRayCastIsosurfaceFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeRayCastMIPFunctionBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeRayCastMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeTextureMapper2DBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVolumeTextureMapperBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVoxelBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVoxelContoursToSurfaceFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkVoxelModellerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWarpLensBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWarpScalarBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWarpToBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWarpTransformBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWarpVectorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWedgeBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWeightedTransformFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWindowBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWindowLevelLookupTableBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWindowToImageFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWindowedSincPolyDataFilterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWorldPointPickerBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLDataElementBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLDataParserBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLDataSetWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLFileOutputWindowBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLFileReadTesterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLImageDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLImageDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPDataSetWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPImageDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPImageDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPPolyDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPPolyDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPRectilinearGridReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPRectilinearGridWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPStructuredDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPStructuredDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPStructuredGridReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPStructuredGridWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPUnstructuredDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPUnstructuredDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPUnstructuredGridReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPUnstructuredGridWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLParserBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPolyDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLPolyDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLRectilinearGridReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLRectilinearGridWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLStructuredDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLStructuredDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLStructuredGridReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLStructuredGridWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLUnstructuredDataReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLUnstructuredDataWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLUnstructuredGridReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLUnstructuredGridWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLUtilitiesBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXMLWriterBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXOpenGLRenderWindowBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXRenderWindowInteractorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXYPlotActorBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXYPlotWidgetBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkXYZMolReaderBeanInfo
 
getEventSetDescriptors() - Method in class vtk.vtkZLibDataCompressorBeanInfo
 
getEventSize() - Method in class vtk.vtkRenderWindowInteractor
This methods sets the Size ivar of the interactor without actually changing the size of the window.
getEventString(int) - Method in class vtk.vtkTimerLog
Programatic access to events.
getEventWallTime(int) - Method in class vtk.vtkTimerLog
Programatic access to events.
getExchangeAxes() - Method in class vtk.vtkXYPlotActor
Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa).
getExecuteExtent() - Method in class vtk.vtkGridSynchronizedTemplates3D
Needed by templated functions.
getExecuteExtent() - Method in class vtk.vtkSynchronizedTemplates3D
Needed by templated functions.
getExponent() - Method in class vtk.vtkLight
Set/Get the exponent of the cosine used in positional lighting.
getExponentFactor() - Method in class vtk.vtkGaussianSplatter
Set / get the sharpness of decay of the splats.
getExportArrays() - Method in class vtk.vtkRIBExporter
Set or get the ExportArrays.
getExportArraysMaxValue() - Method in class vtk.vtkRIBExporter
Set or get the ExportArrays.
getExportArraysMinValue() - Method in class vtk.vtkRIBExporter
Set or get the ExportArrays.
getExtent() - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
getExtent() - Method in class vtk.vtkExtractUnstructuredGrid
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
getExtent() - Method in class vtk.vtkGeometryFilter
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
getExtent() - Method in class vtk.vtkImageData
Different ways to set the extent of the data array.
getExtent() - Method in class vtk.vtkImageStencilData
Set the extent of the data.
getExtent() - Method in class vtk.vtkRectilinearGrid
Different ways to set the extent of the data array.
getExtent() - Method in class vtk.vtkRectilinearGridGeometryFilter
Get the extent in topological coordinate range (imin,imax, jmin,jmax, kmin,kmax).
getExtent() - Method in class vtk.vtkStructuredGrid
Different ways to set the extent of the data array.
getExtent() - Method in class vtk.vtkStructuredGridGeometryFilter
Get the extent in topological coordinate range (imin,imax, jmin,jmax, kmin,kmax).
getExtent() - Method in class vtk.vtkUniformGrid
Different ways to set the extent of the data array.
getExtentClipping() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry via bounding box.
getExtentClipping() - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry via bounding box.
getExtentTranslation() - Method in class vtk.vtkImageChangeInformation
Apply a translation to the extent.
getExtentTranslator() - Method in class vtk.vtkDataObject
An object that will translate pieces into structured extents.
getExtentTranslator() - Method in class vtk.vtkImageDataStreamer
Get the extent translator that will be used to split the requests
getExtentTranslator() - Method in class vtk.vtkXMLPStructuredDataReader
Get an extent translator that will create pieces matching the input file's piece breakdown.
getExtentTranslator() - Method in class vtk.vtkXMLPStructuredDataWriter
Get/Set the extent translator used for creating pieces.
getExtentTranslator() - Method in class vtk.vtkXMLStructuredDataWriter
Get/Set the extent translator used for streaming.
getExtentType() - Method in class vtk.vtkDataObject
The ExtentType will be left as VTK_PIECES_EXTENT for data objects such as vtkPolyData and vtkUnstructuredGrid.
getExtentType() - Method in class vtk.vtkImageData
The extent type is a 3D extent
getExtentType() - Method in class vtk.vtkImageStencilData
The extent type is 3D, just like vtkImageData.
getExtentType() - Method in class vtk.vtkRectilinearGrid
Structured extent.
getExtentType() - Method in class vtk.vtkStructuredGrid
Methods for supporting blanking of cells.
getExtentType() - Method in class vtk.vtkUniformGrid
The extent type is a 3D extent
getExtractBoundaryCells() - Method in class vtk.vtkExtractGeometry
Boolean controls whether to extract cells that are partially inside.
getExtractBoundaryCells() - Method in class vtk.vtkExtractPolyDataGeometry
Boolean controls whether to extract cells that are partially inside.
getExtractEigenvalues() - Method in class vtk.vtkTensorGlyph
Turn on/off extraction of eigenvalues from tensor.
getExtractInside() - Method in class vtk.vtkExtractGeometry
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
getExtractInside() - Method in class vtk.vtkExtractPolyDataGeometry
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
getExtractNormals() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether normal data is extracted from tensor.
getExtractScalars() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether scalar data is extracted from tensor.
getExtractTCoords() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether texture coordinates are extracted from tensor.
getExtractToFieldData() - Method in class vtk.vtkExtractVectorComponents
Determines whether the vector components will be put in separate outputs or in the first output's field data
getExtractVectors() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether vector data is extracted from tensor.
getExtractionMode() - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
getExtractionMode() - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
getExtractionModeAsString() - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
getExtractionModeAsString() - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
getExtractionModeMaxValue() - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
getExtractionModeMaxValue() - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
getExtractionModeMinValue() - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
getExtractionModeMinValue() - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
getExtrusionPoint() - Method in class vtk.vtkLinearExtrusionFilter
Set/Get extrusion point.
getExtrusionType() - Method in class vtk.vtkLinearExtrusionFilter
Set/Get the type of extrusion.
getExtrusionTypeMaxValue() - Method in class vtk.vtkLinearExtrusionFilter
Set/Get the type of extrusion.
getExtrusionTypeMinValue() - Method in class vtk.vtkLinearExtrusionFilter
Set/Get the type of extrusion.
getEyeAngle() - Method in class vtk.vtkCamera
Set/Get the separation between eyes (in degrees).
getFDFrames() - Method in class vtk.vtkRenderWindow
Set the number of frames for doing focal depth.
getFace(int) - Method in class vtk.vtkCell
Return the face cell from the faceId of the cell.
getFace(int) - Method in class vtk.vtkConvexPointSet
A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does.
getFace(int) - Method in class vtk.vtkEmptyCell
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkHexahedron
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkLine
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkPixel
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkPolyLine
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkPolyVertex
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkPolygon
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkPyramid
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkQuad
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkQuadraticEdge
 
getFace(int) - Method in class vtk.vtkQuadraticHexahedron
Implement the vtkCell API.
getFace(int) - Method in class vtk.vtkQuadraticQuad
 
getFace(int) - Method in class vtk.vtkQuadraticTetra
Implement the vtkCell API.
getFace(int) - Method in class vtk.vtkQuadraticTriangle
 
getFace(int) - Method in class vtk.vtkTetra
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkTriangle
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkTriangleStrip
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkVertex
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkVoxel
See the vtkCell API for descriptions of these methods.
getFace(int) - Method in class vtk.vtkWedge
See the vtkCell API for descriptions of these methods.
getFaceFileName() - Method in class vtk.vtkTextProperty
Specify a face file name (unsupported feature).
getFaceProperty() - Method in class vtk.vtkBoxWidget
Get the face properties (the faces of the box).
getFaces() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
getFaces() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
getFeatureAngle() - Method in class vtk.vtkDecimatePro
Specify the mesh feature angle.
getFeatureAngle() - Method in class vtk.vtkFeatureEdges
Specify the feature angle for extracting feature edges.
getFeatureAngle() - Method in class vtk.vtkPolyDataNormals
Specify the angle that defines a sharp edge.
getFeatureAngle() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the feature angle for sharp edge identification.
getFeatureAngle() - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the feature angle for sharp edge identification.
getFeatureAngleIncrement() - Method in class vtk.vtkDecimate
Set/Get the angle by which to increase feature angle over each iteration.
getFeatureAngleIncrementMaxValue() - Method in class vtk.vtkDecimate
Set/Get the angle by which to increase feature angle over each iteration.
getFeatureAngleIncrementMinValue() - Method in class vtk.vtkDecimate
Set/Get the angle by which to increase feature angle over each iteration.
getFeatureAngleMaxValue() - Method in class vtk.vtkDecimatePro
Specify the mesh feature angle.
getFeatureAngleMaxValue() - Method in class vtk.vtkFeatureEdges
Specify the feature angle for extracting feature edges.
getFeatureAngleMaxValue() - Method in class vtk.vtkPolyDataNormals
Specify the angle that defines a sharp edge.
getFeatureAngleMaxValue() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the feature angle for sharp edge identification.
getFeatureAngleMaxValue() - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the feature angle for sharp edge identification.
getFeatureAngleMinValue() - Method in class vtk.vtkDecimatePro
Specify the mesh feature angle.
getFeatureAngleMinValue() - Method in class vtk.vtkFeatureEdges
Specify the feature angle for extracting feature edges.
getFeatureAngleMinValue() - Method in class vtk.vtkPolyDataNormals
Specify the angle that defines a sharp edge.
getFeatureAngleMinValue() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the feature angle for sharp edge identification.
getFeatureAngleMinValue() - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the feature angle for sharp edge identification.
getFeatureEdgeSmoothing() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off smoothing along sharp interior edges.
getFeatureEdgeSmoothing() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off smoothing along sharp interior edges.
getFeatureEdges() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of feature edges.
getFeatureEdges() - Method in class vtk.vtkQuadricClustering
By default, this flag is off.
getFeaturePointsAngle() - Method in class vtk.vtkQuadricClustering
Set/Get the angle to use in determining whether a point on a boundary / feature edge is a feature point.
getFeaturePointsAngleMaxValue() - Method in class vtk.vtkQuadricClustering
Set/Get the angle to use in determining whether a point on a boundary / feature edge is a feature point.
getFeaturePointsAngleMinValue() - Method in class vtk.vtkQuadricClustering
Set/Get the angle to use in determining whether a point on a boundary / feature edge is a feature point.
getField(vtkIdList, vtkFieldData) - Method in class vtk.vtkFieldData
Get a field from a list of ids.
getFieldArray(vtkFieldData, String, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Return an array of a particular name from field data and do error checking.
getFieldData() - Method in class vtk.vtkDataObject
Assign or retrieve field data to this data object.
getFieldData() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset field data to a data object.
getFieldData() - Method in class vtk.vtkDicer
Set/Get the flag which controls whether to generate point scalar data or point field data.
getFieldData() - Method in class vtk.vtkIdFilter
Set/Get the flag which controls whether to generate scalar data or field data.
getFieldDataArray() - Method in class vtk.vtkArcPlotter
Set/Get the field data array to plot.
getFieldDataArray() - Method in class vtk.vtkLabeledDataMapper
Set/Get the field data array to label.
getFieldDataArrayMaxValue() - Method in class vtk.vtkArcPlotter
Set/Get the field data array to plot.
getFieldDataArrayMaxValue() - Method in class vtk.vtkLabeledDataMapper
Set/Get the field data array to label.
getFieldDataArrayMinValue() - Method in class vtk.vtkArcPlotter
Set/Get the field data array to plot.
getFieldDataArrayMinValue() - Method in class vtk.vtkLabeledDataMapper
Set/Get the field data array to label.
getFieldDataName() - Method in class vtk.vtkDataObjectWriter
Methods delegated to vtkDataWriter, see vtkDataWriter.
getFieldDataName() - Method in class vtk.vtkDataReader
Set the name of the field data to extract.
getFieldDataName() - Method in class vtk.vtkDataWriter
Give a name to the field data.
getFieldDataNameInFile(int) - Method in class vtk.vtkDataReader
What is the name of the ith attribute of a certain type in this file?
getFile(int) - Method in class vtk.vtkDirectory
Return the file at the given index, the indexing is 0 based
getFileDataType() - Method in class vtk.vtkXMLFileReadTester
Get the data type of the XML file tested.
getFileDimensionality() - Method in class vtk.vtkImageReader2
Set/Get the spacing of the data in the file.
getFileDimensionality() - Method in class vtk.vtkImageWriter
What dimension are the files to be written.
getFileExtensions() - Method in class vtk.vtkBMPReader
Return a descriptive name for the file format that might be useful in a GUI.
getFileExtensions() - Method in class vtk.vtkGESignaReader
A descriptive name for this format
getFileExtensions() - Method in class vtk.vtkImageReader2
Return a descriptive name for the file format that might be useful in a GUI.
getFileExtensions() - Method in class vtk.vtkJPEGReader
Return a descriptive name for the file format that might be useful in a GUI.
getFileExtensions() - Method in class vtk.vtkPNMReader
PNM
getFileExtensions() - Method in class vtk.vtkSLCReader
SLC
getFileExtensions() - Method in class vtk.vtkTIFFReader
Return a descriptive name for the file format that might be useful in a GUI.
getFileLowerLeft() - Method in class vtk.vtkImageReader2
Set/Get whether the data comes from the file starting in the lower left corner or upper left corner.
getFileName() - Method in class vtk.vtk3DSImporter
Specify the name of the file to read.
getFileName() - Method in class vtk.vtkAVSucdReader
Specify file name of AVS UCD datafile to read
getFileName() - Method in class vtk.vtkBYUReader
Specify name of displacement FileName.
getFileName() - Method in class vtk.vtkDEMReader
Specify file name of Digital Elevation Model (DEM) file
getFileName() - Method in class vtk.vtkDataObjectWriter
Methods delegated to vtkDataWriter, see vtkDataWriter.
getFileName() - Method in class vtk.vtkDataReader
Specify file name of vtk data file to read.
getFileName() - Method in class vtk.vtkDataWriter
Specify file name of vtk polygon data file to write.
getFileName() - Method in class vtk.vtkFileOutputWindow
 
getFileName() - Method in class vtk.vtkGaussianCubeReader
 
getFileName() - Method in class vtk.vtkIVExporter
Specify the name of the OpenInventor file to write.
getFileName() - Method in class vtk.vtkImageReader2
Specify file name for the image file.
getFileName() - Method in class vtk.vtkImageWriter
Specify file name for the image file.
getFileName() - Method in class vtk.vtkInteractorEventRecorder
Set/Get the name of a file events should be written to/from.
getFileName() - Method in class vtk.vtkMCubesReader
Specify file name of marching cubes file.
getFileName() - Method in class vtk.vtkMetaImageReader
Test whether the file with the given name can be read by this reader.
getFileName() - Method in class vtk.vtkMetaImageWriter
Specify the file name of the raw image data.
getFileName() - Method in class vtk.vtkMoleculeReaderBase
 
getFileName() - Method in class vtk.vtkOBJReader
Specify file name of Wavefront .obj file.
getFileName() - Method in class vtk.vtkOOGLExporter
Specify the name of the Geomview file to write.
getFileName() - Method in class vtk.vtkPLOT3DReader
Set/Get the PLOT3D geometry filename.
getFileName() - Method in class vtk.vtkPLYReader
Specify file name of stereo lithography file.
getFileName() - Method in class vtk.vtkParticleReader
Specify file name.
getFileName() - Method in class vtk.vtkSLCReader
Set/Get the name of the file to read.
getFileName() - Method in class vtk.vtkSTLReader
Specify file name of stereo lithography file.
getFileName() - Method in class vtk.vtkSliceCubes
Specify file name of marching cubes output file.
getFileName() - Method in class vtk.vtkUGFacetReader
Specify Unigraphics file name.
getFileName() - Method in class vtk.vtkVRMLExporter
Specify the name of the VRML file to write.
getFileName() - Method in class vtk.vtkVRMLImporter
Specify the name of the file to read.
getFileName() - Method in class vtk.vtkXMLFileReadTester
Get/Set the name of the file tested by TestReadFile().
getFileName() - Method in class vtk.vtkXMLParser
Set and get file name.
getFileName() - Method in class vtk.vtkXMLReader
Get/Set the name of the input file.
getFileName() - Method in class vtk.vtkXMLWriter
Get/Set the name of the output file.
getFileNameSliceOffset() - Method in class vtk.vtkImageReader2
When reading files which start at an unusual index, this can be added to the slice number when generating the file name (default = 0)
getFileNameSliceSpacing() - Method in class vtk.vtkImageReader2
When reading files which have regular, but non contiguous slices (eg filename.1,filename.3,filename.5) a spacing can be specified to skip missing files (default = 1)
getFilePath() - Method in class vtk.vtkGenericEnSightReader
Set/Get the file path.
getFilePattern() - Method in class vtk.vtkImageReader2
The sprintf format used to build filename from FilePrefix and number.
getFilePattern() - Method in class vtk.vtkImageWriter
The sprintf format used to build filename from FilePrefix and number.
getFilePattern() - Method in class vtk.vtkVolumeReader
The sprintf format used to build filename from FilePrefix and number.
getFilePrefix() - Method in class vtk.vtkImageReader2
Specify file prefix for the image file(s).You should specify either a FileName or FilePrefix.
getFilePrefix() - Method in class vtk.vtkImageWriter
Specify file prefix for the image file(s).You should specify either a FileName or FilePrefix.
getFilePrefix() - Method in class vtk.vtkOBJExporter
Specify the prefix of the files to write out.
getFilePrefix() - Method in class vtk.vtkRIBExporter
Specify the prefix of the files to write out.
getFilePrefix() - Method in class vtk.vtkVolumeReader
Specify file prefix for the image file(s).
getFileType() - Method in class vtk.vtkDataObjectWriter
Methods delegated to vtkDataWriter, see vtkDataWriter.
getFileType() - Method in class vtk.vtkDataReader
Get the type of file (ASCII or BINARY).
getFileType() - Method in class vtk.vtkDataWriter
Specify file type (ASCII or BINARY) for vtk data file.
getFileTypeMaxValue() - Method in class vtk.vtkDataWriter
Specify file type (ASCII or BINARY) for vtk data file.
getFileTypeMinValue() - Method in class vtk.vtkDataWriter
Specify file type (ASCII or BINARY) for vtk data file.
getFileVersion() - Method in class vtk.vtkXMLFileReadTester
Get the file version of the XML file tested.
getFillLightAngle() - Method in class vtk.vtkLightKit
 
getFillLightAzimuth() - Method in class vtk.vtkLightKit
 
getFillLightColor() - Method in class vtk.vtkLightKit
Returns the floating-point RGB values of each of the light's color.
getFillLightElevation() - Method in class vtk.vtkLightKit
 
getFillLightWarmth() - Method in class vtk.vtkLightKit
 
getFillValue() - Method in class vtk.vtkImageGridSource
Set the grey level of the fill.
getFillValue() - Method in class vtk.vtkSweptSurface
Voxels are initialized to this value.
getFilled() - Method in class vtk.vtkGlyphSource2D
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments).
getFilter() - Method in class vtk.vtkApplyFilterCommand
The filter to be executed in Execute()
getFilter0() - Method in class vtk.vtkImageOpenClose3D
Needed for Progress functions
getFilter1() - Method in class vtk.vtkImageOpenClose3D
Needed for Progress functions
getFilteredAxes() - Method in class vtk.vtkImagePermute
The filtered axes are the input axes that get relabeled to X,Y,Z.
getFilteredAxis() - Method in class vtk.vtkImageFlip
Specify which axis will be flipped.
getFirstNode() - Method in class vtk.vtkAssemblyPath
Get the first assembly node in the list.
getFirstNonZeroValue() - Method in class vtk.vtkPiecewiseFunction
Returns the first point location which precedes a non-zero segment of the function.
getFlipAboutOrigin() - Method in class vtk.vtkImageFlip
By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input.
getFlipNormals() - Method in class vtk.vtkMCubesReader
Specify whether to flip normals in opposite direction.
getFlipNormals() - Method in class vtk.vtkPolyDataNormals
Turn on/off the global flipping of normal orientation.
getFlipR() - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the s-axis.
getFlipS() - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the s-axis.
getFlipT() - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the t-axis.
getFlipTexture() - Method in class vtk.vtkImplicitTextureCoords
If enabled, this will flip the sense of inside and outside the implicit function (i.e., a rotation around the r-s-t=0.5 axis).
getFlush() - Method in class vtk.vtkFileOutputWindow
to the log file.
getFlyMode() - Method in class vtk.vtkCubeAxesActor2D
Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position.
getFlyModeMaxValue() - Method in class vtk.vtkCubeAxesActor2D
Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position.
getFlyModeMinValue() - Method in class vtk.vtkCubeAxesActor2D
Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position.
getFocalDisk() - Method in class vtk.vtkCamera
Set the size of the cameras lens in world coordinates.
getFocalPoint() - Method in class vtk.vtkCamera
Set/Get the focal of the camera in world coordinates.
getFocalPoint() - Method in class vtk.vtkCursor3D
Set/Get the position of cursor focus.
getFocalPoint() - Method in class vtk.vtkLight
Set/Get the point at which the light is shining.
getFocalPoint() - Method in class vtk.vtkProjectedTexture
Set/Get the focal point of the projector (a point that lies along the center axis of the projector's frustum).
getFocus() - Method in class vtk.vtkCursor3D
Get the focus for this filter.
getFontFactor() - Method in class vtk.vtkAxisActor2D
Set/Get the factor that controls the overall size of the fonts used to label and title the axes.
getFontFactor() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the factor that controls the overall size of the fonts used to label and title the axes.
getFontFactorMaxValue() - Method in class vtk.vtkAxisActor2D
Set/Get the factor that controls the overall size of the fonts used to label and title the axes.
getFontFactorMaxValue() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the factor that controls the overall size of the fonts used to label and title the axes.
getFontFactorMinValue() - Method in class vtk.vtkAxisActor2D
Set/Get the factor that controls the overall size of the fonts used to label and title the axes.
getFontFactorMinValue() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the factor that controls the overall size of the fonts used to label and title the axes.
getFontFamily() - Method in class vtk.vtkTextProperty
Set/Get the font family.
getFontFamilyAsString() - Method in class vtk.vtkTextProperty
Set/Get the font family.
getFontFamilyMaxValue() - Method in class vtk.vtkTextProperty
Set/Get the font family.
getFontFamilyMinValue() - Method in class vtk.vtkTextProperty
Set/Get the font family.
getFontSize() - Method in class vtk.vtkTextProperty
Set/Get the font size.
getFontSizeMaxValue() - Method in class vtk.vtkTextProperty
Set/Get the font size.
getFontSizeMinValue() - Method in class vtk.vtkTextProperty
Set/Get the font size.
getForceRead() - Method in class vtk.vtkPLOT3DReader
Try to read a binary file even if the file length seems to be inconsistent with the header information.
getForegroundColor() - Method in class vtk.vtkTextSource
Set/Get the foreground color.
getFormatHeight() - Method in class vtk.vtkWarpLens
Specify the imager format width / height in mm
getFormatWidth() - Method in class vtk.vtkWarpLens
Specify the imager format width / height in mm
getFrameBufferSize() - Method in class vtk.vtkVideoSource
Set size of the frame buffer, i.e. the number of frames that the 'tape' can store.
getFrameCount() - Method in class vtk.vtkVideoSource
This value is incremented each time a frame is grabbed.
getFrameIndex() - Method in class vtk.vtkVideoSource
Get the frame index relative to the 'beginning of the tape'.
getFrameRate() - Method in class vtk.vtkVideoSource
Request a particular frame rate (default 30 frames per second).
getFrameSize() - Method in class vtk.vtkVideoSource
Set the full-frame size.
getFrameTimeStamp(int) - Method in class vtk.vtkVideoSource
Get a time stamp in seconds (resolution of milliseconds) for a video frame.
getFrameTimeStamp() - Method in class vtk.vtkVideoSource
Get a time stamp in seconds (resolution of milliseconds) for the Output.
getFrequency() - Method in class vtk.vtkPerlinNoise
Set/get the frequency, or physical scale, of the noise function (higher is finer scale).
getFrontBuffer() - Method in class vtk.vtkTesting
Use front buffer for tests.
getFrontBufferMaxValue() - Method in class vtk.vtkTesting
Use front buffer for tests.
getFrontBufferMinValue() - Method in class vtk.vtkTesting
Use front buffer for tests.
getFrontfaceCulling() - Method in class vtk.vtkProperty
Turn on/off fast culling of polygons based on orientation of normal with respect to camera.
getFrustumPlanes(double, double[]) - Method in class vtk.vtkCamera
Get the plane equations that bound the view frustum.
getFullScreen() - Method in class vtk.vtkRenderWindow
Turn on/off rendering full screen window size.
getFunction() - Method in class vtk.vtkArrayCalculator
Set/Get the function to be evaluated.
getFunction() - Method in class vtk.vtkFunctionParser
 
getFunction() - Method in class vtk.vtkImplicitBoolean
Return the collection of implicit functions.
getFunctionEvaluations() - Method in class vtk.vtkAmoebaMinimizer
Return the number of times that the function has been evaluated.
getFunctionSet() - Method in class vtk.vtkInitialValueProblemSolver
Set / get the dataset used for the implicit function evaluation.
getFunctionValue() - Method in class vtk.vtkAmoebaMinimizer
Get the function value resulting from the minimization.
getGamma() - Method in class vtk.vtkPLOT3DReader
Set/Get the ratio of specific heats.
getGantryAngle() - Method in class vtk.vtkDICOMImageReader
Get the gantry angle for the last image processed.
getGenerateClipScalars() - Method in class vtk.vtkClipDataSet
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
getGenerateClipScalars() - Method in class vtk.vtkClipPolyData
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
getGenerateClipScalars() - Method in class vtk.vtkClipVolume
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
getGenerateClippedOutput() - Method in class vtk.vtkClipDataSet
Control whether a second output is generated.
getGenerateClippedOutput() - Method in class vtk.vtkClipPolyData
Control whether a second output is generated.
getGenerateClippedOutput() - Method in class vtk.vtkClipVolume
Control whether a second output is generated.
getGenerateContourEdges() - Method in class vtk.vtkBandedPolyDataContourFilter
Turn on/off a flag to control whether contour edges are generated.
getGenerateCutScalars() - Method in class vtk.vtkCutter
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
getGenerateErrorScalars() - Method in class vtk.vtkDecimate
Turn on/off the generation of error scalars.
getGenerateErrorScalars() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the generation of scalar distance values.
getGenerateErrorScalars() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the generation of scalar distance values.
getGenerateErrorVectors() - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the generation of error vectors.
getGenerateErrorVectors() - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the generation of error vectors.
getGeneratePointIds() - Method in class vtk.vtkGlyph3D
Enable/disable the generation of point ids as part of the output.
getGenerateSelectionScalars() - Method in class vtk.vtkSelectPolyData
Set/Get the flag to control behavior of the filter.
getGenerateTCoords() - Method in class vtk.vtkRibbonFilter
Control whether and how texture coordinates are produced.
getGenerateTCoords() - Method in class vtk.vtkSplineFilter
Control whether and how texture coordinates are produced.
getGenerateTCoords() - Method in class vtk.vtkTubeFilter
Control whether and how texture coordinates are produced.
getGenerateTCoordsAsString() - Method in class vtk.vtkRibbonFilter
Control whether and how texture coordinates are produced.
getGenerateTCoordsAsString() - Method in class vtk.vtkSplineFilter
Control whether and how texture coordinates are produced.
getGenerateTCoordsAsString() - Method in class vtk.vtkTubeFilter
Control whether and how texture coordinates are produced.
getGenerateTCoordsMaxValue() - Method in class vtk.vtkRibbonFilter
Control whether and how texture coordinates are produced.
getGenerateTCoordsMaxValue() - Method in class vtk.vtkSplineFilter
Control whether and how texture coordinates are produced.
getGenerateTCoordsMaxValue() - Method in class vtk.vtkTubeFilter
Control whether and how texture coordinates are produced.
getGenerateTCoordsMinValue() - Method in class vtk.vtkRibbonFilter
Control whether and how texture coordinates are produced.
getGenerateTCoordsMinValue() - Method in class vtk.vtkSplineFilter
Control whether and how texture coordinates are produced.
getGenerateTCoordsMinValue() - Method in class vtk.vtkTubeFilter
Control whether and how texture coordinates are produced.
getGenerateUnselectedOutput() - Method in class vtk.vtkSelectPolyData
Control whether a second output is generated.
getGenerateVertices() - Method in class vtk.vtkMaskPoints
Generate output polydata vertices as well as points.
getGeometry() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset geometry to a data object.
getGeometry() - Method in class vtk.vtkMergeFilter
Specify object from which to extract geometry information.
getGeometryFileName() - Method in class vtk.vtkBYUReader
Specify name of geometry FileName.
getGeometryFileName() - Method in class vtk.vtkBYUWriter
Specify the name of the geometry file to write.
getGhostLevel() - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
getGhostLevel() - Method in class vtk.vtkPolyData
Get the ghost level.
getGhostLevel() - Method in class vtk.vtkPolyDataMapper
Set the number of ghost cells to return.
getGhostLevel() - Method in class vtk.vtkUnstructuredGrid
Set / Get the ghost level.
getGhostLevel() - Method in class vtk.vtkXMLPDataWriter
Get/Set the ghost level used for this writer's piece.
getGhostLevel() - Method in class vtk.vtkXMLUnstructuredDataWriter
Get/Set the ghost level used to pad each piece.
getGlobalAntiAliasing() - Method in class vtk.vtkTextProperty
Set/Get the global antialiasing hint.
getGlobalDefaultNumberOfThreads() - Method in class vtk.vtkMultiThreader
Set/Get the value which is used to initialize the NumberOfThreads in the constructor.
getGlobalImmediateModeRendering() - Method in class vtk.vtkMapper
Turn on/off flag to control whether data is rendered using immediate mode or note.
getGlobalMaximumNumberOfMultiSamples() - Method in class vtk.vtkOpenGLRenderWindow
Set/Get the maximum number of multisamples
getGlobalMaximumNumberOfThreads() - Method in class vtk.vtkMultiThreader
Set/Get the maximum number of threads to use when multithreading.
getGlobalReleaseDataFlag() - Method in class vtk.vtkDataObject
Turn on/off flag to control whether every object releases its data after being used by a filter.
getGlobalWarningDisplay() - Method in class vtk.vtkObject
This is a global flag that controls whether any debug, warning or error messages are displayed.
getGlyphAngle() - Method in class vtk.vtkImageTracerWidget
Set/Get the initial orientation of the glyph/handle when generated.
getGlyphSize() - Method in class vtk.vtkXYPlotActor
Set/Get the factor that controls how big glyphs are in the plot.
getGlyphSizeMaxValue() - Method in class vtk.vtkXYPlotActor
Set/Get the factor that controls how big glyphs are in the plot.
getGlyphSizeMinValue() - Method in class vtk.vtkXYPlotActor
Set/Get the factor that controls how big glyphs are in the plot.
getGlyphSource() - Method in class vtk.vtkImageTracerWidget
Set/Get the type of snapping to image data: center of a pixel/voxel or nearest point defining a pixel/voxel.
getGlyphSource() - Method in class vtk.vtkXYPlotActor
Set/Get the title of the x-y plot, and the title along the x and y axes.
getGlyphType() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
getGlyphTypeMaxValue() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
getGlyphTypeMinValue() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
getGradMaps() - Method in class vtk.vtkSubPixelPositionEdgels
Set/Get the gradient data for doing the position adjustments.
getGradientDiffuseModulation() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude diffuse modulation
getGradientDiffuseModulationMaxValue() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude diffuse modulation
getGradientDiffuseModulationMinValue() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude diffuse modulation
getGradientEstimator() - Method in class vtk.vtkVolumeRayCastMapper
Set / Get the gradient estimator used to estimate normals
getGradientEstimator() - Method in class vtk.vtkVolumeTextureMapper
Set / Get the gradient estimator used to estimate normals
getGradientMagnitudeBias() - Method in class vtk.vtkEncodedGradientEstimator
Set/Get the scale and bias for the gradient magnitude
getGradientMagnitudeScale() - Method in class vtk.vtkEncodedGradientEstimator
Set/Get the scale and bias for the gradient magnitude
getGradientMagnitudeThreshold() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Switch between gradient magnitude threshold and pixel gradient threshold.
getGradientMagnitudeThreshold() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Switch between gradient magnitude threshold and pixel gradient threshold.
getGradientOpacity(int) - Method in class vtk.vtkVolumeProperty
Get the gradient magnitude opacity transfer function for the given component.
getGradientOpacity() - Method in class vtk.vtkVolumeProperty
Enable/Disable the gradient opacity function for the given component.
getGradientOpacityModulation() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude opacity modulation
getGradientOpacityModulationMaxValue() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude opacity modulation
getGradientOpacityModulationMinValue() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude opacity modulation
getGradientShader() - Method in class vtk.vtkVolumeRayCastMapper
Get the gradient shader.
getGradientShader() - Method in class vtk.vtkVolumeTextureMapper
Get the gradient shader.
getGradientSpecularModulation() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude specular modulation
getGradientSpecularModulationMaxValue() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude specular modulation
getGradientSpecularModulationMinValue() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude specular modulation
getGradientThreshold() - Method in class vtk.vtkLinkEdgels
Set/Get the threshold for image gradient thresholding.
getGraphBounds() - Method in class vtk.vtkGraphLayoutFilter
Set / get the region in space in which to place the final graph.
getGrayScaleHint() - Method in class vtk.vtkImageViewer
By default this is a color viewer.
getGrayTransferFunction(int) - Method in class vtk.vtkVolumeProperty
Get the gray transfer function.
getGrayTransferFunction() - Method in class vtk.vtkVolumeProperty
Get the gray transfer function.
getGreenValue(double) - Method in class vtk.vtkColorTransferFunction
Get the color components individually.
getGridExtent() - Method in class vtk.vtkTransformToGrid
Get/Set the extent of the grid.
getGridOrigin() - Method in class vtk.vtkImageGridSource
Set/Get the grid origin, in ijk integer values.
getGridOrigin() - Method in class vtk.vtkTransformToGrid
Get/Set the origin of the grid.
getGridOutput() - Method in class vtk.vtkGaussianCubeReader
 
getGridScalarType() - Method in class vtk.vtkTransformToGrid
Get/Set the scalar type of the grid.
getGridSpacing() - Method in class vtk.vtkImageGridSource
Set/Get the grid spacing in pixel units.
getGridSpacing() - Method in class vtk.vtkTransformToGrid
Get/Set the spacing between samples in the grid.
getGroundSystem() - Method in class vtk.vtkDEMReader
Ground planimetric reference system
getGroundZone() - Method in class vtk.vtkDEMReader
Zone in ground planimetric reference system
getHBScale() - Method in class vtk.vtkMoleculeReaderBase
 
getHandleBoundaries() - Method in class vtk.vtkImageGradient
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
getHandleBoundaries() - Method in class vtk.vtkImageGradientMagnitude
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
getHandleBoundaries() - Method in class vtk.vtkImageNonMaximumSuppression
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
getHandleDirection() - Method in class vtk.vtkSphereWidget
Set/Get the direction vector of the handle relative to the center of the sphere.
getHandleObservers() - Method in class vtk.vtkInteractorStyle
Does ProcessEvents handle observers on this class or not
getHandlePosition(int, double[]) - Method in class vtk.vtkImageTracerWidget
Set/Get the handle position in terms of a zero-based array of handles.
getHandlePosition() - Method in class vtk.vtkSphereWidget
Get the position of the handle.
getHandlePosition(int, double[]) - Method in class vtk.vtkSplineWidget
Set/Get the position of the spline handles.
getHandlePosition(int) - Method in class vtk.vtkSplineWidget
Set/Get the position of the spline handles.
getHandleProperty() - Method in class vtk.vtkBoxWidget
Get the handle properties (the little balls are the handles).
getHandleProperty() - Method in class vtk.vtkImageTracerWidget
Set/Get the handle properties (the 2D glyphs are the handles).
getHandleProperty() - Method in class vtk.vtkLineWidget
Get the handle properties (the little balls are the handles).
getHandleProperty() - Method in class vtk.vtkPlaneWidget
Get the handle properties (the little balls are the handles).
getHandleProperty() - Method in class vtk.vtkSphereWidget
Get the handle properties (the little ball on the sphere is the handle).
getHandleProperty() - Method in class vtk.vtkSplineWidget
Set/Get the handle properties (the little balls are the handles).
getHandleSize() - Method in class vtk.vtk3DWidget
Set/Get the factor that controls the size of the handles that appear as part of the widget.
getHandleSizeMaxValue() - Method in class vtk.vtk3DWidget
Set/Get the factor that controls the size of the handles that appear as part of the widget.
getHandleSizeMinValue() - Method in class vtk.vtk3DWidget
Set/Get the factor that controls the size of the handles that appear as part of the widget.
getHandleVisibility() - Method in class vtk.vtkSphereWidget
The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving.
getHasByteCount() - Method in class vtk.vtkPLOT3DReader
Were the arrays written with leading and trailing byte counts ?
getHeader() - Method in class vtk.vtkDataObjectWriter
Methods delegated to vtkDataWriter, see vtkDataWriter.
getHeader() - Method in class vtk.vtkDataReader
Get the header from the vtk data file.
getHeader() - Method in class vtk.vtkDataWriter
Specify the header for the vtk data file.
getHeaderSize() - Method in class vtk.vtkImageReader2
Get the size of the header computed by this object.
getHeaderSize(int) - Method in class vtk.vtkImageReader2
Get the size of the header computed by this object.
getHeaderSize() - Method in class vtk.vtkMCubesReader
Specify a header size if one exists.
getHeaderSize() - Method in class vtk.vtkVolume16Reader
Specify the number of bytes to seek over at start of image.
getHeaderSizeMaxValue() - Method in class vtk.vtkMCubesReader
Specify a header size if one exists.
getHeaderSizeMinValue() - Method in class vtk.vtkMCubesReader
Specify a header size if one exists.
getHeadlightColor() - Method in class vtk.vtkLightKit
Returns the floating-point RGB values of each of the light's color.
getHeadlightWarmth() - Method in class vtk.vtkLightKit
 
getHeight() - Method in class vtk.vtkActor2D
Set/Get the height and width of the Actor2D.
getHeight() - Method in class vtk.vtkArcPlotter
Set the height of the plot.
getHeight() - Method in class vtk.vtkButtonSource
Set/Get the height of the button (the y-ellipsoid axis length * 2).
getHeight() - Method in class vtk.vtkConeSource
Set the height of the cone.
getHeight() - Method in class vtk.vtkCylinderSource
Set the height of the cylinder.
getHeight() - Method in class vtk.vtkDICOMImageReader
Returns the image height.
getHeight(vtkViewport) - Method in class vtk.vtkTextMapper
Return the size[2]/width/height of the rectangle required to draw this mapper (in pixels).
getHeightMaxValue() - Method in class vtk.vtkArcPlotter
Set the height of the plot.
getHeightMaxValue() - Method in class vtk.vtkButtonSource
Set/Get the height of the button (the y-ellipsoid axis length * 2).
getHeightMaxValue() - Method in class vtk.vtkConeSource
Set the height of the cone.
getHeightMaxValue() - Method in class vtk.vtkCylinderSource
Set the height of the cylinder.
getHeightMinValue() - Method in class vtk.vtkArcPlotter
Set the height of the plot.
getHeightMinValue() - Method in class vtk.vtkButtonSource
Set/Get the height of the button (the y-ellipsoid axis length * 2).
getHeightMinValue() - Method in class vtk.vtkConeSource
Set the height of the cone.
getHeightMinValue() - Method in class vtk.vtkCylinderSource
Set the height of the cylinder.
getHighPoint() - Method in class vtk.vtkElevationFilter
Define other end of the line (large scalar values).
getHomogeneousInverse() - Method in class vtk.vtkHomogeneousTransform
Just like GetInverse(), but includes typecast to vtkHomogeneousTransform.
getHotSpotSize() - Method in class vtk.vtkPointWidget
Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action.
getHotSpotSizeMaxValue() - Method in class vtk.vtkPointWidget
Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action.
getHotSpotSizeMinValue() - Method in class vtk.vtkPointWidget
Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action.
getHueRange() - Method in class vtk.vtkLookupTable
Set the range in hue (using automatic generation).
getIBlanking() - Method in class vtk.vtkPLOT3DReader
Is there iblanking (point visibility) information in the file.
getIcon(int) - Method in class vtk.VTKBeanInfo
Returns a icons of the specified size.
getId(int) - Method in class vtk.vtkIdList
Return the id at location i.
getId() - Method in class vtk.vtkXMLDataElement
Set/Get the value of the id attribute of the element, if any.
getIdType() - Method in class vtk.vtkXMLWriter
Get/Set the size of the vtkIdType values stored in the file.
getIdsArrayName() - Method in class vtk.vtkIdFilter
Set/Get the name of the Ids array if generated.
getIdsOfCellsOfType(int, vtkIdTypeArray) - Method in class vtk.vtkUnstructuredGrid
Fill vtkIdTypeArray container with list of cell Ids.
getImage() - Method in class vtk.vtkImageDifference
Specify the Input for comparison.
getImage(int) - Method in class vtk.vtkVolume16Reader
Other objects make use of these methods
getImage(int) - Method in class vtk.vtkVolumeReader
Other objects make use of this method.
getImageActor() - Method in class vtk.vtkImageViewer2
Get the internal render window, renderer, image actor, and image map instances.
getImageData() - Method in class vtk.vtkImageCanvasSource2D
To draw into a different image, set it with this method.
getImageHeight() - Method in class vtk.vtkWarpLens
Specify the image width / height in pixels
getImageLowerLeft() - Method in class vtk.vtkImageExport
Set/Get whether the data goes to the exported memory starting in the lower left corner or upper left corner.
getImageMapper() - Method in class vtk.vtkImageViewer
Get the internal objects
getImageNumber() - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
getImageRange() - Method in class vtk.vtkMarchingSquares
Set/Get the i-j-k index range which define a plane on which to generate contour lines.
getImageRange() - Method in class vtk.vtkVolumeReader
Set the range of files to read.
getImageSampleDistance() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
Sampling distance in the XY image dimensions.
getImageSampleDistance() - Method in class vtk.vtkVolumeRayCastMapper
Sampling distance in the XY image dimensions.
getImageSampleDistanceMaxValue() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
Sampling distance in the XY image dimensions.
getImageSampleDistanceMaxValue() - Method in class vtk.vtkVolumeRayCastMapper
Sampling distance in the XY image dimensions.
getImageSampleDistanceMinValue() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
Sampling distance in the XY image dimensions.
getImageSampleDistanceMinValue() - Method in class vtk.vtkVolumeRayCastMapper
Sampling distance in the XY image dimensions.
getImageSnapType() - Method in class vtk.vtkImageTracerWidget
Set/Get the type of snapping to image data: center of a pixel/voxel or nearest point defining a pixel/voxel.
getImageSnapTypeMaxValue() - Method in class vtk.vtkImageTracerWidget
Set/Get the type of snapping to image data: center of a pixel/voxel or nearest point defining a pixel/voxel.
getImageSnapTypeMinValue() - Method in class vtk.vtkImageTracerWidget
Set/Get the type of snapping to image data: center of a pixel/voxel or nearest point defining a pixel/voxel.
getImageWidth() - Method in class vtk.vtkWarpLens
Specify the image width / height in pixels
getImmediateModeRendering() - Method in class vtk.vtkMapper
Turn on/off flag to control whether data is rendered using immediate mode or note.
getImplicitFunction() - Method in class vtk.vtkExtractGeometry
Specify the implicit function for inside/outside checks.
getImplicitFunction() - Method in class vtk.vtkExtractPolyDataGeometry
Specify the implicit function for inside/outside checks.
getImplicitFunction() - Method in class vtk.vtkImplicitWindowFunction
Specify an implicit function to operate on.
getImplicitFunction() - Method in class vtk.vtkSampleFunction
Specify the implicit function to use to generate data.
getInAbortCheck() - Method in class vtk.vtkRenderWindow
This is a flag that can be set to interrupt a rendering that is in progress.
getInTextureCoord() - Method in class vtk.vtkThresholdTextureCoords
Set the texture coordinate value for point satisfying threshold criterion.
getInValue() - Method in class vtk.vtkImageEllipsoidSource
Set/Get the inside pixel values.
getInValue() - Method in class vtk.vtkImageThreshold
Replace the in range pixels with this value.
getIncludeBoundary() - Method in class vtk.vtkExtractGrid
Control whether to enforce that the "boundary" of the grid is output in the subsampling process.
getIncludeBoundary() - Method in class vtk.vtkExtractRectilinearGrid
Control whether to enforce that the "boundary" of the grid is output in the subsampling process.
getIncrement() - Method in class vtk.vtkDividingCubes
Every "Increment" point is added to the list of points.
getIncrement() - Method in class vtk.vtkRecursiveDividingCubes
Every "Increment" point is added to the list of points.
getIncrementMaxValue() - Method in class vtk.vtkDividingCubes
Every "Increment" point is added to the list of points.
getIncrementMaxValue() - Method in class vtk.vtkRecursiveDividingCubes
Every "Increment" point is added to the list of points.
getIncrementMinValue() - Method in class vtk.vtkDividingCubes
Every "Increment" point is added to the list of points.
getIncrementMinValue() - Method in class vtk.vtkRecursiveDividingCubes
Every "Increment" point is added to the list of points.
getIncrements() - Method in class vtk.vtkImageData
Different ways to get the increments for moving around the data.
getIncrements(int[]) - Method in class vtk.vtkImageData
Different ways to get the increments for moving around the data.
getIndependentComponents() - Method in class vtk.vtkVolumeProperty
Does the data have independent components, or do some define color only?
getIndependentComponentsMaxValue() - Method in class vtk.vtkVolumeProperty
Does the data have independent components, or do some define color only?
getIndependentComponentsMinValue() - Method in class vtk.vtkVolumeProperty
Does the data have independent components, or do some define color only?
getIndependentVariables() - Method in class vtk.vtkParallelCoordinatesActor
Specify whether to use the rows or columns as independent variables.
getIndependentVariablesMaxValue() - Method in class vtk.vtkParallelCoordinatesActor
Specify whether to use the rows or columns as independent variables.
getIndependentVariablesMinValue() - Method in class vtk.vtkParallelCoordinatesActor
Specify whether to use the rows or columns as independent variables.
getIndex(double) - Method in class vtk.vtkLookupTable
Return the table index associated with a particular value.
getIndexMode() - Method in class vtk.vtkGlyph3D
Index into table of sources by scalar, by vector/normal magnitude, or no indexing.
getIndexModeAsString() - Method in class vtk.vtkGlyph3D
Index into table of sources by scalar, by vector/normal magnitude, or no indexing.
getInertia() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the inertial factor that controls how often (i.e, how many renders) the axes can switch position (jump from one axes to another).
getInertiaMaxValue() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the inertial factor that controls how often (i.e, how many renders) the axes can switch position (jump from one axes to another).
getInertiaMinValue() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the inertial factor that controls how often (i.e, how many renders) the axes can switch position (jump from one axes to another).
getInflectionPointRatio() - Method in class vtk.vtkDecimatePro
Specify the inflection point ratio.
getInflectionPointRatioMaxValue() - Method in class vtk.vtkDecimatePro
Specify the inflection point ratio.
getInflectionPointRatioMinValue() - Method in class vtk.vtkDecimatePro
Specify the inflection point ratio.
getInformationInput() - Method in class vtk.vtkImageChangeInformation
Copy the information from another data set.
getInformationInput() - Method in class vtk.vtkImageReslice
Set a vtkImageData from which the default Spacing, Origin, and WholeExtent of the output will be copied.
getInitialError() - Method in class vtk.vtkDecimate
Set the decimation error bounds.
getInitialErrorMaxValue() - Method in class vtk.vtkDecimate
Set the decimation error bounds.
getInitialErrorMinValue() - Method in class vtk.vtkDecimate
Set the decimation error bounds.
getInitialFeatureAngle() - Method in class vtk.vtkDecimate
Specify the mesh feature angles.
getInitialFeatureAngleMaxValue() - Method in class vtk.vtkDecimate
Specify the mesh feature angles.
getInitialFeatureAngleMinValue() - Method in class vtk.vtkDecimate
Specify the mesh feature angles.
getInitialIntegrationStep() - Method in class vtk.vtkStreamTracer
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
getInitialIntegrationStepUnit() - Method in class vtk.vtkStreamTracer
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
getInitialize() - Method in class vtk.vtkImageEuclideanDistance
Used to set all non-zero voxels to MaximumDistance before starting the distance transformation.
getInitializeExecuteTime() - Method in class vtk.vtkImageQuantizeRGBToIndex
 
getInitialized() - Method in class vtk.vtkRenderWindowInteractor
See whether interactor has been initialized yet.
getInitialized() - Method in class vtk.vtkVideoSource
Initialize the hardware.
getInnerRadius() - Method in class vtk.vtkDiskSource
Specify inner radius of hole in disc.
getInnerRadiusMaxValue() - Method in class vtk.vtkDiskSource
Specify inner radius of hole in disc.
getInnerRadiusMinValue() - Method in class vtk.vtkDiskSource
Specify inner radius of hole in disc.
getInput() - Method in class vtk.vtk3DWidget
Specify the input dataset.
getInput(int) - Method in class vtk.vtkAppendFilter
Get any input of this filter.
getInput() - Method in class vtk.vtkAppendFilter
Remove a dataset from the list of data to append.
getInput(int) - Method in class vtk.vtkAppendPolyData
Get any input of this filter.
getInput() - Method in class vtk.vtkAppendPolyData
Get any input of this filter.
getInput() - Method in class vtk.vtkCubeAxesActor2D
Use the bounding box of this input dataset to draw the cube axes.
getInput() - Method in class vtk.vtkDataObjectToDataSetFilter
Set the input to the filter.
getInput() - Method in class vtk.vtkDataObjectWriter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkDataSetMapper
Set the Input of this mapper.
getInput() - Method in class vtk.vtkDataSetToDataObjectFilter
Cast input to DataSet.
getInput() - Method in class vtk.vtkDataSetToDataSetFilter
Get the input data or filter.
getInput() - Method in class vtk.vtkDataSetToImageFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkDataSetToPolyDataFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkDataSetToStructuredGridFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkDataSetToStructuredPointsFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkDataSetToUnstructuredGridFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkDataSetWriter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkDelaunay2D
Set / get the input data or filter.
getInput() - Method in class vtk.vtkDelaunay3D
Set / get the input data or filter.
getInput() - Method in class vtk.vtkEncodedGradientEstimator
Set/Get the scalar input for which the normals will be calculated
getInput() - Method in class vtk.vtkExporter
These methods are provided for backward compatibility.
getInput() - Method in class vtk.vtkExtractRectilinearGrid
Set / get the input Grid or filter.
getInput() - Method in class vtk.vtkExtractVectorComponents
Get the input data or filter.
getInput() - Method in class vtk.vtkGeneralTransform
Set the input for this transformation.
getInput() - Method in class vtk.vtkHierarchicalBoxToHierarchicalBoxFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkHierarchicalBoxToPolyDataFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkImageActor
Set/Get the image data input for the image actor.
getInput() - Method in class vtk.vtkImageExport
Set/Get the input object from the image pipeline.
getInput() - Method in class vtk.vtkImageMapper
Set the Input of a filter.
getInput() - Method in class vtk.vtkImageMarchingCubes
Set/Get the source for the scalar data to contour.
getInput(int) - Method in class vtk.vtkImageMultipleInputFilter
Get one input to this filter.
getInput() - Method in class vtk.vtkImageMultipleInputFilter
Get one input to this filter.
getInput() - Method in class vtk.vtkImageToImageFilter
Set the Input of a filter.
getInput() - Method in class vtk.vtkImageToImageStencil
Specify the image data to convert into a stencil.
getInput() - Method in class vtk.vtkImageToStructuredPoints
Set/Get the input object from the image pipeline.
getInput() - Method in class vtk.vtkImageViewer
Set/Get the input to the viewer.
getInput() - Method in class vtk.vtkImageViewer2
Return the minimum and maximum z-slice values.
getInput() - Method in class vtk.vtkImageWriter
Set/Get the input object from the image pipeline.
getInput() - Method in class vtk.vtkImplicitFunctionToImageStencil
Specify the implicit function to convert into a stencil.
getInput() - Method in class vtk.vtkLabeledDataMapper
Set the input dataset to the mapper.
getInput() - Method in class vtk.vtkMarchingSquares
Set / get the input data or filter.
getInput() - Method in class vtk.vtkMassProperties
 
getInput() - Method in class vtk.vtkMatrixToHomogeneousTransform
 
getInput() - Method in class vtk.vtkMatrixToLinearTransform
Set the input matrix.
getInput(int) - Method in class vtk.vtkPCAAnalysisFilter
Retrieve the input with index idx (usually only used for pipeline tracing).
getInput() - Method in class vtk.vtkParallelCoordinatesActor
Remove a dataset from the list of data to append.
getInput() - Method in class vtk.vtkPerspectiveTransform
Set the input for this transformation.
getInput() - Method in class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkPointSetToPointSetFilter
Get the input data or filter.
getInput() - Method in class vtk.vtkPolyDataMapper
Specify the input data to map.
getInput() - Method in class vtk.vtkPolyDataMapper2D
Set the input to the mapper.
getInput() - Method in class vtk.vtkPolyDataToImageStencil
Specify the polydata to convert into a stencil.
getInput() - Method in class vtk.vtkPolyDataToPolyDataFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkPolyDataWriter
Set / get the input data or filter.
getInput(int) - Method in class vtk.vtkProcrustesAlignmentFilter
Retrieve the input point set with index idx (usuall only for pipeline tracing).
getInput() - Method in class vtk.vtkRectilinearGridToPolyDataFilter
Set / get the input Grid or filter.
getInput() - Method in class vtk.vtkRectilinearGridToTetrahedra
Set / get the input data or filter.
getInput() - Method in class vtk.vtkRectilinearGridWriter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the source for the scalar data to contour.
getInput() - Method in class vtk.vtkRenderLargeImage
Returns which renderer is being used as the source for the pixel data.
getInput() - Method in class vtk.vtkRendererSource
Returns which renderer is being used as the source for the pixel data.
getInput() - Method in class vtk.vtkSimpleImageToImageFilter
Set the Input of a filter.
getInput() - Method in class vtk.vtkSpatialRepresentationFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkStructuredGridToPolyDataFilter
Set / get the input Grid or filter.
getInput() - Method in class vtk.vtkStructuredGridToStructuredGridFilter
Set / get the input Grid or filter.
getInput() - Method in class vtk.vtkStructuredGridWriter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkStructuredPointsToPolyDataFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkStructuredPointsToStructuredPointsFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkStructuredPointsToUnstructuredGridFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkStructuredPointsWriter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkSynchronizedTemplates2D
Set / get the input data or filter.
getInput() - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the source for the scalar data to contour.
getInput() - Method in class vtk.vtkTextActor
Set the text string to be displayed.
getInput() - Method in class vtk.vtkTextMapper
Set the input text string to the mapper.
getInput() - Method in class vtk.vtkTexture
This process object accepts image data as input.
getInput() - Method in class vtk.vtkTransform
Set the input for this transformation.
getInput() - Method in class vtk.vtkTransformToGrid
Set/Get the transform which will be converted into a grid.
getInput() - Method in class vtk.vtkUnstructuredGridToPolyDataFilter
Set / get the input data or filter.
getInput() - Method in class vtk.vtkUnstructuredGridToUnstructuredGridFilter
Set / get the input Grid or filter.
getInput() - Method in class vtk.vtkUnstructuredGridVolumeMapper
Set/Get the input data
getInput() - Method in class vtk.vtkUnstructuredGridWriter
Specify the input data or filter.
getInput() - Method in class vtk.vtkVolumeMapper
Set/Get the input data
getInput() - Method in class vtk.vtkWindowToImageFilter
Returns which renderer is being used as the source for the pixel data.
getInput() - Method in class vtk.vtkXMLDataSetWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLImageDataWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLPDataSetWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLPImageDataWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLPPolyDataWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLPRectilinearGridWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLPStructuredGridWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLPUnstructuredGridWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLPolyDataWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLRectilinearGridWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLStructuredGridWriter
Get/Set the writer's input.
getInput() - Method in class vtk.vtkXMLUnstructuredGridWriter
Get/Set the writer's input.
getInput1() - Method in class vtk.vtkImageTwoInputFilter
Get the inputs to this filter.
getInput2() - Method in class vtk.vtkImageTwoInputFilter
Get the inputs to this filter.
getInputArray() - Method in class vtk.vtkDataReader
Specify the vtkCharArray to be used when reading from a string.
getInputAsDataSet() - Method in class vtk.vtkMapper
Map the scalars (if there are any scalars and ScalarVisibility is on) through the lookup table, returning an unsigned char RGBA array.
getInputConnectValue() - Method in class vtk.vtkImageSeedConnectivity
Set/Get what value is considered as connecting pixels.
getInputField() - Method in class vtk.vtkFieldDataToAttributeDataFilter
Specify which field data to use to generate the output attribute data.
getInputList() - Method in class vtk.vtkAppendFilter
Returns a copy of the input array.
getInputList() - Method in class vtk.vtkInterpolateDataSetAttributes
Return the list of inputs to this filter.
getInputList() - Method in class vtk.vtkProgrammableAttributeDataFilter
Return the list of inputs.
getInputList() - Method in class vtk.vtkXYPlotActor
If plotting points by value, which component to use to determine the value.
getInputMemoryLimit() - Method in class vtk.vtkImageMarchingCubes
The InputMemoryLimit determines the chunk size (the number of slices requested at each iteration).
getInputMemoryLimit() - Method in class vtk.vtkImageToImageFilter
 
getInputMemoryLimit() - Method in class vtk.vtkSynchronizedTemplates3D
Determines the chunk size fro streaming.
getInputNormalsSelection() - Method in class vtk.vtkGlyph3D
If you want to use an arbitrary normals array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkBandedPolyDataContourFilter
If you want to contour by an arbitrary array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkClipDataSet
If you want to clip by an arbitrary array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkContourFilter
If you want to contour by an arbitrary array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkContourGrid
If you want to contour by an arbitrary array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkGlyph3D
If you want to use an arbitrary scalars array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkGridSynchronizedTemplates3D
If you want to contour by an arbitrary array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkHierarchicalBoxContour
Delegated to contour
getInputScalarsSelection() - Method in class vtk.vtkImageContinuousDilate3D
If you want to dilate by an arbitrary point scalar array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkImageContinuousErode3D
If you want to erode by an arbitrary point scalar array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkImageGradient
If you want to compute the gradient of an arbitrary point scalar array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkImageGradientMagnitude
If you want to compute the gradient magnitude of an arbitrary point scalar array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkImageMedian3D
If you want the neighborhood median of an arbitrary point scalar array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkRectilinearSynchronizedTemplates
If you want to contour by an arbitrary array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkSynchronizedTemplates2D
If you want to contour by an arbitrary array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkSynchronizedTemplates3D
If you want to contour by an arbitrary array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkThreshold
If you want to threshold by an arbitrary array, then set its name here.
getInputScalarsSelection() - Method in class vtk.vtkWarpScalar
If you want to warp by an arbitrary scalar array, then set its name here.
getInputString() - Method in class vtk.vtkDataReader
Specify the InputString for use when reading from a character array.
getInputString() - Method in class vtk.vtkInteractorEventRecorder
Set/Get the string to read from.
getInputStringLength() - Method in class vtk.vtkDataReader
Specify the InputString for use when reading from a character array.
getInputVectorsSelection() - Method in class vtk.vtkGlyph3D
If you want to use an arbitrary vectors array, then set its name here.
getInputVectorsSelection() - Method in class vtk.vtkRibbonFilter
If you want to use an arbitrary normals array, then set its name here.
getInputVectorsSelection() - Method in class vtk.vtkStreamTracer
If you want to generate traces using an arbitrary vector array, then set its name here.
getInputVectorsSelection() - Method in class vtk.vtkWarpVector
If you want to warp by an arbitrary vector array, then set its name here.
getInsertLocation(int) - Method in class vtk.vtkCellArray
Computes the current insertion location within the internal array.
getInsideOut() - Method in class vtk.vtkBoxWidget
Set/Get the InsideOut flag.
getInsideOut() - Method in class vtk.vtkClipDataSet
Set/Get the InsideOut flag.
getInsideOut() - Method in class vtk.vtkClipPolyData
Set/Get the InsideOut flag.
getInsideOut() - Method in class vtk.vtkClipVolume
Set/Get the InsideOut flag.
getInsideOut() - Method in class vtk.vtkSelectPolyData
Set/Get the InsideOut flag.
getInstance() - Method in class vtk.vtkOutputWindow
Return the singleton instance with no reference counting.
getIntegrationDirection() - Method in class vtk.vtkHyperStreamline
Specify the direction in which to integrate the hyperstreamline.
getIntegrationDirection() - Method in class vtk.vtkStreamTracer
Specify whether the streamtrace will be generated in the upstream or downstream direction.
getIntegrationDirection() - Method in class vtk.vtkStreamer
Specify the direction in which to integrate the Streamer.
getIntegrationDirectionAsString() - Method in class vtk.vtkStreamer
Specify the direction in which to integrate the Streamer.
getIntegrationDirectionMaxValue() - Method in class vtk.vtkHyperStreamline
Specify the direction in which to integrate the hyperstreamline.
getIntegrationDirectionMaxValue() - Method in class vtk.vtkStreamTracer
Specify whether the streamtrace will be generated in the upstream or downstream direction.
getIntegrationDirectionMaxValue() - Method in class vtk.vtkStreamer
Specify the direction in which to integrate the Streamer.
getIntegrationDirectionMinValue() - Method in class vtk.vtkHyperStreamline
Specify the direction in which to integrate the hyperstreamline.
getIntegrationDirectionMinValue() - Method in class vtk.vtkStreamTracer
Specify whether the streamtrace will be generated in the upstream or downstream direction.
getIntegrationDirectionMinValue() - Method in class vtk.vtkStreamer
Specify the direction in which to integrate the Streamer.
getIntegrationEigenvector() - Method in class vtk.vtkHyperStreamline
Set / get the eigenvector field through which to ingrate.
getIntegrationEigenvectorMaxValue() - Method in class vtk.vtkHyperStreamline
Set / get the eigenvector field through which to ingrate.
getIntegrationEigenvectorMinValue() - Method in class vtk.vtkHyperStreamline
Set / get the eigenvector field through which to ingrate.
getIntegrationStepLength() - Method in class vtk.vtkHyperStreamline
Set / get a nominal integration step size (expressed as a fraction of the size of each cell).
getIntegrationStepLength() - Method in class vtk.vtkStreamer
Specify a nominal integration step size (expressed as a fraction of the size of each cell).
getIntegrationStepLengthMaxValue() - Method in class vtk.vtkHyperStreamline
Set / get a nominal integration step size (expressed as a fraction of the size of each cell).
getIntegrationStepLengthMaxValue() - Method in class vtk.vtkStreamer
Specify a nominal integration step size (expressed as a fraction of the size of each cell).
getIntegrationStepLengthMinValue() - Method in class vtk.vtkHyperStreamline
Set / get a nominal integration step size (expressed as a fraction of the size of each cell).
getIntegrationStepLengthMinValue() - Method in class vtk.vtkStreamer
Specify a nominal integration step size (expressed as a fraction of the size of each cell).
getIntegrator() - Method in class vtk.vtkStreamTracer
Set/get the integrator type to be used in the stream line calculation.
getIntegrator() - Method in class vtk.vtkStreamer
Set/get the integrator type to be used in the stream line calculation.
getIntegratorType() - Method in class vtk.vtkStreamTracer
Set/get the integrator type to be used in the stream line calculation.
getIntensity() - Method in class vtk.vtkLight
Set/Get the brightness of the light (from one to zero).
getInteraction() - Method in class vtk.vtkImagePlaneWidget
Enable/disable mouse interaction so the widget remains on display.
getInteraction() - Method in class vtk.vtkImageTracerWidget
Enable/disable mouse interaction when the widget is visible.
getInteractive() - Method in class vtk.vtkRenderer
Turn on/off interactive status.
getInteractor() - Method in class vtk.vtkInteractorObserver
This method is used to associate the widget with the render window interactor.
getInteractor() - Method in class vtk.vtkRenderWindow
Get the interactor associated with this render window
getInteractorStyle() - Method in class vtk.vtkRenderWindowInteractor
External switching between joystick/trackball/new?
getIntermixIntersectingGeometry() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
getIntermixIntersectingGeometry() - Method in class vtk.vtkVolumeProMapper
Specify whether any geometry intersects the volume.
getIntermixIntersectingGeometry() - Method in class vtk.vtkVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
getIntermixIntersectingGeometryMaxValue() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
getIntermixIntersectingGeometryMaxValue() - Method in class vtk.vtkVolumeProMapper
Specify whether any geometry intersects the volume.
getIntermixIntersectingGeometryMaxValue() - Method in class vtk.vtkVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
getIntermixIntersectingGeometryMinValue() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
getIntermixIntersectingGeometryMinValue() - Method in class vtk.vtkVolumeProMapper
Specify whether any geometry intersects the volume.
getIntermixIntersectingGeometryMinValue() - Method in class vtk.vtkVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
getInternalFileName() - Method in class vtk.vtkImageReader2
Set/Get the internal file name
getInterpolate() - Method in class vtk.vtkImageActor
Turn on/off linear interpolation of the image when rendering.
getInterpolate() - Method in class vtk.vtkImageMagnify
Turn interpolation on and off (pixel replication is used when off).
getInterpolate() - Method in class vtk.vtkImageReslice
Convenient methods for switching between nearest-neighbor and linear interpolation.
getInterpolate() - Method in class vtk.vtkTexture
Turn on/off linear interpolation of the texture map when rendering.
getInterpolation() - Method in class vtk.vtkProperty
Set the shading interpolation method for an object.
getInterpolationAsString() - Method in class vtk.vtkProperty
Set the shading interpolation method for an object.
getInterpolationMaxValue() - Method in class vtk.vtkProperty
Set the shading interpolation method for an object.
getInterpolationMinValue() - Method in class vtk.vtkProperty
Set the shading interpolation method for an object.
getInterpolationMode() - Method in class vtk.vtkGridTransform
Set interpolation mode for sampling the grid.
getInterpolationMode() - Method in class vtk.vtkImageReslice
Set interpolation mode (default: nearest neighbor).
getInterpolationModeAsString() - Method in class vtk.vtkGridTransform
Set interpolation mode for sampling the grid.
getInterpolationModeAsString() - Method in class vtk.vtkImageReslice
Set interpolation mode (default: nearest neighbor).
getInterpolationType() - Method in class vtk.vtkVolumeProperty
Set the interpolation type for sampling a volume.
getInterpolationTypeAsString() - Method in class vtk.vtkVolumeProperty
Set the interpolation type for sampling a volume.
getInterpolationTypeMaxValue() - Method in class vtk.vtkVolumeProperty
Set the interpolation type for sampling a volume.
getInterpolationTypeMinValue() - Method in class vtk.vtkVolumeProperty
Set the interpolation type for sampling a volume.
getInverse() - Method in class vtk.vtkAbstractTransform
Get the inverse of this transform.
getInverse(vtkMatrix4x4) - Method in class vtk.vtkTransform
Return a matrix which is the inverse of the current transformation matrix.
getInverse() - Method in class vtk.vtkTransform
Make a new transform of the same type.
getInverseFlag() - Method in class vtk.vtkGeneralTransform
Get the inverse flag of the transformation.
getInverseFlag() - Method in class vtk.vtkPerspectiveTransform
Get the inverse flag of the transformation.
getInverseFlag() - Method in class vtk.vtkTransform
Get the inverse flag of the transformation.
getInverseFlag() - Method in class vtk.vtkWarpTransform
Get the inverse flag of the transformation.
getInverseIterations() - Method in class vtk.vtkWarpTransform
Set the maximum number of iterations for the inverse transformation.
getInverseTolerance() - Method in class vtk.vtkWarpTransform
Set the tolerance for inverse transformation.
getInverseVideo() - Method in class vtk.vtkWindowLevelLookupTable
Set inverse video on or off.
getInvertMeanCurvature() - Method in class vtk.vtkCurvatures
Set/Get the flag which inverts the mean curvature calculation for meshes with inward pointing normals (default false)
getIren() - Method in class vtk.vtkCanvas
 
getIsClosed() - Method in class vtk.vtkImageTracerWidget
Is the path closed or open?
getIsIdentity() - Method in class vtk.vtkProp3D
Is the matrix for this actor identity
getIsPicking() - Method in class vtk.vtkRenderWindow
 
getIsPicking() - Method in class vtk.vtkViewport
Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
getIslandValue() - Method in class vtk.vtkImageIslandRemoval2D
Set/Get the value to remove.
getIsoValue() - Method in class vtk.vtkVolumeRayCastIsosurfaceFunction
Set/Get the value of IsoValue.
getItalic() - Method in class vtk.vtkTextProperty
Enable/disable text italic.
getItem(int) - Method in class vtk.vtkDataArrayCollection
Get the ith dataset in the list.
getItem(int) - Method in class vtk.vtkDataObjectCollection
Get the ith data object in the list.
getItem(int) - Method in class vtk.vtkDataSetCollection
Get the ith dataset in the list.
getItem(int) - Method in class vtk.vtkIdListCollection
Get the ith dataset in the list.
getItemAsObject(int) - Method in class vtk.vtkCollection
Get the i'th item in the collection.
getIteration() - Method in class vtk.vtkImageIterateFilter
Get which iteration is current being performed.
getIterations() - Method in class vtk.vtkAmoebaMinimizer
Return the number of interations that have been performed.
getJustification() - Method in class vtk.vtkTextProperty
Set/Get the horizontal justification to left (default), centered, or right.
getJustificationAsString() - Method in class vtk.vtkTextProperty
Set/Get the horizontal justification to left (default), centered, or right.
getJustificationMaxValue() - Method in class vtk.vtkTextProperty
Set/Get the horizontal justification to left (default), centered, or right.
getJustificationMinValue() - Method in class vtk.vtkTextProperty
Set/Get the horizontal justification to left (default), centered, or right.
getK1() - Method in class vtk.vtkWarpLens
Specify the symmetric radial distortion parameters for the lens
getK2() - Method in class vtk.vtkWarpLens
Specify the symmetric radial distortion parameters for the lens
getKappa() - Method in class vtk.vtkWarpLens
Specify second order symmetric radial lens distortion parameter.
getKernel3x3(double[]) - Method in class vtk.vtkImageConvolve
Return an array that contains the kernel.
getKernel3x3x3(double[]) - Method in class vtk.vtkImageConvolve
Return an array that contains the kernel
getKernel5x5(double[]) - Method in class vtk.vtkImageConvolve
Return an array that contains the kernel.
getKernelMiddle() - Method in class vtk.vtkImageSpatialFilter
 
getKernelSize() - Method in class vtk.vtkImageConvolve
Get the kernel size
getKernelSize() - Method in class vtk.vtkImageSpatialFilter
Get the Kernel middle.
getKeyCode() - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
getKeyLightAngle() - Method in class vtk.vtkLightKit
 
getKeyLightAzimuth() - Method in class vtk.vtkLightKit
 
getKeyLightColor() - Method in class vtk.vtkLightKit
Returns the floating-point RGB values of each of the light's color.
getKeyLightElevation() - Method in class vtk.vtkLightKit
 
getKeyLightIntensity() - Method in class vtk.vtkLightKit
Set/Get the intensity of the key light.
getKeyLightWarmth() - Method in class vtk.vtkLightKit
Set the warmth of each the lights.
getKeyPressActivation() - Method in class vtk.vtkInteractorObserver
Enable/Disable of the use of a keypress to turn on and off the interactor observer.
getKeyPressActivationValue() - Method in class vtk.vtkInteractorObserver
Specify which key press value to use to activate the interactor observer (if key press activation is enabled).
getKeySym() - Method in class vtk.vtkInteractorStyleUser
Get the KeySym (in the same format as Tk KeySyms) for a KeyPress or KeyRelease method.
getKeySym() - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
getKeyToBackRatio() - Method in class vtk.vtkLightKit
Set/Get the key-to-back light ratio.
getKeyToBackRatioMaxValue() - Method in class vtk.vtkLightKit
Set/Get the key-to-back light ratio.
getKeyToBackRatioMinValue() - Method in class vtk.vtkLightKit
Set/Get the key-to-back light ratio.
getKeyToFillRatio() - Method in class vtk.vtkLightKit
Set/Get the key-to-fill ratio.
getKeyToFillRatioMaxValue() - Method in class vtk.vtkLightKit
Set/Get the key-to-fill ratio.
getKeyToFillRatioMinValue() - Method in class vtk.vtkLightKit
Set/Get the key-to-fill ratio.
getKeyToHeadRatio() - Method in class vtk.vtkLightKit
Set/Get the key-to-headlight ratio.
getKeyToHeadRatioMaxValue() - Method in class vtk.vtkLightKit
Set/Get the key-to-headlight ratio.
getKeyToHeadRatioMinValue() - Method in class vtk.vtkLightKit
Set/Get the key-to-headlight ratio.
getKx() - Method in class vtk.vtkMassProperties
Compute and return the weighting factors for the maximum unit normal component (MUNC).
getKy() - Method in class vtk.vtkMassProperties
Compute and return the weighting factors for the maximum unit normal component (MUNC).
getKz() - Method in class vtk.vtkMassProperties
Compute and return the area.
getLODEstimatedRenderTime(int) - Method in class vtk.vtkLODProp3D
Access method that can be used to find out the estimated render time (the thing used to select an LOD) for a given LOD ID or index.
getLODIndexEstimatedRenderTime(int) - Method in class vtk.vtkLODProp3D
Access method that can be used to find out the estimated render time (the thing used to select an LOD) for a given LOD ID or index.
getLODIndexLevel(int) - Method in class vtk.vtkLODProp3D
Set the level of a particular LOD.
getLODLevel(int) - Method in class vtk.vtkLODProp3D
Set the level of a particular LOD.
getLODMapper(int) - Method in class vtk.vtkLODProp3D
Get the LODMapper as an vtkAbstractMapper3D.
getLODMappers() - Method in class vtk.vtkLODActor
All the mappers for different LODs are stored here.
getLabelFactor() - Method in class vtk.vtkAxisActor2D
Set/Get the factor that controls the relative size of the axis labels to the axis title.
getLabelFactorMaxValue() - Method in class vtk.vtkAxisActor2D
Set/Get the factor that controls the relative size of the axis labels to the axis title.
getLabelFactorMinValue() - Method in class vtk.vtkAxisActor2D
Set/Get the factor that controls the relative size of the axis labels to the axis title.
getLabelFormat() - Method in class vtk.vtkAxisActor2D
Set/Get the format with which to print the labels on the scalar bar.
getLabelFormat() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the format with which to print the labels on each of the x-y-z axes.
getLabelFormat() - Method in class vtk.vtkLabeledDataMapper
Set/Get the format with which to print the labels.
getLabelFormat() - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the format with which to print the labels on the axes.
getLabelFormat() - Method in class vtk.vtkScalarBarActor
Set/Get the format with which to print the labels on the scalar bar.
getLabelFormat() - Method in class vtk.vtkXYPlotActor
Set/Get the format with which to print the labels on the scalar bar.
getLabelMode() - Method in class vtk.vtkLabeledDataMapper
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
getLabelTextProperty() - Method in class vtk.vtkAxisActor2D
Set/Get the labels text property.
getLabelTextProperty() - Method in class vtk.vtkLabeledDataMapper
Set/Get the text property.
getLabelTextProperty() - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the labels text property.
getLabelTextProperty() - Method in class vtk.vtkScalarBarActor
Set/Get the labels text property.
getLabelVisibility() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis labels.
getLabeledComponent() - Method in class vtk.vtkLabeledDataMapper
Set/Get the component number to label if the data to print has more than one component.
getLandmarkTransform() - Method in class vtk.vtkIterativeClosestPointTransform
Get the internal landmark transform.
getLandmarkTransform() - Method in class vtk.vtkProcrustesAlignmentFilter
Get the internal landmark transform.
getLastActor() - Method in class vtk.vtkActorCollection
Get the last actor in the list.
getLastActor2D() - Method in class vtk.vtkActor2DCollection
Standard Collection methods
getLastCellId() - Method in class vtk.vtkInterpolatedVelocityField
Return the cell id cached from last evaluation.
getLastDataSet() - Method in class vtk.vtkInterpolatedVelocityField
 
getLastEventPosition() - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
getLastItem() - Method in class vtk.vtkActor2DCollection
Access routines that are provided for compatibility with previous version of VTK.
getLastItem() - Method in class vtk.vtkActorCollection
Access routines that are provided for compatibility with previous version of VTK.
getLastItem() - Method in class vtk.vtkCullerCollection
Get the last Culler in the list.
getLastItem() - Method in class vtk.vtkMapperCollection
Get the last mapper in the list.
getLastLocalCoordinates(double[]) - Method in class vtk.vtkInterpolatedVelocityField
Returns the interpolation weights cached from last evaluation if the cached cell is valid (returns 1).
getLastNode() - Method in class vtk.vtkAssemblyPath
Get the last assembly node in the list.
getLastPos() - Method in class vtk.vtkInteractorStyleUser
Get the most recent mouse position during mouse motion.
getLastProp() - Method in class vtk.vtkPropCollection
Get the last Prop in the list.
getLastProp3D() - Method in class vtk.vtkProp3DCollection
Get the last actor in the list.
getLastRenderTimeInSeconds() - Method in class vtk.vtkRenderer
Get the time required, in seconds, for the last Render call.
getLastRenderedLODID() - Method in class vtk.vtkLODProp3D
Get the ID of the previously (during the last render) selected LOD index
getLastUpdateTimeInCPUSeconds() - Method in class vtk.vtkEncodedGradientEstimator
Get the time required for the last update in seconds or cpu seconds
getLastUpdateTimeInSeconds() - Method in class vtk.vtkEncodedGradientEstimator
Get the time required for the last update in seconds or cpu seconds
getLatLongLines() - Method in class vtk.vtkInteractorStyleTerrain
Turn on/off the latitude/longitude lines.
getLatLongTessellation() - Method in class vtk.vtkSphereSource
Cause the sphere to be tessellated with edges along the latitude and longitude lines.
getLayer() - Method in class vtk.vtkRenderer
Set/Get the layer that this renderer belongs to.
getLayerNumber() - Method in class vtk.vtkActor2D
Set/Get the layer number in the overlay planes into which to render.
getLeader() - Method in class vtk.vtkCaptionActor2D
Enable/disable drawing a "line" from the caption to the attachment point.
getLeaderGlyph() - Method in class vtk.vtkCaptionActor2D
Specify a glyph to be used as the leader "head".
getLeaderGlyphSize() - Method in class vtk.vtkCaptionActor2D
Specify the relative size of the leader head.
getLeaderGlyphSizeMaxValue() - Method in class vtk.vtkCaptionActor2D
Specify the relative size of the leader head.
getLeaderGlyphSizeMinValue() - Method in class vtk.vtkCaptionActor2D
Specify the relative size of the leader head.
getLeftButtonAction() - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
getLeftButtonActionMaxValue() - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
getLeftButtonActionMinValue() - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
getLeftButtonAutoModifier() - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
getLeftButtonAutoModifierMaxValue() - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
getLeftButtonAutoModifierMinValue() - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
getLeftConstraint() - Method in class vtk.vtkSpline
Set the type of constraint of the left(right) end points.
getLeftConstraintMaxValue() - Method in class vtk.vtkSpline
Set the type of constraint of the left(right) end points.
getLeftConstraintMinValue() - Method in class vtk.vtkSpline
Set the type of constraint of the left(right) end points.
getLeftValue() - Method in class vtk.vtkSpline
The values of the derivative on the left and right sides.
getLegend() - Method in class vtk.vtkXYPlotActor
Enable/Disable the creation of a legend.
getLegendBoxActor() - Method in class vtk.vtkXYPlotActor
Retrieve handles to the legend box and glyph source.
getLegendPosition() - Method in class vtk.vtkXYPlotActor
Use these methods to control the position of the legend.
getLegendPosition2() - Method in class vtk.vtkXYPlotActor
Use these methods to control the position of the legend.
getLength() - Method in class vtk.vtkAbstractMapper3D
Return the diagonal length of this mappers bounding box.
getLength() - Method in class vtk.vtkDataSet
Return the length of the diagonal of the bounding box.
getLength() - Method in class vtk.vtkProp3D
Get the length of the diagonal of the bounding box.
getLength() - Method in class vtk.vtkSplineFilter
Control the number of subdivisions that are created for the polyline based on an absolute length.
getLength() - Method in class vtk.vtkTensorGlyph
Set/Get the distance, along x, from the origin to the end of the source glyph.
getLength2() - Method in class vtk.vtkCell
Compute Length squared of cell (i.e., bounding box diagonal squared).
getLengthMaxValue() - Method in class vtk.vtkSplineFilter
Control the number of subdivisions that are created for the polyline based on an absolute length.
getLengthMinValue() - Method in class vtk.vtkSplineFilter
Control the number of subdivisions that are created for the polyline based on an absolute length.
getLevel() - Method in class vtk.vtkImageMapToWindowLevelColors
Set / Get the Level to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window.
getLevel() - Method in class vtk.vtkLocator
Get the level of the locator (determined automatically if Automatic is true).
getLevel() - Method in class vtk.vtkSimpleScalarTree
Get the level of the scalar tree.
getLevel() - Method in class vtk.vtkSpatialRepresentationFilter
Get the maximum number of outputs actually available.
getLevel() - Method in class vtk.vtkWindowLevelLookupTable
Set the Level for the lookup table.
getLibraryPath() - Method in class vtk.vtkObjectFactory
This returns the path to a dynamically loaded factory.
getLightFollowCamera() - Method in class vtk.vtkRenderWindowInteractor
Turn on/off the automatic repositioning of lights as the camera moves.
getLightFollowCamera() - Method in class vtk.vtkRenderer
Turn on/off the automatic repositioning of lights as the camera moves.
getLightType() - Method in class vtk.vtkLight
Set/Get the type of the light.
getLights() - Method in class vtk.vtkRenderer
Return the collection of lights.
getLimitsFileName() - Method in class vtk.vtkMCubesReader
Set / get the file name of the marching cubes limits file.
getLimitsFileName() - Method in class vtk.vtkMCubesWriter
Set/get file name of marching cubes limits file.
getLimitsFileName() - Method in class vtk.vtkSliceCubes
Specify file name of marching cubes limits file.
getLineOffset() - Method in class vtk.vtkTextProperty
These methods can be used to control the spacing and placement of text (in the vertical direction).
getLineProperty() - Method in class vtk.vtkImageTracerWidget
Set/Get the line properties.
getLineProperty() - Method in class vtk.vtkLineWidget
Get the line properties.
getLineProperty() - Method in class vtk.vtkSplineWidget
Set/Get the line properties.
getLineSmoothing() - Method in class vtk.vtkRenderWindow
Turn on/off line smoothing.
getLineSpacing() - Method in class vtk.vtkTextProperty
These methods can be used to control the spacing and placement of text (in the vertical direction).
getLineStipplePattern() - Method in class vtk.vtkProperty
Set/Get the stippling pattern of a Line, as a 16-bit binary pattern (1 = pixel on, 0 = pixel off).
getLineStipplePattern() - Method in class vtk.vtkProperty2D
Set/Get the stippling pattern of a Line, as a 16-bit binary pattern (1 = pixel on, 0 = pixel off).
getLineStippleRepeatFactor() - Method in class vtk.vtkProperty
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated.
getLineStippleRepeatFactor() - Method in class vtk.vtkProperty2D
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated.
getLineStippleRepeatFactorMaxValue() - Method in class vtk.vtkProperty
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated.
getLineStippleRepeatFactorMaxValue() - Method in class vtk.vtkProperty2D
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated.
getLineStippleRepeatFactorMinValue() - Method in class vtk.vtkProperty
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated.
getLineStippleRepeatFactorMinValue() - Method in class vtk.vtkProperty2D
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated.
getLineValue() - Method in class vtk.vtkImageGridSource
Set the grey level of the lines.
getLineWidth() - Method in class vtk.vtkProperty
Set/Get the width of a Line.
getLineWidth() - Method in class vtk.vtkProperty2D
Set/Get the width of a Line.
getLineWidthMaxValue() - Method in class vtk.vtkProperty
Set/Get the width of a Line.
getLineWidthMaxValue() - Method in class vtk.vtkProperty2D
Set/Get the width of a Line.
getLineWidthMinValue() - Method in class vtk.vtkProperty
Set/Get the width of a Line.
getLineWidthMinValue() - Method in class vtk.vtkProperty2D
Set/Get the width of a Line.
getLinearInverse() - Method in class vtk.vtkLinearTransform
Just like GetInverse, but it includes a typecast to vtkLinearTransform.
getLines() - Method in class vtk.vtkPolyData
Get the cell array defining lines.
getLinesComponentArrayComponent() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getLinesComponentArrayName() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getLinesComponentMaxRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getLinesComponentMinRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getLinkThreshold() - Method in class vtk.vtkLinkEdgels
Set/Get the threshold for Phi vs.
getLoadValue() - Method in class vtk.vtkPointLoad
Set/Get value of applied load.
getLocalRotation() - Method in class vtk.vtkDEMReader
Counterclockwise angle (in radians) from the primary axis of the planimetric reference to the primary axis of the DEM local reference system.
getLocality() - Method in class vtk.vtkDataObject
Locality is used internally by the pipeline update mechanism.
getLocator() - Method in class vtk.vtkCleanPolyData
Set/Get a spatial locator for speeding the search process.
getLocator() - Method in class vtk.vtkClipDataSet
Specify a spatial locator for merging points.
getLocator() - Method in class vtk.vtkClipPolyData
Specify a spatial locator for merging points.
getLocator() - Method in class vtk.vtkClipVolume
Set / Get a spatial locator for merging points.
getLocator() - Method in class vtk.vtkContourFilter
Set / get a spatial locator for merging points.
getLocator() - Method in class vtk.vtkContourGrid
Set / get a spatial locator for merging points.
getLocator() - Method in class vtk.vtkCutter
Specify a spatial locator for merging points.
getLocator() - Method in class vtk.vtkDelaunay3D
Set / get a spatial locator for merging points.
getLocator() - Method in class vtk.vtkExtractEdges
Set / get a spatial locator for merging points.
getLocator() - Method in class vtk.vtkExtractUnstructuredGrid
Set / get a spatial locator for merging points.
getLocator() - Method in class vtk.vtkFeatureEdges
Set / get a spatial locator for merging points.
getLocator() - Method in class vtk.vtkGeometryFilter
Set / get a spatial locator for merging points.
getLocator() - Method in class vtk.vtkIterativeClosestPointTransform
Set/Get a spatial locator for speeding up the search process.
getLocator() - Method in class vtk.vtkMCubesReader
Set / get a spatial locator for merging points.
getLocator() - Method in class vtk.vtkMarchingContourFilter
Set / get a spatial locator for merging points.
getLocator() - Method in class vtk.vtkMarchingCubes
Overide the default locator.
getLocator() - Method in class vtk.vtkMarchingSquares
 
getLocator() - Method in class vtk.vtkSTLReader
Specify a spatial locator for merging points.
getLocator() - Method in class vtk.vtkUGFacetReader
Specify a spatial locator for merging points.
getLocatorMaxLevel() - Method in class vtk.vtkImplicitModeller
Specify the level of the locator to use when using the per voxel process mode.
getLocatorPoint(int, int, int) - Method in class vtk.vtkImageMarchingCubes
 
getLockBorder() - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether the border and legend placement is locked into the rectangle defined by (Position,Position2).
getLogScaling() - Method in class vtk.vtkHyperStreamline
Turn on/off logarithmic scaling.
getLogging() - Method in class vtk.vtkTimerLog
This flag will turn loging of events off or on.
getLogx() - Method in class vtk.vtkXYPlotActor
Enable/Disable plotting of Log of x-values.
getLookupIndexExecuteTime() - Method in class vtk.vtkImageQuantizeRGBToIndex
 
getLookupTable() - Method in class vtk.vtkBMPReader
 
getLookupTable() - Method in class vtk.vtkDataArray
Set/get the lookup table associated with this scalar data, if any.
getLookupTable() - Method in class vtk.vtkImageMapToColors
Set the lookup table.
getLookupTable() - Method in class vtk.vtkImagePlaneWidget
Set/Get the internal lookuptable (lut) to one defined by the user, or, alternatively, to the lut of another vtkImgePlaneWidget.
getLookupTable() - Method in class vtk.vtkImageQuantizeRGBToIndex
Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
getLookupTable() - Method in class vtk.vtkImageToPolyDataFilter
Set/Get the vtkLookupTable to use.
getLookupTable() - Method in class vtk.vtkMapper
Specify a lookup table for the mapper to use.
getLookupTable() - Method in class vtk.vtkPLYWriter
A lookup table can be specified in order to convert data arrays to RGBA colors.
getLookupTable() - Method in class vtk.vtkPolyDataMapper2D
Specify a lookup table for the mapper to use.
getLookupTable() - Method in class vtk.vtkScalarBarActor
Set/Get the vtkLookupTable to use.
getLookupTable() - Method in class vtk.vtkTexture
Specify the lookup table to convert scalars if necessary
getLookupTableName() - Method in class vtk.vtkDataReader
Set the name of the lookup table data to extract.
getLookupTableName() - Method in class vtk.vtkDataWriter
Give a name to the lookup table.
getLoop() - Method in class vtk.vtkImplicitSelectionLoop
Set/Get the array of point coordinates defining the loop.
getLoop() - Method in class vtk.vtkSelectPolyData
Set/Get the array of point coordinates defining the loop.
getLowPoint() - Method in class vtk.vtkElevationFilter
Define one end of the line (small scalar values).
getLowerThreshold() - Method in class vtk.vtkImageThreshold
Get the Upper and Lower thresholds.
getLowerThreshold() - Method in class vtk.vtkImageToImageStencil
Get the Upper and Lower thresholds.
getLowerThreshold() - Method in class vtk.vtkThreshold
Get the Upper and Lower thresholds.
getLowerThreshold() - Method in class vtk.vtkThresholdPoints
Get the upper and lower thresholds.
getLowerThreshold() - Method in class vtk.vtkThresholdTextureCoords
Return the upper and lower thresholds.
getLuminance(double) - Method in class vtk.vtkScalarsToColors
Specify an additional opacity (alpha) value to blend with.
getMTime() - Method in class vtk.vtkAbstractMapper
Override Modifiedtime as we have added Clipping planes
getMTime() - Method in class vtk.vtkAbstractTransform
Override GetMTime necessary because of inverse transforms.
getMTime() - Method in class vtk.vtkActor
Get the actors mtime plus consider its properties and texture if set.
getMTime() - Method in class vtk.vtkActor2D
Return this objects MTime.
getMTime() - Method in class vtk.vtkArcPlotter
New GetMTime because of camera dependency.
getMTime() - Method in class vtk.vtkAssembly
Override default GetMTime method to also consider all of the assembly's parts.
getMTime() - Method in class vtk.vtkAssemblyNode
Override the standard GetMTime() to check for the modified times of the prop and matrix.
getMTime() - Method in class vtk.vtkAssemblyPath
Override the standard GetMTime() to check for the modified times of the nodes in this path.
getMTime() - Method in class vtk.vtkAssemblyPaths
Override the standard GetMTime() to check for the modified times of the paths.
getMTime() - Method in class vtk.vtkBandedPolyDataContourFilter
Overload GetMTime because we delegate to vtkContourValues so its modified time must be taken into account.
getMTime() - Method in class vtk.vtkCleanPolyData
Get the MTime of this object also considering the locator.
getMTime() - Method in class vtk.vtkClipDataSet
Return the mtime also considering the locator and clip function.
getMTime() - Method in class vtk.vtkClipPolyData
Return the mtime also considering the locator and clip function.
getMTime() - Method in class vtk.vtkClipVolume
Return the mtime also considering the locator and clip function.
getMTime() - Method in class vtk.vtkContourFilter
Modified GetMTime Because we delegate to vtkContourValues
getMTime() - Method in class vtk.vtkContourGrid
Modified GetMTime Because we delegate to vtkContourValues
getMTime() - Method in class vtk.vtkCutter
Override GetMTime because we delegate to vtkContourValues and refer to vtkImplicitFunction.
getMTime() - Method in class vtk.vtkDataObject
Data objects are composite objects and need to check each part for MTime.
getMTime() - Method in class vtk.vtkDataSet
Datasets are composite objects and need to check each part for MTime THIS METHOD IS THREAD SAFE
getMTime() - Method in class vtk.vtkDataSetMapper
Get the mtime also considering the lookup table.
getMTime() - Method in class vtk.vtkDelaunay3D
Return the MTime also considering the locator.
getMTime() - Method in class vtk.vtkDepthSortPolyData
Return MTime also considering the dependent objects: the camera and/or the prop3D.
getMTime() - Method in class vtk.vtkExporter
Returns the MTime also considering the RenderWindow.
getMTime() - Method in class vtk.vtkExtractEdges
Return MTime also considering the locator.
getMTime() - Method in class vtk.vtkExtractGeometry
Return the MTime taking into account changes to the implicit function
getMTime() - Method in class vtk.vtkExtractPolyDataGeometry
Return the MTime taking into account changes to the implicit function
getMTime() - Method in class vtk.vtkExtractUnstructuredGrid
Return the MTime also considering the locator.
getMTime() - Method in class vtk.vtkFeatureEdges
Return MTime also considering the locator.
getMTime() - Method in class vtk.vtkFieldData
Check object's components for modified times.
getMTime() - Method in class vtk.vtkGeneralTransform
Override GetMTime to account for input and concatenation.
getMTime() - Method in class vtk.vtkGeometryFilter
Return the MTime also considering the locator.
getMTime() - Method in class vtk.vtkGridSynchronizedTemplates3D
Because we delegate to vtkContourValues
getMTime() - Method in class vtk.vtkGridTransform
Get the MTime.
getMTime() - Method in class vtk.vtkHierarchicalBoxContour
Delegated to contour
getMTime() - Method in class vtk.vtkHierarchicalBoxCutter
Override GetMTime because we delegate to vtkContourValues and refer to vtkImplicitFunction.
getMTime() - Method in class vtk.vtkImageMapToColors
We need to check the modified time of the lookup table too.
getMTime() - Method in class vtk.vtkImageMapper
Override Modifiedtime as we have added a lookuptable
getMTime() - Method in class vtk.vtkImageMarchingCubes
 
getMTime() - Method in class vtk.vtkImageOpenClose3D
This method considers the sub filters MTimes when computing this objects modified time.
getMTime() - Method in class vtk.vtkImageReslice
When determining the modified time of the filter, this check the modified time of the transform and matrix.
getMTime() - Method in class vtk.vtkImageSeparableConvolution
Overload standard modified time function.
getMTime() - Method in class vtk.vtkImplicitBoolean
Override modified time retrieval because of object dependencies.
getMTime() - Method in class vtk.vtkImplicitDataSet
Return the MTime also considering the DataSet dependency.
getMTime() - Method in class vtk.vtkImplicitFunction
Overload standard modified time function.
getMTime() - Method in class vtk.vtkImplicitSelectionLoop
Overload GetMTime() because we depend on the Loop
getMTime() - Method in class vtk.vtkImplicitSum
Override modified time retrieval because of object dependencies.
getMTime() - Method in class vtk.vtkImplicitVolume
Returns the mtime also considering the volume.
getMTime() - Method in class vtk.vtkImplicitWindowFunction
Override modified time retrieval because of object dependencies.
getMTime() - Method in class vtk.vtkLandmarkTransform
Get the MTime.
getMTime() - Method in class vtk.vtkMCubesReader
Return the mtime also considering the locator.
getMTime() - Method in class vtk.vtkMapper
Overload standard modified time function.
getMTime() - Method in class vtk.vtkMarchingContourFilter
Modified GetMTime Because we delegate to vtkContourValues
getMTime() - Method in class vtk.vtkMarchingCubes
 
getMTime() - Method in class vtk.vtkMarchingSquares
 
getMTime() - Method in class vtk.vtkMatrixToHomogeneousTransform
Get the MTime: this is the bit of magic that makes everything work.
getMTime() - Method in class vtk.vtkMatrixToLinearTransform
Get the MTime: this is the bit of magic that makes everything work.
getMTime() - Method in class vtk.vtkObject
Return this object's modified time.
getMTime() - Method in class vtk.vtkPerspectiveTransform
Override GetMTime to account for input and concatenation.
getMTime() - Method in class vtk.vtkPiecewiseFunction
Get the mtime of this object - override to consider the mtime of the source as well.
getMTime() - Method in class vtk.vtkPointSet
Get MTime which also considers its vtkPoints MTime.
getMTime() - Method in class vtk.vtkPolyDataMapper2D
Overload standard modified time function.
getMTime() - Method in class vtk.vtkProp3D
Get the vtkProp3D's mtime
getMTime() - Method in class vtk.vtkPropAssembly
Override default GetMTime method to also consider all of the prop assembly's parts.
getMTime() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Because we delegate to vtkContourValues
getMTime() - Method in class vtk.vtkRenderer
Return the MTime of the renderer also considering its ivars.
getMTime() - Method in class vtk.vtkRendererSource
Return the MTime also considering the Renderer.
getMTime() - Method in class vtk.vtkSTLReader
Overload standard modified time function.
getMTime() - Method in class vtk.vtkSampleFunction
Return the MTime also considering the implicit function.
getMTime() - Method in class vtk.vtkSelectPolyData
 
getMTime() - Method in class vtk.vtkSelectVisiblePoints
Return MTime also considering the renderer.
getMTime() - Method in class vtk.vtkSpline
Return the MTime also considering the Piecewise function.
getMTime() - Method in class vtk.vtkSweptSurface
 
getMTime() - Method in class vtk.vtkSynchronizedTemplates2D
Because we delegate to vtkContourValues
getMTime() - Method in class vtk.vtkSynchronizedTemplates3D
Because we delegate to vtkContourValues
getMTime() - Method in class vtk.vtkThinPlateSplineTransform
Get the MTime.
getMTime() - Method in class vtk.vtkTransform
Override GetMTime to account for input and concatenation.
getMTime() - Method in class vtk.vtkTransformFilter
Return the MTime also considering the transform.
getMTime() - Method in class vtk.vtkTransformPolyDataFilter
Return the MTime also considering the transform.
getMTime() - Method in class vtk.vtkUGFacetReader
Overload standard modified time function.
getMTime() - Method in class vtk.vtkVolume
Return the MTime also considering the property etc.
getMTime() - Method in class vtk.vtkVolumeProperty
Get the modified time for this object (or the properties registered with this object).
getMTime() - Method in class vtk.vtkWeightedTransformFilter
Return the MTime also considering the filter's transforms.
getMTime() - Method in class vtk.vtkXYPlotActor
Take into account the modified time of internal helper classes.
getMagnification() - Method in class vtk.vtkRenderLargeImage
The magnification of the current render window
getMagnification() - Method in class vtk.vtkWindowToImageFilter
The magnification of the current render window
getMagnificationFactors() - Method in class vtk.vtkImageMagnify
Set/Get the integer magnification factors in the i-j-k directions.
getMagnificationMaxValue() - Method in class vtk.vtkWindowToImageFilter
The magnification of the current render window
getMagnificationMinValue() - Method in class vtk.vtkWindowToImageFilter
The magnification of the current render window
getMaintainLuminance() - Method in class vtk.vtkLightKit
If MaintainLuminance is set, the LightKit will attempt to maintain the apparent intensity of lights based on their perceptual brightnesses.
getMajorBoardVersion() - Method in class vtk.vtkVolumeProMapper
Access methods for some board info
getManifoldEdges() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of manifold edges.
getMapColorScalarsThroughLookupTable() - Method in class vtk.vtkTexture
Turn on/off the mapping of color scalars through the lookup table.
getMapLabel() - Method in class vtk.vtkDEMReader
An ASCII description of the map
getMapped() - Method in class vtk.vtkWindow
Keep track of whether the rendering window has been mapped to screen.
getMappedScalars() - Method in class vtk.vtkTexture
Get Mapped Scalars
getMapper() - Method in class vtk.vtkActor
Returns the Mapper that this actor is getting its data from.
getMapper() - Method in class vtk.vtkActor2D
Set/Get the vtkMapper2D which defines the data to be drawn.
getMapper() - Method in class vtk.vtkPicker
Return mapper that was picked (if any).
getMapper() - Method in class vtk.vtkVolume
Set/Get the volume mapper.
getMapperPosition() - Method in class vtk.vtkPicker
Return position in mapper (i.e., non-transformed) coordinates of pick point.
getMarginProperty() - Method in class vtk.vtkImagePlaneWidget
Set the properties of the margins.
getMaskAlpha() - Method in class vtk.vtkImageMask
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator.
getMaskAlphaMaxValue() - Method in class vtk.vtkImageMask
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator.
getMaskAlphaMinValue() - Method in class vtk.vtkImageMask
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator.
getMaskedOutputValueLength() - Method in class vtk.vtkImageMask
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator.
getMatrix() - Method in class vtk.vtkAssemblyNode
Specify a transformation matrix associated with the prop.
getMatrix(vtkMatrix4x4) - Method in class vtk.vtkFollower
Copy the follower's composite 4x4 matrix into the matrix provided.
getMatrix(double[]) - Method in class vtk.vtkFollower
Copy the follower's composite 4x4 matrix into the matrix provided.
getMatrix() - Method in class vtk.vtkFollower
Shallow copy of a follower.
getMatrix(vtkMatrix4x4) - Method in class vtk.vtkHomogeneousTransform
Get a copy of the internal transformation matrix.
getMatrix() - Method in class vtk.vtkHomogeneousTransform
Get a pointer to an internal vtkMatrix4x4 that represents the transformation.
getMatrix() - Method in class vtk.vtkProp
 
getMatrix(vtkMatrix4x4) - Method in class vtk.vtkProp3D
Return a reference to the Prop3D's 4x4 composite matrix.
getMatrix(double[]) - Method in class vtk.vtkProp3D
Return a reference to the Prop3D's 4x4 composite matrix.
getMatrix() - Method in class vtk.vtkProp3D
Is the matrix for this actor identity
getMax() - Method in class vtk.vtkImageAccumulate
Get the statistics information for the data.
getMaxBlankingValue() - Method in class vtk.vtkBlankStructuredGrid
Specify the upper data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
getMaxCellSize() - Method in class vtk.vtkCellArray
Returns the size of the largest cell.
getMaxCellSize() - Method in class vtk.vtkDataSet
Convenience method returns largest cell size in dataset.
getMaxCellSize() - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getMaxCellSize() - Method in class vtk.vtkPolyData
Return the maximum cell size in this poly data.
getMaxCellSize() - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getMaxCellSize() - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getMaxCellSize() - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getMaxCellSize() - Method in class vtk.vtkUnstructuredGrid
 
getMaxEntries() - Method in class vtk.vtkTimerLog
Set/Get the maximum number of entries allowed in the timer log
getMaxId() - Method in class vtk.vtkDataArray
This method lets the user specify data to be held by the array.
getMaxIterations() - Method in class vtk.vtkAmoebaMinimizer
Specify the maximum number of iterations to try before giving up.
getMaxLevel() - Method in class vtk.vtkLocator
Set the maximum allowable level for the tree.
getMaxLevel() - Method in class vtk.vtkSimpleScalarTree
Set the maximum allowable level for the tree.
getMaxLevelMaxValue() - Method in class vtk.vtkLocator
Set the maximum allowable level for the tree.
getMaxLevelMaxValue() - Method in class vtk.vtkSimpleScalarTree
Set the maximum allowable level for the tree.
getMaxLevelMinValue() - Method in class vtk.vtkLocator
Set the maximum allowable level for the tree.
getMaxLevelMinValue() - Method in class vtk.vtkSimpleScalarTree
Set the maximum allowable level for the tree.
getMaxNorm() - Method in class vtk.vtkDataArray
Return the maximum norm for the tuples.
getMaxNumberOfIterations() - Method in class vtk.vtkGraphLayoutFilter
Set/Get the maximum number of iterations to be used.
getMaxNumberOfIterationsMaxValue() - Method in class vtk.vtkGraphLayoutFilter
Set/Get the maximum number of iterations to be used.
getMaxNumberOfIterationsMinValue() - Method in class vtk.vtkGraphLayoutFilter
Set/Get the maximum number of iterations to be used.
getMaxScaleFactor() - Method in class vtk.vtkTensorGlyph
Set/Get the maximum allowable scale factor.
getMaxTimeStep() - Method in class vtk.vtkXYZMolReader
Get the maximum time step.
getMaxXBound() - Method in class vtk.vtkVolume
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
getMaxYBound() - Method in class vtk.vtkVolume
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
getMaxZBound() - Method in class vtk.vtkVolume
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
getMaximizeMethod() - Method in class vtk.vtkVolumeRayCastMIPFunction
Set the MaximizeMethod to either ScalarValue or Opacity.
getMaximizeMethodAsString() - Method in class vtk.vtkVolumeRayCastMIPFunction
Set the MaximizeMethod to either ScalarValue or Opacity.
getMaximizeMethodMaxValue() - Method in class vtk.vtkVolumeRayCastMIPFunction
Set the MaximizeMethod to either ScalarValue or Opacity.
getMaximizeMethodMinValue() - Method in class vtk.vtkVolumeRayCastMIPFunction
Set the MaximizeMethod to either ScalarValue or Opacity.
getMaximum() - Method in class vtk.vtkImageGaussianSource
Set/Get the Maximum value of the gaussian
getMaximum() - Method in class vtk.vtkImageHSIToRGB
Hue is an angle.
getMaximum() - Method in class vtk.vtkImageHSVToRGB
Hue is an angle.
getMaximum() - Method in class vtk.vtkImageNoiseSource
Set/Get the minimum and maximum values for the generated noise.
getMaximum() - Method in class vtk.vtkImageRGBToHSI
Hue is an angle.
getMaximum() - Method in class vtk.vtkImageRGBToHSV
 
getMaximum() - Method in class vtk.vtkImageShrink3D
 
getMaximumCompressionSpace(int) - Method in class vtk.vtkDataCompressor
Get the maximum space that may be needed to store data of the given uncompressed size after compression.
getMaximumCompressionSpace(int) - Method in class vtk.vtkZLibDataCompressor
Get the maximum space that may be needed to store data of the given uncompressed size after compression.
getMaximumCoverage() - Method in class vtk.vtkFrustumCoverageCuller
Set/Get the maximum coverage - props with more coverage than this are given an allocated render time of 1.0 (the maximum)
getMaximumDistance() - Method in class vtk.vtkImageEuclideanDistance
Any distance bigger than this->MaximumDistance will not ne computed but set to this->MaximumDistance instead.
getMaximumDistance() - Method in class vtk.vtkImplicitModeller
Set / get the distance away from surface of input geometry to sample.
getMaximumDistance() - Method in class vtk.vtkShepardMethod
Specify influence distance of each input point.
getMaximumDistance() - Method in class vtk.vtkVoxelModeller
Specify distance away from surface of input geometry to sample.
getMaximumDistanceMaxValue() - Method in class vtk.vtkImplicitModeller
Set / get the distance away from surface of input geometry to sample.
getMaximumDistanceMaxValue() - Method in class vtk.vtkShepardMethod
Specify influence distance of each input point.
getMaximumDistanceMaxValue() - Method in class vtk.vtkVoxelModeller
Specify distance away from surface of input geometry to sample.
getMaximumDistanceMinValue() - Method in class vtk.vtkImplicitModeller
Set / get the distance away from surface of input geometry to sample.
getMaximumDistanceMinValue() - Method in class vtk.vtkShepardMethod
Specify influence distance of each input point.
getMaximumDistanceMinValue() - Method in class vtk.vtkVoxelModeller
Specify distance away from surface of input geometry to sample.
getMaximumError() - Method in class vtk.vtkDecimate
Set the largest decimation error that can be achieved by incrementing the error.
getMaximumError() - Method in class vtk.vtkDecimatePro
Set the largest decimation error that is allowed during the decimation process.
getMaximumError() - Method in class vtk.vtkStreamTracer
 
getMaximumErrorMaxValue() - Method in class vtk.vtkDecimate
Set the largest decimation error that can be achieved by incrementing the error.
getMaximumErrorMaxValue() - Method in class vtk.vtkDecimatePro
Set the largest decimation error that is allowed during the decimation process.
getMaximumErrorMinValue() - Method in class vtk.vtkDecimate
Set the largest decimation error that can be achieved by incrementing the error.
getMaximumErrorMinValue() - Method in class vtk.vtkDecimatePro
Set the largest decimation error that is allowed during the decimation process.
getMaximumFeatureAngle() - Method in class vtk.vtkDecimate
Set the largest permissible feature angle.
getMaximumFeatureAngleMaxValue() - Method in class vtk.vtkDecimate
Set the largest permissible feature angle.
getMaximumFeatureAngleMinValue() - Method in class vtk.vtkDecimate
Set the largest permissible feature angle.
getMaximumGhostLevel() - Method in class vtk.vtkTableExtentTranslator
Set the maximum ghost level that can be requested.
getMaximumImageSampleDistance() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted
getMaximumImageSampleDistance() - Method in class vtk.vtkVolumeRayCastMapper
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted
getMaximumImageSampleDistanceMaxValue() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted
getMaximumImageSampleDistanceMaxValue() - Method in class vtk.vtkVolumeRayCastMapper
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted
getMaximumImageSampleDistanceMinValue() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted
getMaximumImageSampleDistanceMinValue() - Method in class vtk.vtkVolumeRayCastMapper
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted
getMaximumIntegrationStep() - Method in class vtk.vtkStreamTracer
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
getMaximumIntegrationStepUnit() - Method in class vtk.vtkStreamTracer
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
getMaximumIterations() - Method in class vtk.vtkDecimate
Specify the maximum number of iterations to attempt.
getMaximumIterationsMaxValue() - Method in class vtk.vtkDecimate
Specify the maximum number of iterations to attempt.
getMaximumIterationsMinValue() - Method in class vtk.vtkDecimate
Specify the maximum number of iterations to attempt.
getMaximumLeaderGlyphSize() - Method in class vtk.vtkCaptionActor2D
Specify the maximum size of the leader head (if any) in pixels.
getMaximumLeaderGlyphSizeMaxValue() - Method in class vtk.vtkCaptionActor2D
Specify the maximum size of the leader head (if any) in pixels.
getMaximumLeaderGlyphSizeMinValue() - Method in class vtk.vtkCaptionActor2D
Specify the maximum size of the leader head (if any) in pixels.
getMaximumLength() - Method in class vtk.vtkStripper
Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line.
getMaximumLengthMaxValue() - Method in class vtk.vtkStripper
Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line.
getMaximumLengthMinValue() - Method in class vtk.vtkStripper
Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line.
getMaximumLineHeight() - Method in class vtk.vtkTextActor
Set/Get the maximum height of a line of text as a percentage of the vertical area allocated to this scaled text actor.
getMaximumMeanDistance() - Method in class vtk.vtkIterativeClosestPointTransform
Set/Get the maximum mean distance between two iteration.
getMaximumNumberOfColors() - Method in class vtk.vtkScalarBarActor
Set/Get the maximum number of scalar bar segments to show.
getMaximumNumberOfColorsMaxValue() - Method in class vtk.vtkScalarBarActor
Set/Get the maximum number of scalar bar segments to show.
getMaximumNumberOfColorsMinValue() - Method in class vtk.vtkScalarBarActor
Set/Get the maximum number of scalar bar segments to show.
getMaximumNumberOfInterpolationSteps() - Method in class vtk.vtkSweptSurface
Set/get the maximum number of interpolation steps to take.
getMaximumNumberOfIterations() - Method in class vtk.vtkImageMandelbrotSource
The maximum number of cycles run to see if the value goes over 2
getMaximumNumberOfIterations() - Method in class vtk.vtkIterativeClosestPointTransform
Set/Get the maximum number of iterations
getMaximumNumberOfIterationsMaxValue() - Method in class vtk.vtkImageMandelbrotSource
The maximum number of cycles run to see if the value goes over 2
getMaximumNumberOfIterationsMinValue() - Method in class vtk.vtkImageMandelbrotSource
The maximum number of cycles run to see if the value goes over 2
getMaximumNumberOfLandmarks() - Method in class vtk.vtkIterativeClosestPointTransform
Set/Get the maximum number of landmarks sampled in your dataset.
getMaximumNumberOfPieces() - Method in class vtk.vtkDataObject
Set/Get the maximum number of pieces that can be requested.
getMaximumNumberOfPlanes() - Method in class vtk.vtkVolumeTextureMapper2D
This is the maximum number of planes that will be created for texture mapping the volume.
getMaximumNumberOfPoints() - Method in class vtk.vtkMaskPoints
Limit the number of points that can be passed through.
getMaximumNumberOfPointsMaxValue() - Method in class vtk.vtkMaskPoints
Limit the number of points that can be passed through.
getMaximumNumberOfPointsMinValue() - Method in class vtk.vtkMaskPoints
Limit the number of points that can be passed through.
getMaximumNumberOfSquawks() - Method in class vtk.vtkDecimate
Control the printout of warnings.
getMaximumNumberOfSquawksMaxValue() - Method in class vtk.vtkDecimate
Control the printout of warnings.
getMaximumNumberOfSquawksMinValue() - Method in class vtk.vtkDecimate
Control the printout of warnings.
getMaximumNumberOfSteps() - Method in class vtk.vtkStreamTracer
 
getMaximumNumberOfSubdivisions() - Method in class vtk.vtkSplineFilter
Set the maximum number of subdivisions that are created for each polyline.
getMaximumNumberOfSubdivisionsMaxValue() - Method in class vtk.vtkSplineFilter
Set the maximum number of subdivisions that are created for each polyline.
getMaximumNumberOfSubdivisionsMinValue() - Method in class vtk.vtkSplineFilter
Set the maximum number of subdivisions that are created for each polyline.
getMaximumPropagation() - Method in class vtk.vtkStreamTracer
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2
getMaximumPropagationDistance() - Method in class vtk.vtkHyperStreamline
Set / get the maximum length of the hyperstreamline expressed as absolute distance (i.e., arc length) value.
getMaximumPropagationDistanceMaxValue() - Method in class vtk.vtkHyperStreamline
Set / get the maximum length of the hyperstreamline expressed as absolute distance (i.e., arc length) value.
getMaximumPropagationDistanceMinValue() - Method in class vtk.vtkHyperStreamline
Set / get the maximum length of the hyperstreamline expressed as absolute distance (i.e., arc length) value.
getMaximumPropagationTime() - Method in class vtk.vtkStreamer
Specify the maximum length of the Streamer expressed in elapsed time.
getMaximumPropagationTimeMaxValue() - Method in class vtk.vtkStreamer
Specify the maximum length of the Streamer expressed in elapsed time.
getMaximumPropagationTimeMinValue() - Method in class vtk.vtkStreamer
Specify the maximum length of the Streamer expressed in elapsed time.
getMaximumPropagationUnit() - Method in class vtk.vtkStreamTracer
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2
getMaximumSpeed() - Method in class vtk.vtkBrownianPoints
Set the maximum speed value.
getMaximumSpeedMaxValue() - Method in class vtk.vtkBrownianPoints
Set the maximum speed value.
getMaximumSpeedMinValue() - Method in class vtk.vtkBrownianPoints
Set the maximum speed value.
getMaximumStorageSize() - Method in class vtk.vtkVolumeTextureMapper2D
This is the maximum size of saved textures in bytes.
getMaximumSubIterations() - Method in class vtk.vtkDecimate
Specify the maximum sub-iterations to perform.
getMaximumSubIterationsMaxValue() - Method in class vtk.vtkDecimate
Specify the maximum sub-iterations to perform.
getMaximumSubIterationsMinValue() - Method in class vtk.vtkDecimate
Specify the maximum sub-iterations to perform.
getMaximumTableValue() - Method in class vtk.vtkWindowLevelLookupTable
Set the maximum table value.
getMaximumTimeValue() - Method in class vtk.vtkGenericEnSightReader
Get the minimum or maximum time value for this data set.
getMean() - Method in class vtk.vtkImageAccumulate
Get the statistics information for the data.
getMean() - Method in class vtk.vtkImageShrink3D
 
getMeanDistance() - Method in class vtk.vtkIterativeClosestPointTransform
Get the mean distance between the last two iterations.
getMeanDistanceMode() - Method in class vtk.vtkIterativeClosestPointTransform
Specify the mean distance mode.
getMeanDistanceModeAsString() - Method in class vtk.vtkIterativeClosestPointTransform
Specify the mean distance mode.
getMeanDistanceModeMaxValue() - Method in class vtk.vtkIterativeClosestPointTransform
Specify the mean distance mode.
getMeanDistanceModeMinValue() - Method in class vtk.vtkIterativeClosestPointTransform
Specify the mean distance mode.
getMeanPoints() - Method in class vtk.vtkProcrustesAlignmentFilter
Get the estimated mean point cloud
getMedian() - Method in class vtk.vtkImageShrink3D
 
getMemoryLimit() - Method in class vtk.vtkDicer
Control piece size based on a memory limit.
getMemoryLimitInBytes() - Method in class vtk.vtkVoxelContoursToSurfaceFilter
Set / Get the memory limit in bytes for this filter.
getMemoryLimitMaxValue() - Method in class vtk.vtkDicer
Control piece size based on a memory limit.
getMemoryLimitMinValue() - Method in class vtk.vtkDicer
Control piece size based on a memory limit.
getMergeTolerance() - Method in class vtk.vtkCell3D
Set the tolerance for merging clip intersection points that are near the vertices of cells.
getMergeTolerance() - Method in class vtk.vtkClipDataSet
Set the tolerance for merging clip intersection points that are near the vertices of cells.
getMergeTolerance() - Method in class vtk.vtkClipVolume
Set the tolerance for merging clip intersection points that are near the corners of voxels.
getMergeToleranceMaxValue() - Method in class vtk.vtkCell3D
Set the tolerance for merging clip intersection points that are near the vertices of cells.
getMergeToleranceMaxValue() - Method in class vtk.vtkClipDataSet
Set the tolerance for merging clip intersection points that are near the vertices of cells.
getMergeToleranceMaxValue() - Method in class vtk.vtkClipVolume
Set the tolerance for merging clip intersection points that are near the corners of voxels.
getMergeToleranceMinValue() - Method in class vtk.vtkCell3D
Set the tolerance for merging clip intersection points that are near the vertices of cells.
getMergeToleranceMinValue() - Method in class vtk.vtkClipDataSet
Set the tolerance for merging clip intersection points that are near the vertices of cells.
getMergeToleranceMinValue() - Method in class vtk.vtkClipVolume
Set the tolerance for merging clip intersection points that are near the corners of voxels.
getMerging() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off merging of coincident points.
getMerging() - Method in class vtk.vtkGeometryFilter
Turn on/off merging of coincident points.
getMerging() - Method in class vtk.vtkSTLReader
Turn on/off merging of points/triangles.
getMerging() - Method in class vtk.vtkUGFacetReader
Turn on/off merging of points/triangles.
getMiddleButtonAction() - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
getMiddleButtonActionMaxValue() - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
getMiddleButtonActionMinValue() - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
getMiddleButtonAutoModifier() - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
getMiddleButtonAutoModifierMaxValue() - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
getMiddleButtonAutoModifierMinValue() - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
getMin() - Method in class vtk.vtkImageAccumulate
Get the statistics information for the data.
getMinBlankingValue() - Method in class vtk.vtkBlankStructuredGrid
Specify the lower data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
getMinXBound() - Method in class vtk.vtkVolume
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
getMinYBound() - Method in class vtk.vtkVolume
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
getMinZBound() - Method in class vtk.vtkVolume
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
getMinimum() - Method in class vtk.vtkImageNoiseSource
Set/Get the minimum and maximum values for the generated noise.
getMinimum() - Method in class vtk.vtkImageShrink3D
 
getMinimumCoverage() - Method in class vtk.vtkFrustumCoverageCuller
Set/Get the minimum coverage - props with less coverage than this are given no time to render (they are culled)
getMinimumImageSampleDistance() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted
getMinimumImageSampleDistance() - Method in class vtk.vtkVolumeRayCastMapper
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted
getMinimumImageSampleDistanceMaxValue() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted
getMinimumImageSampleDistanceMaxValue() - Method in class vtk.vtkVolumeRayCastMapper
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted
getMinimumImageSampleDistanceMinValue() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted
getMinimumImageSampleDistanceMinValue() - Method in class vtk.vtkVolumeRayCastMapper
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted
getMinimumIntegrationStep() - Method in class vtk.vtkStreamTracer
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
getMinimumIntegrationStepUnit() - Method in class vtk.vtkStreamTracer
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
getMinimumSize() - Method in class vtk.vtkTextActor
Set/Get the minimum size in pixels for this actor.
getMinimumSpeed() - Method in class vtk.vtkBrownianPoints
Set the minimum speed value.
getMinimumSpeedMaxValue() - Method in class vtk.vtkBrownianPoints
Set the minimum speed value.
getMinimumSpeedMinValue() - Method in class vtk.vtkBrownianPoints
Set the minimum speed value.
getMinimumTableValue() - Method in class vtk.vtkWindowLevelLookupTable
Set the minimum table value.
getMinimumTimeValue() - Method in class vtk.vtkGenericEnSightReader
Get the minimum or maximum time value for this data set.
getMinorBoardVersion() - Method in class vtk.vtkVolumeProMapper
Access methods for some board info
getMirror() - Method in class vtk.vtkImageReslice
Turn on mirror-pad feature (default: off).
getMirrorSeparation() - Method in class vtk.vtkProjectedTexture
Set/Get the mirror separation for the two mirror system.
getMixed3DCellGeneration() - Method in class vtk.vtkClipVolume
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra.
getMode() - Method in class vtk.vtkLandmarkTransform
Set the number of degrees of freedom to constrain the solution to.
getModeAsString() - Method in class vtk.vtkLandmarkTransform
Set the number of degrees of freedom to constrain the solution to.
getModelBounds() - Method in class vtk.vtkCursor3D
Set / get the boundary of the 3D cursor.
getModelBounds() - Method in class vtk.vtkGaussianSplatter
Set / get the (xmin,xmax, ymin,ymax, zmin,zmax) bounding box in which the sampling is performed.
getModelBounds() - Method in class vtk.vtkImplicitModeller
Set / get the region in space in which to perform the sampling.
getModelBounds() - Method in class vtk.vtkPointLoad
Specify the region in space over which the tensors are computed.
getModelBounds() - Method in class vtk.vtkSampleFunction
Specify the region in space over which the sampling occurs.
getModelBounds() - Method in class vtk.vtkShepardMethod
Specify the position in space to perform the sampling.
getModelBounds() - Method in class vtk.vtkSweptSurface
Define the volume (in world coordinates) in which the sampling is to occur.
getModelBounds() - Method in class vtk.vtkVoxelModeller
Specify the position in space to perform the voxelization.
getModesRequiredFor(double) - Method in class vtk.vtkPCAAnalysisFilter
Retrieve how many modes are necessary to model the given proportion of the variation.
getMotionAccelerationFactor() - Method in class vtk.vtkInteractorStyleFlight
Set acceleration factor when shift key is applied : default 10
getMotionStepSize() - Method in class vtk.vtkInteractorStyleFlight
Set the basic unit step size : by default 1/250 of bounding diagonal
getMultiGrid() - Method in class vtk.vtkPLOT3DReader
Does the file to be read contain information about number of grids.
getMultiSamples() - Method in class vtk.vtkOpenGLRenderWindow
Set / Get the number of multisamples to use for hardware antialiasing.
getName() - Method in class vtk.vtkDataArray
Set/get array's name
getName() - Method in class vtk.vtkXMLDataElement
Set/Get the name of the element.
getNcells(int) - Method in class vtk.vtkCellLinks
Get the number of cells using the point specified by ptId.
getNearClippingPlaneTolerance() - Method in class vtk.vtkRenderer
Specify tolerance for near clipping plane distance to the camera as a percentage of the far clipping plane distance.
getNeighborhoodSize() - Method in class vtk.vtkSurfaceReconstructionFilter
Specify the number of neighbors each point has, used for estimating the local surface orientation.
getNestedElement(int) - Method in class vtk.vtkXMLDataElement
Get the element nested in this one at the given index.
getNetReferenceCount() - Method in class vtk.vtkDataObject
Get the net reference count.
getNetReferenceCount() - Method in class vtk.vtkPointSet
Get the net reference count.
getNeverRendered() - Method in class vtk.vtkRenderWindow
This flag is set if the window hasn't rendered since it was created
getNextActor() - Method in class vtk.vtkActorCollection
Get the next actor in the list.
getNextActor2D() - Method in class vtk.vtkActor2DCollection
Standard Collection methods
getNextItem() - Method in class vtk.vtkActor2DCollection
Access routines that are provided for compatibility with previous version of VTK.
getNextItem() - Method in class vtk.vtkActorCollection
Access routines that are provided for compatibility with previous version of VTK.
getNextItem() - Method in class vtk.vtkAssemblyPaths
Get the next path in the list.
getNextItem() - Method in class vtk.vtkCullerCollection
Get the next Culler in the list.
getNextItem() - Method in class vtk.vtkDataArrayCollection
Get the next dataset in the list.
getNextItem() - Method in class vtk.vtkDataObjectCollection
Get the next data object in the list.
getNextItem() - Method in class vtk.vtkDataSetCollection
Get the next dataset in the list.
getNextItem() - Method in class vtk.vtkIdListCollection
Get the next dataset in the list.
getNextItem() - Method in class vtk.vtkImageReader2Collection
Get the next implicit function in the list.
getNextItem() - Method in class vtk.vtkImplicitFunctionCollection
Get the next implicit function in the list.
getNextItem() - Method in class vtk.vtkLightCollection
Get the next light in the list.
getNextItem() - Method in class vtk.vtkMapperCollection
Get the next mapper in the list.
getNextItem() - Method in class vtk.vtkObjectFactoryCollection
 
getNextItem() - Method in class vtk.vtkOverrideInformationCollection
Get the next OverrideInformation in the list.
getNextItem() - Method in class vtk.vtkPlaneCollection
Get the next plane in the list.
getNextItem() - Method in class vtk.vtkPolyDataCollection
Get the next poly data in the list.
getNextItem() - Method in class vtk.vtkRenderWindowCollection
Get the next RenderWindow in the list.
getNextItem() - Method in class vtk.vtkRendererCollection
Get the next Renderer in the list.
getNextItem() - Method in class vtk.vtkStructuredPointsCollection
Get the next item in the collection.
getNextItem() - Method in class vtk.vtkTransformCollection
Get the next Transform in the list.
getNextItem() - Method in class vtk.vtkVolumeCollection
Access routine provided for compatibility with previous versions of VTK.
getNextItemAsObject() - Method in class vtk.vtkCollection
Get the next item in the collection.
getNextNode() - Method in class vtk.vtkAssemblyPath
Get the next assembly node in the list.
getNextPart() - Method in class vtk.vtkActor
The following methods are for compatibility.
getNextPath() - Method in class vtk.vtkAssembly
Methods to traverse the parts of an assembly.
getNextPath() - Method in class vtk.vtkProp
vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker).
getNextPath() - Method in class vtk.vtkPropAssembly
Methods to traverse the paths (i.e., leaf nodes) of a prop assembly.
getNextProp() - Method in class vtk.vtkPropCollection
Get the next Prop in the list.
getNextProp3D() - Method in class vtk.vtkProp3DCollection
Get the next actor in the list.
getNextTetra(int, vtkTetra, vtkDataArray, vtkDoubleArray) - Method in class vtk.vtkOrderedTriangulator
Methods to get one tetra at a time.
getNextVolume() - Method in class vtk.vtkVolumeCollection
Get the next Volume in the list.
getNoHardware() - Method in class vtk.vtkVolumeProMapper
Conveniece methods for debugging
getNonManifoldEdges() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of non-manifold edges.
getNonManifoldSmoothing() - Method in class vtk.vtkWindowedSincPolyDataFilter
Smooth non-manifold vertices.
getNonManifoldTraversal() - Method in class vtk.vtkPolyDataNormals
Turn on/off traversal across non-manifold edges.
getNormal() - Method in class vtk.vtkImagePlaneWidget
Get the normal to the plane.
getNormal(double[]) - Method in class vtk.vtkImagePlaneWidget
Get the normal to the plane.
getNormal() - Method in class vtk.vtkImplicitPlaneWidget
Get the normal to the plane.
getNormal(double[]) - Method in class vtk.vtkImplicitPlaneWidget
Get the normal to the plane.
getNormal() - Method in class vtk.vtkImplicitSelectionLoop
Set / get the normal used to determine what is inside and what is outside.
getNormal() - Method in class vtk.vtkPlane
Set/get plane normal.
getNormal() - Method in class vtk.vtkPlaneSource
Set/Get the plane normal.
getNormal() - Method in class vtk.vtkPlaneWidget
Get the normal to the plane.
getNormal(double[]) - Method in class vtk.vtkPlaneWidget
Get the normal to the plane.
getNormal() - Method in class vtk.vtkTextureMapToPlane
Specify plane normal.
getNormal() - Method in class vtk.vtkWarpScalar
Normal (i.e., direction) along which to warp geometry.
getNormalComponentArrayComponent(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the normal components.
getNormalComponentArrayName(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the normal components.
getNormalComponentMaxRange(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the normal components.
getNormalComponentMinRange(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the normal components.
getNormalComponentNormalizeFlag(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the normal components.
getNormalComponents() - Method in class vtk.vtkExtractTensorComponents
Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
getNormalProperty() - Method in class vtk.vtkImplicitPlaneWidget
Get the properties on the normal (line and cone).
getNormalToXAxis() - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
getNormalToXAxis() - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
getNormalToYAxis() - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
getNormalToYAxis() - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
getNormalToZAxis() - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
getNormalToZAxis() - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
getNormalWarping() - Method in class vtk.vtkGaussianSplatter
Turn on/off the generation of elliptical splats.
getNormalize() - Method in class vtk.vtkVectorNorm
Specify whether to normalize scalar values.
getNormalizeByWeight() - Method in class vtk.vtkImplicitSum
When calculating the function and gradient values of the composite function, setting NormalizeByWeight on will divide the final result by the total weight of the component functions.
getNormalizeNormals() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether normal vector is converted to unit normal after extraction.
getNormalizedShapeIndex() - Method in class vtk.vtkMassProperties
 
getNormals() - Method in class vtk.vtkDataSetAttributes
Set/get the normal data.
getNormals(String) - Method in class vtk.vtkDataSetAttributes
This will first look for an array with the correct name.
getNormals() - Method in class vtk.vtkMCubesReader
Specify whether to read normals.
getNormals() - Method in class vtk.vtkMergeFilter
Set / get the object from which to extract normal information.
getNormals() - Method in class vtk.vtkPlanes
Specify a list of normal vectors for the planes.
getNormalsAttribute() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
getNormalsName() - Method in class vtk.vtkDataReader
Set the name of the normal data to extract.
getNormalsName() - Method in class vtk.vtkDataWriter
Give a name to the normals data.
getNormalsNameInFile(int) - Method in class vtk.vtkDataReader
What is the name of the ith attribute of a certain type in this file?
getNormalsWeight() - Method in class vtk.vtkQuadricDecimation
Set/Get the scaling weight contribution of the attribute.
getNotMask() - Method in class vtk.vtkImageMask
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image.
getNullValue() - Method in class vtk.vtkGaussianSplatter
Set the Null value for output points not receiving a contribution from the input points.
getNullValue() - Method in class vtk.vtkShepardMethod
Set the Null value for output points not receiving a contribution from the input points.
getNumberOfActualPieces() - Method in class vtk.vtkDicer
Use the following method after the filter has updated to determine the actual number of pieces the data was separated into.
getNumberOfAllocations() - Method in class vtk.vtkHeap
Get the number of allocations thus far.
getNumberOfArrays() - Method in class vtk.vtkDataArraySelection
Get the number of arrays that currently have an entry.
getNumberOfArrays() - Method in class vtk.vtkFieldData
Get the number of arrays of data available.
getNumberOfAtoms() - Method in class vtk.vtkMoleculeReaderBase
 
getNumberOfAttributes() - Method in class vtk.vtkXMLDataElement
Get the number of attributes.
getNumberOfBlocks() - Method in class vtk.vtkHeap
Get the number of allocations thus far.
getNumberOfBoards() - Method in class vtk.vtkVolumeProMapper
Access methods for some board info
getNumberOfBuckets() - Method in class vtk.vtkCellLocator
Return number of buckets available.
getNumberOfCellArrays() - Method in class vtk.vtkAVSucdReader
The following methods allow selective reading of solutions fields.
getNumberOfCellArrays() - Method in class vtk.vtkGenericEnSightReader
Get the number of point or cell arrays available in the input.
getNumberOfCellArrays() - Method in class vtk.vtkXMLReader
Get the number of point or cell arrays available in the input.
getNumberOfCellComponents() - Method in class vtk.vtkAVSucdReader
Get the number of data components at the nodes and cells.
getNumberOfCellFields() - Method in class vtk.vtkAVSucdReader
Get the number of data fields at the cell centers.
getNumberOfCells() - Method in class vtk.vtkAVSucdReader
Get the total number of cells.
getNumberOfCells() - Method in class vtk.vtkCellArray
Utility routines help manage memory of cell array.
getNumberOfCells() - Method in class vtk.vtkDataSet
Determine the number of cells composing the dataset.
getNumberOfCells() - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getNumberOfCells() - Method in class vtk.vtkPolyData
Standard vtkDataSet interface.
getNumberOfCells() - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getNumberOfCells() - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getNumberOfCells() - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getNumberOfCells() - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
getNumberOfCells() - Method in class vtk.vtkXMLDataReader
Get the number of cells in the output.
getNumberOfCells() - Method in class vtk.vtkXMLStructuredDataReader
Get the number of cells in the output.
getNumberOfCells() - Method in class vtk.vtkXMLUnstructuredDataReader
Get the number of cells in the output.
getNumberOfCellsPerBucket() - Method in class vtk.vtkCellLocator
Specify the average number of cells in each octant.
getNumberOfCellsPerBucketMaxValue() - Method in class vtk.vtkCellLocator
Specify the average number of cells in each octant.
getNumberOfCellsPerBucketMinValue() - Method in class vtk.vtkCellLocator
Specify the average number of cells in each octant.
getNumberOfCloudPoints() - Method in class vtk.vtkLODActor
Set/Get the number of random points for the point cloud.
getNumberOfColors() - Method in class vtk.vtkImageQuantizeRGBToIndex
Set / Get the number of color index values to produce - must be a number between 2 and 65536.
getNumberOfColors() - Method in class vtk.vtkLookupTable
Set the number of colors in the lookup table.
getNumberOfColorsMaxValue() - Method in class vtk.vtkImageQuantizeRGBToIndex
Set / Get the number of color index values to produce - must be a number between 2 and 65536.
getNumberOfColorsMaxValue() - Method in class vtk.vtkLookupTable
Set the number of colors in the lookup table.
getNumberOfColorsMinValue() - Method in class vtk.vtkImageQuantizeRGBToIndex
Set / Get the number of color index values to produce - must be a number between 2 and 65536.
getNumberOfColorsMinValue() - Method in class vtk.vtkLookupTable
Set the number of colors in the lookup table.
getNumberOfComplexScalarsPerElement() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfComplexScalarsPerNode() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfComplexVariables() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfComplexVectorsPerElement() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfComplexVectorsPerNode() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfComponents() - Method in class vtk.vtkDICOMImageReader
Get the number of components of the image data for the last image processed.
getNumberOfComponents() - Method in class vtk.vtkDataArray
Set/Get the dimension (n) of the components.
getNumberOfComponents() - Method in class vtk.vtkFieldData
Get the number of components in the field.
getNumberOfComponents() - Method in class vtk.vtkImageExtractComponents
Get the number of components to extract.
getNumberOfComponentsMaxValue() - Method in class vtk.vtkDataArray
Set/Get the dimension (n) of the components.
getNumberOfComponentsMinValue() - Method in class vtk.vtkDataArray
Set/Get the dimension (n) of the components.
getNumberOfConcatenatedTransforms() - Method in class vtk.vtkGeneralTransform
Get the total number of transformations that are linked into this one via Concatenate() operations or via SetInput().
getNumberOfConcatenatedTransforms() - Method in class vtk.vtkPerspectiveTransform
Get the total number of transformations that are linked into this one via Concatenate() operations or via SetInput().
getNumberOfConcatenatedTransforms() - Method in class vtk.vtkTransform
Get the total number of transformations that are linked into this one via Concatenate() operations or via SetInput().
getNumberOfConnectivityEntries() - Method in class vtk.vtkCellArray
Internal method used to retrieve a cell given an offset into the internal array.
getNumberOfConsumers() - Method in class vtk.vtkAbstractMapper
Get the number of consumers
getNumberOfConsumers() - Method in class vtk.vtkDataObject
Get the number of consumers
getNumberOfContours() - Method in class vtk.vtkBandedPolyDataContourFilter
Methods to set / get contour values.
getNumberOfContours() - Method in class vtk.vtkContourFilter
Methods to set / get contour values.
getNumberOfContours() - Method in class vtk.vtkContourGrid
Methods to set / get contour values.
getNumberOfContours() - Method in class vtk.vtkContourValues
Return the number of contours in the
getNumberOfContours() - Method in class vtk.vtkCutter
Generate numContours equally spaced contour values between specified range.
getNumberOfContours() - Method in class vtk.vtkGridSynchronizedTemplates3D
Generate numContours equally spaced contour values between specified range.
getNumberOfContours() - Method in class vtk.vtkHierarchicalBoxContour
Delegated to contour
getNumberOfContours() - Method in class vtk.vtkHierarchicalBoxCutter
Get the number of contours in the list of contour values.
getNumberOfContours() - Method in class vtk.vtkImageMarchingCubes
 
getNumberOfContours() - Method in class vtk.vtkMarchingContourFilter
Methods to set / get contour values.
getNumberOfContours() - Method in class vtk.vtkMarchingCubes
 
getNumberOfContours() - Method in class vtk.vtkMarchingSquares
 
getNumberOfContours() - Method in class vtk.vtkRectilinearSynchronizedTemplates
Generate numContours equally spaced contour values between specified range.
getNumberOfContours() - Method in class vtk.vtkSynchronizedTemplates2D
Generate numContours equally spaced contour values between specified range.
getNumberOfContours() - Method in class vtk.vtkSynchronizedTemplates3D
Generate numContours equally spaced contour values between specified range.
getNumberOfDataSets(int) - Method in class vtk.vtkHierarchicalDataSet
Returns the number of datasets in a given level.
getNumberOfDivisions() - Method in class vtk.vtkImageCheckerboard
Set/Get the number of divisions along each axis.
getNumberOfDivisions() - Method in class vtk.vtkQuadricClustering
Set/Get the number of divisions along each axis for the spatial bins.
getNumberOfDivisions(int[]) - Method in class vtk.vtkQuadricClustering
Set/Get the number of divisions along each axis for the spatial bins.
getNumberOfEdges() - Method in class vtk.vtkCell
Return the number of edges in the cell.
getNumberOfEdges() - Method in class vtk.vtkConvexPointSet
A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does.
getNumberOfEdges() - Method in class vtk.vtkEdgeTable
Return the number of edges that have been inserted thus far.
getNumberOfEdges() - Method in class vtk.vtkEmptyCell
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkHexahedron
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkLine
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkPixel
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkPolyLine
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkPolyVertex
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkPolygon
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkPyramid
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkQuad
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkQuadraticEdge
Implement the vtkCell API.
getNumberOfEdges() - Method in class vtk.vtkQuadraticHexahedron
Implement the vtkCell API.
getNumberOfEdges() - Method in class vtk.vtkQuadraticQuad
Implement the vtkCell API.
getNumberOfEdges() - Method in class vtk.vtkQuadraticTetra
Implement the vtkCell API.
getNumberOfEdges() - Method in class vtk.vtkQuadraticTriangle
Implement the vtkCell API.
getNumberOfEdges() - Method in class vtk.vtkTetra
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkTriangle
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkTriangleStrip
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkVertex
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkVoxel
See the vtkCell API for descriptions of these methods.
getNumberOfEdges() - Method in class vtk.vtkWedge
See the vtkCell API for descriptions of these methods.
getNumberOfElements() - Method in class vtk.vtkImageMedian3D
Return the number of elements in the median mask
getNumberOfEncodedDirections() - Method in class vtk.vtkDirectionEncoder
Return the number of encoded directions
getNumberOfEncodedDirections() - Method in class vtk.vtkRecursiveSphereDirectionEncoder
Return the number of encoded directions
getNumberOfEntries() - Method in class vtk.vtkLegendBoxActor
Add an entry to the legend box.
getNumberOfEvents() - Method in class vtk.vtkTimerLog
Programatic access to events.
getNumberOfExtractedRegions() - Method in class vtk.vtkConnectivityFilter
Obtain the number of connected regions.
getNumberOfExtractedRegions() - Method in class vtk.vtkPolyDataConnectivityFilter
Obtain the number of connected regions.
getNumberOfFaces() - Method in class vtk.vtkCell
Return the number of faces in the cell.
getNumberOfFaces() - Method in class vtk.vtkConvexPointSet
A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does.
getNumberOfFaces() - Method in class vtk.vtkEmptyCell
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkHexahedron
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkLine
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkPixel
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkPolyLine
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkPolyVertex
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkPolygon
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkPyramid
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkQuad
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkQuadraticEdge
Implement the vtkCell API.
getNumberOfFaces() - Method in class vtk.vtkQuadraticHexahedron
Implement the vtkCell API.
getNumberOfFaces() - Method in class vtk.vtkQuadraticQuad
Implement the vtkCell API.
getNumberOfFaces() - Method in class vtk.vtkQuadraticTetra
Implement the vtkCell API.
getNumberOfFaces() - Method in class vtk.vtkQuadraticTriangle
Implement the vtkCell API.
getNumberOfFaces() - Method in class vtk.vtkTetra
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkTriangle
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkTriangleStrip
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkVertex
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkVoxel
See the vtkCell API for descriptions of these methods.
getNumberOfFaces() - Method in class vtk.vtkWedge
See the vtkCell API for descriptions of these methods.
getNumberOfFieldDataInFile() - Method in class vtk.vtkDataReader
What is the name of the ith attribute of a certain type in this file?
getNumberOfFields() - Method in class vtk.vtkAVSucdReader
Get the number of data fields for the model.
getNumberOfFiles() - Method in class vtk.vtkDirectory
Return the file at the given index, the indexing is 0 based
getNumberOfFlyFrames() - Method in class vtk.vtkRenderWindowInteractor
Set the number of frames to fly to when FlyTo is invoked.
getNumberOfFlyFramesMaxValue() - Method in class vtk.vtkRenderWindowInteractor
Set the number of frames to fly to when FlyTo is invoked.
getNumberOfFlyFramesMinValue() - Method in class vtk.vtkRenderWindowInteractor
Set the number of frames to fly to when FlyTo is invoked.
getNumberOfFunctions() - Method in class vtk.vtkFunctionSet
Return the number of independent variables.
getNumberOfGrids() - Method in class vtk.vtkPLOT3DReader
Replace an output.
getNumberOfHandles() - Method in class vtk.vtkImageTracerWidget
Get the number of handles.
getNumberOfHandles() - Method in class vtk.vtkSplineWidget
Set/Get the number of handles for this widget.
getNumberOfIds() - Method in class vtk.vtkIdList
Return the number of id's in the list.
getNumberOfIndependentVariables() - Method in class vtk.vtkFunctionSet
 
getNumberOfInflectionPoints() - Method in class vtk.vtkDecimatePro
Get the number of inflection points.
getNumberOfInputs() - Method in class vtk.vtkProcessObject
Return an array with all the inputs of this process object.
getNumberOfInterpolationSteps() - Method in class vtk.vtkSweptSurface
Value specifies/controls interpolation between the nodes (i.e., transforms) defining the path.
getNumberOfItems() - Method in class vtk.vtkCollection
Return the number of objects in the list.
getNumberOfItems() - Method in class vtk.vtkPriorityQueue
Return the number of items in this queue.
getNumberOfIterations() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Get the number of iterations.
getNumberOfIterations() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Get the number of iterations.
getNumberOfIterations() - Method in class vtk.vtkImageIterateFilter
Get which iteration is current being performed.
getNumberOfIterations() - Method in class vtk.vtkIterativeClosestPointTransform
Get the number of iterations since the last update
getNumberOfIterations() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the number of iterations for Laplacian smoothing,
getNumberOfIterations() - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the number of iterations (or degree of the polynomial approximating the windowed sinc function).
getNumberOfIterationsMaxValue() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the number of iterations for Laplacian smoothing,
getNumberOfIterationsMaxValue() - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the number of iterations (or degree of the polynomial approximating the windowed sinc function).
getNumberOfIterationsMinValue() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the number of iterations for Laplacian smoothing,
getNumberOfIterationsMinValue() - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the number of iterations (or degree of the polynomial approximating the windowed sinc function).
getNumberOfLODs() - Method in class vtk.vtkLODProp3D
Get the current number of LODs.
getNumberOfLabels() - Method in class vtk.vtkAxisActor2D
Set/Get the number of annotation labels to show.
getNumberOfLabels() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the number of annotation labels to show along the x, y, and z axes.
getNumberOfLabels() - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the number of annotation labels to show along each axis.
getNumberOfLabels() - Method in class vtk.vtkScalarBarActor
Set/Get the number of annotation labels to show.
getNumberOfLabelsMaxValue() - Method in class vtk.vtkAxisActor2D
Set/Get the number of annotation labels to show.
getNumberOfLabelsMaxValue() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the number of annotation labels to show along the x, y, and z axes.
getNumberOfLabelsMaxValue() - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the number of annotation labels to show along each axis.
getNumberOfLabelsMaxValue() - Method in class vtk.vtkScalarBarActor
Set/Get the number of annotation labels to show.
getNumberOfLabelsMinValue() - Method in class vtk.vtkAxisActor2D
Set/Get the number of annotation labels to show.
getNumberOfLabelsMinValue() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the number of annotation labels to show along the x, y, and z axes.
getNumberOfLabelsMinValue() - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the number of annotation labels to show along each axis.
getNumberOfLabelsMinValue() - Method in class vtk.vtkScalarBarActor
Set/Get the number of annotation labels to show.
getNumberOfLayers() - Method in class vtk.vtkRenderWindow
Get the number of layers for renderers.
getNumberOfLayersMaxValue() - Method in class vtk.vtkRenderWindow
Get the number of layers for renderers.
getNumberOfLayersMinValue() - Method in class vtk.vtkRenderWindow
Get the number of layers for renderers.
getNumberOfLevels() - Method in class vtk.vtkHierarchicalDataSet
Returns the number of levels.
getNumberOfLines() - Method in class vtk.vtkPolyData
Return the number of primitives of a particular type held..
getNumberOfLines() - Method in class vtk.vtkTextMapper
 
getNumberOfLines(String) - Method in class vtk.vtkTextMapper
Determine the number of lines in the Input string (delimited by "\n").
getNumberOfLines() - Method in class vtk.vtkXMLPolyDataReader
Get the number of verts/lines/strips/polys in the output.
getNumberOfNestedElements() - Method in class vtk.vtkXMLDataElement
Get the number of elements nested in this one.
getNumberOfNodeComponents() - Method in class vtk.vtkAVSucdReader
Get the number of data components at the nodes and cells.
getNumberOfNodeFields() - Method in class vtk.vtkAVSucdReader
Get the number of data fields at the nodes.
getNumberOfNodes() - Method in class vtk.vtkAVSucdReader
Get the total number of nodes.
getNumberOfNormalsInFile() - Method in class vtk.vtkDataReader
How many attributes of various types are in this file?
getNumberOfOutputFrames() - Method in class vtk.vtkVideoSource
Set the number of frames to copy to the output on each execute.
getNumberOfOutputs() - Method in class vtk.vtkClipDataSet
Return the Clipped output.
getNumberOfOutputs() - Method in class vtk.vtkPLOT3DReader
This returns the number of outputs this reader will produce.
getNumberOfOutputs() - Method in class vtk.vtkSource
Return an array with all the inputs of this process object.
getNumberOfOverrides() - Method in class vtk.vtkObjectFactory
Return number of overrides this factory can create.
getNumberOfParameters() - Method in class vtk.vtkAmoebaMinimizer
Get the number of parameters that have been set.
getNumberOfParts() - Method in class vtk.vtkActor
The following methods are for compatibility.
getNumberOfParts() - Method in class vtk.vtkUGFacetReader
Special methods for interrogating the data file.
getNumberOfPaths() - Method in class vtk.vtkAssembly
Methods to traverse the parts of an assembly.
getNumberOfPaths() - Method in class vtk.vtkProp
These methods are used by subclasses to place a matrix (if any) in the prop prior to rendering.
getNumberOfPaths() - Method in class vtk.vtkPropAssembly
Methods to traverse the paths (i.e., leaf nodes) of a prop assembly.
getNumberOfPaths() - Method in class vtk.vtkPropCollection
Get the number of paths contained in this list.
getNumberOfPieces() - Method in class vtk.vtkDicer
Set/Get the number of pieces the object is to be separated into.
getNumberOfPieces() - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
getNumberOfPieces() - Method in class vtk.vtkPolyData
Set / Get the piece and the number of pieces.
getNumberOfPieces() - Method in class vtk.vtkPolyDataMapper
If you want only a part of the data, specify by setting the piece.
getNumberOfPieces() - Method in class vtk.vtkUnstructuredGrid
Set / Get the piece and the number of pieces.
getNumberOfPieces() - Method in class vtk.vtkXMLPDataReader
Get the number of pieces from the summary file being read.
getNumberOfPieces() - Method in class vtk.vtkXMLPDataWriter
Get/Set the number of pieces that are being written in parallel.
getNumberOfPieces() - Method in class vtk.vtkXMLStructuredDataWriter
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file.
getNumberOfPieces() - Method in class vtk.vtkXMLUnstructuredDataWriter
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file.
getNumberOfPiecesMaxValue() - Method in class vtk.vtkDicer
Set/Get the number of pieces the object is to be separated into.
getNumberOfPiecesMinValue() - Method in class vtk.vtkDicer
Set/Get the number of pieces the object is to be separated into.
getNumberOfPlanes() - Method in class vtk.vtkHull
Get the number of planes in the current set of planes.
getNumberOfPlanes() - Method in class vtk.vtkPlanes
Return the number of planes in the set of planes.
getNumberOfPointArrays() - Method in class vtk.vtkAVSucdReader
The following methods allow selective reading of solutions fields.
getNumberOfPointArrays() - Method in class vtk.vtkGenericEnSightReader
Get the number of point or cell arrays available in the input.
getNumberOfPointArrays() - Method in class vtk.vtkXMLReader
Get the number of point or cell arrays available in the input.
getNumberOfPointers() - Method in class vtk.vtkVoidArray
Get the void* pointer at the ith location.
getNumberOfPoints() - Method in class vtk.vtkCell
Return the number of edges in the cell.
getNumberOfPoints() - Method in class vtk.vtkDataSet
Determine the number of points composing the dataset.
getNumberOfPoints() - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getNumberOfPoints() - Method in class vtk.vtkPointSet
See vtkDataSet for additional information.
getNumberOfPoints() - Method in class vtk.vtkPointSource
Set the number of points to generate.
getNumberOfPoints() - Method in class vtk.vtkPoints
Return number of points in array.
getNumberOfPoints() - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getNumberOfPoints() - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getNumberOfPoints() - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getNumberOfPoints() - Method in class vtk.vtkXMLDataReader
Get the number of points in the output.
getNumberOfPoints() - Method in class vtk.vtkXMLStructuredDataReader
Get the number of points in the output.
getNumberOfPoints() - Method in class vtk.vtkXMLUnstructuredDataReader
Get the number of points in the output.
getNumberOfPointsMaxValue() - Method in class vtk.vtkPointSource
Set the number of points to generate.
getNumberOfPointsMinValue() - Method in class vtk.vtkPointSource
Set the number of points to generate.
getNumberOfPointsPerBucket() - Method in class vtk.vtkPointLocator
Specify the average number of points in each bucket.
getNumberOfPointsPerBucketMaxValue() - Method in class vtk.vtkPointLocator
Specify the average number of points in each bucket.
getNumberOfPointsPerBucketMinValue() - Method in class vtk.vtkPointLocator
Specify the average number of points in each bucket.
getNumberOfPointsPerPiece() - Method in class vtk.vtkDicer
Control piece size based on the maximum number of points per piece.
getNumberOfPointsPerPieceMaxValue() - Method in class vtk.vtkDicer
Control piece size based on the maximum number of points per piece.
getNumberOfPointsPerPieceMinValue() - Method in class vtk.vtkDicer
Control piece size based on the maximum number of points per piece.
getNumberOfPolys() - Method in class vtk.vtkPolyData
Return the number of primitives of a particular type held..
getNumberOfPolys() - Method in class vtk.vtkXMLPolyDataReader
Get the number of verts/lines/strips/polys in the output.
getNumberOfPropsRendered() - Method in class vtk.vtkRenderer
Should be used internally only during a render Get the number of props that were rendered using a RenderOpaqueGeometry or RenderTranslucentGeometry call.
getNumberOfScalarArrays() - Method in class vtk.vtkArrayCalculator
Methods to get information about the current variables.
getNumberOfScalarComponents() - Method in class vtk.vtkImageData
Set/Get the number of scalar components for points.
getNumberOfScalarComponents() - Method in class vtk.vtkImageImport
Set/Get the number of scalar components, for RGB images this must be 3.
getNumberOfScalarComponents() - Method in class vtk.vtkImageReader2
Set/Get the number of scalar components
getNumberOfScalarVariables() - Method in class vtk.vtkFunctionParser
Get the number of scalar variables.
getNumberOfScalarsInFile() - Method in class vtk.vtkDataReader
How many attributes of various types are in this file?
getNumberOfScalarsPerElement() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfScalarsPerMeasuredNode() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfScalarsPerNode() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfSides() - Method in class vtk.vtkHyperStreamline
Set / get the number of sides for the hyperstreamlines.
getNumberOfSides() - Method in class vtk.vtkTubeFilter
Set the number of sides for the tube.
getNumberOfSidesMaxValue() - Method in class vtk.vtkHyperStreamline
Set / get the number of sides for the hyperstreamlines.
getNumberOfSidesMaxValue() - Method in class vtk.vtkTubeFilter
Set the number of sides for the tube.
getNumberOfSidesMinValue() - Method in class vtk.vtkHyperStreamline
Set / get the number of sides for the hyperstreamlines.
getNumberOfSidesMinValue() - Method in class vtk.vtkTubeFilter
Set the number of sides for the tube.
getNumberOfSmoothingIterations() - Method in class vtk.vtkImageToPolyDataFilter
Specify the number of smoothing iterations to smooth polygons.
getNumberOfSmoothingIterationsMaxValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify the number of smoothing iterations to smooth polygons.
getNumberOfSmoothingIterationsMinValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify the number of smoothing iterations to smooth polygons.
getNumberOfSources() - Method in class vtk.vtkGlyph3D
Get the number of source objects used to define the glyph table.
getNumberOfStreamDivisions() - Method in class vtk.vtkImageDataStreamer
Set how many pieces to divide the input into.
getNumberOfStreamDivisions() - Method in class vtk.vtkPolyDataStreamer
Set the number of pieces to divide the problem into.
getNumberOfStrips() - Method in class vtk.vtkPolyData
Return the number of primitives of a particular type held..
getNumberOfStrips() - Method in class vtk.vtkXMLPolyDataReader
Get the number of verts/lines/strips/polys in the output.
getNumberOfSubExtents() - Method in class vtk.vtkExtentSplitter
Get the number of sub-extents into which the original set of extents have been split across the available sources.
getNumberOfSubPieces() - Method in class vtk.vtkPolyDataMapper
If you want only a part of the data, specify by setting the piece.
getNumberOfSubdivisions() - Method in class vtk.vtkApproximatingSubdivisionFilter
Set/get the number of subdivisions.
getNumberOfSubdivisions() - Method in class vtk.vtkInterpolatingSubdivisionFilter
Set/get the number of subdivisions.
getNumberOfSubdivisions() - Method in class vtk.vtkSplineFilter
Set the number of subdivisions that are created for the polyline.
getNumberOfSubdivisionsMaxValue() - Method in class vtk.vtkSplineFilter
Set the number of subdivisions that are created for the polyline.
getNumberOfSubdivisionsMinValue() - Method in class vtk.vtkSplineFilter
Set the number of subdivisions that are created for the polyline.
getNumberOfTCoords() - Method in class vtk.vtkExtractTensorComponents
Set the dimension of the texture coordinates to extract.
getNumberOfTCoordsInFile() - Method in class vtk.vtkDataReader
How many attributes of various types are in this file?
getNumberOfTCoordsMaxValue() - Method in class vtk.vtkExtractTensorComponents
Set the dimension of the texture coordinates to extract.
getNumberOfTCoordsMinValue() - Method in class vtk.vtkExtractTensorComponents
Set the dimension of the texture coordinates to extract.
getNumberOfTableValues() - Method in class vtk.vtkLookupTable
Specify the number of values (i.e., colors) in the lookup table.
getNumberOfTensorsInFile() - Method in class vtk.vtkDataReader
How many attributes of various types are in this file?
getNumberOfTensorsSymmPerElement() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfTensorsSymmPerNode() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfThreads() - Method in class vtk.vtkEncodedGradientEstimator
Get/Set the number of threads to create when encoding normals This defaults to the number of available processors on the machine
getNumberOfThreads() - Method in class vtk.vtkGridSynchronizedTemplates3D
Get/Set the number of threads to create when rendering
getNumberOfThreads() - Method in class vtk.vtkImageMultipleInputFilter
Get/Set the number of threads to create when rendering
getNumberOfThreads() - Method in class vtk.vtkImageToImageFilter
Get/Set the number of threads to create when rendering
getNumberOfThreads() - Method in class vtk.vtkImplicitModeller
Set / Get the number of threads used during Per-Voxel processing mode
getNumberOfThreads() - Method in class vtk.vtkMultiThreader
Get/Set the number of threads to create.
getNumberOfThreads() - Method in class vtk.vtkStreamer
 
getNumberOfThreads() - Method in class vtk.vtkSynchronizedTemplates3D
Get/Set the number of threads to create when rendering
getNumberOfThreads() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
Set/Get the number of threads to use.
getNumberOfThreads() - Method in class vtk.vtkVolumeRayCastMapper
Set/Get the number of threads to use.
getNumberOfThreadsMaxValue() - Method in class vtk.vtkEncodedGradientEstimator
Get/Set the number of threads to create when encoding normals This defaults to the number of available processors on the machine
getNumberOfThreadsMaxValue() - Method in class vtk.vtkGridSynchronizedTemplates3D
Get/Set the number of threads to create when rendering
getNumberOfThreadsMaxValue() - Method in class vtk.vtkImageMultipleInputFilter
Get/Set the number of threads to create when rendering
getNumberOfThreadsMaxValue() - Method in class vtk.vtkImageToImageFilter
Get/Set the number of threads to create when rendering
getNumberOfThreadsMaxValue() - Method in class vtk.vtkImplicitModeller
Set / Get the number of threads used during Per-Voxel processing mode
getNumberOfThreadsMaxValue() - Method in class vtk.vtkMultiThreader
Get/Set the number of threads to create.
getNumberOfThreadsMaxValue() - Method in class vtk.vtkSynchronizedTemplates3D
Get/Set the number of threads to create when rendering
getNumberOfThreadsMinValue() - Method in class vtk.vtkEncodedGradientEstimator
Get/Set the number of threads to create when encoding normals This defaults to the number of available processors on the machine
getNumberOfThreadsMinValue() - Method in class vtk.vtkGridSynchronizedTemplates3D
Get/Set the number of threads to create when rendering
getNumberOfThreadsMinValue() - Method in class vtk.vtkImageMultipleInputFilter
Get/Set the number of threads to create when rendering
getNumberOfThreadsMinValue() - Method in class vtk.vtkImageToImageFilter
Get/Set the number of threads to create when rendering
getNumberOfThreadsMinValue() - Method in class vtk.vtkImplicitModeller
Set / Get the number of threads used during Per-Voxel processing mode
getNumberOfThreadsMinValue() - Method in class vtk.vtkMultiThreader
Get/Set the number of threads to create.
getNumberOfThreadsMinValue() - Method in class vtk.vtkSynchronizedTemplates3D
Get/Set the number of threads to create when rendering
getNumberOfTransforms() - Method in class vtk.vtkWeightedTransformFilter
Set the number of transforms for the filter.
getNumberOfTriangles() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the number of triangles to produce on output.
getNumberOfTrianglesMaxValue() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the number of triangles to produce on output.
getNumberOfTrianglesMinValue() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the number of triangles to produce on output.
getNumberOfTuples() - Method in class vtk.vtkDataArray
Get the data tuple at ith location.
getNumberOfTuples() - Method in class vtk.vtkFieldData
Get the number of tuples in the field.
getNumberOfTypes() - Method in class vtk.vtkCellTypes
Return the number of types in the list.
getNumberOfVariables() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables listed in the case file.
getNumberOfVariables(int) - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfVectorArrays() - Method in class vtk.vtkArrayCalculator
Methods to get information about the current variables.
getNumberOfVectorVariables() - Method in class vtk.vtkFunctionParser
Get the number of vector variables.
getNumberOfVectorsInFile() - Method in class vtk.vtkDataReader
How many attributes of various types are in this file?
getNumberOfVectorsPerElement() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfVectorsPerMeasuredNode() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfVectorsPerNode() - Method in class vtk.vtkGenericEnSightReader
Get the number of variables of a particular type.
getNumberOfVerts() - Method in class vtk.vtkPolyData
Return the number of primitives of a particular type held..
getNumberOfVerts() - Method in class vtk.vtkXMLPolyDataReader
Get the number of verts/lines/strips/polys in the output.
getNumberOfXDivisions() - Method in class vtk.vtkQuadricClustering
Set/Get the number of divisions along each axis for the spatial bins.
getNumberOfXLabels() - Method in class vtk.vtkXYPlotActor
Set/Get the number of annotation labels to show along the x and y axes.
getNumberOfXLabelsMaxValue() - Method in class vtk.vtkXYPlotActor
Set/Get the number of annotation labels to show along the x and y axes.
getNumberOfXLabelsMinValue() - Method in class vtk.vtkXYPlotActor
Set/Get the number of annotation labels to show along the x and y axes.
getNumberOfYDivisions() - Method in class vtk.vtkQuadricClustering
Set/Get the number of divisions along each axis for the spatial bins.
getNumberOfYLabels() - Method in class vtk.vtkXYPlotActor
Set/Get the number of annotation labels to show along the x and y axes.
getNumberOfYLabelsMaxValue() - Method in class vtk.vtkXYPlotActor
Set/Get the number of annotation labels to show along the x and y axes.
getNumberOfYLabelsMinValue() - Method in class vtk.vtkXYPlotActor
Set/Get the number of annotation labels to show along the x and y axes.
getNumberOfZDivisions() - Method in class vtk.vtkQuadricClustering
Set/Get the number of divisions along each axis for the spatial bins.
getObject() - Method in class vtk.vtkCollectionIterator
Get the item at the current iterator position.
getObjectFactory() - Method in class vtk.vtkOverrideInformation
Set the class override name
getOffScreenRendering() - Method in class vtk.vtkImageViewer
Create a window in memory instead of on the screen.
getOffScreenRendering() - Method in class vtk.vtkImageViewer2
Create a window in memory instead of on the screen.
getOffScreenRendering() - Method in class vtk.vtkWindow
Create a window in memory instead of on the screen.
getOffset() - Method in class vtk.vtkArcPlotter
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline).
getOffset() - Method in class vtk.vtkDelaunay2D
Specify a multiplier to control the size of the initial, bounding Delaunay triangulation.
getOffset() - Method in class vtk.vtkDelaunay3D
Specify a multiplier to control the size of the initial, bounding Delaunay triangulation.
getOffset() - Method in class vtk.vtkMaskPoints
Start with this point.
getOffset() - Method in class vtk.vtkMaskPolyData
Start with this entity (cell).
getOffset() - Method in class vtk.vtkRuledSurfaceFilter
Control the striping of the ruled surface.
getOffset() - Method in class vtk.vtkTubeFilter
Control the striping of the tubes.
getOffsetMaxValue() - Method in class vtk.vtkArcPlotter
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline).
getOffsetMaxValue() - Method in class vtk.vtkDelaunay2D
Specify a multiplier to control the size of the initial, bounding Delaunay triangulation.
getOffsetMaxValue() - Method in class vtk.vtkDelaunay3D
Specify a multiplier to control the size of the initial, bounding Delaunay triangulation.
getOffsetMaxValue() - Method in class vtk.vtkMaskPoints
Start with this point.
getOffsetMaxValue() - Method in class vtk.vtkMaskPolyData
Start with this entity (cell).
getOffsetMaxValue() - Method in class vtk.vtkRuledSurfaceFilter
Control the striping of the ruled surface.
getOffsetMaxValue() - Method in class vtk.vtkTubeFilter
Control the striping of the tubes.
getOffsetMinValue() - Method in class vtk.vtkArcPlotter
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline).
getOffsetMinValue() - Method in class vtk.vtkDelaunay2D
Specify a multiplier to control the size of the initial, bounding Delaunay triangulation.
getOffsetMinValue() - Method in class vtk.vtkDelaunay3D
Specify a multiplier to control the size of the initial, bounding Delaunay triangulation.
getOffsetMinValue() - Method in class vtk.vtkMaskPoints
Start with this point.
getOffsetMinValue() - Method in class vtk.vtkMaskPolyData
Start with this entity (cell).
getOffsetMinValue() - Method in class vtk.vtkRuledSurfaceFilter
Control the striping of the ruled surface.
getOffsetMinValue() - Method in class vtk.vtkTubeFilter
Control the striping of the tubes.
getOldOrigin() - Method in class vtk.vtkImageStencilData
Save the previous data origin.
getOldPos() - Method in class vtk.vtkInteractorStyleUser
Get the previous mouse position during mouse motion, or after a key press.
getOldSpacing() - Method in class vtk.vtkImageStencilData
Save the previous data spacing.
getOnRatio() - Method in class vtk.vtkEarthSource
Turn on every nth entity.
getOnRatio() - Method in class vtk.vtkMaskPoints
Turn on every nth point.
getOnRatio() - Method in class vtk.vtkMaskPolyData
Turn on every nth entity (cell).
getOnRatio() - Method in class vtk.vtkRuledSurfaceFilter
Control the striping of the ruled surface.
getOnRatio() - Method in class vtk.vtkTubeFilter
Control the striping of the tubes.
getOnRatioMaxValue() - Method in class vtk.vtkEarthSource
Turn on every nth entity.
getOnRatioMaxValue() - Method in class vtk.vtkMaskPoints
Turn on every nth point.
getOnRatioMaxValue() - Method in class vtk.vtkMaskPolyData
Turn on every nth entity (cell).
getOnRatioMaxValue() - Method in class vtk.vtkRuledSurfaceFilter
Control the striping of the ruled surface.
getOnRatioMaxValue() - Method in class vtk.vtkTubeFilter
Control the striping of the tubes.
getOnRatioMinValue() - Method in class vtk.vtkEarthSource
Turn on every nth entity.
getOnRatioMinValue() - Method in class vtk.vtkMaskPoints
Turn on every nth point.
getOnRatioMinValue() - Method in class vtk.vtkMaskPolyData
Turn on every nth entity (cell).
getOnRatioMinValue() - Method in class vtk.vtkRuledSurfaceFilter
Control the striping of the ruled surface.
getOnRatioMinValue() - Method in class vtk.vtkTubeFilter
Control the striping of the tubes.
getOpacity(int) - Method in class vtk.vtkImageBlend
Set the opacity of an input image: the alpha values of the image are multiplied by the opacity.
getOpacity(double) - Method in class vtk.vtkLookupTable
Map one value through the lookup table and return the alpha value (the opacity) as a double between 0 and 1.
getOpacity() - Method in class vtk.vtkProperty
Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
getOpacity() - Method in class vtk.vtkProperty2D
Set/Get the Opacity of this property.
getOpacity(double) - Method in class vtk.vtkScalarsToColors
Map one value through the lookup table and return the luminance 0.3*red + 0.59*green + 0.11*blue as a double between 0 and 1.
getOpacity() - Method in class vtk.vtkTextProperty
Set/Get the text's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
getOpacity() - Method in class vtk.vtkVideoSource
For RGBA output only (4 scalar components), set the opacity.
getOpacityMaxValue() - Method in class vtk.vtkProperty
Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
getOpacityMinValue() - Method in class vtk.vtkProperty
Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
getOpenValue() - Method in class vtk.vtkImageOpenClose3D
Determines the value that will opened.
getOperation() - Method in class vtk.vtkImageLogic
Set/Get the Operation to perform.
getOperation() - Method in class vtk.vtkImageMaskBits
Set/Get the boolean operator.
getOperation() - Method in class vtk.vtkImageMathematics
Set/Get the Operation to perform.
getOperationType() - Method in class vtk.vtkImplicitBoolean
Specify the type of boolean operation.
getOperationTypeAsString() - Method in class vtk.vtkImplicitBoolean
Specify the type of boolean operation.
getOperationTypeMaxValue() - Method in class vtk.vtkImplicitBoolean
Specify the type of boolean operation.
getOperationTypeMinValue() - Method in class vtk.vtkImplicitBoolean
Specify the type of boolean operation.
getOptimization() - Method in class vtk.vtkImageReslice
Turn on and off optimizations (default on, they should only be turned off for testing purposes).
getOrder() - Method in class vtk.vtkImageButterworthHighPass
The order determines sharpness of the cutoff curve.
getOrder() - Method in class vtk.vtkImageButterworthLowPass
The order determines sharpness of the cutoff curve.
getOrient() - Method in class vtk.vtkGlyph3D
Turn on/off orienting of input geometry along vector/normal.
getOrientation() - Method in class vtk.vtkCamera
Get the orientation of the camera.
getOrientation() - Method in class vtk.vtkProjectedTexture
Get the normalized orientation vector of the projector.
getOrientation() - Method in class vtk.vtkProp3D
Returns the orientation of the Prop3D as s vector of X,Y and Z rotation.
getOrientation(double[]) - Method in class vtk.vtkProp3D
Returns the orientation of the Prop3D as s vector of X,Y and Z rotation.
getOrientation() - Method in class vtk.vtkScalarBarActor
Control the orientation of the scalar bar.
getOrientation(double[]) - Method in class vtk.vtkTransform
Get the x, y, z orientation angles from the transformation matrix as an array of three floating point values.
getOrientation() - Method in class vtk.vtkTransform
Get the x, y, z orientation angles from the transformation matrix as an array of three floating point values.
getOrientationMaxValue() - Method in class vtk.vtkScalarBarActor
Control the orientation of the scalar bar.
getOrientationMinValue() - Method in class vtk.vtkScalarBarActor
Control the orientation of the scalar bar.
getOrientationScalars() - Method in class vtk.vtkStreamer
Turn on/off the creation of scalar data from vorticity information.
getOrientationWXYZ() - Method in class vtk.vtkCamera
Get the orientation of the camera.
getOrientationWXYZ() - Method in class vtk.vtkProp3D
Returns the WXYZ orientation of the Prop3D.
getOrientationWXYZ(double[]) - Method in class vtk.vtkTransform
Return the wxyz angle+axis representing the current orientation.
getOrientationWXYZ() - Method in class vtk.vtkTransform
Return the wxyz angle+axis representing the current orientation.
getOrigin() - Method in class vtk.vtkAxes
Set the origin of the axes.
getOrigin() - Method in class vtk.vtkButtonSource
Specify a point defining the origin of the button.
getOrigin() - Method in class vtk.vtkDataObjectToDataSetFilter
 
getOrigin() - Method in class vtk.vtkDepthSortPolyData
Set/Get the sort origin.
getOrigin() - Method in class vtk.vtkImageData
Set the origin of the data.
getOrigin() - Method in class vtk.vtkImagePlaneWidget
Set/Get the origin of the plane.
getOrigin(double[]) - Method in class vtk.vtkImagePlaneWidget
Set/Get the origin of the plane.
getOrigin() - Method in class vtk.vtkImageStencilData
Set the desired origin for the stencil.
getOrigin() - Method in class vtk.vtkImplicitPlaneWidget
Get the origin of the plane.
getOrigin(double[]) - Method in class vtk.vtkImplicitPlaneWidget
Get the origin of the plane.
getOrigin() - Method in class vtk.vtkPlane
Set/get point through which plane passes.
getOrigin() - Method in class vtk.vtkPlaneSource
Specify a point defining the origin of the plane.
getOrigin() - Method in class vtk.vtkPlaneWidget
Set/Get the origin of the plane.
getOrigin(double[]) - Method in class vtk.vtkPlaneWidget
Set/Get the origin of the plane.
getOrigin() - Method in class vtk.vtkProp3D
Set/Get the origin of the Prop3D.
getOrigin() - Method in class vtk.vtkTextureMapToPlane
Specify a point defining the origin of the plane.
getOrigin() - Method in class vtk.vtkTransformTextureCoords
Set/Get the origin of the texture map.
getOrigin() - Method in class vtk.vtkUniformGrid
Set the origin of the data.
getOrigin() - Method in class vtk.vtkViewport
Get the size and origin of the viewport in display coordinates.
getOriginCX() - Method in class vtk.vtkImageMandelbrotSource
Imaginary and real value for C (constant in equation) and X (initial value).
getOriginScale() - Method in class vtk.vtkImageChangeInformation
Apply a scale to the origin.
getOriginTranslation() - Method in class vtk.vtkImageChangeInformation
Apply a translation to the origin.
getOutGradient() - Method in class vtk.vtkImplicitDataSet
Set / get the function gradient to use for points outside of the dataset.
getOutGradient() - Method in class vtk.vtkImplicitVolume
Set the function gradient to use for points outside of the dataset.
getOutTextureCoord() - Method in class vtk.vtkThresholdTextureCoords
Set the texture coordinate value for point NOT satisfying threshold criterion.
getOutValue() - Method in class vtk.vtkImageEllipsoidSource
Set/Get the outside pixel values.
getOutValue() - Method in class vtk.vtkImageThreshold
Replace the in range pixels with this value.
getOutValue() - Method in class vtk.vtkImplicitDataSet
Set / get the function value to use for points outside of the dataset.
getOutValue() - Method in class vtk.vtkImplicitVolume
Set the function value to use for points outside of the dataset.
getOuterRadius() - Method in class vtk.vtkDiskSource
Specify outer radius of disc.
getOuterRadiusMaxValue() - Method in class vtk.vtkDiskSource
Specify outer radius of disc.
getOuterRadiusMinValue() - Method in class vtk.vtkDiskSource
Specify outer radius of disc.
getOutline() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe bounding box.
getOutline() - Method in class vtk.vtkEarthSource
Turn on/off drawing continents as filled polygons or as wireframe outlines.
getOutline() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe bounding box.
getOutlineCursorWires() - Method in class vtk.vtkBoxWidget
Control the representation of the outline.
getOutlineFaceWires() - Method in class vtk.vtkBoxWidget
Control the representation of the outline.
getOutlineProperty() - Method in class vtk.vtkBoxWidget
Get the outline properties (the outline of the box).
getOutlineProperty() - Method in class vtk.vtkImplicitPlaneWidget
Get the property of the outline.
getOutlineTranslation() - Method in class vtk.vtkImplicitPlaneWidget
Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
getOutput() - Method in class vtk.vtkDataObjectReader
Get the output field of this reader.
getOutput(int) - Method in class vtk.vtkDataObjectReader
Get the output field of this reader.
getOutput() - Method in class vtk.vtkDataObjectSource
Get the output field of this source.
getOutput(int) - Method in class vtk.vtkDataObjectSource
Get the output field of this source.
getOutput() - Method in class vtk.vtkDataObjectToDataSetFilter
Get the output in different forms.
getOutput(int) - Method in class vtk.vtkDataObjectToDataSetFilter
Get the output in different forms.
getOutput() - Method in class vtk.vtkDataSetReader
Get the output of this source as a general vtkDataSet.
getOutput(int) - Method in class vtk.vtkDataSetReader
Get the output of this source as a general vtkDataSet.
getOutput() - Method in class vtk.vtkDataSetSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkDataSetSource
Get the output of this source.
getOutput() - Method in class vtk.vtkDataSetToDataSetFilter
Get the output of this filter.
getOutput(int) - Method in class vtk.vtkDataSetToDataSetFilter
Get the output of this filter.
getOutput(int) - Method in class vtk.vtkExtractVectorComponents
Get the output dataset containing the indicated component.
getOutput() - Method in class vtk.vtkHierarchicalBoxApplyFilterCommand
The output to be used to store the results.
getOutput() - Method in class vtk.vtkHierarchicalBoxSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkHierarchicalBoxSource
Get the output of this source.
getOutput() - Method in class vtk.vtkImageCanvasSource2D
These methods also set the WholeExtent of this "DataObject".
getOutput(int) - Method in class vtk.vtkImageMultipleInputOutputFilter
Get one input to this filter.
getOutput() - Method in class vtk.vtkImageMultipleInputOutputFilter
Get one input to this filter.
getOutput() - Method in class vtk.vtkImageOpenClose3D
This method returns the cache to make a connection It justs feeds the request to the sub filter.
getOutput(int) - Method in class vtk.vtkImageOpenClose3D
This method returns the cache to make a connection It justs feeds the request to the sub filter.
getOutput() - Method in class vtk.vtkImageSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkImageSource
Get the output of this source.
getOutput() - Method in class vtk.vtkImageStencilSource
Get or set the output for this source.
getOutput() - Method in class vtk.vtkImageToStructuredPoints
Get the output of this source.
getOutput(int) - Method in class vtk.vtkImageToStructuredPoints
Get the output of this source.
getOutput() - Method in class vtk.vtkMultiBlockApplyFilterCommand
The output to be used to store the results.
getOutput(int) - Method in class vtk.vtkPCAAnalysisFilter
Retrieve the output point set with index idx.
getOutput() - Method in class vtk.vtkPiecewiseFunctionSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkPiecewiseFunctionSource
Get the output of this source.
getOutput() - Method in class vtk.vtkPointSetSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkPointSetSource
Get the output of this source.
getOutput() - Method in class vtk.vtkPointSetToPointSetFilter
Get the output of this filter.
getOutput(int) - Method in class vtk.vtkPointSetToPointSetFilter
Get the output of this filter.
getOutput() - Method in class vtk.vtkPolyDataReader
Get the output of this reader.
getOutput(int) - Method in class vtk.vtkPolyDataReader
Get the output of this reader.
getOutput() - Method in class vtk.vtkPolyDataSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkPolyDataSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkProcrustesAlignmentFilter
Retrieve the output point set with index idx.
getOutput() - Method in class vtk.vtkProgrammableDataObjectSource
Get the output data object.
getOutput(int) - Method in class vtk.vtkProgrammableDataObjectSource
Get the output data object.
getOutput() - Method in class vtk.vtkRectilinearGridReader
Get and set the output of this reader.
getOutput(int) - Method in class vtk.vtkRectilinearGridReader
Get and set the output of this reader.
getOutput() - Method in class vtk.vtkRectilinearGridSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkRectilinearGridSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkSpatialRepresentationFilter
A special form of the GetOutput() method that returns multiple outputs.
getOutput() - Method in class vtk.vtkSpatialRepresentationFilter
Output of terminal nodes/leaves.
getOutput() - Method in class vtk.vtkStructuredGridReader
Get the output of this reader.
getOutput(int) - Method in class vtk.vtkStructuredGridReader
Get the output of this reader.
getOutput() - Method in class vtk.vtkStructuredGridSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkStructuredGridSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkStructuredPointsReader
Set/Get the output of this reader.
getOutput() - Method in class vtk.vtkStructuredPointsReader
Set/Get the output of this reader.
getOutput() - Method in class vtk.vtkStructuredPointsSource
Set/Get the output of this source.
getOutput(int) - Method in class vtk.vtkStructuredPointsSource
Set/Get the output of this source.
getOutput() - Method in class vtk.vtkUnstructuredGridReader
Get the output of this reader.
getOutput(int) - Method in class vtk.vtkUnstructuredGridReader
Get the output of this reader.
getOutput() - Method in class vtk.vtkUnstructuredGridSource
Get the output of this source.
getOutput(int) - Method in class vtk.vtkUnstructuredGridSource
Get the output of this source.
getOutput() - Method in class vtk.vtkXMLImageDataReader
Get/Set the reader's output.
getOutput(int) - Method in class vtk.vtkXMLImageDataReader
Get/Set the reader's output.
getOutput() - Method in class vtk.vtkXMLPImageDataReader
Get/Set the reader's output.
getOutput(int) - Method in class vtk.vtkXMLPImageDataReader
Get/Set the reader's output.
getOutput() - Method in class vtk.vtkXMLPPolyDataReader
Get/Set the reader's output.
getOutput(int) - Method in class vtk.vtkXMLPPolyDataReader
Get/Set the reader's output.
getOutput() - Method in class vtk.vtkXMLPRectilinearGridReader
Get/Set the reader's output.
getOutput(int) - Method in class vtk.vtkXMLPRectilinearGridReader
Get/Set the reader's output.
getOutput() - Method in class vtk.vtkXMLPStructuredGridReader
Get/Set the reader's output.
getOutput(int) - Method in class vtk.vtkXMLPStructuredGridReader
Needed for ParaView
getOutput() - Method in class vtk.vtkXMLPUnstructuredGridReader
Get/Set the reader's output.
getOutput(int) - Method in class vtk.vtkXMLPUnstructuredGridReader
Get/Set the reader's output.
getOutput() - Method in class vtk.vtkXMLPolyDataReader
Get/Set the reader's output.
getOutput(int) - Method in class vtk.vtkXMLPolyDataReader
Get/Set the reader's output.
getOutput() - Method in class vtk.vtkXMLRectilinearGridReader
Get/Set the reader's output.
getOutput(int) - Method in class vtk.vtkXMLRectilinearGridReader
Get/Set the reader's output.
getOutput() - Method in class vtk.vtkXMLStructuredGridReader
Get/Set the reader's output.
getOutput(int) - Method in class vtk.vtkXMLStructuredGridReader
Get/Set the reader's output.
getOutput() - Method in class vtk.vtkXMLUnstructuredGridReader
Get/Set the reader's output.
getOutput(int) - Method in class vtk.vtkXMLUnstructuredGridReader
Get/Set the reader's output.
getOutputAsDataSet() - Method in class vtk.vtkXMLReader
Get the output as a vtkDataSet pointer.
getOutputAsDataSet(int) - Method in class vtk.vtkXMLReader
Get the output as a vtkDataSet pointer.
getOutputAttributeData() - Method in class vtk.vtkFieldDataToAttributeDataFilter
Specify which attribute data to output: point or cell data attributes.
getOutputConnectedValue() - Method in class vtk.vtkImageSeedConnectivity
Set/Get the value to set connected pixels to.
getOutputDimensionality() - Method in class vtk.vtkImageReslice
Force the dimensionality of the output to either 1, 2, 3 or 0 (default: 3).
getOutputExtent() - Method in class vtk.vtkImageReslice
Set the extent for the output data.
getOutputExtentStart() - Method in class vtk.vtkImageChangeInformation
Specify new starting values for the extent explicitly.
getOutputField() - Method in class vtk.vtkMergeDataObjectFilter
Specify where to place the field data during the merge process.
getOutputFormat() - Method in class vtk.vtkImageMapToColors
Set the output format, the default is RGBA.
getOutputFormat() - Method in class vtk.vtkVideoSource
Set the output format.
getOutputIndex(vtkDataObject) - Method in class vtk.vtkSource
Return what index output the passed in output is, return -1 if it does not match any of the outputs
getOutputNumberOfScalarComponents() - Method in class vtk.vtkImagePadFilter
Set/Get the number of output scalar components.
getOutputOrigin() - Method in class vtk.vtkImageChangeInformation
Specify a new data origin explicitly.
getOutputOrigin() - Method in class vtk.vtkImageReslice
Set the origin for the output data.
getOutputScalarType() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
getOutputScalarType() - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
getOutputScalarType() - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
getOutputScalarType() - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
getOutputScalarType() - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
getOutputSpacing() - Method in class vtk.vtkImageChangeInformation
Specify a new data spacing explicitly.
getOutputSpacing() - Method in class vtk.vtkImageReslice
Set the voxel spacing for the output data.
getOutputString() - Method in class vtk.vtkDataWriter
When WriteToOutputString in on, then a string is allocated, written to, and can be retrieved with these methods.
getOutputStringLength() - Method in class vtk.vtkDataWriter
When WriteToOutputString in on, then a string is allocated, written to, and can be retrieved with these methods.
getOutputStyle() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to create the output.
getOutputStyleMaxValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to create the output.
getOutputStyleMinValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to create the output.
getOutputTrueValue() - Method in class vtk.vtkImageLogic
Set the value to use for true in the output.
getOutputUnconnectedValue() - Method in class vtk.vtkImageSeedConnectivity
Set/Get the value to set unconnected pixels to.
getOutputWholeExtent(int[]) - Method in class vtk.vtkImageClip
The whole extent of the output has to be set explicitly.
getOutputWholeExtent() - Method in class vtk.vtkImageClip
 
getOutputWholeExtent(int[]) - Method in class vtk.vtkImagePadFilter
The image extent of the output has to be set explicitly.
getOutputWholeExtent() - Method in class vtk.vtkImagePadFilter
Set/Get the number of output scalar components.
getOutputWholeExtent() - Method in class vtk.vtkVideoSource
Get/Set the WholeExtent of the output.
getOutputsAreValid() - Method in class vtk.vtkEnSightReader
OutputsAreValid indicates whether the outputs from this reader have changed in a consistent way.
getOverrideDescription(int) - Method in class vtk.vtkObjectFactory
Return the description for a the class override at the given index.
getOverrideInformation(String, vtkOverrideInformationCollection) - Method in class vtk.vtkObjectFactory
Fill the given collection with all the overrides for the class with the given name.
getP1() - Method in class vtk.vtkWarpLens
Specify the decentering distortion parameters for the lens
getP2() - Method in class vtk.vtkWarpLens
Specify the decentering distortion parameters for the lens
getPCoords() - Method in class vtk.vtkCellPicker
Get the parametric coordinates of the picked cell.
getPadding() - Method in class vtk.vtkCaptionActor2D
Set/Get the padding between the caption and the border.
getPadding() - Method in class vtk.vtkLegendBoxActor
Set/Get the padding between the legend entries and the border.
getPaddingMaxValue() - Method in class vtk.vtkCaptionActor2D
Set/Get the padding between the caption and the border.
getPaddingMaxValue() - Method in class vtk.vtkLegendBoxActor
Set/Get the padding between the legend entries and the border.
getPaddingMinValue() - Method in class vtk.vtkCaptionActor2D
Set/Get the padding between the caption and the border.
getPaddingMinValue() - Method in class vtk.vtkLegendBoxActor
Set/Get the padding between the legend entries and the border.
getParallelProjection() - Method in class vtk.vtkCamera
Set/Get the value of the ParallelProjection instance variable.
getParallelScale() - Method in class vtk.vtkCamera
Set/Get the scaling used for a parallel projection, i.e. the height of the viewport in world-coordinate distances.
getParallelStreaming() - Method in class vtk.vtkAppendPolyData
ParallelStreaming is for a particular application.
getParameterName(int) - Method in class vtk.vtkAmoebaMinimizer
For completeness, an unchecked method to get the name for particular parameter (the result will be NULL if no name was set).
getParameterScale(String) - Method in class vtk.vtkAmoebaMinimizer
Set the scale to use when modifying a parameter, i.e. the initial amount by which the parameter will be modified during the search for the minimum.
getParameterScale(int) - Method in class vtk.vtkAmoebaMinimizer
Set the scale to use when modifying a parameter, i.e. the initial amount by which the parameter will be modified during the search for the minimum.
getParameterValue(String) - Method in class vtk.vtkAmoebaMinimizer
Get the value of a parameter at the current stage of the minimization.
getParameterValue(int) - Method in class vtk.vtkAmoebaMinimizer
Get the value of a parameter at the current stage of the minimization.
getParameterisedShape(vtkFloatArray, vtkPointSet) - Method in class vtk.vtkPCAAnalysisFilter
Fills the shape with: mean + b[0] * sqrt(eigenvalue[0]) * eigenvector[0] + b[1] * sqrt(eigenvalue[1]) * eigenvector[1]
getParameters() - Method in class vtk.vtkRIBProperty
Get parameters.
getParametricCenter(double[]) - Method in class vtk.vtkCell
Return center of the cell in parametric coordinates.
getParametricCenter(double[]) - Method in class vtk.vtkConvexPointSet
Return the center of the cell in parametric coordinates.
getParametricCenter(double[]) - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
getParametricCenter(double[]) - Method in class vtk.vtkPolyLine
Return the center of the point cloud in parametric coordinates.
getParametricCenter(double[]) - Method in class vtk.vtkPolyVertex
Return the center of the point cloud in parametric coordinates.
getParametricCenter(double[]) - Method in class vtk.vtkPyramid
Return the center of the pyramid in parametric coordinates.
getParametricCenter(double[]) - Method in class vtk.vtkQuadraticTetra
Return the center of the quadratic tetra in parametric coordinates.
getParametricCenter(double[]) - Method in class vtk.vtkQuadraticTriangle
Return the center of the quadratic triangle in parametric coordinates.
getParametricCenter(double[]) - Method in class vtk.vtkTetra
Return the center of the tetrahedron in parametric coordinates.
getParametricCenter(double[]) - Method in class vtk.vtkTriangle
Return the center of the triangle in parametric coordinates.
getParametricCenter(double[]) - Method in class vtk.vtkTriangleStrip
Return the center of the point cloud in parametric coordinates.
getParametricCenter(double[]) - Method in class vtk.vtkWedge
Return the center of the wedge in parametric coordinates.
getParametricDistance(double[]) - Method in class vtk.vtkCell
Return the distance of the parametric coordinate provided to the cell.
getParametricDistance(double[]) - Method in class vtk.vtkQuadraticTetra
Return the distance of the parametric coordinate provided to the cell.
getParametricDistance(double[]) - Method in class vtk.vtkQuadraticTriangle
Return the distance of the parametric coordinate provided to the cell.
getParametricDistance(double[]) - Method in class vtk.vtkTetra
Return the distance of the parametric coordinate provided to the cell.
getParametricDistance(double[]) - Method in class vtk.vtkTriangle
Return the distance of the parametric coordinate provided to the cell.
getParent() - Method in class vtk.vtkXMLDataElement
Set/Get the parent of this element.
getPartColorIndex(int) - Method in class vtk.vtkUGFacetReader
Retrieve color index for the parts in the file.
getPartNumber() - Method in class vtk.vtkBYUReader
Set/Get the part number to be read.
getPartNumber() - Method in class vtk.vtkUGFacetReader
Specify the desired part to extract.
getPartNumberMaxValue() - Method in class vtk.vtkBYUReader
Set/Get the part number to be read.
getPartNumberMinValue() - Method in class vtk.vtkBYUReader
Set/Get the part number to be read.
getParts() - Method in class vtk.vtkAssembly
Return the parts (direct descendants) of this assembly.
getParts() - Method in class vtk.vtkPropAssembly
Return the list of parts.
getPassAlphaToOutput() - Method in class vtk.vtkImageMapToColors
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA)
getPassAttributeData() - Method in class vtk.vtkAttributeDataToFieldDataFilter
Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
getPassBand() - Method in class vtk.vtkWindowedSincPolyDataFilter
Set the passband value for the windowed sinc filter
getPassBandMaxValue() - Method in class vtk.vtkWindowedSincPolyDataFilter
Set the passband value for the windowed sinc filter
getPassBandMinValue() - Method in class vtk.vtkWindowedSincPolyDataFilter
Set the passband value for the windowed sinc filter
getPassCellData() - Method in class vtk.vtkCellDataToPointData
Control whether the input cell data is to be passed to the output.
getPassCellData() - Method in class vtk.vtkHierarchicalBoxCellDataToPointData
Control whether the input cell data is to be passed to the output.
getPassLines() - Method in class vtk.vtkRuledSurfaceFilter
Indicate whether the generating lines are to be passed to the output.
getPassLines() - Method in class vtk.vtkTriangleFilter
Turn on/off passing lines through filter.
getPassPointData() - Method in class vtk.vtkPointDataToCellData
Control whether the input point data is to be passed to the output.
getPassTensorsToOutput() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether tensor data is passed through to output.
getPassVerts() - Method in class vtk.vtkTriangleFilter
Turn on/off passing vertices through filter.
getPath() - Method in class vtk.vtkAbstractPropPicker
Return the vtkAssemblyPath that has been picked.
getPath(vtkPolyData) - Method in class vtk.vtkImageTracerWidget
Grab the points and lines that define the traced path.
getPatientID() - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
getPatientName() - Method in class vtk.vtkDICOMImageReader
Get the patient name for the last image processed.
getPatientName() - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
getPeriod() - Method in class vtk.vtkImageSinusoidSource
Set/Get the period of the sinusoid in pixels.
getPermutation() - Method in class vtk.vtkSpherePuzzleArrows
 
getPerspectiveTransformMatrix(double, double, double) - Method in class vtk.vtkCamera
Return the perspective transform matrix, which converts from camera coordinates to viewport coordinates.
getPhase() - Method in class vtk.vtkImageSinusoidSource
Set/Get the phase: 0->2Pi. 0 => Cosine, pi/2 => Sine.
getPhase() - Method in class vtk.vtkPerlinNoise
Set/get the phase of the noise function.
getPhi() - Method in class vtk.vtkTexturedSphereSource
Set the maximum latitude angle (0 is at north pole).
getPhiMaxValue() - Method in class vtk.vtkTexturedSphereSource
Set the maximum latitude angle (0 is at north pole).
getPhiMinValue() - Method in class vtk.vtkTexturedSphereSource
Set the maximum latitude angle (0 is at north pole).
getPhiResolution() - Method in class vtk.vtkSphereSource
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi).
getPhiResolution() - Method in class vtk.vtkSphereWidget
Set/Get the radius of sphere.
getPhiResolution() - Method in class vtk.vtkSuperquadricSource
Set the number of points in the latitude direction.
getPhiResolution() - Method in class vtk.vtkTexturedSphereSource
Set the number of points in the latitude direction.
getPhiResolutionMaxValue() - Method in class vtk.vtkSphereSource
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi).
getPhiResolutionMaxValue() - Method in class vtk.vtkTexturedSphereSource
Set the number of points in the latitude direction.
getPhiResolutionMinValue() - Method in class vtk.vtkSphereSource
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi).
getPhiResolutionMinValue() - Method in class vtk.vtkTexturedSphereSource
Set the number of points in the latitude direction.
getPhiRoundness() - Method in class vtk.vtkSuperquadric
Set/Get Superquadric north/south roundness.
getPhiRoundness() - Method in class vtk.vtkSuperquadricSource
Set/Get Superquadric north/south roundness.
getPhiThreshold() - Method in class vtk.vtkLinkEdgels
Set/get the threshold for Phi vs.
getPickColor() - Method in class vtk.vtkInteractorStyle
Set/Get the pick color (used by default to color vtkActor2D's).
getPickFromList() - Method in class vtk.vtkAbstractPicker
Use these methods to control whether to limit the picking to this list (rather than renderer's actors).
getPickLODID() - Method in class vtk.vtkLODProp3D
Get the ID of the appropriate pick LOD index
getPickList() - Method in class vtk.vtkAbstractPicker
 
getPickPosition() - Method in class vtk.vtkAbstractPicker
Return position in global coordinates of pick point.
getPickX() - Method in class vtk.vtkViewport
Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
getPickY() - Method in class vtk.vtkViewport
Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
getPickable() - Method in class vtk.vtkProp
Set/Get the pickable instance variable.
getPickedPositions() - Method in class vtk.vtkPicker
Return a list of the points the the actors returned by GetActors were intersected at.
getPickedZ() - Method in class vtk.vtkViewport
Return the Z value for the last picked Prop.
getPicker() - Method in class vtk.vtkRenderWindowInteractor
Set/Get the object used to perform pick operations.
getPiece() - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
getPiece() - Method in class vtk.vtkPolyData
Set / Get the piece and the number of pieces.
getPiece() - Method in class vtk.vtkPolyDataMapper
If you want only a part of the data, specify by setting the piece.
getPiece() - Method in class vtk.vtkUnstructuredGrid
Set / Get the piece and the number of pieces.
getPieceAvailable(int) - Method in class vtk.vtkTableExtentTranslator
Get/Set whether the given piece is available.
getPieceCaseFileName() - Method in class vtk.vtkEnSightMasterServerReader
Get the file name that will be read.
getPieceInvariant() - Method in class vtk.vtkCleanPolyData
 
getPipelineMTime() - Method in class vtk.vtkDataObject
 
getPixelAspect() - Method in class vtk.vtkViewport
Set the aspect ratio of a pixel in the rendered image.
getPixelData(int, int, int, int, int, vtkUnsignedCharArray) - Method in class vtk.vtkOpenGLRenderWindow
Set/Get the pixel data of an image, transmitted as RGBRGB...
getPixelData(int, int, int, int, int, vtkUnsignedCharArray) - Method in class vtk.vtkWindow
Get the pixel data of an image, transmitted as RGBRGBRGB.
getPixelRepresentation() - Method in class vtk.vtkDICOMImageReader
Get the pixel representation of the last image processed by the DICOMParser.
getPixelSamples() - Method in class vtk.vtkRIBExporter
 
getPlaceFactor() - Method in class vtk.vtk3DWidget
Set/Get a factor representing the scaling of the widget upon placement (via the PlaceWidget() method).
getPlaceFactorMaxValue() - Method in class vtk.vtk3DWidget
Set/Get a factor representing the scaling of the widget upon placement (via the PlaceWidget() method).
getPlaceFactorMinValue() - Method in class vtk.vtk3DWidget
Set/Get a factor representing the scaling of the widget upon placement (via the PlaceWidget() method).
getPlane(vtkPlane) - Method in class vtk.vtkImplicitPlaneWidget
Get the implicit function for the plane.
getPlane(vtkPlane) - Method in class vtk.vtkPlaneWidget
Get the planes describing the implicit function defined by the plane widget.
getPlane(int) - Method in class vtk.vtkPlanes
Create and return a pointer to a vtkPlane object at the ith position.
getPlane() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
getPlaneMaxValue() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
getPlaneMinValue() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
getPlaneOrientation() - Method in class vtk.vtkImagePlaneWidget
Convenience method sets the plane orientation normal to the x, y, or z axes.
getPlaneProperty() - Method in class vtk.vtkImagePlaneWidget
Set/Get the plane's outline properties.
getPlaneProperty() - Method in class vtk.vtkImplicitPlaneWidget
Get the plane properties.
getPlaneProperty() - Method in class vtk.vtkPlaneWidget
Get the plane properties.
getPlaneUnitOfMeasure() - Method in class vtk.vtkDEMReader
Defining unit of measure for ground planimetric coordinates throughout the file. 0 = radians, 1 = feet, 2 = meters, 3 = arc-seconds.
getPlanes(vtkPlanes) - Method in class vtk.vtkBoxWidget
Get the planes describing the implicit function defined by the box widget.
getPlaying() - Method in class vtk.vtkVideoSource
Are we in play mode?
getPlotColor(int) - Method in class vtk.vtkXYPlotActor
 
getPlotComponent() - Method in class vtk.vtkArcPlotter
Set/Get the component number to plot if the data has more than one component.
getPlotCoordinate() - Method in class vtk.vtkXYPlotActor
An alternate form of ViewportToPlotCoordinate() above.
getPlotCurveLines() - Method in class vtk.vtkXYPlotActor
 
getPlotCurvePoints() - Method in class vtk.vtkXYPlotActor
 
getPlotLabel(int) - Method in class vtk.vtkXYPlotActor
 
getPlotLines(int) - Method in class vtk.vtkXYPlotActor
 
getPlotLines() - Method in class vtk.vtkXYPlotActor
Set/Get whether the lines are rendered.
getPlotMode() - Method in class vtk.vtkArcPlotter
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
getPlotPoints(int) - Method in class vtk.vtkXYPlotActor
 
getPlotPoints() - Method in class vtk.vtkXYPlotActor
Set/Get whether the points are rendered.
getPlotSymbol(int) - Method in class vtk.vtkXYPlotActor
 
getPoint(int) - Method in class vtk.vtkDataSet
Get point coordinates with ptId such that: 0 <= ptId < NumberOfPoints.
getPoint(int, double[]) - Method in class vtk.vtkDataSet
Copy point coordinates into user provided array x[3] for specified point id.
getPoint(int) - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getPoint(int, double[]) - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getPoint(int) - Method in class vtk.vtkPointSet
See vtkDataSet for additional information.
getPoint(int, double[]) - Method in class vtk.vtkPointSet
See vtkDataSet for additional information.
getPoint(int) - Method in class vtk.vtkPoints
Return a pointer to a double point x[3] for a specific id.
getPoint(int, double[]) - Method in class vtk.vtkPoints
Copy point components into user provided array v[3] for specified id.
getPoint() - Method in class vtk.vtkProgrammableGlyphFilter
Get the current point coordinates during processing.
getPoint(int) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getPoint(int, double[]) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getPoint(int) - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getPoint(int, double[]) - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getPoint(int, double[]) - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getPoint1() - Method in class vtk.vtkImagePlaneWidget
Set/Get the position of the point defining the first axis of the plane.
getPoint1(double[]) - Method in class vtk.vtkImagePlaneWidget
Set/Get the position of the point defining the first axis of the plane.
getPoint1() - Method in class vtk.vtkLineSource
Set position of first end point.
getPoint1() - Method in class vtk.vtkLineWidget
Set/Get the position of first end point.
getPoint1(double[]) - Method in class vtk.vtkLineWidget
Set position of other end point.
getPoint1() - Method in class vtk.vtkPlaneSource
Specify a point defining the first axis of the plane.
getPoint1() - Method in class vtk.vtkPlaneWidget
Set/Get the position of the point defining the first axis of the plane.
getPoint1(double[]) - Method in class vtk.vtkPlaneWidget
Set/Get the position of the point defining the first axis of the plane.
getPoint1() - Method in class vtk.vtkTextureMapToCylinder
Specify the first point defining the cylinder axis,
getPoint1() - Method in class vtk.vtkTextureMapToPlane
Specify a point defining the first axis of the plane.
getPoint1Coordinate() - Method in class vtk.vtkAxisActor2D
Specify the position of the first point defining the axis.
getPoint2() - Method in class vtk.vtkImagePlaneWidget
Set/Get the position of the point defining the second axis of the plane.
getPoint2(double[]) - Method in class vtk.vtkImagePlaneWidget
Set/Get the position of the point defining the second axis of the plane.
getPoint2() - Method in class vtk.vtkLineSource
Set position of other end point.
getPoint2() - Method in class vtk.vtkLineWidget
Set position of other end point.
getPoint2(double[]) - Method in class vtk.vtkLineWidget
Force the line widget to be aligned with one of the x-y-z axes.
getPoint2() - Method in class vtk.vtkPlaneSource
Specify a point defining the second axis of the plane.
getPoint2() - Method in class vtk.vtkPlaneWidget
Set/Get the position of the point defining the second axis of the plane.
getPoint2(double[]) - Method in class vtk.vtkPlaneWidget
Set/Get the position of the point defining the second axis of the plane.
getPoint2() - Method in class vtk.vtkTextureMapToCylinder
Specify the second point defining the cylinder axis,
getPoint2() - Method in class vtk.vtkTextureMapToPlane
Specify a point defining the second axis of the plane.
getPoint2Coordinate() - Method in class vtk.vtkAxisActor2D
Specify the position of the second point defining the axis.
getPointArrayName(int) - Method in class vtk.vtkAVSucdReader
The following methods allow selective reading of solutions fields.
getPointArrayName(int) - Method in class vtk.vtkGenericEnSightReader
Get the name of the point or cell array with the given index in the input.
getPointArrayName(int) - Method in class vtk.vtkXMLReader
Get the name of the point or cell array with the given index in the input.
getPointArrayStatus(String) - Method in class vtk.vtkAVSucdReader
The following methods allow selective reading of solutions fields.
getPointArrayStatus(String) - Method in class vtk.vtkGenericEnSightReader
Get/Set whether the point or cell array with the given name is to be read.
getPointArrayStatus(String) - Method in class vtk.vtkXMLReader
Get/Set whether the point or cell array with the given name is to be read.
getPointBlanking() - Method in class vtk.vtkStructuredGrid
Returns 1 if there is any visibility constraint on the points, 0 otherwise.
getPointBlanking() - Method in class vtk.vtkUniformGrid
Returns 1 if there is any visibility constraint on the points, 0 otherwise.
getPointCells(int, vtkIdList) - Method in class vtk.vtkDataSet
Topological inquiry to get cells using point.
getPointCells(int, vtkIdList) - Method in class vtk.vtkImageData
Standard vtkDataSet API methods.
getPointCells(int, vtkIdList) - Method in class vtk.vtkPolyData
Efficient method to obtain cells using a particular point.
getPointCells(int, vtkIdList) - Method in class vtk.vtkRectilinearGrid
Standard vtkDataSet API methods.
getPointCells(int, vtkIdList, int[]) - Method in class vtk.vtkStructuredData
Get the cells using a point.
getPointCells(int, vtkIdList) - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getPointCells(int, vtkIdList) - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getPointCells(int, vtkIdList) - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
getPointClipping() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry by point id.
getPointClipping() - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry by point id.
getPointComponent(int) - Method in class vtk.vtkXYPlotActor
If plotting points by value, which component to use to determine the value.
getPointComponentArrayComponent(int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define the component of the field to be used for the x, y, and z values of the points.
getPointComponentArrayName(int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define the component of the field to be used for the x, y, and z values of the points.
getPointComponentMaxRange(int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define the component of the field to be used for the x, y, and z values of the points.
getPointComponentMinRange(int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define the component of the field to be used for the x, y, and z values of the points.
getPointComponentNormailzeFlag(int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define the component of the field to be used for the x, y, and z values of the points.
getPointData() - Method in class vtk.vtkDataSet
return pointer to this dataset's point data THIS METHOD IS THREAD SAFE
getPointData() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset point data to a data object.
getPointData() - Method in class vtk.vtkProgrammableGlyphFilter
Get the set of point data attributes for the input.
getPointDataArraySelection() - Method in class vtk.vtkGenericEnSightReader
Get the data array selection tables used to configure which data arrays are loaded by the reader.
getPointDataArraySelection() - Method in class vtk.vtkXMLReader
Get the data array selection tables used to configure which data arrays are loaded by the reader.
getPointGradient(int, int, int, vtkDataArray, double[]) - Method in class vtk.vtkImageData
Given structured coordinates (i,j,k) for a point in a structured point dataset, compute the gradient vector from the scalar data at that point.
getPointId(int) - Method in class vtk.vtkCell
Return the edge cell from the edgeId of the cell.
getPointId() - Method in class vtk.vtkPointPicker
Get the id of the picked point.
getPointId() - Method in class vtk.vtkProgrammableGlyphFilter
Get the current point id during processing.
getPointIds() - Method in class vtk.vtkCell
For cell point i, return the actual point id.
getPointIds() - Method in class vtk.vtkIdFilter
Enable/disable the generation of point ids.
getPointIdsName() - Method in class vtk.vtkGlyph3D
Set/Get the name of the PointIds array if generated.
getPointMaximum() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the maximum point id for point id selection.
getPointMaximum() - Method in class vtk.vtkGeometryFilter
Specify the maximum point id for point id selection.
getPointMaximumMaxValue() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the maximum point id for point id selection.
getPointMaximumMaxValue() - Method in class vtk.vtkGeometryFilter
Specify the maximum point id for point id selection.
getPointMaximumMinValue() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the maximum point id for point id selection.
getPointMaximumMinValue() - Method in class vtk.vtkGeometryFilter
Specify the maximum point id for point id selection.
getPointMerging() - Method in class vtk.vtkCleanPolyData
Set/Get a boolean value that controls whether point merging is performed.
getPointMinimum() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the minimum point id for point id selection.
getPointMinimum() - Method in class vtk.vtkGeometryFilter
Specify the minimum point id for point id selection.
getPointMinimumMaxValue() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the minimum point id for point id selection.
getPointMinimumMaxValue() - Method in class vtk.vtkGeometryFilter
Specify the minimum point id for point id selection.
getPointMinimumMinValue() - Method in class vtk.vtkExtractUnstructuredGrid
Specify the minimum point id for point id selection.
getPointMinimumMinValue() - Method in class vtk.vtkGeometryFilter
Specify the minimum point id for point id selection.
getPointMode() - Method in class vtk.vtkExtentSplitter
Get/Set whether "point mode" is on.
getPointSize() - Method in class vtk.vtkProperty
Set/Get the diameter of a point.
getPointSize() - Method in class vtk.vtkProperty2D
Set/Get the diameter of a Point.
getPointSizeMaxValue() - Method in class vtk.vtkProperty
Set/Get the diameter of a point.
getPointSizeMaxValue() - Method in class vtk.vtkProperty2D
Set/Get the diameter of a Point.
getPointSizeMinValue() - Method in class vtk.vtkProperty
Set/Get the diameter of a point.
getPointSizeMinValue() - Method in class vtk.vtkProperty2D
Set/Get the diameter of a Point.
getPointSmoothing() - Method in class vtk.vtkRenderWindow
Turn on/off point smoothing.
getPointVisibilityArray() - Method in class vtk.vtkStructuredGrid
Get the array that defines the blanking (visibility) of each point.
getPointVisibilityArray() - Method in class vtk.vtkUniformGrid
Get the array that defines the blanking (visibility) of each point.
getPointer(int) - Method in class vtk.vtkCharArray
This method lets the user specify data to be held by the array.
getPoints() - Method in class vtk.vtkCell
Return the number of points in the cell.
getPoints() - Method in class vtk.vtkPlanes
Specify a list of points defining points through which the planes pass.
getPoints() - Method in class vtk.vtkPointSet
Specify point array to define point coordinates.
getPoints(vtkIdList, vtkPoints) - Method in class vtk.vtkPoints
Given a list of pt ids, return an array of points.
getPointsInBucket(double[], int[]) - Method in class vtk.vtkPointLocator
Given a position x, return the list of points in the bucket that contains the point.
getPoissonsRatio() - Method in class vtk.vtkPointLoad
Set/Get Poisson's ratio.
getPolyData(vtkPolyData) - Method in class vtk.vtkBoxWidget
Grab the polydata (including points) that define the box widget.
getPolyData(vtkPolyData) - Method in class vtk.vtkImagePlaneWidget
Grab the polydata (including points) that defines the plane.
getPolyData(vtkPolyData) - Method in class vtk.vtkImplicitPlaneWidget
Grab the polydata that defines the plane.
getPolyData(vtkPolyData) - Method in class vtk.vtkLineWidget
Grab the polydata (including points) that defines the line.
getPolyData(vtkPolyData) - Method in class vtk.vtkPlaneWidget
Grab the polydata (including points) that defines the plane.
getPolyData(vtkPolyData) - Method in class vtk.vtkPointWidget
Grab the polydata (including points) that defines the point.
getPolyData(vtkPolyData) - Method in class vtk.vtkSphereWidget
Grab the polydata (including points) that defines the sphere.
getPolyData(vtkPolyData) - Method in class vtk.vtkSplineWidget
Grab the polydata (including points) that defines the spline.
getPolyDataInput() - Method in class vtk.vtkProgrammableFilter
Get the input as a concrete type.
getPolyDataMapper() - Method in class vtk.vtkDataSetMapper
Get the internal poly data mapper used to map data set to graphics system.
getPolyDataOutput() - Method in class vtk.vtkDataObjectToDataSetFilter
Get the output in different forms.
getPolyDataOutput() - Method in class vtk.vtkDataSetReader
Get the output as various concrete types.
getPolyDataOutput() - Method in class vtk.vtkDataSetToDataSetFilter
Get the output as vtkPolyData.
getPolyDataOutput() - Method in class vtk.vtkPointSetToPointSetFilter
Get the output as vtkPolyData.
getPolyDataOutput() - Method in class vtk.vtkProgrammableSource
Get the output as a concrete type.
getPolyDataSource() - Method in class vtk.vtkImagePlaneWidget
Satisfies superclass API.
getPolyDataSource() - Method in class vtk.vtkImplicitPlaneWidget
Satisfies superclass API.
getPolyDataSource() - Method in class vtk.vtkPlaneWidget
Satisfies superclass API.
getPolyDataSource() - Method in class vtk.vtkPolyDataSourceWidget
Returns underlying vtkPolyDataSource that determines geometry.
getPolygonSize() - Method in class vtk.vtkDEMReader
Number of sides in the polygon which defines the coverage of the DEM file.
getPolygonSmoothing() - Method in class vtk.vtkRenderWindow
Turn on/off polygon smoothing.
getPolys() - Method in class vtk.vtkPolyData
Get the cell array defining polygons.
getPolysComponentArrayComponent() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getPolysComponentArrayName() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getPolysComponentMaxRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getPolysComponentMinRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getPosition() - Method in class vtk.vtkActor2D
Get the PositionCoordinate instance of vtkCoordinate.
getPosition() - Method in class vtk.vtkCamera
Set/Get the position of the camera in world coordinates.
getPosition() - Method in class vtk.vtkImageRectilinearWipe
Set/Get the location of the image transition.
getPosition() - Method in class vtk.vtkImageViewer
Set/Get the position in screen coordinates of the rendering window.
getPosition() - Method in class vtk.vtkLight
Set/Get the position of the light.
getPosition() - Method in class vtk.vtkPointWidget
Set/Get the position of the point.
getPosition(double[]) - Method in class vtk.vtkPointWidget
Turn on/off the wireframe bounding box.
getPosition() - Method in class vtk.vtkProjectedTexture
Set/Get the position of the focus of the projector.
getPosition() - Method in class vtk.vtkProp3D
Set/Get/Add the position of the Prop3D in world coordinates.
getPosition(double[]) - Method in class vtk.vtkTransform
Return the position from the current transformation matrix as an array of three floating point numbers.
getPosition() - Method in class vtk.vtkTransform
Return the position from the current transformation matrix as an array of three floating point numbers.
getPosition() - Method in class vtk.vtkTransformTextureCoords
Set/Get the position of the texture map.
getPosition() - Method in class vtk.vtkWarpTo
Set/Get the position to warp towards.
getPosition() - Method in class vtk.vtkWindow
Set/Get the position in screen coordinates of the rendering window.
getPosition2() - Method in class vtk.vtkActor2D
Access the Position2 instance variable.
getPosition2Coordinate() - Method in class vtk.vtkActor2D
Access the Position2 instance variable.
getPositionCoordinate() - Method in class vtk.vtkActor2D
Get the PositionCoordinate instance of vtkCoordinate.
getPositionScale() - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
getPositionShift() - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
getPositional() - Method in class vtk.vtkLight
Turn positional lighting on or off.
getPreSorted() - Method in class vtk.vtkOrderedTriangulator
Boolean indicates whether the points have been pre-sorted.
getPreSplitMesh() - Method in class vtk.vtkDecimatePro
In some cases you may wish to split the mesh prior to algorithm execution.
getPreserveEdges() - Method in class vtk.vtkDecimate
Turn on/off the preservation of feature edges.
getPreserveExtents() - Method in class vtk.vtkImageAppend
By default "PreserveExtents" is off and the append axis is used.
getPreserveImageExtent() - Method in class vtk.vtkImageFlip
PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken.
getPreserveTopology() - Method in class vtk.vtkDecimate
 
getPreserveTopology() - Method in class vtk.vtkDecimatePro
Turn on/off whether to preserve the topology of the original mesh.
getPreventSeam() - Method in class vtk.vtkTextureMapToCylinder
Control how the texture coordinates are generated.
getPreventSeam() - Method in class vtk.vtkTextureMapToSphere
Control how the texture coordinates are generated.
getPrincipalPoint() - Method in class vtk.vtkWarpLens
Specify the calibrated principal point of the camera/lens
getPriority() - Method in class vtk.vtkInteractorObserver
Set/Get the priority at which events are processed.
getPriority(int) - Method in class vtk.vtkPriorityQueue
Get the priority of an entry in the queue with specified id.
getPriorityMaxValue() - Method in class vtk.vtkInteractorObserver
Set/Get the priority at which events are processed.
getPriorityMinValue() - Method in class vtk.vtkInteractorObserver
Set/Get the priority at which events are processed.
getProcessMode() - Method in class vtk.vtkImplicitModeller
Specify whether to visit each cell once per append or each voxel once per append.
getProcessModeAsString() - Method in class vtk.vtkImplicitModeller
Specify whether to visit each cell once per append or each voxel once per append.
getProcessModeMaxValue() - Method in class vtk.vtkImplicitModeller
Specify whether to visit each cell once per append or each voxel once per append.
getProcessModeMinValue() - Method in class vtk.vtkImplicitModeller
Specify whether to visit each cell once per append or each voxel once per append.
getProfileDimension() - Method in class vtk.vtkDEMReader
The number of rows and columns in the DEM.
getProgress() - Method in class vtk.vtkProcessObject
Set/Get the execution progress of a process object.
getProgress() - Method in class vtk.vtkXMLDataParser
Get/Set progress of reading data.
getProgressMaxValue() - Method in class vtk.vtkProcessObject
Set/Get the execution progress of a process object.
getProgressMinValue() - Method in class vtk.vtkProcessObject
Set/Get the execution progress of a process object.
getProgressText() - Method in class vtk.vtkProcessObject
Set the current text message associated with the progress state.
getProgressive() - Method in class vtk.vtkJPEGWriter
Progressive JPEG generation.
getProjectToPlane() - Method in class vtk.vtkImageTracerWidget
Force handles to be on a specific ortho plane.
getProjectToPlane() - Method in class vtk.vtkSplineWidget
Force the spline widget to be projected onto one of the orthogonal planes.
getProjectionAxes() - Method in class vtk.vtkImageMandelbrotSource
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary
getProjectionNormal() - Method in class vtk.vtkImageTracerWidget
Set the projection normal.
getProjectionNormal() - Method in class vtk.vtkSplineWidget
 
getProjectionNormalMaxValue() - Method in class vtk.vtkImageTracerWidget
Set the projection normal.
getProjectionNormalMaxValue() - Method in class vtk.vtkSplineWidget
 
getProjectionNormalMinValue() - Method in class vtk.vtkImageTracerWidget
Set the projection normal.
getProjectionNormalMinValue() - Method in class vtk.vtkSplineWidget
 
getProjectionParameters() - Method in class vtk.vtkDEMReader
Map Projection parameters.
getProjectionPosition() - Method in class vtk.vtkImageTracerWidget
Set the position of the widgets' handles in terms of a plane's position.
getProjectionPosition() - Method in class vtk.vtkSplineWidget
Set the position of spline handles and points in terms of a plane's position. i.e., if ProjectionNormal is 0, all of the x-coordinate values of the points are set to position.
getProp() - Method in class vtk.vtkAbstractPropPicker
Return the vtkProp that has been picked.
getProp() - Method in class vtk.vtkAssemblyNode
Set/Get the prop that this assembly node refers to.
getProp() - Method in class vtk.vtkCubeAxesActor2D
Use the bounding box of this prop to draw the cube axes.
getProp3D() - Method in class vtk.vtk3DWidget
Specify a vtkProp3D around which to place the widget.
getProp3D() - Method in class vtk.vtkAbstractPropPicker
Return the vtkProp that has been picked.
getProp3D() - Method in class vtk.vtkDepthSortPolyData
Specify a transformation matrix (via the vtkProp3D::GetMatrix() method) that is used to include the effects of transformation.
getProp3Ds() - Method in class vtk.vtkPicker
Return a collection of all the prop 3D's that were intersected by the pick ray.
getPropAssembly() - Method in class vtk.vtkAbstractPropPicker
Return the vtkPropAssembly that has been picked.
getProperty() - Method in class vtk.vtkActor
Set/Get the property object that controls this actors surface properties.
getProperty() - Method in class vtk.vtkActor2D
Returns this actor's vtkProperty2D.
getProperty() - Method in class vtk.vtkPointWidget
Get the handle properties (the little balls are the handles).
getProperty() - Method in class vtk.vtkVolume
Set/Get the volume property.
getPropertyDescriptors() - Method in class vtk.vtk3DSImporterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtk3DWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAVSucdReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAbstractMapper3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAbstractMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAbstractPickerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAbstractPropPickerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAbstractTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAbstractVolumeMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkActor2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkActor2DCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkActorCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAmoebaMinimizerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAppendFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAppendPolyDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkApplyFilterCommandBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkApproximatingSubdivisionFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkArcPlotterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkArrayCalculatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkArrowSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAssemblyBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAssemblyNodeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAssemblyPathBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAssemblyPathsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAssignAttributeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAttributeDataToFieldDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAxesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkAxisActor2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBMPReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBMPWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBYUReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBYUWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBandedPolyDataContourFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBase64InputStreamBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBase64OutputStreamBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBase64UtilitiesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBitArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBlankStructuredGridBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBlankStructuredGridWithImageBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBooleanTextureBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBoxBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBoxWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkBrownianPointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkButterflySubdivisionFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkButtonSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkByteSwapBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCGMWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCameraBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCanvasBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCaptionActor2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCardinalSplineBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCastToConcreteBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCell3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCellArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCellBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCellCentersBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCellDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCellDataToPointDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCellDerivativesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCellLinksBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCellLocatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCellPickerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCellTypesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCharArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCleanPolyDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkClipDataSetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkClipPolyDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkClipVolumeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCollectionIteratorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkColorTransferFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCompositeDataCommandBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCompositeDataIteratorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCompositeDataSetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCompositeDataVisitorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkConeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkConeSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkConnectivityFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkContourFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkContourGridBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkContourValuesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkConvexPointSetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCoordinateBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCriticalSectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCubeAxesActor2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCubeSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCullerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCullerCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCursor3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCurvaturesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCutterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCylinderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCylinderSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkCylindricalTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDEMReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDICOMImageReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDashedStreamLineBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataArrayCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataArrayCollectionIteratorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataArraySelectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataCompressorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataObjectBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataObjectCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataObjectReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataObjectSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataObjectToDataSetFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataObjectWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetAttributesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetSurfaceFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetToDataObjectFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetToDataSetFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetToImageFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetToPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetToStructuredGridFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetToStructuredPointsFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetToUnstructuredGridFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetTriangleFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataSetWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDebugLeaksBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDecimateBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDecimateProBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDelaunay2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDelaunay3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDepthSortPolyDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDicerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDirectionEncoderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDirectoryBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDiskSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDividingCubesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDoubleArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkDynamicLoaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEarthSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEdgePointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEdgeTableBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkElevationFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEmptyCellBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEnSight6BinaryReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEnSight6ReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEnSightGoldBinaryReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEnSightGoldReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEnSightMasterServerReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEnSightReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEncodedGradientEstimatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkEncodedGradientShaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExplicitCellBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExporterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtentSplitterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtentTranslatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtractEdgesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtractGeometryBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtractGridBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtractPolyDataGeometryBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtractRectilinearGridBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtractTensorComponentsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtractUnstructuredGridBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtractVOIBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkExtractVectorComponentsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkFeatureEdgesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkFieldDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkFieldDataToAttributeDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkFileOutputWindowBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkFiniteDifferenceGradientEstimatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkFloatArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkFollowerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkFrustumCoverageCullerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkFunctionParserBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkFunctionSetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGESignaReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGaussianCubeReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGaussianSplatterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGeneralTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGenericCellBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGenericEnSightReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGenericRenderWindowInteractorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGeometryFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGlyph2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGlyph3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGlyphSource2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGraphLayoutFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGraphicsFactoryBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGreedyTerrainDecimationBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGridSynchronizedTemplates3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkGridTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHeapBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHedgeHogBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHexahedronBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalBoxApplyFilterCommandBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalBoxCellDataToPointDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalBoxContourBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalBoxCutterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalBoxDataSetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalBoxOutlineFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalBoxSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalBoxToHierarchicalBoxFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalBoxToPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalBoxVisitorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalDataIteratorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHierarchicalDataSetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHomogeneousTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHullBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkHyperStreamlineBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkIVExporterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkIVWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkIdFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkIdListBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkIdListCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkIdTypeArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkIdentityTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageAccumulateBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageAnisotropicDiffusion2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageAnisotropicDiffusion3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageAppendBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageAppendComponentsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageBlendBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageButterworthHighPassBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageButterworthLowPassBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageCacheFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageCanvasSource2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageCastBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageChangeInformationBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageCheckerboardBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageCityBlockDistanceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageClipBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageConnectorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageConstantPadBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageContinuousDilate3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageContinuousErode3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageConvolveBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageCorrelationBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageCursor3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageDataGeometryFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageDataStreamerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageDecomposeFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageDifferenceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageDilateErode3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageDivergenceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageDotProductBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageEllipsoidSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageEuclideanDistanceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageEuclideanToPolarBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageExportBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageExtractComponentsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageFFTBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageFlipBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageFourierCenterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageFourierFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageGaussianSmoothBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageGaussianSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageGradientBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageGradientMagnitudeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageGridSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageHSIToRGBBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageHSVToRGBBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageHybridMedian2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageIdealHighPassBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageIdealLowPassBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageImportBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageInPlaceFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageIslandRemoval2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageIterateFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageLaplacianBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageLogarithmicScaleBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageLogicBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageLuminanceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMagnifyBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMagnitudeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMandelbrotSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMapToColorsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMapToRGBABeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMapToWindowLevelColorsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMarchingCubesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMaskBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMaskBitsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMathematicsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMedian3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMirrorPadBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMultipleInputFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageMultipleInputOutputFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageNoiseSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageNonMaximumSuppressionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageNormalizeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageOpenClose3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImagePadFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImagePermuteBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImagePlaneWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageQuantizeRGBToIndexBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageRFFTBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageRGBToHSIBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageRGBToHSVBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageRange3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageReader2BeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageReader2CollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageReader2FactoryBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageRectilinearWipeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageResampleBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageResliceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageSeedConnectivityBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageSeparableConvolutionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageShiftScaleBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageShrink3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageSinusoidSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageSkeleton2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageSobel2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageSobel3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageSpatialFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageStencilBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageStencilDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageStencilSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageThresholdBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageToImageFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageToImageStencilBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageToPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageToStructuredPointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageTracerWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageTranslateExtentBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageTwoInputFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageVariance3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageViewer2BeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageViewerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageWrapPadBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImageWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImagingFactoryBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitBooleanBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitDataSetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitFunctionCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitFunctionToImageStencilBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitModellerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitPlaneWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitSelectionLoopBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitSumBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitTextureCoordsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitVolumeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImplicitWindowFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkImporterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInitialValueProblemSolverBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInputStreamBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInstantiatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkIntArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorEventRecorderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorObserverBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleFlightBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleImageBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleJoystickActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleJoystickCameraBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleRubberBandZoomBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleSwitchBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleTerrainBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleTrackballActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleTrackballBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleTrackballCameraBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleUnicamBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInteractorStyleUserBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInterpolateDataSetAttributesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInterpolatedVelocityFieldBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkInterpolatingSubdivisionFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkIterativeClosestPointTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkJPEGReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkJPEGWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkKitwareContourFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkKitwareCutterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkKochanekSplineBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLODActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLODProp3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLabeledDataMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLandmarkTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLegendBoxActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLightBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLightCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLightKitBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLineBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLineSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLineWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLinearExtrusionFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLinearSubdivisionFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLinearTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLinkEdgelsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLocatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLogLookupTableBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLongArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLookupTableBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkLoopSubdivisionFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMCubesReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMCubesWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMapper2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMapperCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMarchingContourFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMarchingCubesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMarchingSquaresBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMaskFieldsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMaskPointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMaskPolyDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMassPropertiesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMathBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMatrix4x4BeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMatrixToHomogeneousTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMatrixToLinearTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMedicalImageReader2BeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMergeDataObjectFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMergeFieldsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMergeFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMergePointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMeshQualityBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMetaImageReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMetaImageWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMoleculeReaderBaseBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMultiBlockApplyFilterCommandBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMultiBlockDataIteratorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMultiBlockDataSetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMultiBlockDataVisitorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMultiPartExtentTranslatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMultiThreaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkMutexLockBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkNonLinearCellBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOBBDicerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOBBTreeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOBJExporterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOBJReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOOGLExporterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkObjectBaseBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkObjectBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkObjectFactoryBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkObjectFactoryCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLCameraBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLFreeTypeTextMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLImageActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLImageMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLLightBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLPolyDataMapper2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLPolyDataMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLPropertyBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLRayCastImageDisplayHelperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLRenderWindowBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLRendererBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLTextureBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLVolumeRayCastMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOpenGLVolumeTextureMapper2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOrderedTriangulatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOutlineCornerFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOutlineCornerSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOutlineFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOutlineSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOutputStreamBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOutputWindowBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOverrideInformationBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkOverrideInformationCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPCAAnalysisFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPDBReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPLOT3DReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPLYReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPLYWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPNGReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPNGWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPNMReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPNMWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPanelBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkParallelCoordinatesActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkParticleReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPerlinNoiseBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPerspectiveTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPickerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPiecewiseFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPiecewiseFunctionShiftScaleBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPiecewiseFunctionSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPixelBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPlaneBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPlaneCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPlaneSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPlaneWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPlanesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPlatonicSolidSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointDataToCellDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointLoadBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointLocatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointPickerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointSetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointSetSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointSetToPointSetFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataConnectivityFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataMapper2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataNormalsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataSourceWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataStreamerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataToImageStencilBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataToPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyLineBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolyVertexBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPolygonBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPostScriptWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPriorityQueueBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProbeFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProcessObjectBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProcrustesAlignmentFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProgrammableAttributeDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProgrammableDataObjectSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProgrammableFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProgrammableGlyphFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProgrammableSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProjectedTextureBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProp3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProp3DCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPropAssemblyBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPropBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPropCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPropPickerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkProperty2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPropertyBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPushImageFilterSampleBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPushImageReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPushPipelineBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkPyramidBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkQuadBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkQuadraticEdgeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkQuadraticHexahedronBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkQuadraticQuadBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkQuadraticTetraBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkQuadraticTriangleBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkQuadricBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkQuadricClusteringBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkQuadricDecimationBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkQuantizePolyDataPointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRIBExporterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRIBLightBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRIBPropertyBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRayCastImageDisplayHelperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRearrangeFieldsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRectilinearGridBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRectilinearGridGeometryFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRectilinearGridReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRectilinearGridSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRectilinearGridToPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRectilinearGridToTetrahedraBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRectilinearGridWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRectilinearSynchronizedTemplatesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRecursiveDividingCubesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRecursiveSphereDirectionEncoderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkReferenceCountBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkReflectionFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRenderLargeImageBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRenderWindowBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRenderWindowCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRenderWindowInteractorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRendererBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRendererCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRendererSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkReverseSenseBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRibbonFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRotationalExtrusionFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRuledSurfaceFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRungeKutta2BeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRungeKutta45BeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkRungeKutta4BeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSLCReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSTLReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSTLWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSampleFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkScalarBarActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkScalarBarWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkScalarTreeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkScalarsToColorsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkScaledTextActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSelectPolyDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSelectVisiblePointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkShepardMethodBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkShortArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkShrinkFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkShrinkPolyDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSimpleElevationFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSimpleImageFilterExampleBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSimpleImageToImageFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSimpleScalarTreeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSliceCubesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSmoothPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSpatialRepresentationFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSphereBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSpherePuzzleArrowsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSpherePuzzleBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSphereSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSphereWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSphericalTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSplineBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSplineFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSplineWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSplitFieldBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStreamLineBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStreamPointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStreamTracerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStreamerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStripperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredDataBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredGridBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredGridGeometryFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredGridOutlineFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredGridReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredGridSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredGridToPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredGridToStructuredGridFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredGridWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredPointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredPointsCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredPointsGeometryFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredPointsReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredPointsSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredPointsToPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredPointsToStructuredPointsFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredPointsToUnstructuredGridFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredPointsWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkStructuredVisibilityConstraintBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSubPixelPositionEdgelsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSubdivideTetraBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSuperquadricBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSuperquadricSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSurfaceReconstructionFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSweptSurfaceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSynchronizedTemplates2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkSynchronizedTemplates3DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTIFFReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTIFFWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTableExtentTranslatorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTensorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTensorGlyphBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTestingBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTetraBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTextActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTextMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTextPropertyBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTextSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTextureBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTextureMapToCylinderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTextureMapToPlaneBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTextureMapToSphereBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTexturedSphereSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkThinPlateSplineTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkThresholdBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkThresholdPointsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkThresholdTextureCoordsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTimerLogBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTransformCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTransformFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTransformPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTransformTextureCoordsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTransformToGridBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTriangleBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTriangleFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTriangleStripBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTriangularTCoordsBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTriangularTextureBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkTubeFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUGFacetReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUniformGridBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnsignedCharArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnsignedIntArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnsignedLongArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnsignedShortArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnstructuredGridBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnstructuredGridBunykRayCastFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnstructuredGridReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnstructuredGridSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnstructuredGridToPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnstructuredGridToUnstructuredGridFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnstructuredGridVolumeMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnstructuredGridVolumeRayCastFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkUnstructuredGridWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVRMLExporterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVRMLImporterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVectorDotBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVectorNormBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVectorTextBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVersionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVertexBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVideoSourceBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkViewportBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVoidArrayBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolume16ReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeCollectionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeProMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumePropertyBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeRayCastCompositeFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeRayCastFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeRayCastIsosurfaceFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeRayCastMIPFunctionBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeRayCastMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeTextureMapper2DBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVolumeTextureMapperBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVoxelBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVoxelContoursToSurfaceFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkVoxelModellerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWarpLensBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWarpScalarBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWarpToBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWarpTransformBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWarpVectorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWedgeBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWeightedTransformFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWindowBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWindowLevelLookupTableBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWindowToImageFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWindowedSincPolyDataFilterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWorldPointPickerBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLDataElementBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLDataParserBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLDataSetWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLFileOutputWindowBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLFileReadTesterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLImageDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLImageDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPDataSetWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPImageDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPImageDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPPolyDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPPolyDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPRectilinearGridReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPRectilinearGridWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPStructuredDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPStructuredDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPStructuredGridReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPStructuredGridWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPUnstructuredDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPUnstructuredDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPUnstructuredGridReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPUnstructuredGridWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLParserBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPolyDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLPolyDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLRectilinearGridReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLRectilinearGridWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLStructuredDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLStructuredDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLStructuredGridReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLStructuredGridWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLUnstructuredDataReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLUnstructuredDataWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLUnstructuredGridReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLUnstructuredGridWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLUtilitiesBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXMLWriterBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXOpenGLRenderWindowBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXRenderWindowInteractorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXYPlotActorBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXYPlotWidgetBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkXYZMolReaderBeanInfo
 
getPropertyDescriptors() - Method in class vtk.vtkZLibDataCompressorBeanInfo
 
getProps() - Method in class vtk.vtkViewport
Return any props in this viewport.
getPrune() - Method in class vtk.vtkImageSkeleton2D
When prune is on, only closed loops are left unchanged.
getPushPipeline() - Method in class vtk.vtkPushImageReader
Set the push pipeline for this reader
getQFactor() - Method in class vtk.vtkQuantizePolyDataPoints
Specify quantization grain size
getQFactorMaxValue() - Method in class vtk.vtkQuantizePolyDataPoints
Specify quantization grain size
getQFactorMinValue() - Method in class vtk.vtkQuantizePolyDataPoints
Specify quantization grain size
getQFileName() - Method in class vtk.vtkPLOT3DReader
Set/Get the PLOT3D solution filename.
getQuality() - Method in class vtk.vtkJPEGWriter
Compression quality. 0 = Low quality, 100 = High quality
getQuality() - Method in class vtk.vtkTexture
Force texture quality to 16-bit or 32-bit.
getQualityMaxValue() - Method in class vtk.vtkJPEGWriter
Compression quality. 0 = Low quality, 100 = High quality
getQualityMinValue() - Method in class vtk.vtkJPEGWriter
Compression quality. 0 = Low quality, 100 = High quality
getR() - Method in class vtk.vtkPLOT3DReader
Set/Get the gas constant.
getRAWFileName() - Method in class vtk.vtkMetaImageWriter
Specify the file name of the raw image data.
getRFunction() - Method in class vtk.vtkImplicitTextureCoords
Specify an implicit function to compute the r texture coordinate.
getRGBACharPixelData(int, int, int, int, int, vtkUnsignedCharArray) - Method in class vtk.vtkOpenGLRenderWindow
Set/Get the pixel data of an image, transmitted as RGBARGBA...
getRGBACharPixelData(int, int, int, int, int, vtkUnsignedCharArray) - Method in class vtk.vtkRenderWindow
Same as Get/SetPixelData except that the image also contains an alpha component.
getRGBAPixelData(int, int, int, int, int, vtkFloatArray) - Method in class vtk.vtkOpenGLRenderWindow
Set/Get the pixel data of an image, transmitted as RGBARGBA...
getRGBAPixelData(int, int, int, int, int, vtkFloatArray) - Method in class vtk.vtkRenderWindow
Same as Get/SetPixelData except that the image also contains an alpha component.
getRGBTransferFunction(int) - Method in class vtk.vtkVolumeProperty
Get the RGB transfer function for the given component.
getRGBTransferFunction() - Method in class vtk.vtkVolumeProperty
Get the RGB transfer function for the given component.
getRadialRatio() - Method in class vtk.vtkButtonSource
Set/Get the radial ratio.
getRadialRatioMaxValue() - Method in class vtk.vtkButtonSource
Set/Get the radial ratio.
getRadialRatioMinValue() - Method in class vtk.vtkButtonSource
Set/Get the radial ratio.
getRadialResolution() - Method in class vtk.vtkDiskSource
Set the number of points in radius direction.
getRadialResolutionMaxValue() - Method in class vtk.vtkDiskSource
Set the number of points in radius direction.
getRadialResolutionMinValue() - Method in class vtk.vtkDiskSource
Set the number of points in radius direction.
getRadius() - Method in class vtk.vtkArcPlotter
Set the radius of the "median" value of the first plotted component.
getRadius() - Method in class vtk.vtkConeSource
Set the base radius of the cone.
getRadius() - Method in class vtk.vtkCylinder
Set/Get cylinder radius.
getRadius() - Method in class vtk.vtkCylinderSource
Set the radius of the cylinder.
getRadius() - Method in class vtk.vtkEarthSource
Set radius of earth.
getRadius() - Method in class vtk.vtkGaussianSplatter
Set / get the radius of propagation of the splat.
getRadius() - Method in class vtk.vtkHyperStreamline
Set / get the initial tube radius.
getRadius() - Method in class vtk.vtkImageEllipsoidSource
Set/Get the radius of the ellipsoid.
getRadius() - Method in class vtk.vtkPointSource
Set the radius of the point cloud.
getRadius() - Method in class vtk.vtkSphere
Set / get the radius of the sphere.
getRadius() - Method in class vtk.vtkSphereSource
Set radius of sphere.
getRadius() - Method in class vtk.vtkSphereWidget
Set/Get the center of the sphere.
getRadius() - Method in class vtk.vtkTexturedSphereSource
Set radius of sphere.
getRadius() - Method in class vtk.vtkTubeFilter
Set the minimum tube radius (minimum because the tube radius may vary).
getRadiusFactor() - Method in class vtk.vtkTubeFilter
Set the maximum tube radius in terms of a multiple of the minimum radius.
getRadiusFactors() - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Radius Factors of the gaussian in pixel units.
getRadiusMaxValue() - Method in class vtk.vtkArcPlotter
Set the radius of the "median" value of the first plotted component.
getRadiusMaxValue() - Method in class vtk.vtkConeSource
Set the base radius of the cone.
getRadiusMaxValue() - Method in class vtk.vtkCylinderSource
Set the radius of the cylinder.
getRadiusMaxValue() - Method in class vtk.vtkEarthSource
Set radius of earth.
getRadiusMaxValue() - Method in class vtk.vtkGaussianSplatter
Set / get the radius of propagation of the splat.
getRadiusMaxValue() - Method in class vtk.vtkHyperStreamline
Set / get the initial tube radius.
getRadiusMaxValue() - Method in class vtk.vtkPointSource
Set the radius of the point cloud.
getRadiusMaxValue() - Method in class vtk.vtkSphereSource
Set radius of sphere.
getRadiusMaxValue() - Method in class vtk.vtkTexturedSphereSource
Set radius of sphere.
getRadiusMaxValue() - Method in class vtk.vtkTubeFilter
Set the minimum tube radius (minimum because the tube radius may vary).
getRadiusMinValue() - Method in class vtk.vtkArcPlotter
Set the radius of the "median" value of the first plotted component.
getRadiusMinValue() - Method in class vtk.vtkConeSource
Set the base radius of the cone.
getRadiusMinValue() - Method in class vtk.vtkCylinderSource
Set the radius of the cylinder.
getRadiusMinValue() - Method in class vtk.vtkEarthSource
Set radius of earth.
getRadiusMinValue() - Method in class vtk.vtkGaussianSplatter
Set / get the radius of propagation of the splat.
getRadiusMinValue() - Method in class vtk.vtkHyperStreamline
Set / get the initial tube radius.
getRadiusMinValue() - Method in class vtk.vtkPointSource
Set the radius of the point cloud.
getRadiusMinValue() - Method in class vtk.vtkSphereSource
Set radius of sphere.
getRadiusMinValue() - Method in class vtk.vtkTexturedSphereSource
Set radius of sphere.
getRadiusMinValue() - Method in class vtk.vtkTubeFilter
Set the minimum tube radius (minimum because the tube radius may vary).
getRamp() - Method in class vtk.vtkLookupTable
Set the shape of the table ramp to either linear or S-curve.
getRandomMode() - Method in class vtk.vtkMaskPoints
Special flag causes randomization of point selection.
getRange() - Method in class vtk.vtkAxisActor2D
Specify the (min,max) axis range.
getRange() - Method in class vtk.vtkColorTransferFunction
Returns min and max position of all function points.
getRange(double[], int) - Method in class vtk.vtkDataArray
Return the range of the array values for the given component.
getRange(int) - Method in class vtk.vtkDataArray
 
getRange() - Method in class vtk.vtkDataArray
Return the range of the array values for the 0th component.
getRange(double[]) - Method in class vtk.vtkDataArray
These methods return the Min and Max possible range of the native data type.
getRange() - Method in class vtk.vtkGlyph3D
Specify range to map scalar values into.
getRange() - Method in class vtk.vtkPiecewiseFunction
Returns the min and max point locations of the function.
getRanges(double[]) - Method in class vtk.vtkCubeAxesActor2D
Explicitly specify the range of values used on the bounds.
getRatio() - Method in class vtk.vtkImageCanvasSource2D
Set/Get Ratio.
getRatio() - Method in class vtk.vtkMeshQuality
Turn on/off the calculation of the quality ratio for each cell (Default: On).
getReadAllVariables() - Method in class vtk.vtkGenericEnSightReader
Set/get the flag for whether to read all the variables
getReadDisplacement() - Method in class vtk.vtkBYUReader
Turn on/off the reading of the displacement file.
getReadFromInputString() - Method in class vtk.vtkDataReader
Enable reading from an InputString or InputArray instead of the default, a file.
getReadFromInputString() - Method in class vtk.vtkInteractorEventRecorder
Enable reading from an InputString as compared to the default behavior, which is to read from a file.
getReadFrontBuffer() - Method in class vtk.vtkWindowToImageFilter
Set/Get the flag that determines which buffer to read from.
getReadScalar() - Method in class vtk.vtkBYUReader
Turn on/off the reading of the scalar file.
getReadTexture() - Method in class vtk.vtkBYUReader
Turn on/off the reading of the texture coordinate file.
getReader() - Method in class vtk.vtkSliceCubes
Set/get object to read slices.
getRecording() - Method in class vtk.vtkVideoSource
Are we in record mode?
getRectilinearGridInput() - Method in class vtk.vtkProgrammableFilter
Get the input as a concrete type.
getRectilinearGridOutput() - Method in class vtk.vtkDataObjectToDataSetFilter
Get the output in different forms.
getRectilinearGridOutput() - Method in class vtk.vtkDataSetReader
Get the output as various concrete types.
getRectilinearGridOutput() - Method in class vtk.vtkDataSetToDataSetFilter
Get the output as vtkRectilinearGrid.
getRectilinearGridOutput() - Method in class vtk.vtkProgrammableSource
Get the output as a concrete type.
getRecursionDepth() - Method in class vtk.vtkRecursiveSphereDirectionEncoder
Set / Get the recursion depth for the subdivision.
getRecursionDepthMaxValue() - Method in class vtk.vtkRecursiveSphereDirectionEncoder
Set / Get the recursion depth for the subdivision.
getRecursionDepthMinValue() - Method in class vtk.vtkRecursiveSphereDirectionEncoder
Set / Get the recursion depth for the subdivision.
getRedValue(double) - Method in class vtk.vtkColorTransferFunction
Get the color components individually.
getRedrawMTime() - Method in class vtk.vtkActor
Return the mtime of anything that would cause the rendered image to appear differently.
getRedrawMTime() - Method in class vtk.vtkProp
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
getRedrawMTime() - Method in class vtk.vtkVolume
Return the mtime of anything that would cause the rendered image to appear differently.
getReduction() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the reduction of the mesh (represented as a fraction).
getReductionMaxValue() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the reduction of the mesh (represented as a fraction).
getReductionMinValue() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the reduction of the mesh (represented as a fraction).
getReferenceCoordinate() - Method in class vtk.vtkCoordinate
If this coordinate is relative to another coordinate, then specify that coordinate as the ReferenceCoordinate.
getReferenceCount() - Method in class vtk.vtkObjectBase
Sets the reference count.
getRegisteredFactories() - Method in class vtk.vtkObjectFactory
Return the list of all registered factories.
getRegisteredReaders(vtkImageReader2Collection) - Method in class vtk.vtkImageReader2Factory
The caller must allocate the vtkImageReader2Collection and pass in the pointer to this method.
getRelativeError() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the relative error of the mesh; that is, the error in height between the decimated mesh and the original height field normalized by the diagonal of the image.
getRelativeErrorMaxValue() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the relative error of the mesh; that is, the error in height between the decimated mesh and the original height field normalized by the diagonal of the image.
getRelativeErrorMinValue() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the relative error of the mesh; that is, the error in height between the decimated mesh and the original height field normalized by the diagonal of the image.
getRelaxationFactor() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the relaxation factor for Laplacian smoothing.
getReleaseDataFlag() - Method in class vtk.vtkDataObject
Turn on/off flag to control whether this object's data is released after being used by a filter.
getReleaseDataFlag() - Method in class vtk.vtkSource
Turn on/off flag to control whether this object's data is released after being used by a source.
getRememberVoxelId() - Method in class vtk.vtkRectilinearGridToTetrahedra
Should the tetrahedra have scalar data indicating which Voxel they came from in the vtkRectilinearGrid?
getRenderFlag() - Method in class vtk.vtkRendererSource
If this flag is on, the Executing causes a render first.
getRenderLibrary() - Method in class vtk.vtkGraphicsFactory
What rendering library has the user requested
getRenderLibrary() - Method in class vtk.vtkRenderWindow
What rendering library has the user requested
getRenderTime() - Method in class vtk.vtkMapper
This instance variable is used by vtkLODActor to determine which mapper to use.
getRenderToRectangle() - Method in class vtk.vtkImageMapper
If RenderToRectangle is set (by default not), then the imagemapper will render the image into the rectangle supplied by the Actor2D's PositionCoordinate and Position2Coordinate
getRenderWindow() - Method in class vtk.vtkExporter
Set/Get the rendering window that contains the scene to be written.
getRenderWindow() - Method in class vtk.vtkImageViewer
Get the internal objects
getRenderWindow() - Method in class vtk.vtkImageViewer2
Get the internal render window, renderer, image actor, and image map instances.
getRenderWindow() - Method in class vtk.vtkImporter
 
getRenderWindow() - Method in class vtk.vtkRenderWindowInteractor
Set/Get the rendering window being controlled by this object.
getRenderWindow() - Method in class vtk.vtkRenderer
Specify the rendering window in which to draw.
getRenderWindow() - Method in class vtk.vtkTesting
Set and get the render window that will be used for regression testing.
getRenderer() - Method in class vtk.vtkAbstractPicker
Get the renderer in which pick event occurred.
getRenderer() - Method in class vtk.vtkImageViewer
Get the internal objects
getRenderer() - Method in class vtk.vtkImageViewer2
Get the internal render window, renderer, image actor, and image map instances.
getRenderer() - Method in class vtk.vtkImporter
 
getRenderer() - Method in class vtk.vtkSelectVisiblePoints
Set/Get the flag which enables selection in a rectangular display region.
getRenderers() - Method in class vtk.vtkRenderWindow
Return the collection of renderers in the render window.
getRepeat() - Method in class vtk.vtkTexture
Turn on/off the repetition of the texture map when the texture coords extend beyond the [0,1] range.
getRepeatCount() - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
getReplaceIn() - Method in class vtk.vtkImageThreshold
Determines whether to replace the pixel in range with InValue
getReplaceOut() - Method in class vtk.vtkImageThreshold
Determines whether to replace the pixel out of range with OutValue
getReplaceValue() - Method in class vtk.vtkImageIslandRemoval2D
Set/Get the value to put in the place of removed pixels.
getRepresentation() - Method in class vtk.vtkPlaneWidget
Control how the plane appears when GetPolyData() is invoked.
getRepresentation() - Method in class vtk.vtkProperty
Control the surface geometry representation for the object.
getRepresentation() - Method in class vtk.vtkSphereWidget
Set the representation of the sphere.
getRepresentationAsString() - Method in class vtk.vtkProperty
Control the surface geometry representation for the object.
getRepresentationMaxValue() - Method in class vtk.vtkPlaneWidget
Control how the plane appears when GetPolyData() is invoked.
getRepresentationMaxValue() - Method in class vtk.vtkProperty
Control the surface geometry representation for the object.
getRepresentationMaxValue() - Method in class vtk.vtkSphereWidget
Set the representation of the sphere.
getRepresentationMinValue() - Method in class vtk.vtkPlaneWidget
Control how the plane appears when GetPolyData() is invoked.
getRepresentationMinValue() - Method in class vtk.vtkProperty
Control the surface geometry representation for the object.
getRepresentationMinValue() - Method in class vtk.vtkSphereWidget
Set the representation of the sphere.
getRequestExactExtent() - Method in class vtk.vtkDataObject
This request flag indicates whether the requester can handle more data than requested.
getRescaleOffset() - Method in class vtk.vtkDICOMImageReader
Get the rescale offset for the pixel data.
getRescaleSlope() - Method in class vtk.vtkDICOMImageReader
Get the rescale slope for the pixel data.
getResliceAxes() - Method in class vtk.vtkImageReslice
This method is used to set up the axes for the output voxels.
getResliceAxesDirectionCosines(double[], double[], double[]) - Method in class vtk.vtkImageReslice
Specify the direction cosines for the ResliceAxes (i.e. the first three elements of each of the first three columns of the ResliceAxes matrix).
getResliceAxesDirectionCosines(double[]) - Method in class vtk.vtkImageReslice
Specify the direction cosines for the ResliceAxes (i.e. the first three elements of each of the first three columns of the ResliceAxes matrix).
getResliceAxesDirectionCosines() - Method in class vtk.vtkImageReslice
Specify the direction cosines for the ResliceAxes (i.e. the first three elements of each of the first three columns of the ResliceAxes matrix).
getResliceAxesOrigin(double[]) - Method in class vtk.vtkImageReslice
Specify the origin for the ResliceAxes (i.e. the first three elements of the final column of the ResliceAxes matrix).
getResliceAxesOrigin() - Method in class vtk.vtkImageReslice
Specify the origin for the ResliceAxes (i.e. the first three elements of the final column of the ResliceAxes matrix).
getResliceInterpolate() - Method in class vtk.vtkImagePlaneWidget
Set the interpolation to use when texturing the plane.
getResliceOutput() - Method in class vtk.vtkImagePlaneWidget
Convenience method to get the vtkImageReslice output.
getResliceTransform() - Method in class vtk.vtkImageReslice
Set a transform to be applied to the resampling grid that has been defined via the ResliceAxes and the output Origin, Spacing and Extent.
getResolution() - Method in class vtk.vtkCGMWriter
Specify the resolution of the CGM file.
getResolution() - Method in class vtk.vtkConeSource
Set the number of facets used to represent the cone.
getResolution() - Method in class vtk.vtkCylinderSource
Set the number of facets used to define cylinder.
getResolution() - Method in class vtk.vtkLineSource
Divide line into resolution number of pieces.
getResolution() - Method in class vtk.vtkLineWidget
Set/Get the position of first end point.
getResolution() - Method in class vtk.vtkPlaneWidget
Set/Get the resolution (number of subdivisions) of the plane.
getResolution() - Method in class vtk.vtkRotationalExtrusionFilter
Set/Get resolution of sweep operation.
getResolution() - Method in class vtk.vtkRuledSurfaceFilter
If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate.
getResolution() - Method in class vtk.vtkSplineWidget
Set/Get the number of line segments representing the spline for this widget.
getResolutionMaxValue() - Method in class vtk.vtkCGMWriter
Specify the resolution of the CGM file.
getResolutionMaxValue() - Method in class vtk.vtkConeSource
Set the number of facets used to represent the cone.
getResolutionMaxValue() - Method in class vtk.vtkCylinderSource
Set the number of facets used to define cylinder.
getResolutionMaxValue() - Method in class vtk.vtkLineSource
Divide line into resolution number of pieces.
getResolutionMaxValue() - Method in class vtk.vtkRotationalExtrusionFilter
Set/Get resolution of sweep operation.
getResolutionMinValue() - Method in class vtk.vtkCGMWriter
Specify the resolution of the CGM file.
getResolutionMinValue() - Method in class vtk.vtkConeSource
Set the number of facets used to represent the cone.
getResolutionMinValue() - Method in class vtk.vtkCylinderSource
Set the number of facets used to define cylinder.
getResolutionMinValue() - Method in class vtk.vtkLineSource
Divide line into resolution number of pieces.
getResolutionMinValue() - Method in class vtk.vtkRotationalExtrusionFilter
Set/Get resolution of sweep operation.
getResolveCoincidentTopology() - Method in class vtk.vtkMapper
Set/Get a global flag that controls whether coincident topology (e.g., a line on top of a polygon) is shifted to avoid z-buffer resolution (and hence rendering problems).
getResolveCoincidentTopologyZShift() - Method in class vtk.vtkMapper
Used to set the z-shift if ResolveCoincidentTopology is set to ShiftZBuffer.
getRestoreUpVector() - Method in class vtk.vtkInteractorStyleFlight
When flying, apply a restorative force to the "Up" vector.
getRestrictPlaneToVolume() - Method in class vtk.vtkImagePlaneWidget
Make sure that the plane remains within the volume.
getResult() - Method in class vtk.vtkJPEGWriter
When writing to memory this is the result, it will be NULL until the data is written the first time
getResult() - Method in class vtk.vtkPNGWriter
When writing to memory this is the result, it will be NULL until the data is written the first time
getResultArrayName() - Method in class vtk.vtkArrayCalculator
Set the name of the array in which to store the result of evaluating this function.
getRetainCellLists() - Method in class vtk.vtkLocator
Boolean controls whether to maintain list of entities in each bucket.
getReverseCells() - Method in class vtk.vtkReverseSense
Flag controls whether to reverse cell ordering.
getReverseNormals() - Method in class vtk.vtkReverseSense
Flag controls whether to reverse normal orientation.
getReverseStencil() - Method in class vtk.vtkImageAccumulate
Reverse the stencil.
getReverseStencil() - Method in class vtk.vtkImageStencil
Reverse the stencil.
getReverseXAxis() - Method in class vtk.vtkXYPlotActor
Normally the x-axis is plotted from minimum to maximum.
getReverseYAxis() - Method in class vtk.vtkXYPlotActor
Normally the y-axis is plotted from minimum to maximum.
getRightButtonAction() - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
getRightButtonActionMaxValue() - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
getRightButtonActionMinValue() - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
getRightButtonAutoModifier() - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
getRightButtonAutoModifierMaxValue() - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
getRightButtonAutoModifierMinValue() - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
getRightConstraint() - Method in class vtk.vtkSpline
Set the type of constraint of the left(right) end points.
getRightConstraintMaxValue() - Method in class vtk.vtkSpline
Set the type of constraint of the left(right) end points.
getRightConstraintMinValue() - Method in class vtk.vtkSpline
Set the type of constraint of the left(right) end points.
getRightValue() - Method in class vtk.vtkSpline
The values of the derivative on the left and right sides.
getRoll() - Method in class vtk.vtkCamera
Set the roll angle of the camera about the direction of projection.
getRoot() - Method in class vtk.vtkXMLDataElement
Get root of the XML tree this element is part of.
getRootElement() - Method in class vtk.vtkXMLDataParser
Get the root element from the XML document.
getRotationAngle() - Method in class vtk.vtkGlyphSource2D
Specify an angle (in degrees) to rotate the glyph around the z-axis.
getRotationEnabled() - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
getRotationScale() - Method in class vtk.vtkStreamTracer
 
getRuledMode() - Method in class vtk.vtkRuledSurfaceFilter
Set the mode by which to create the ruled surface.
getRuledModeAsString() - Method in class vtk.vtkRuledSurfaceFilter
Set the mode by which to create the ruled surface.
getRuledModeMaxValue() - Method in class vtk.vtkRuledSurfaceFilter
Set the mode by which to create the ruled surface.
getRuledModeMinValue() - Method in class vtk.vtkRuledSurfaceFilter
Set the mode by which to create the ruled surface.
getRunState() - Method in class vtk.vtkPushPipeline
What is the run state, a pusher should set this to 2 when it is out of data
getSFunction() - Method in class vtk.vtkImplicitTextureCoords
Specify an implicit function to compute the s texture coordinate.
getSRange() - Method in class vtk.vtkProjectedTexture
Specify s-coordinate range for texture s-t coordinate pair.
getSRange() - Method in class vtk.vtkTextureMapToPlane
Specify s-coordinate range for texture s-t coordinate pair.
getSampleCX() - Method in class vtk.vtkImageMandelbrotSource
Imaginary and real value for C (constant in equation) and X (initial value).
getSampleDimensions() - Method in class vtk.vtkGaussianSplatter
Set / get the dimensions of the sampling structured point set.
getSampleDimensions() - Method in class vtk.vtkImplicitModeller
Set/Get the i-j-k dimensions on which to sample distance function.
getSampleDimensions() - Method in class vtk.vtkPointLoad
Specify the dimensions of the volume.
getSampleDimensions() - Method in class vtk.vtkSampleFunction
Specify the dimensions of the data on which to sample.
getSampleDimensions() - Method in class vtk.vtkShepardMethod
Specify i-j-k dimensions on which to sample input points.
getSampleDimensions() - Method in class vtk.vtkSweptSurface
Specify i-j-k dimensions to sample input with.
getSampleDimensions() - Method in class vtk.vtkVoxelModeller
Set the i-j-k dimensions on which to sample the distance function.
getSampleDistance() - Method in class vtk.vtkVolumeRayCastMapper
Set/Get the distance between samples.
getSampleRate() - Method in class vtk.vtkExtractGrid
Set the sampling rate in the i, j, and k directions.
getSampleRate() - Method in class vtk.vtkExtractRectilinearGrid
Set the sampling rate in the i, j, and k directions.
getSampleRate() - Method in class vtk.vtkExtractVOI
Set the sampling rate in the i, j, and k directions.
getSampleSpacing() - Method in class vtk.vtkSurfaceReconstructionFilter
Specify the spacing of the 3D sampling grid.
getSampleSpacingInVoxels() - Method in class vtk.vtkFiniteDifferenceGradientEstimator
Set/Get the spacing between samples for the finite differences method used to compute the normal.
getSaturationRange() - Method in class vtk.vtkLookupTable
Set the range in saturation (using automatic generation).
getSavePointInterval() - Method in class vtk.vtkStreamer
 
getScalarArrayName(int) - Method in class vtk.vtkArrayCalculator
Methods to get information about the current variables.
getScalarArrayName() - Method in class vtk.vtkImageReader
Set/get the scalar array name for this data set.
getScalarBarActor() - Method in class vtk.vtkScalarBarWidget
Get the ScalarBar used by this Widget.
getScalarComponentArrayComponent(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the scalar components.
getScalarComponentArrayName(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the scalar components.
getScalarComponentAsDouble(int, int, int, int) - Method in class vtk.vtkImageData
For access to data from tcl
getScalarComponentMaxRange(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the scalar components.
getScalarComponentMinRange(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the scalar components.
getScalarComponentNormalizeFlag(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the scalar components.
getScalarComponents() - Method in class vtk.vtkExtractTensorComponents
Specify the (row,column) tensor component to extract as a scalar.
getScalarConnectivity() - Method in class vtk.vtkConnectivityFilter
Turn on/off connectivity based on scalar value.
getScalarConnectivity() - Method in class vtk.vtkPolyDataConnectivityFilter
Turn on/off connectivity based on scalar value.
getScalarFileName() - Method in class vtk.vtkBYUReader
Specify name of scalar FileName.
getScalarFileName() - Method in class vtk.vtkBYUWriter
Specify the name of the scalar file to write.
getScalarFunctionNumber() - Method in class vtk.vtkPLOT3DReader
Specify the scalar function to extract.
getScalarMaterialMode() - Method in class vtk.vtkMapper
Set/Get the light-model color mode.
getScalarMaterialModeAsString() - Method in class vtk.vtkMapper
Return the light-model color mode.
getScalarMode() - Method in class vtk.vtkBandedPolyDataContourFilter
Control whether the cell scalars are output as an integer index or a scalar value.
getScalarMode() - Method in class vtk.vtkExtractTensorComponents
Specify how to extract the scalar.
getScalarMode() - Method in class vtk.vtkMapper
Control how the filter works with scalar point data and cell attribute data.
getScalarMode() - Method in class vtk.vtkPolyDataMapper2D
Control how the filter works with scalar point data and cell attribute data.
getScalarModeAsString() - Method in class vtk.vtkMapper
Return the method for obtaining scalar data.
getScalarModeMaxValue() - Method in class vtk.vtkBandedPolyDataContourFilter
Control whether the cell scalars are output as an integer index or a scalar value.
getScalarModeMinValue() - Method in class vtk.vtkBandedPolyDataContourFilter
Control whether the cell scalars are output as an integer index or a scalar value.
getScalarOpacity(int) - Method in class vtk.vtkVolumeProperty
Get the scalar opacity transfer function for the given component.
getScalarOpacity() - Method in class vtk.vtkVolumeProperty
Get the scalar opacity transfer function for the given component.
getScalarOpacityUnitDistance(int) - Method in class vtk.vtkVolumeProperty
Set/Get the unit distance on which the scalar opacity transfer function is defined.
getScalarOpacityUnitDistance() - Method in class vtk.vtkVolumeProperty
Set the opacity of a volume to an opacity transfer function based on gradient magnitude for the given component.
getScalarRange() - Method in class vtk.vtkConnectivityFilter
Set the scalar range to use to extract cells based on scalar connectivity.
getScalarRange(double[]) - Method in class vtk.vtkDataSet
Convenience method to get the range of the scalar data (if there is any scalar data).
getScalarRange() - Method in class vtk.vtkDataSet
Convenience method to get the range of the scalar data (if there is any scalar data).
getScalarRange() - Method in class vtk.vtkElevationFilter
Specify range to map scalars into.
getScalarRange() - Method in class vtk.vtkMapper
Specify range in terms of scalar minimum and maximum (smin,smax).
getScalarRange() - Method in class vtk.vtkPolyDataConnectivityFilter
Set the scalar range to use to extract cells based on scalar connectivity.
getScalarRange() - Method in class vtk.vtkPolyDataMapper2D
Specify range in terms of scalar minimum and maximum (smin,smax).
getScalarRange(double[]) - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
getScalarRange() - Method in class vtk.vtkStructuredGrid
following methods are specific to structured grid
getScalarRange(double[]) - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
getScalarRange() - Method in class vtk.vtkVectorDot
Get the range that scalars map into.
getScalarResult() - Method in class vtk.vtkFunctionParser
Get a scalar result from evaluating the input function.
getScalarSize() - Method in class vtk.vtkImageData
Set the size of the scalar type in bytes.
getScalarTags() - Method in class vtk.vtkSTLReader
Turn on/off tagging of solids with scalars.
getScalarTree() - Method in class vtk.vtkContourFilter
Enable the use of a scalar tree to accelerate contour extraction.
getScalarType() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
getScalarTypeAsString() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
getScalarTypeMax() - Method in class vtk.vtkImageData
These returns the minimum and maximum values the ScalarType can hold without overflowing.
getScalarTypeMin() - Method in class vtk.vtkImageData
These returns the minimum and maximum values the ScalarType can hold without overflowing.
getScalarVariableName(int) - Method in class vtk.vtkArrayCalculator
Methods to get information about the current variables.
getScalarVariableName(int) - Method in class vtk.vtkFunctionParser
Get the ith scalar variable name.
getScalarVariableValue(String) - Method in class vtk.vtkFunctionParser
Get the value of a scalar variable.
getScalarVariableValue(int) - Method in class vtk.vtkFunctionParser
Get the value of a scalar variable.
getScalarVisibility() - Method in class vtk.vtkLegendBoxActor
Turn on/off flag to control whether the symbol's scalar data is used to color the symbol.
getScalarVisibility() - Method in class vtk.vtkMapper
Turn on/off flag to control whether scalar data is used to color objects.
getScalarVisibility() - Method in class vtk.vtkPolyDataMapper2D
Turn on/off flag to control whether scalar data is used to color objects.
getScalarWarping() - Method in class vtk.vtkGaussianSplatter
Turn on/off the scaling of splats by scalar value.
getScalars() - Method in class vtk.vtkDataSetAttributes
Set/Get the scalar data.
getScalars(String) - Method in class vtk.vtkDataSetAttributes
This will first look for an array with the correct name.
getScalars() - Method in class vtk.vtkMergeFilter
Specify object from which to extract scalar information.
getScalarsAttribute() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
getScalarsName() - Method in class vtk.vtkDataReader
Set the name of the scalar data to extract.
getScalarsName() - Method in class vtk.vtkDataWriter
Give a name to the scalar data.
getScalarsNameInFile(int) - Method in class vtk.vtkDataReader
What is the name of the ith attribute of a certain type in this file?
getScalarsWeight() - Method in class vtk.vtkQuadricDecimation
Set/Get the scaling weight contribution of the attribute.
getScale() - Method in class vtk.vtkGlyphSource2D
Set the scale of the glyph.
getScale() - Method in class vtk.vtkImageShiftScale
Set/Get the scale value.
getScale() - Method in class vtk.vtkLookupTable
Set the type of scale to use, linear or logarithmic.
getScale() - Method in class vtk.vtkProp3D
Set/Get the scale of the actor.
getScale() - Method in class vtk.vtkSphereWidget
Enable translation and scaling of the widget.
getScale() - Method in class vtk.vtkSuperquadric
Set the scale factors of the superquadric.
getScale() - Method in class vtk.vtkSuperquadricSource
Set the scale factors of the superquadric.
getScale(double[]) - Method in class vtk.vtkTransform
Return the scale factors of the current transformation matrix as an array of three float numbers.
getScale() - Method in class vtk.vtkTransform
Return the scale factors of the current transformation matrix as an array of three float numbers.
getScale() - Method in class vtk.vtkTransformTextureCoords
Set/Get the scale of the texture map.
getScale2() - Method in class vtk.vtkGlyphSource2D
Set the scale of optional portions of the glyph (e.g., the dash and cross is DashOn() and CrossOn()).
getScale2MaxValue() - Method in class vtk.vtkGlyphSource2D
Set the scale of optional portions of the glyph (e.g., the dash and cross is DashOn() and CrossOn()).
getScale2MinValue() - Method in class vtk.vtkGlyphSource2D
Set the scale of optional portions of the glyph (e.g., the dash and cross is DashOn() and CrossOn()).
getScaleFactor() - Method in class vtk.vtkAxes
Set the scale factor of the axes.
getScaleFactor() - Method in class vtk.vtkGaussianSplatter
Multiply Gaussian splat distribution by this value.
getScaleFactor() - Method in class vtk.vtkGlyph3D
Specify scale factor to scale object by.
getScaleFactor() - Method in class vtk.vtkHedgeHog
Set scale factor to control size of oriented lines.
getScaleFactor() - Method in class vtk.vtkLinearExtrusionFilter
Set/Get extrusion scale factor,
getScaleFactor() - Method in class vtk.vtkTensorGlyph
Specify scale factor to scale object by.
getScaleFactor() - Method in class vtk.vtkTriangularTexture
Set a Scale Factor.
getScaleFactor() - Method in class vtk.vtkWarpScalar
Specify value to scale displacement.
getScaleFactor() - Method in class vtk.vtkWarpTo
Set/Get the value to scale displacement.
getScaleFactor() - Method in class vtk.vtkWarpVector
Specify value to scale displacement.
getScaleFactorMaxValue() - Method in class vtk.vtkGaussianSplatter
Multiply Gaussian splat distribution by this value.
getScaleFactorMinValue() - Method in class vtk.vtkGaussianSplatter
Multiply Gaussian splat distribution by this value.
getScaleMaxValue() - Method in class vtk.vtkGlyphSource2D
Set the scale of the glyph.
getScaleMinValue() - Method in class vtk.vtkGlyphSource2D
Set the scale of the glyph.
getScaleMode() - Method in class vtk.vtkGlyph3D
Either scale by scalar or by vector/normal magnitude.
getScaleModeAsString() - Method in class vtk.vtkGlyph3D
Either scale by scalar or by vector/normal magnitude.
getScaledText() - Method in class vtk.vtkTextActor
Turn on or off the ScaledText option.
getScaling() - Method in class vtk.vtkCubeAxesActor2D
Set/Get a flag that controls whether the axes are scaled to fit in the viewport.
getScaling() - Method in class vtk.vtkGlyph3D
Turn on/off scaling of source geometry.
getScaling() - Method in class vtk.vtkTensorGlyph
Turn on/off scaling of glyph with eigenvalues.
getScalingEnabled() - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
getSelectInvisible() - Method in class vtk.vtkSelectVisiblePoints
Set/Get the flag which enables inverse selection; i.e., invisible points are selected.
getSelectedComponent() - Method in class vtk.vtkThreshold
When the component mode is UseSelected, this ivar indicated the selected component.
getSelectedComponentMaxValue() - Method in class vtk.vtkThreshold
When the component mode is UseSelected, this ivar indicated the selected component.
getSelectedComponentMinValue() - Method in class vtk.vtkThreshold
When the component mode is UseSelected, this ivar indicated the selected component.
getSelectedFaceProperty() - Method in class vtk.vtkBoxWidget
Get the face properties (the faces of the box).
getSelectedHandleProperty() - Method in class vtk.vtkBoxWidget
Get the handle properties (the little balls are the handles).
getSelectedHandleProperty() - Method in class vtk.vtkImageTracerWidget
Set/Get the handle properties (the 2D glyphs are the handles).
getSelectedHandleProperty() - Method in class vtk.vtkLineWidget
Get the handle properties (the little balls are the handles).
getSelectedHandleProperty() - Method in class vtk.vtkPlaneWidget
Get the handle properties (the little balls are the handles).
getSelectedHandleProperty() - Method in class vtk.vtkSphereWidget
Get the handle properties (the little ball on the sphere is the handle).
getSelectedHandleProperty() - Method in class vtk.vtkSplineWidget
Set/Get the handle properties (the little balls are the handles).
getSelectedLODID() - Method in class vtk.vtkLODProp3D
Set the id of the LOD that is to be drawn when automatic LOD selection is turned off.
getSelectedLineProperty() - Method in class vtk.vtkImageTracerWidget
Set/Get the line properties.
getSelectedLineProperty() - Method in class vtk.vtkLineWidget
Get the line properties.
getSelectedLineProperty() - Method in class vtk.vtkSplineWidget
Set/Get the line properties.
getSelectedNormalProperty() - Method in class vtk.vtkImplicitPlaneWidget
Get the properties on the normal (line and cone).
getSelectedOutlineProperty() - Method in class vtk.vtkBoxWidget
Get the outline properties (the outline of the box).
getSelectedOutlineProperty() - Method in class vtk.vtkImplicitPlaneWidget
Get the property of the outline.
getSelectedPickLODID() - Method in class vtk.vtkLODProp3D
Set the id of the LOD that is to be used for picking when automatic LOD pick selection is turned off.
getSelectedPlaneProperty() - Method in class vtk.vtkImagePlaneWidget
Set/Get the plane's outline properties.
getSelectedPlaneProperty() - Method in class vtk.vtkImplicitPlaneWidget
Get the plane properties.
getSelectedPlaneProperty() - Method in class vtk.vtkPlaneWidget
Get the plane properties.
getSelectedProperty() - Method in class vtk.vtkPointWidget
Get the handle properties (the little balls are the handles).
getSelectedScalarComponent(int) - Method in class vtk.vtkArrayCalculator
Methods to get information about the current variables.
getSelectedSphereProperty() - Method in class vtk.vtkSphereWidget
Get the sphere properties.
getSelection() - Method in class vtk.vtkSelectVisiblePoints
Specify the selection window in display coordinates.
getSelectionEdges() - Method in class vtk.vtkSelectPolyData
Return the (mesh) edges of the selection region.
getSelectionMode() - Method in class vtk.vtkSelectPolyData
Control how inside/outside of loop is defined.
getSelectionModeAsString() - Method in class vtk.vtkSelectPolyData
Control how inside/outside of loop is defined.
getSelectionModeMaxValue() - Method in class vtk.vtkSelectPolyData
Control how inside/outside of loop is defined.
getSelectionModeMinValue() - Method in class vtk.vtkSelectPolyData
Control how inside/outside of loop is defined.
getSelectionPoint() - Method in class vtk.vtkAbstractPicker
Get the selection point in screen (pixel) coordinates.
getSelectionWindow() - Method in class vtk.vtkSelectVisiblePoints
Set/Get the flag which enables selection in a rectangular display region.
getSeries() - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
getShade(int) - Method in class vtk.vtkVolumeProperty
Set/Get the shading of a volume.
getShade() - Method in class vtk.vtkVolumeProperty
Set/Get the shading of a volume.
getShadow() - Method in class vtk.vtkTextProperty
Enable/disable text shadows.
getShadows() - Method in class vtk.vtkRIBLight
 
getShaftRadius() - Method in class vtk.vtkArrowSource
Set the radius of the shaft.
getShaftRadiusMaxValue() - Method in class vtk.vtkArrowSource
Set the radius of the shaft.
getShaftRadiusMinValue() - Method in class vtk.vtkArrowSource
Set the radius of the shaft.
getShaftResolution() - Method in class vtk.vtkArrowSource
Set the resolution of the shaft. 2 gives a rectangle.
getShaftResolutionMaxValue() - Method in class vtk.vtkArrowSource
Set the resolution of the shaft. 2 gives a rectangle.
getShaftResolutionMinValue() - Method in class vtk.vtkArrowSource
Set the resolution of the shaft. 2 gives a rectangle.
getShapeParameters(vtkPointSet, vtkFloatArray, int) - Method in class vtk.vtkPCAAnalysisFilter
Return the bsize parameters b that best model the given shape (in standard deviations).
getShift() - Method in class vtk.vtkImageShiftScale
Set/Get the shift value.
getShift() - Method in class vtk.vtkImageShrink3D
Set/Get the pixel to use as origin.
getShiftKey() - Method in class vtk.vtkInteractorStyleUser
Test whether modifiers were held down when mouse button or key was pressed
getShiftKey() - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
getShoulderResolution() - Method in class vtk.vtkButtonSource
Specify the resolution of the texture in the radial direction in the shoulder region.
getShoulderResolutionMaxValue() - Method in class vtk.vtkButtonSource
Specify the resolution of the texture in the radial direction in the shoulder region.
getShoulderResolutionMinValue() - Method in class vtk.vtkButtonSource
Specify the resolution of the texture in the radial direction in the shoulder region.
getShoulderTextureCoordinate() - Method in class vtk.vtkButtonSource
Set/Get the default texture coordinate to set the shoulder region to.
getShrinkFactor() - Method in class vtk.vtkShrinkFilter
Get the fraction of shrink for each cell.
getShrinkFactor() - Method in class vtk.vtkShrinkPolyData
Get the fraction of shrink for each cell.
getShrinkFactorMaxValue() - Method in class vtk.vtkShrinkFilter
Set the fraction of shrink for each cell.
getShrinkFactorMaxValue() - Method in class vtk.vtkShrinkPolyData
Set the fraction of shrink for each cell.
getShrinkFactorMinValue() - Method in class vtk.vtkShrinkFilter
Set the fraction of shrink for each cell.
getShrinkFactorMinValue() - Method in class vtk.vtkShrinkPolyData
Set the fraction of shrink for each cell.
getShrinkFactors() - Method in class vtk.vtkImageShrink3D
Set/Get the shrink factors
getSidesShareVertices() - Method in class vtk.vtkTubeFilter
Set a boolean to control whether tube sides should share vertices.
getSigma() - Method in class vtk.vtkThinPlateSplineTransform
Specify the 'stiffness' of the spline.
getSize() - Method in class vtk.vtkCellArray
Get the total number of entries (i.e., data values) in the connectivity array.
getSize() - Method in class vtk.vtkColorTransferFunction
How many points are there defining this function?
getSize() - Method in class vtk.vtkDataArray
What is the maximum id currently in the array.
getSize() - Method in class vtk.vtkImageViewer
Set/Get the size of the window in screen coordinates.
getSize(vtkViewport, int[]) - Method in class vtk.vtkOpenGLFreeTypeTextMapper
What is the size of the rectangle required to draw this mapper ?
getSize() - Method in class vtk.vtkPiecewiseFunction
Get the number of points used to specify the function
getSize() - Method in class vtk.vtkRIBExporter
 
getSize() - Method in class vtk.vtkRenderWindowInteractor
This methods sets the Size ivar of the interactor without actually changing the size of the window.
getSize() - Method in class vtk.vtkSuperquadric
Set/Get Superquadric isotropic size.
getSize() - Method in class vtk.vtkSuperquadricSource
Set/Get Superquadric isotropic size.
getSize(vtkViewport, int[]) - Method in class vtk.vtkTextMapper
Return the size[2]/width/height of the rectangle required to draw this mapper (in pixels).
getSize() - Method in class vtk.vtkViewport
Get the size and origin of the viewport in display coordinates.
getSize() - Method in class vtk.vtkWindow
Set/Get the size of the window in screen coordinates.
getSizeCX() - Method in class vtk.vtkImageMandelbrotSource
Just a different way of setting the sample.
getSizeCX(double[]) - Method in class vtk.vtkImageMandelbrotSource
Just a different way of setting the sample.
getSliceIndex() - Method in class vtk.vtkImagePlaneWidget
Get the slice position in terms of the data extent.
getSliceNumber() - Method in class vtk.vtkImageActor
Return a slice number computed from the display extent.
getSlicePosition() - Method in class vtk.vtkImagePlaneWidget
Get the position of the slice along its normal.
getSmoothing() - Method in class vtk.vtkImageToPolyDataFilter
If the output style is set to polygonalize, then you can control whether to smooth boundaries.
getSnapToImage() - Method in class vtk.vtkImageTracerWidget
Force snapping to image data while tracing.
getSolidType() - Method in class vtk.vtkPlatonicSolidSource
Specify the type of PlatonicSolid solid to create.
getSolidTypeMaxValue() - Method in class vtk.vtkPlatonicSolidSource
Specify the type of PlatonicSolid solid to create.
getSolidTypeMinValue() - Method in class vtk.vtkPlatonicSolidSource
Specify the type of PlatonicSolid solid to create.
getSort() - Method in class vtk.vtkCGMWriter
Turn on/off the sorting of the cells via depth.
getSortBy() - Method in class vtk.vtkCutter
Set the sorting order for the generated polydata.
getSortByAsString() - Method in class vtk.vtkCutter
Set the sorting order for the generated polydata.
getSortByMaxValue() - Method in class vtk.vtkCutter
Set the sorting order for the generated polydata.
getSortByMinValue() - Method in class vtk.vtkCutter
Set the sorting order for the generated polydata.
getSortScalars() - Method in class vtk.vtkDepthSortPolyData
Set/Get a flag that controls the generation of scalar values corresponding to the sort order.
getSortingStyle() - Method in class vtk.vtkFrustumCoverageCuller
Set the sorting style - none, front-to-back or back-to-front The default is none
getSortingStyleAsString() - Method in class vtk.vtkFrustumCoverageCuller
Set the sorting style - none, front-to-back or back-to-front The default is none
getSortingStyleMaxValue() - Method in class vtk.vtkFrustumCoverageCuller
Set the sorting style - none, front-to-back or back-to-front The default is none
getSortingStyleMinValue() - Method in class vtk.vtkFrustumCoverageCuller
Set the sorting style - none, front-to-back or back-to-front The default is none
getSource() - Method in class vtk.vtkDataObject
Set/Get the source object creating this data object.
getSource() - Method in class vtk.vtkDelaunay2D
Specify the source object used to specify constrained edges and loops.
getSource(int) - Method in class vtk.vtkGlyph3D
Get a pointer to a source object at a specified table location.
getSource() - Method in class vtk.vtkIterativeClosestPointTransform
Specify the source and target data sets.
getSource() - Method in class vtk.vtkProbeFilter
Specify the point locations used to probe input.
getSource() - Method in class vtk.vtkProgrammableGlyphFilter
Set/Get the source to use for this glyph.
getSource() - Method in class vtk.vtkSmoothPolyDataFilter
Specify the source object which is used to constrain smoothing.
getSource() - Method in class vtk.vtkStreamTracer
Specify the source object used to generate starting points.
getSource() - Method in class vtk.vtkStreamer
Specify the source object used to generate starting points.
getSource() - Method in class vtk.vtkTensorGlyph
Specify the geometry to copy to each point.
getSourceLandmarks() - Method in class vtk.vtkLandmarkTransform
Specify the source and target landmark sets.
getSourceLandmarks() - Method in class vtk.vtkThinPlateSplineTransform
Set the source landmarks for the warp.
getSpacing() - Method in class vtk.vtkDataObjectToDataSetFilter
 
getSpacing() - Method in class vtk.vtkImageData
Set the spacing (width,height,length) of the cubical cells that compose the data set.
getSpacing() - Method in class vtk.vtkImageStencilData
Set the desired spacing for the stencil.
getSpacing() - Method in class vtk.vtkUniformGrid
Set the spacing (width,height,length) of the cubical cells that compose the data set.
getSpacing() - Method in class vtk.vtkVoxelContoursToSurfaceFilter
 
getSpacingScale() - Method in class vtk.vtkImageChangeInformation
Apply a scale factor to the spacing.
getSpatialMatch() - Method in class vtk.vtkProbeFilter
This flag is used only when a piece is requested to update.
getSpatialRepresentation() - Method in class vtk.vtkSpatialRepresentationFilter
Set/Get the locator that will be used to generate the representation.
getSpatialResolution() - Method in class vtk.vtkDEMReader
DEM spatial resolution for x,y,z.
getSpecifiedColor() - Method in class vtk.vtkCGMWriter
Set/Get the specified color to color the polydata cells.
getSpecular() - Method in class vtk.vtkProperty
Set/Get the specular lighting coefficient.
getSpecular(int) - Method in class vtk.vtkVolumeProperty
Set/Get the specular lighting coefficient.
getSpecular() - Method in class vtk.vtkVolumeProperty
Set/Get the specular power.
getSpecularColor() - Method in class vtk.vtkLight
Set/Get the color of the light.
getSpecularColor() - Method in class vtk.vtkProperty
Set/Get the specular surface color.
getSpecularMaxValue() - Method in class vtk.vtkProperty
Set/Get the specular lighting coefficient.
getSpecularMinValue() - Method in class vtk.vtkProperty
Set/Get the specular lighting coefficient.
getSpecularPower() - Method in class vtk.vtkProperty
Set/Get the specular power.
getSpecularPower(int) - Method in class vtk.vtkVolumeProperty
Set/Get the specular power.
getSpecularPower() - Method in class vtk.vtkVolumeProperty
 
getSpecularPowerMaxValue() - Method in class vtk.vtkProperty
Set/Get the specular power.
getSpecularPowerMinValue() - Method in class vtk.vtkProperty
Set/Get the specular power.
getSpeed() - Method in class vtk.vtkVRMLExporter
Specify the Speed of navigation.
getSpeedScalars() - Method in class vtk.vtkStreamer
Turn on/off the creation of scalar data from velocity magnitude.
getSphere(vtkSphere) - Method in class vtk.vtkSphereWidget
Get the spherical implicit function defined by this widget.
getSphereProperty() - Method in class vtk.vtkSphereWidget
Get the sphere properties.
getSpline() - Method in class vtk.vtkSplineFilter
Specify an instance of vtkSpline to use to perform the interpolation.
getSplitAngle() - Method in class vtk.vtkDecimatePro
Specify the mesh split angle.
getSplitAngleMaxValue() - Method in class vtk.vtkDecimatePro
Specify the mesh split angle.
getSplitAngleMinValue() - Method in class vtk.vtkDecimatePro
Specify the mesh split angle.
getSplitMode() - Method in class vtk.vtkExtentTranslator
How should the streamer break up extents.
getSplitting() - Method in class vtk.vtkDecimatePro
Turn on/off the splitting of the mesh at corners, along edges, at non-manifold points, or anywhere else a split is required.
getSplitting() - Method in class vtk.vtkPolyDataNormals
Turn on/off the splitting of sharp edges.
getSquareNeighborhood() - Method in class vtk.vtkImageIslandRemoval2D
Set/Get whether to use 4 or 8 neighbors
getStandardDeviation() - Method in class vtk.vtkImageAccumulate
Get the statistics information for the data.
getStandardDeviation() - Method in class vtk.vtkImageGaussianSource
Set/Get the standard deviation of the gaussian
getStandardDeviations() - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Standard deviation of the gaussian in pixel units.
getStartByMatchingCentroids() - Method in class vtk.vtkIterativeClosestPointTransform
Starts the process by translating source centroid to target centroid.
getStartPhi() - Method in class vtk.vtkSphereSource
Set the starting latitude angle (0 is at north pole).
getStartPhiMaxValue() - Method in class vtk.vtkSphereSource
Set the starting latitude angle (0 is at north pole).
getStartPhiMinValue() - Method in class vtk.vtkSphereSource
Set the starting latitude angle (0 is at north pole).
getStartPiece() - Method in class vtk.vtkXMLPDataWriter
Get/Set the range of pieces assigned to this writer.
getStartPosition() - Method in class vtk.vtkHyperStreamline
Get the start position of the hyperstreamline in global x-y-z coordinates.
getStartPosition() - Method in class vtk.vtkStreamTracer
Specify the start of the streamline in the global coordinate system.
getStartPosition() - Method in class vtk.vtkStreamer
Get the start position in global x-y-z coordinates.
getStartTheta() - Method in class vtk.vtkSphereSource
Set the starting longitude angle.
getStartThetaMaxValue() - Method in class vtk.vtkSphereSource
Set the starting longitude angle.
getStartThetaMinValue() - Method in class vtk.vtkSphereSource
Set the starting longitude angle.
getStartTimeStamp() - Method in class vtk.vtkVideoSource
And internal variable which marks the beginning of a Record session.
getState() - Method in class vtk.vtkInteractorStyle
Some useful information for interaction
getStencil() - Method in class vtk.vtkImageAccumulate
Use a stencil to specify which voxels to accumulate.
getStencil() - Method in class vtk.vtkImageBlend
Set a stencil to apply when blending the data.
getStencil() - Method in class vtk.vtkImageReslice
Use a stencil to limit the calculations to a specific region of the output.
getStencil() - Method in class vtk.vtkImageStencil
Specify the stencil to use.
getStepLength() - Method in class vtk.vtkHyperStreamline
Set / get the length of a tube segment composing the hyperstreamline.
getStepLength() - Method in class vtk.vtkStreamLine
Specify the length of a line segment.
getStepLengthMaxValue() - Method in class vtk.vtkHyperStreamline
Set / get the length of a tube segment composing the hyperstreamline.
getStepLengthMaxValue() - Method in class vtk.vtkStreamLine
Specify the length of a line segment.
getStepLengthMinValue() - Method in class vtk.vtkHyperStreamline
Set / get the length of a tube segment composing the hyperstreamline.
getStepLengthMinValue() - Method in class vtk.vtkStreamLine
Specify the length of a line segment.
getStereoCapableWindow() - Method in class vtk.vtkRenderWindow
Prescribe that the window be created in a stereo-capable mode.
getStereoRender() - Method in class vtk.vtkRenderWindow
Turn on/off stereo rendering.
getStereoType() - Method in class vtk.vtkRenderWindow
Set/Get what type of stereo rendering to use.
getStereoTypeAsString() - Method in class vtk.vtkRenderWindow
Set/Get what type of stereo rendering to use.
getStillUpdateRate() - Method in class vtk.vtkRenderWindowInteractor
Set/Get the desired update rate when movement has stopped.
getStillUpdateRateMaxValue() - Method in class vtk.vtkRenderWindowInteractor
Set/Get the desired update rate when movement has stopped.
getStillUpdateRateMinValue() - Method in class vtk.vtkRenderWindowInteractor
Set/Get the desired update rate when movement has stopped.
getStoredGradientOpacity(int) - Method in class vtk.vtkVolumeProperty
Enable/Disable the gradient opacity function for the given component.
getStoredGradientOpacity() - Method in class vtk.vtkVolumeProperty
Set/Get the shading of a volume.
getStrips() - Method in class vtk.vtkPolyData
Get the cell array defining triangle strips.
getStripsComponentArrayComponent() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getStripsComponentArrayName() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getStripsComponentMaxRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getStripsComponentMinRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getStructuredGridInput() - Method in class vtk.vtkProgrammableFilter
Get the input as a concrete type.
getStructuredGridOutput() - Method in class vtk.vtkDataObjectToDataSetFilter
Get the output in different forms.
getStructuredGridOutput() - Method in class vtk.vtkDataSetReader
Get the output as various concrete types.
getStructuredGridOutput() - Method in class vtk.vtkDataSetToDataSetFilter
Get the output as vtkStructuredGrid.
getStructuredGridOutput() - Method in class vtk.vtkPointSetToPointSetFilter
Get the output as vtkStructuredGrid.
getStructuredGridOutput() - Method in class vtk.vtkProgrammableSource
Get the output as a concrete type.
getStructuredPointsInput() - Method in class vtk.vtkProgrammableFilter
Get the input as a concrete type.
getStructuredPointsOutput() - Method in class vtk.vtkDataObjectToDataSetFilter
Get the output in different forms.
getStructuredPointsOutput() - Method in class vtk.vtkDataSetReader
Get the output as various concrete types.
getStructuredPointsOutput() - Method in class vtk.vtkDataSetToDataSetFilter
Get the output as vtkStructuredPoints.
getStructuredPointsOutput() - Method in class vtk.vtkProgrammableSource
Get the output as a concrete type.
getStudy() - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
getStudyID() - Method in class vtk.vtkDICOMImageReader
Get the Study ID for the last image processed.
getStudyUID() - Method in class vtk.vtkDICOMImageReader
Get the study uid for the last image processed.
getSubExtent(int) - Method in class vtk.vtkExtentSplitter
Get the sub-extent associated with the given index.
getSubExtentSource(int) - Method in class vtk.vtkExtentSplitter
Get the id of the source from which the sub-extent associated with the given index should be read.
getSubFrames() - Method in class vtk.vtkRenderWindow
Set the number of sub frames for doing motion blur.
getSubId() - Method in class vtk.vtkCellPicker
Get the subId of the picked cell.
getSubImageSize() - Method in class vtk.vtkImageToPolyDataFilter
Specify the size (n by n pixels) of the largest region to polygonalize.
getSubImageSizeMaxValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify the size (n by n pixels) of the largest region to polygonalize.
getSubImageSizeMinValue() - Method in class vtk.vtkImageToPolyDataFilter
Specify the size (n by n pixels) of the largest region to polygonalize.
getSubVolume() - Method in class vtk.vtkVolumeProMapper
Set the subvolume
getSubdivide() - Method in class vtk.vtkSplineFilter
Specify how the number of subdivisions is determined.
getSubdivideAsString() - Method in class vtk.vtkSplineFilter
Specify how the number of subdivisions is determined.
getSubdivideMaxValue() - Method in class vtk.vtkSplineFilter
Specify how the number of subdivisions is determined.
getSubdivideMinValue() - Method in class vtk.vtkSplineFilter
Specify how the number of subdivisions is determined.
getSummedLength() - Method in class vtk.vtkSplineWidget
Get the approximate vs. the true arc length of the spline.
getSuperSampling() - Method in class vtk.vtkVolumeProMapper
Turn supersampling on/off
getSuperSamplingFactor() - Method in class vtk.vtkVolumeProMapper
Set the supersampling factors
getSuperSamplingMaxValue() - Method in class vtk.vtkVolumeProMapper
Turn supersampling on/off
getSuperSamplingMinValue() - Method in class vtk.vtkVolumeProMapper
Turn supersampling on/off
getSurfaceArea() - Method in class vtk.vtkMassProperties
Compute and return the normalized shape index.
getSurfaceShader() - Method in class vtk.vtkRIBProperty
Specify the name of a surface shader.
getSwapBuffers() - Method in class vtk.vtkRenderWindow
Turn on/off buffer swapping between images.
getSwapBytes() - Method in class vtk.vtkImageReader2
Set/Get the byte swapping to explicitly swap the bytes of a file.
getSwapBytes() - Method in class vtk.vtkMCubesReader
Turn on/off byte swapping.
getSwapBytes() - Method in class vtk.vtkParticleReader
Set/Get the byte swapping to explicitly swap the bytes of a file.
getSwapBytes() - Method in class vtk.vtkVolume16Reader
Turn on/off byte swapping.
getSwitch() - Method in class vtk.vtkLight
Turn the light on or off.
getSymmetric() - Method in class vtk.vtkAxes
If Symetric is on, the the axis continue to negative values.
getSymmetric() - Method in class vtk.vtkTensorGlyph
Turn on/off drawing a mirror of each glyph
getSystemFontSize(int) - Method in class vtk.vtkTextMapper
Get the available system font size matching a font size.
getT() - Method in class vtk.vtkInterpolateDataSetAttributes
Specify interpolation parameter t.
getTCoordComponentArrayComponent(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the cell texture coord components.
getTCoordComponentArrayName(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the cell texture coord components.
getTCoordComponentMaxRange(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the cell texture coord components.
getTCoordComponentMinRange(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the cell texture coord components.
getTCoordComponentNormalizeFlag(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the cell texture coord components.
getTCoordComponents() - Method in class vtk.vtkExtractTensorComponents
Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
getTCoords() - Method in class vtk.vtkDataSetAttributes
Set/Get the texture coordinate data.
getTCoords(String) - Method in class vtk.vtkDataSetAttributes
This will first look for an array with the correct name.
getTCoords() - Method in class vtk.vtkMergeFilter
Set / get the object from which to extract texture coordinates information.
getTCoordsAttribute() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
getTCoordsName() - Method in class vtk.vtkDataReader
Set the name of the texture coordinate data to extract.
getTCoordsName() - Method in class vtk.vtkDataWriter
Give a name to the texture coordinates data.
getTCoordsNameInFile(int) - Method in class vtk.vtkDataReader
What is the name of the ith attribute of a certain type in this file?
getTCoordsWeight() - Method in class vtk.vtkQuadricDecimation
Set/Get the scaling weight contribution of the attribute.
getTFunction() - Method in class vtk.vtkImplicitTextureCoords
Specify an implicit function to compute the t texture coordinate.
getTMaxValue() - Method in class vtk.vtkInterpolateDataSetAttributes
Specify interpolation parameter t.
getTMinValue() - Method in class vtk.vtkInterpolateDataSetAttributes
Specify interpolation parameter t.
getTRange() - Method in class vtk.vtkProjectedTexture
Specify t-coordinate range for texture s-t coordinate pair.
getTRange() - Method in class vtk.vtkTextureMapToPlane
Specify t-coordinate range for texture s-t coordinate pair.
getTableRange() - Method in class vtk.vtkLookupTable
Set/Get the minimum/maximum scalar values for scalar mapping.
getTableValue(int) - Method in class vtk.vtkLookupTable
Return a rgba color value for the given index into the lookup table.
getTableValue(int, double[]) - Method in class vtk.vtkLookupTable
Return a rgba color value for the given index into the lookup table.
getTableValues() - Method in class vtk.vtkSimpleLookupTable
 
getTarget() - Method in class vtk.vtkIterativeClosestPointTransform
Specify the source and target data sets.
getTargetFlag() - Method in class vtk.vtkSubPixelPositionEdgels
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
getTargetLandmarks() - Method in class vtk.vtkLandmarkTransform
Specify the source and target landmark sets.
getTargetLandmarks() - Method in class vtk.vtkThinPlateSplineTransform
Set the target landmarks for the warp.
getTargetReduction() - Method in class vtk.vtkDecimate
Specify the desired reduction in the total number of polygons.
getTargetReduction() - Method in class vtk.vtkDecimatePro
Specify the desired reduction in the total number of polygons (e.g., if TargetReduction is set to 0.9, this filter will try to reduce the data set to 10% of its original size).
getTargetReduction() - Method in class vtk.vtkQuadricDecimation
Set/Get the desired reduction (expressed as a fraction of the original number of triangles).
getTargetReductionMaxValue() - Method in class vtk.vtkDecimate
Specify the desired reduction in the total number of polygons.
getTargetReductionMaxValue() - Method in class vtk.vtkDecimatePro
Specify the desired reduction in the total number of polygons (e.g., if TargetReduction is set to 0.9, this filter will try to reduce the data set to 10% of its original size).
getTargetReductionMaxValue() - Method in class vtk.vtkQuadricDecimation
Set/Get the desired reduction (expressed as a fraction of the original number of triangles).
getTargetReductionMinValue() - Method in class vtk.vtkDecimate
Specify the desired reduction in the total number of polygons.
getTargetReductionMinValue() - Method in class vtk.vtkDecimatePro
Specify the desired reduction in the total number of polygons (e.g., if TargetReduction is set to 0.9, this filter will try to reduce the data set to 10% of its original size).
getTargetReductionMinValue() - Method in class vtk.vtkQuadricDecimation
Set/Get the desired reduction (expressed as a fraction of the original number of triangles).
getTargetTextureSize() - Method in class vtk.vtkVolumeTextureMapper2D
Target size in pixels of each size of the texture for downloading.
getTargetValue() - Method in class vtk.vtkSubPixelPositionEdgels
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
getTensorComponentArrayComponent(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the tensor components.
getTensorComponentArrayName(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the tensor components.
getTensorComponentMaxRange(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the tensor components.
getTensorComponentMinRange(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the tensor components.
getTensorComponentNormalizeFlag(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the tensor components.
getTensorMode() - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate tensor cell data.
getTensorModeAsString() - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate tensor cell data.
getTensors() - Method in class vtk.vtkDataSetAttributes
Set/Get the tensor data.
getTensors(String) - Method in class vtk.vtkDataSetAttributes
This will first look for an array with the correct name.
getTensors() - Method in class vtk.vtkMergeFilter
Set / get the object from which to extract tensor data.
getTensorsAttribute() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
getTensorsName() - Method in class vtk.vtkDataReader
Set the name of the tensor data to extract.
getTensorsName() - Method in class vtk.vtkDataWriter
Give a name to the tensors data.
getTensorsNameInFile(int) - Method in class vtk.vtkDataReader
What is the name of the ith attribute of a certain type in this file?
getTensorsWeight() - Method in class vtk.vtkQuadricDecimation
Set/Get the scaling weight contribution of the attribute.
getTerminalEigenvalue() - Method in class vtk.vtkHyperStreamline
Set/get terminal eigenvalue.
getTerminalEigenvalueMaxValue() - Method in class vtk.vtkHyperStreamline
Set/get terminal eigenvalue.
getTerminalEigenvalueMinValue() - Method in class vtk.vtkHyperStreamline
Set/get terminal eigenvalue.
getTerminalSpeed() - Method in class vtk.vtkStreamTracer
 
getTerminalSpeed() - Method in class vtk.vtkStreamer
Set/get terminal speed (i.e., speed is velocity magnitude).
getTerminalSpeedMaxValue() - Method in class vtk.vtkStreamer
Set/get terminal speed (i.e., speed is velocity magnitude).
getTerminalSpeedMinValue() - Method in class vtk.vtkStreamer
Set/get terminal speed (i.e., speed is velocity magnitude).
getTetraPerCell() - Method in class vtk.vtkRectilinearGridToTetrahedra
Set the method to divide each cell (voxel) in the RectilinearGrid into tetrahedra.
getTetras(int, vtkUnstructuredGrid) - Method in class vtk.vtkOrderedTriangulator
Initialize and add the tetras and points from the triangulation to the unstructured grid provided.
getText() - Method in class vtk.vtkTextSource
Set/Get the text to be drawn.
getText() - Method in class vtk.vtkVectorText
Set/Get the text to be drawn.
getTextProperty() - Method in class vtk.vtkImagePlaneWidget
Set/Get the text property for the image data and window-level annotation.
getTextProperty() - Method in class vtk.vtkTextActor
Set/Get the text property.
getTextProperty() - Method in class vtk.vtkTextMapper
Set/Get the text property.
getTexture() - Method in class vtk.vtkActor
Set/Get the texture object to control rendering texture maps.
getTexture() - Method in class vtk.vtkImagePlaneWidget
Convenience method to get the texture used by this widget.
getTextureDimension() - Method in class vtk.vtkThresholdTextureCoords
Set the desired dimension of the texture map.
getTextureDimensionMaxValue() - Method in class vtk.vtkThresholdTextureCoords
Set the desired dimension of the texture map.
getTextureDimensionMinValue() - Method in class vtk.vtkThresholdTextureCoords
Set the desired dimension of the texture map.
getTextureDimensions() - Method in class vtk.vtkButtonSource
Set/get the texture dimension.
getTextureFileName() - Method in class vtk.vtkBYUReader
Specify name of texture coordinates FileName.
getTextureFileName() - Method in class vtk.vtkBYUWriter
Specify the name of the texture file to write.
getTextureInterpolate() - Method in class vtk.vtkImagePlaneWidget
Specify whether to interpolate the texture or not.
getTextureLength() - Method in class vtk.vtkRibbonFilter
Control the conversion of units during the texture coordinates calculation.
getTextureLength() - Method in class vtk.vtkSplineFilter
Control the conversion of units during the texture coordinates calculation.
getTextureLength() - Method in class vtk.vtkTubeFilter
Control the conversion of units during the texture coordinates calculation.
getTextureLengthMaxValue() - Method in class vtk.vtkRibbonFilter
Control the conversion of units during the texture coordinates calculation.
getTextureLengthMaxValue() - Method in class vtk.vtkSplineFilter
Control the conversion of units during the texture coordinates calculation.
getTextureLengthMaxValue() - Method in class vtk.vtkTubeFilter
Control the conversion of units during the texture coordinates calculation.
getTextureLengthMinValue() - Method in class vtk.vtkRibbonFilter
Control the conversion of units during the texture coordinates calculation.
getTextureLengthMinValue() - Method in class vtk.vtkSplineFilter
Control the conversion of units during the texture coordinates calculation.
getTextureLengthMinValue() - Method in class vtk.vtkTubeFilter
Control the conversion of units during the texture coordinates calculation.
getTexturePattern() - Method in class vtk.vtkTriangularTexture
Set the texture pattern. 1 = opaque at centroid (default) 2 = opaque at vertices 3 = opaque in rings around vertices
getTexturePatternMaxValue() - Method in class vtk.vtkTriangularTexture
Set the texture pattern. 1 = opaque at centroid (default) 2 = opaque at vertices 3 = opaque in rings around vertices
getTexturePatternMinValue() - Method in class vtk.vtkTriangularTexture
Set the texture pattern. 1 = opaque at centroid (default) 2 = opaque at vertices 3 = opaque in rings around vertices
getTexturePlaneProperty() - Method in class vtk.vtkImagePlaneWidget
Set/Get the property for the resliced image.
getTexturePrefix() - Method in class vtk.vtkRIBExporter
Specify the prefix of any generated texture files.
getTextureResolution() - Method in class vtk.vtkButtonSource
Specify the resolution of the texture in the radial direction in the texture region.
getTextureResolutionMaxValue() - Method in class vtk.vtkButtonSource
Specify the resolution of the texture in the radial direction in the texture region.
getTextureResolutionMinValue() - Method in class vtk.vtkButtonSource
Specify the resolution of the texture in the radial direction in the texture region.
getTextureStyle() - Method in class vtk.vtkButtonSource
Set/Get the style of the texture region: whether to size it according to the x-y dimensions of the texture, or whether to make the texture region proportional to the width/height of the button.
getTextureStyleMaxValue() - Method in class vtk.vtkButtonSource
Set/Get the style of the texture region: whether to size it according to the x-y dimensions of the texture, or whether to make the texture region proportional to the width/height of the button.
getTextureStyleMinValue() - Method in class vtk.vtkButtonSource
Set/Get the style of the texture region: whether to size it according to the x-y dimensions of the texture, or whether to make the texture region proportional to the width/height of the button.
getTextureVisibility() - Method in class vtk.vtkImagePlaneWidget
Control the visibility of the actual texture mapped reformatted plane.
getTheta() - Method in class vtk.vtkTexturedSphereSource
Set the maximum longitude angle.
getThetaMaxValue() - Method in class vtk.vtkTexturedSphereSource
Set the maximum longitude angle.
getThetaMaximum() - Method in class vtk.vtkImageEuclideanToPolar
Theta is an angle.
getThetaMinValue() - Method in class vtk.vtkTexturedSphereSource
Set the maximum longitude angle.
getThetaResolution() - Method in class vtk.vtkSphereSource
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta).
getThetaResolution() - Method in class vtk.vtkSphereWidget
Set/Get the resolution of the sphere in the Phi direction.
getThetaResolution() - Method in class vtk.vtkSuperquadricSource
Set the number of points in the longitude direction.
getThetaResolution() - Method in class vtk.vtkTexturedSphereSource
Set the number of points in the longitude direction.
getThetaResolutionMaxValue() - Method in class vtk.vtkSphereSource
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta).
getThetaResolutionMaxValue() - Method in class vtk.vtkTexturedSphereSource
Set the number of points in the longitude direction.
getThetaResolutionMinValue() - Method in class vtk.vtkSphereSource
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta).
getThetaResolutionMinValue() - Method in class vtk.vtkTexturedSphereSource
Set the number of points in the longitude direction.
getThetaRoundness() - Method in class vtk.vtkSuperquadric
Set/Get Superquadric east/west roundness.
getThetaRoundness() - Method in class vtk.vtkSuperquadricSource
Set/Get Superquadric east/west roundness.
getThickness() - Method in class vtk.vtkBooleanTexture
Set the thickness of the "on" region.
getThickness() - Method in class vtk.vtkCamera
Set the distance between clipping planes.
getThickness() - Method in class vtk.vtkSuperquadric
Set/Get Superquadric ring thickness (toroids only).
getThickness() - Method in class vtk.vtkSuperquadricSource
Set/Get Superquadric ring thickness (toroids only).
getThicknessMaxValue() - Method in class vtk.vtkSuperquadric
Set/Get Superquadric ring thickness (toroids only).
getThicknessMaxValue() - Method in class vtk.vtkSuperquadricSource
Set/Get Superquadric ring thickness (toroids only).
getThicknessMinValue() - Method in class vtk.vtkSuperquadric
Set/Get Superquadric ring thickness (toroids only).
getThicknessMinValue() - Method in class vtk.vtkSuperquadricSource
Set/Get Superquadric ring thickness (toroids only).
getThis3DSImporter() - Method in class vtk.vtk3DSImporter
 
getThis3DWidget() - Method in class vtk.vtk3DWidget
 
getThisAVSucdReader() - Method in class vtk.vtkAVSucdReader
 
getThisAbstractMapper() - Method in class vtk.vtkAbstractMapper
 
getThisAbstractMapper3D() - Method in class vtk.vtkAbstractMapper3D
 
getThisAbstractPicker() - Method in class vtk.vtkAbstractPicker
 
getThisAbstractPropPicker() - Method in class vtk.vtkAbstractPropPicker
 
getThisAbstractTransform() - Method in class vtk.vtkAbstractTransform
 
getThisAbstractVolumeMapper() - Method in class vtk.vtkAbstractVolumeMapper
 
getThisActor() - Method in class vtk.vtkActor
 
getThisActor2D() - Method in class vtk.vtkActor2D
 
getThisActor2DCollection() - Method in class vtk.vtkActor2DCollection
 
getThisActorCollection() - Method in class vtk.vtkActorCollection
 
getThisAmoebaMinimizer() - Method in class vtk.vtkAmoebaMinimizer
 
getThisAppendFilter() - Method in class vtk.vtkAppendFilter
 
getThisAppendPolyData() - Method in class vtk.vtkAppendPolyData
 
getThisApplyFilterCommand() - Method in class vtk.vtkApplyFilterCommand
 
getThisApproximatingSubdivisionFilter() - Method in class vtk.vtkApproximatingSubdivisionFilter
 
getThisArcPlotter() - Method in class vtk.vtkArcPlotter
 
getThisArrayCalculator() - Method in class vtk.vtkArrayCalculator
 
getThisArrowSource() - Method in class vtk.vtkArrowSource
 
getThisAssembly() - Method in class vtk.vtkAssembly
 
getThisAssemblyNode() - Method in class vtk.vtkAssemblyNode
 
getThisAssemblyPath() - Method in class vtk.vtkAssemblyPath
 
getThisAssemblyPaths() - Method in class vtk.vtkAssemblyPaths
 
getThisAssignAttribute() - Method in class vtk.vtkAssignAttribute
 
getThisAttributeDataToFieldDataFilter() - Method in class vtk.vtkAttributeDataToFieldDataFilter
 
getThisAxes() - Method in class vtk.vtkAxes
 
getThisAxisActor2D() - Method in class vtk.vtkAxisActor2D
 
getThisBMPReader() - Method in class vtk.vtkBMPReader
 
getThisBMPWriter() - Method in class vtk.vtkBMPWriter
 
getThisBYUReader() - Method in class vtk.vtkBYUReader
 
getThisBYUWriter() - Method in class vtk.vtkBYUWriter
 
getThisBandedPolyDataContourFilter() - Method in class vtk.vtkBandedPolyDataContourFilter
 
getThisBase64InputStream() - Method in class vtk.vtkBase64InputStream
 
getThisBase64OutputStream() - Method in class vtk.vtkBase64OutputStream
 
getThisBase64Utilities() - Method in class vtk.vtkBase64Utilities
 
getThisBitArray() - Method in class vtk.vtkBitArray
 
getThisBlankStructuredGrid() - Method in class vtk.vtkBlankStructuredGrid
 
getThisBlankStructuredGridWithImage() - Method in class vtk.vtkBlankStructuredGridWithImage
 
getThisBooleanTexture() - Method in class vtk.vtkBooleanTexture
 
getThisBox() - Method in class vtk.vtkBox
 
getThisBoxWidget() - Method in class vtk.vtkBoxWidget
 
getThisBrownianPoints() - Method in class vtk.vtkBrownianPoints
 
getThisButterflySubdivisionFilter() - Method in class vtk.vtkButterflySubdivisionFilter
 
getThisButtonSource() - Method in class vtk.vtkButtonSource
 
getThisByteSwap() - Method in class vtk.vtkByteSwap
 
getThisCGMWriter() - Method in class vtk.vtkCGMWriter
 
getThisCamera() - Method in class vtk.vtkCamera
 
getThisCaptionActor2D() - Method in class vtk.vtkCaptionActor2D
 
getThisCardinalSpline() - Method in class vtk.vtkCardinalSpline
 
getThisCastToConcrete() - Method in class vtk.vtkCastToConcrete
 
getThisCell() - Method in class vtk.vtkCell
 
getThisCell3D() - Method in class vtk.vtkCell3D
 
getThisCellArray() - Method in class vtk.vtkCellArray
 
getThisCellCenters() - Method in class vtk.vtkCellCenters
 
getThisCellData() - Method in class vtk.vtkCellData
 
getThisCellDataToPointData() - Method in class vtk.vtkCellDataToPointData
 
getThisCellDerivatives() - Method in class vtk.vtkCellDerivatives
 
getThisCellLinks() - Method in class vtk.vtkCellLinks
 
getThisCellLocator() - Method in class vtk.vtkCellLocator
 
getThisCellPicker() - Method in class vtk.vtkCellPicker
 
getThisCellTypes() - Method in class vtk.vtkCellTypes
 
getThisCharArray() - Method in class vtk.vtkCharArray
 
getThisCleanPolyData() - Method in class vtk.vtkCleanPolyData
 
getThisClipDataSet() - Method in class vtk.vtkClipDataSet
 
getThisClipPolyData() - Method in class vtk.vtkClipPolyData
 
getThisClipVolume() - Method in class vtk.vtkClipVolume
 
getThisCollection() - Method in class vtk.vtkCollection
 
getThisCollectionIterator() - Method in class vtk.vtkCollectionIterator
 
getThisColorTransferFunction() - Method in class vtk.vtkColorTransferFunction
 
getThisCompositeDataCommand() - Method in class vtk.vtkCompositeDataCommand
 
getThisCompositeDataIterator() - Method in class vtk.vtkCompositeDataIterator
 
getThisCompositeDataSet() - Method in class vtk.vtkCompositeDataSet
 
getThisCompositeDataVisitor() - Method in class vtk.vtkCompositeDataVisitor
 
getThisCone() - Method in class vtk.vtkCone
 
getThisConeSource() - Method in class vtk.vtkConeSource
 
getThisConnectivityFilter() - Method in class vtk.vtkConnectivityFilter
 
getThisContourFilter() - Method in class vtk.vtkContourFilter
 
getThisContourGrid() - Method in class vtk.vtkContourGrid
 
getThisContourValues() - Method in class vtk.vtkContourValues
 
getThisConvexPointSet() - Method in class vtk.vtkConvexPointSet
 
getThisCoordinate() - Method in class vtk.vtkCoordinate
 
getThisCriticalSection() - Method in class vtk.vtkCriticalSection
 
getThisCubeAxesActor2D() - Method in class vtk.vtkCubeAxesActor2D
 
getThisCubeSource() - Method in class vtk.vtkCubeSource
 
getThisCuller() - Method in class vtk.vtkCuller
 
getThisCullerCollection() - Method in class vtk.vtkCullerCollection
 
getThisCursor3D() - Method in class vtk.vtkCursor3D
 
getThisCurvatures() - Method in class vtk.vtkCurvatures
 
getThisCutter() - Method in class vtk.vtkCutter
 
getThisCylinder() - Method in class vtk.vtkCylinder
 
getThisCylinderSource() - Method in class vtk.vtkCylinderSource
 
getThisCylindricalTransform() - Method in class vtk.vtkCylindricalTransform
 
getThisDEMReader() - Method in class vtk.vtkDEMReader
 
getThisDICOMImageReader() - Method in class vtk.vtkDICOMImageReader
 
getThisDashedStreamLine() - Method in class vtk.vtkDashedStreamLine
 
getThisDataArray() - Method in class vtk.vtkDataArray
 
getThisDataArrayCollection() - Method in class vtk.vtkDataArrayCollection
 
getThisDataArrayCollectionIterator() - Method in class vtk.vtkDataArrayCollectionIterator
 
getThisDataArraySelection() - Method in class vtk.vtkDataArraySelection
 
getThisDataCompressor() - Method in class vtk.vtkDataCompressor
 
getThisDataObject() - Method in class vtk.vtkDataObject
 
getThisDataObjectCollection() - Method in class vtk.vtkDataObjectCollection
 
getThisDataObjectReader() - Method in class vtk.vtkDataObjectReader
 
getThisDataObjectSource() - Method in class vtk.vtkDataObjectSource
 
getThisDataObjectToDataSetFilter() - Method in class vtk.vtkDataObjectToDataSetFilter
 
getThisDataObjectWriter() - Method in class vtk.vtkDataObjectWriter
 
getThisDataReader() - Method in class vtk.vtkDataReader
 
getThisDataSet() - Method in class vtk.vtkDataSet
 
getThisDataSetAttributes() - Method in class vtk.vtkDataSetAttributes
 
getThisDataSetCollection() - Method in class vtk.vtkDataSetCollection
 
getThisDataSetMapper() - Method in class vtk.vtkDataSetMapper
 
getThisDataSetReader() - Method in class vtk.vtkDataSetReader
 
getThisDataSetSource() - Method in class vtk.vtkDataSetSource
 
getThisDataSetSurfaceFilter() - Method in class vtk.vtkDataSetSurfaceFilter
 
getThisDataSetToDataObjectFilter() - Method in class vtk.vtkDataSetToDataObjectFilter
 
getThisDataSetToDataSetFilter() - Method in class vtk.vtkDataSetToDataSetFilter
 
getThisDataSetToImageFilter() - Method in class vtk.vtkDataSetToImageFilter
 
getThisDataSetToPolyDataFilter() - Method in class vtk.vtkDataSetToPolyDataFilter
 
getThisDataSetToStructuredGridFilter() - Method in class vtk.vtkDataSetToStructuredGridFilter
 
getThisDataSetToStructuredPointsFilter() - Method in class vtk.vtkDataSetToStructuredPointsFilter
 
getThisDataSetToUnstructuredGridFilter() - Method in class vtk.vtkDataSetToUnstructuredGridFilter
 
getThisDataSetTriangleFilter() - Method in class vtk.vtkDataSetTriangleFilter
 
getThisDataSetWriter() - Method in class vtk.vtkDataSetWriter
 
getThisDataWriter() - Method in class vtk.vtkDataWriter
 
getThisDebugLeaks() - Method in class vtk.vtkDebugLeaks
 
getThisDecimate() - Method in class vtk.vtkDecimate
 
getThisDecimatePro() - Method in class vtk.vtkDecimatePro
 
getThisDelaunay2D() - Method in class vtk.vtkDelaunay2D
 
getThisDelaunay3D() - Method in class vtk.vtkDelaunay3D
 
getThisDepthSortPolyData() - Method in class vtk.vtkDepthSortPolyData
 
getThisDicer() - Method in class vtk.vtkDicer
 
getThisDirectionEncoder() - Method in class vtk.vtkDirectionEncoder
 
getThisDirectory() - Method in class vtk.vtkDirectory
 
getThisDiskSource() - Method in class vtk.vtkDiskSource
 
getThisDividingCubes() - Method in class vtk.vtkDividingCubes
 
getThisDoubleArray() - Method in class vtk.vtkDoubleArray
 
getThisDynamicLoader() - Method in class vtk.vtkDynamicLoader
 
getThisEarthSource() - Method in class vtk.vtkEarthSource
 
getThisEdgePoints() - Method in class vtk.vtkEdgePoints
 
getThisEdgeTable() - Method in class vtk.vtkEdgeTable
 
getThisElevationFilter() - Method in class vtk.vtkElevationFilter
 
getThisEmptyCell() - Method in class vtk.vtkEmptyCell
 
getThisEnSight6BinaryReader() - Method in class vtk.vtkEnSight6BinaryReader
 
getThisEnSight6Reader() - Method in class vtk.vtkEnSight6Reader
 
getThisEnSightGoldBinaryReader() - Method in class vtk.vtkEnSightGoldBinaryReader
 
getThisEnSightGoldReader() - Method in class vtk.vtkEnSightGoldReader
 
getThisEnSightMasterServerReader() - Method in class vtk.vtkEnSightMasterServerReader
 
getThisEnSightReader() - Method in class vtk.vtkEnSightReader
 
getThisEncodedGradientEstimator() - Method in class vtk.vtkEncodedGradientEstimator
 
getThisEncodedGradientShader() - Method in class vtk.vtkEncodedGradientShader
 
getThisExplicitCell() - Method in class vtk.vtkExplicitCell
 
getThisExporter() - Method in class vtk.vtkExporter
 
getThisExtentSplitter() - Method in class vtk.vtkExtentSplitter
 
getThisExtentTranslator() - Method in class vtk.vtkExtentTranslator
 
getThisExtractEdges() - Method in class vtk.vtkExtractEdges
 
getThisExtractGeometry() - Method in class vtk.vtkExtractGeometry
 
getThisExtractGrid() - Method in class vtk.vtkExtractGrid
 
getThisExtractPolyDataGeometry() - Method in class vtk.vtkExtractPolyDataGeometry
 
getThisExtractRectilinearGrid() - Method in class vtk.vtkExtractRectilinearGrid
 
getThisExtractTensorComponents() - Method in class vtk.vtkExtractTensorComponents
 
getThisExtractUnstructuredGrid() - Method in class vtk.vtkExtractUnstructuredGrid
 
getThisExtractVOI() - Method in class vtk.vtkExtractVOI
 
getThisExtractVectorComponents() - Method in class vtk.vtkExtractVectorComponents
 
getThisFeatureEdges() - Method in class vtk.vtkFeatureEdges
 
getThisFieldData() - Method in class vtk.vtkFieldData
 
getThisFieldDataToAttributeDataFilter() - Method in class vtk.vtkFieldDataToAttributeDataFilter
 
getThisFileOutputWindow() - Method in class vtk.vtkFileOutputWindow
 
getThisFiniteDifferenceGradientEstimator() - Method in class vtk.vtkFiniteDifferenceGradientEstimator
 
getThisFloatArray() - Method in class vtk.vtkFloatArray
 
getThisFollower() - Method in class vtk.vtkFollower
 
getThisFrustumCoverageCuller() - Method in class vtk.vtkFrustumCoverageCuller
 
getThisFunctionParser() - Method in class vtk.vtkFunctionParser
 
getThisFunctionSet() - Method in class vtk.vtkFunctionSet
 
getThisGESignaReader() - Method in class vtk.vtkGESignaReader
 
getThisGaussianCubeReader() - Method in class vtk.vtkGaussianCubeReader
 
getThisGaussianSplatter() - Method in class vtk.vtkGaussianSplatter
 
getThisGeneralTransform() - Method in class vtk.vtkGeneralTransform
 
getThisGenericCell() - Method in class vtk.vtkGenericCell
 
getThisGenericEnSightReader() - Method in class vtk.vtkGenericEnSightReader
 
getThisGenericRenderWindowInteractor() - Method in class vtk.vtkGenericRenderWindowInteractor
 
getThisGeometryFilter() - Method in class vtk.vtkGeometryFilter
 
getThisGlyph2D() - Method in class vtk.vtkGlyph2D
 
getThisGlyph3D() - Method in class vtk.vtkGlyph3D
 
getThisGlyphSource2D() - Method in class vtk.vtkGlyphSource2D
 
getThisGraphLayoutFilter() - Method in class vtk.vtkGraphLayoutFilter
 
getThisGraphicsFactory() - Method in class vtk.vtkGraphicsFactory
 
getThisGreedyTerrainDecimation() - Method in class vtk.vtkGreedyTerrainDecimation
 
getThisGridSynchronizedTemplates3D() - Method in class vtk.vtkGridSynchronizedTemplates3D
 
getThisGridTransform() - Method in class vtk.vtkGridTransform
 
getThisHeap() - Method in class vtk.vtkHeap
 
getThisHedgeHog() - Method in class vtk.vtkHedgeHog
 
getThisHexahedron() - Method in class vtk.vtkHexahedron
 
getThisHierarchicalBoxApplyFilterCommand() - Method in class vtk.vtkHierarchicalBoxApplyFilterCommand
 
getThisHierarchicalBoxCellDataToPointData() - Method in class vtk.vtkHierarchicalBoxCellDataToPointData
 
getThisHierarchicalBoxContour() - Method in class vtk.vtkHierarchicalBoxContour
 
getThisHierarchicalBoxCutter() - Method in class vtk.vtkHierarchicalBoxCutter
 
getThisHierarchicalBoxDataSet() - Method in class vtk.vtkHierarchicalBoxDataSet
 
getThisHierarchicalBoxOutlineFilter() - Method in class vtk.vtkHierarchicalBoxOutlineFilter
 
getThisHierarchicalBoxSource() - Method in class vtk.vtkHierarchicalBoxSource
 
getThisHierarchicalBoxToHierarchicalBoxFilter() - Method in class vtk.vtkHierarchicalBoxToHierarchicalBoxFilter
 
getThisHierarchicalBoxToPolyDataFilter() - Method in class vtk.vtkHierarchicalBoxToPolyDataFilter
 
getThisHierarchicalBoxVisitor() - Method in class vtk.vtkHierarchicalBoxVisitor
 
getThisHierarchicalDataIterator() - Method in class vtk.vtkHierarchicalDataIterator
 
getThisHierarchicalDataSet() - Method in class vtk.vtkHierarchicalDataSet
 
getThisHomogeneousTransform() - Method in class vtk.vtkHomogeneousTransform
 
getThisHull() - Method in class vtk.vtkHull
 
getThisHyperStreamline() - Method in class vtk.vtkHyperStreamline
 
getThisIVExporter() - Method in class vtk.vtkIVExporter
 
getThisIVWriter() - Method in class vtk.vtkIVWriter
 
getThisIdFilter() - Method in class vtk.vtkIdFilter
 
getThisIdList() - Method in class vtk.vtkIdList
 
getThisIdListCollection() - Method in class vtk.vtkIdListCollection
 
getThisIdTypeArray() - Method in class vtk.vtkIdTypeArray
 
getThisIdentityTransform() - Method in class vtk.vtkIdentityTransform
 
getThisImageAccumulate() - Method in class vtk.vtkImageAccumulate
 
getThisImageActor() - Method in class vtk.vtkImageActor
 
getThisImageAnisotropicDiffusion2D() - Method in class vtk.vtkImageAnisotropicDiffusion2D
 
getThisImageAnisotropicDiffusion3D() - Method in class vtk.vtkImageAnisotropicDiffusion3D
 
getThisImageAppend() - Method in class vtk.vtkImageAppend
 
getThisImageAppendComponents() - Method in class vtk.vtkImageAppendComponents
 
getThisImageBlend() - Method in class vtk.vtkImageBlend
 
getThisImageButterworthHighPass() - Method in class vtk.vtkImageButterworthHighPass
 
getThisImageButterworthLowPass() - Method in class vtk.vtkImageButterworthLowPass
 
getThisImageCacheFilter() - Method in class vtk.vtkImageCacheFilter
 
getThisImageCanvasSource2D() - Method in class vtk.vtkImageCanvasSource2D
 
getThisImageCast() - Method in class vtk.vtkImageCast
 
getThisImageChangeInformation() - Method in class vtk.vtkImageChangeInformation
 
getThisImageCheckerboard() - Method in class vtk.vtkImageCheckerboard
 
getThisImageCityBlockDistance() - Method in class vtk.vtkImageCityBlockDistance
 
getThisImageClip() - Method in class vtk.vtkImageClip
 
getThisImageConnector() - Method in class vtk.vtkImageConnector
 
getThisImageConstantPad() - Method in class vtk.vtkImageConstantPad
 
getThisImageContinuousDilate3D() - Method in class vtk.vtkImageContinuousDilate3D
 
getThisImageContinuousErode3D() - Method in class vtk.vtkImageContinuousErode3D
 
getThisImageConvolve() - Method in class vtk.vtkImageConvolve
 
getThisImageCorrelation() - Method in class vtk.vtkImageCorrelation
 
getThisImageCursor3D() - Method in class vtk.vtkImageCursor3D
 
getThisImageData() - Method in class vtk.vtkImageData
 
getThisImageDataGeometryFilter() - Method in class vtk.vtkImageDataGeometryFilter
 
getThisImageDataStreamer() - Method in class vtk.vtkImageDataStreamer
 
getThisImageDecomposeFilter() - Method in class vtk.vtkImageDecomposeFilter
 
getThisImageDifference() - Method in class vtk.vtkImageDifference
 
getThisImageDilateErode3D() - Method in class vtk.vtkImageDilateErode3D
 
getThisImageDivergence() - Method in class vtk.vtkImageDivergence
 
getThisImageDotProduct() - Method in class vtk.vtkImageDotProduct
 
getThisImageEllipsoidSource() - Method in class vtk.vtkImageEllipsoidSource
 
getThisImageEuclideanDistance() - Method in class vtk.vtkImageEuclideanDistance
 
getThisImageEuclideanToPolar() - Method in class vtk.vtkImageEuclideanToPolar
 
getThisImageExport() - Method in class vtk.vtkImageExport
 
getThisImageExtractComponents() - Method in class vtk.vtkImageExtractComponents
 
getThisImageFFT() - Method in class vtk.vtkImageFFT
 
getThisImageFlip() - Method in class vtk.vtkImageFlip
 
getThisImageFourierCenter() - Method in class vtk.vtkImageFourierCenter
 
getThisImageFourierFilter() - Method in class vtk.vtkImageFourierFilter
 
getThisImageGaussianSmooth() - Method in class vtk.vtkImageGaussianSmooth
 
getThisImageGaussianSource() - Method in class vtk.vtkImageGaussianSource
 
getThisImageGradient() - Method in class vtk.vtkImageGradient
 
getThisImageGradientMagnitude() - Method in class vtk.vtkImageGradientMagnitude
 
getThisImageGridSource() - Method in class vtk.vtkImageGridSource
 
getThisImageHSIToRGB() - Method in class vtk.vtkImageHSIToRGB
 
getThisImageHSVToRGB() - Method in class vtk.vtkImageHSVToRGB
 
getThisImageHybridMedian2D() - Method in class vtk.vtkImageHybridMedian2D
 
getThisImageIdealHighPass() - Method in class vtk.vtkImageIdealHighPass
 
getThisImageIdealLowPass() - Method in class vtk.vtkImageIdealLowPass
 
getThisImageImport() - Method in class vtk.vtkImageImport
 
getThisImageInPlaceFilter() - Method in class vtk.vtkImageInPlaceFilter
 
getThisImageIslandRemoval2D() - Method in class vtk.vtkImageIslandRemoval2D
 
getThisImageIterateFilter() - Method in class vtk.vtkImageIterateFilter
 
getThisImageLaplacian() - Method in class vtk.vtkImageLaplacian
 
getThisImageLogarithmicScale() - Method in class vtk.vtkImageLogarithmicScale
 
getThisImageLogic() - Method in class vtk.vtkImageLogic
 
getThisImageLuminance() - Method in class vtk.vtkImageLuminance
 
getThisImageMagnify() - Method in class vtk.vtkImageMagnify
 
getThisImageMagnitude() - Method in class vtk.vtkImageMagnitude
 
getThisImageMandelbrotSource() - Method in class vtk.vtkImageMandelbrotSource
 
getThisImageMapToColors() - Method in class vtk.vtkImageMapToColors
 
getThisImageMapToRGBA() - Method in class vtk.vtkImageMapToRGBA
 
getThisImageMapToWindowLevelColors() - Method in class vtk.vtkImageMapToWindowLevelColors
 
getThisImageMapper() - Method in class vtk.vtkImageMapper
 
getThisImageMarchingCubes() - Method in class vtk.vtkImageMarchingCubes
 
getThisImageMask() - Method in class vtk.vtkImageMask
 
getThisImageMaskBits() - Method in class vtk.vtkImageMaskBits
 
getThisImageMathematics() - Method in class vtk.vtkImageMathematics
 
getThisImageMedian3D() - Method in class vtk.vtkImageMedian3D
 
getThisImageMirrorPad() - Method in class vtk.vtkImageMirrorPad
 
getThisImageMultipleInputFilter() - Method in class vtk.vtkImageMultipleInputFilter
 
getThisImageMultipleInputOutputFilter() - Method in class vtk.vtkImageMultipleInputOutputFilter
 
getThisImageNoiseSource() - Method in class vtk.vtkImageNoiseSource
 
getThisImageNonMaximumSuppression() - Method in class vtk.vtkImageNonMaximumSuppression
 
getThisImageNormalize() - Method in class vtk.vtkImageNormalize
 
getThisImageOpenClose3D() - Method in class vtk.vtkImageOpenClose3D
 
getThisImagePadFilter() - Method in class vtk.vtkImagePadFilter
 
getThisImagePermute() - Method in class vtk.vtkImagePermute
 
getThisImagePlaneWidget() - Method in class vtk.vtkImagePlaneWidget
 
getThisImageQuantizeRGBToIndex() - Method in class vtk.vtkImageQuantizeRGBToIndex
 
getThisImageRFFT() - Method in class vtk.vtkImageRFFT
 
getThisImageRGBToHSI() - Method in class vtk.vtkImageRGBToHSI
 
getThisImageRGBToHSV() - Method in class vtk.vtkImageRGBToHSV
 
getThisImageRange3D() - Method in class vtk.vtkImageRange3D
 
getThisImageReader() - Method in class vtk.vtkImageReader
 
getThisImageReader2() - Method in class vtk.vtkImageReader2
 
getThisImageReader2Collection() - Method in class vtk.vtkImageReader2Collection
 
getThisImageReader2Factory() - Method in class vtk.vtkImageReader2Factory
 
getThisImageRectilinearWipe() - Method in class vtk.vtkImageRectilinearWipe
 
getThisImageResample() - Method in class vtk.vtkImageResample
 
getThisImageReslice() - Method in class vtk.vtkImageReslice
 
getThisImageSeedConnectivity() - Method in class vtk.vtkImageSeedConnectivity
 
getThisImageSeparableConvolution() - Method in class vtk.vtkImageSeparableConvolution
 
getThisImageShiftScale() - Method in class vtk.vtkImageShiftScale
 
getThisImageShrink3D() - Method in class vtk.vtkImageShrink3D
 
getThisImageSinusoidSource() - Method in class vtk.vtkImageSinusoidSource
 
getThisImageSkeleton2D() - Method in class vtk.vtkImageSkeleton2D
 
getThisImageSobel2D() - Method in class vtk.vtkImageSobel2D
 
getThisImageSobel3D() - Method in class vtk.vtkImageSobel3D
 
getThisImageSource() - Method in class vtk.vtkImageSource
 
getThisImageSpatialFilter() - Method in class vtk.vtkImageSpatialFilter
 
getThisImageStencil() - Method in class vtk.vtkImageStencil
 
getThisImageStencilData() - Method in class vtk.vtkImageStencilData
 
getThisImageStencilSource() - Method in class vtk.vtkImageStencilSource
 
getThisImageThreshold() - Method in class vtk.vtkImageThreshold
 
getThisImageToImageFilter() - Method in class vtk.vtkImageToImageFilter
 
getThisImageToImageStencil() - Method in class vtk.vtkImageToImageStencil
 
getThisImageToPolyDataFilter() - Method in class vtk.vtkImageToPolyDataFilter
 
getThisImageToStructuredPoints() - Method in class vtk.vtkImageToStructuredPoints
 
getThisImageTracerWidget() - Method in class vtk.vtkImageTracerWidget
 
getThisImageTranslateExtent() - Method in class vtk.vtkImageTranslateExtent
 
getThisImageTwoInputFilter() - Method in class vtk.vtkImageTwoInputFilter
 
getThisImageVariance3D() - Method in class vtk.vtkImageVariance3D
 
getThisImageViewer() - Method in class vtk.vtkImageViewer
 
getThisImageViewer2() - Method in class vtk.vtkImageViewer2
 
getThisImageWrapPad() - Method in class vtk.vtkImageWrapPad
 
getThisImageWriter() - Method in class vtk.vtkImageWriter
 
getThisImagingFactory() - Method in class vtk.vtkImagingFactory
 
getThisImplicitBoolean() - Method in class vtk.vtkImplicitBoolean
 
getThisImplicitDataSet() - Method in class vtk.vtkImplicitDataSet
 
getThisImplicitFunction() - Method in class vtk.vtkImplicitFunction
 
getThisImplicitFunctionCollection() - Method in class vtk.vtkImplicitFunctionCollection
 
getThisImplicitFunctionToImageStencil() - Method in class vtk.vtkImplicitFunctionToImageStencil
 
getThisImplicitModeller() - Method in class vtk.vtkImplicitModeller
 
getThisImplicitPlaneWidget() - Method in class vtk.vtkImplicitPlaneWidget
 
getThisImplicitSelectionLoop() - Method in class vtk.vtkImplicitSelectionLoop
 
getThisImplicitSum() - Method in class vtk.vtkImplicitSum
 
getThisImplicitTextureCoords() - Method in class vtk.vtkImplicitTextureCoords
 
getThisImplicitVolume() - Method in class vtk.vtkImplicitVolume
 
getThisImplicitWindowFunction() - Method in class vtk.vtkImplicitWindowFunction
 
getThisImporter() - Method in class vtk.vtkImporter
 
getThisInitialValueProblemSolver() - Method in class vtk.vtkInitialValueProblemSolver
 
getThisInputStream() - Method in class vtk.vtkInputStream
 
getThisInstantiator() - Method in class vtk.vtkInstantiator
 
getThisIntArray() - Method in class vtk.vtkIntArray
 
getThisInteractorEventRecorder() - Method in class vtk.vtkInteractorEventRecorder
 
getThisInteractorObserver() - Method in class vtk.vtkInteractorObserver
 
getThisInteractorStyle() - Method in class vtk.vtkInteractorStyle
 
getThisInteractorStyleFlight() - Method in class vtk.vtkInteractorStyleFlight
 
getThisInteractorStyleImage() - Method in class vtk.vtkInteractorStyleImage
 
getThisInteractorStyleJoystickActor() - Method in class vtk.vtkInteractorStyleJoystickActor
 
getThisInteractorStyleJoystickCamera() - Method in class vtk.vtkInteractorStyleJoystickCamera
 
getThisInteractorStyleRubberBandZoom() - Method in class vtk.vtkInteractorStyleRubberBandZoom
 
getThisInteractorStyleSwitch() - Method in class vtk.vtkInteractorStyleSwitch
 
getThisInteractorStyleTerrain() - Method in class vtk.vtkInteractorStyleTerrain
 
getThisInteractorStyleTrackball() - Method in class vtk.vtkInteractorStyleTrackball
 
getThisInteractorStyleTrackballActor() - Method in class vtk.vtkInteractorStyleTrackballActor
 
getThisInteractorStyleTrackballCamera() - Method in class vtk.vtkInteractorStyleTrackballCamera
 
getThisInteractorStyleUnicam() - Method in class vtk.vtkInteractorStyleUnicam
 
getThisInteractorStyleUser() - Method in class vtk.vtkInteractorStyleUser
 
getThisInterpolateDataSetAttributes() - Method in class vtk.vtkInterpolateDataSetAttributes
 
getThisInterpolatedVelocityField() - Method in class vtk.vtkInterpolatedVelocityField
 
getThisInterpolatingSubdivisionFilter() - Method in class vtk.vtkInterpolatingSubdivisionFilter
 
getThisIterativeClosestPointTransform() - Method in class vtk.vtkIterativeClosestPointTransform
 
getThisJPEGReader() - Method in class vtk.vtkJPEGReader
 
getThisJPEGWriter() - Method in class vtk.vtkJPEGWriter
 
getThisKitwareContourFilter() - Method in class vtk.vtkKitwareContourFilter
 
getThisKitwareCutter() - Method in class vtk.vtkKitwareCutter
 
getThisKochanekSpline() - Method in class vtk.vtkKochanekSpline
 
getThisLODActor() - Method in class vtk.vtkLODActor
 
getThisLODProp3D() - Method in class vtk.vtkLODProp3D
 
getThisLabeledDataMapper() - Method in class vtk.vtkLabeledDataMapper
 
getThisLandmarkTransform() - Method in class vtk.vtkLandmarkTransform
 
getThisLegendBoxActor() - Method in class vtk.vtkLegendBoxActor
 
getThisLight() - Method in class vtk.vtkLight
 
getThisLightCollection() - Method in class vtk.vtkLightCollection
 
getThisLightKit() - Method in class vtk.vtkLightKit
 
getThisLine() - Method in class vtk.vtkLine
 
getThisLineSource() - Method in class vtk.vtkLineSource
 
getThisLineWidget() - Method in class vtk.vtkLineWidget
 
getThisLinearExtrusionFilter() - Method in class vtk.vtkLinearExtrusionFilter
 
getThisLinearSubdivisionFilter() - Method in class vtk.vtkLinearSubdivisionFilter
 
getThisLinearTransform() - Method in class vtk.vtkLinearTransform
 
getThisLinkEdgels() - Method in class vtk.vtkLinkEdgels
 
getThisLocator() - Method in class vtk.vtkLocator
 
getThisLogLookupTable() - Method in class vtk.vtkLogLookupTable
 
getThisLongArray() - Method in class vtk.vtkLongArray
 
getThisLookupTable() - Method in class vtk.vtkLookupTable
 
getThisLoopSubdivisionFilter() - Method in class vtk.vtkLoopSubdivisionFilter
 
getThisMCubesReader() - Method in class vtk.vtkMCubesReader
 
getThisMCubesWriter() - Method in class vtk.vtkMCubesWriter
 
getThisMapper() - Method in class vtk.vtkMapper
 
getThisMapper2D() - Method in class vtk.vtkMapper2D
 
getThisMapperCollection() - Method in class vtk.vtkMapperCollection
 
getThisMarchingContourFilter() - Method in class vtk.vtkMarchingContourFilter
 
getThisMarchingCubes() - Method in class vtk.vtkMarchingCubes
 
getThisMarchingSquares() - Method in class vtk.vtkMarchingSquares
 
getThisMaskFields() - Method in class vtk.vtkMaskFields
 
getThisMaskPoints() - Method in class vtk.vtkMaskPoints
 
getThisMaskPolyData() - Method in class vtk.vtkMaskPolyData
 
getThisMassProperties() - Method in class vtk.vtkMassProperties
 
getThisMath() - Method in class vtk.vtkMath
 
getThisMatrix4x4() - Method in class vtk.vtkMatrix4x4
 
getThisMatrixToHomogeneousTransform() - Method in class vtk.vtkMatrixToHomogeneousTransform
 
getThisMatrixToLinearTransform() - Method in class vtk.vtkMatrixToLinearTransform
 
getThisMedicalImageReader2() - Method in class vtk.vtkMedicalImageReader2
 
getThisMergeDataObjectFilter() - Method in class vtk.vtkMergeDataObjectFilter
 
getThisMergeFields() - Method in class vtk.vtkMergeFields
 
getThisMergeFilter() - Method in class vtk.vtkMergeFilter
 
getThisMergePoints() - Method in class vtk.vtkMergePoints
 
getThisMeshQuality() - Method in class vtk.vtkMeshQuality
 
getThisMetaImageReader() - Method in class vtk.vtkMetaImageReader
 
getThisMetaImageWriter() - Method in class vtk.vtkMetaImageWriter
 
getThisMoleculeReaderBase() - Method in class vtk.vtkMoleculeReaderBase
 
getThisMultiBlockApplyFilterCommand() - Method in class vtk.vtkMultiBlockApplyFilterCommand
 
getThisMultiBlockDataIterator() - Method in class vtk.vtkMultiBlockDataIterator
 
getThisMultiBlockDataSet() - Method in class vtk.vtkMultiBlockDataSet
 
getThisMultiBlockDataVisitor() - Method in class vtk.vtkMultiBlockDataVisitor
 
getThisMultiPartExtentTranslator() - Method in class vtk.vtkMultiPartExtentTranslator
 
getThisMultiThreader() - Method in class vtk.vtkMultiThreader
 
getThisMutexLock() - Method in class vtk.vtkMutexLock
 
getThisNonLinearCell() - Method in class vtk.vtkNonLinearCell
 
getThisOBBDicer() - Method in class vtk.vtkOBBDicer
 
getThisOBBTree() - Method in class vtk.vtkOBBTree
 
getThisOBJExporter() - Method in class vtk.vtkOBJExporter
 
getThisOBJReader() - Method in class vtk.vtkOBJReader
 
getThisOOGLExporter() - Method in class vtk.vtkOOGLExporter
 
getThisObject() - Method in class vtk.vtkObject
 
getThisObjectBase() - Method in class vtk.vtkObjectBase
 
getThisObjectFactory() - Method in class vtk.vtkObjectFactory
 
getThisObjectFactoryCollection() - Method in class vtk.vtkObjectFactoryCollection
 
getThisOpenGLActor() - Method in class vtk.vtkOpenGLActor
 
getThisOpenGLCamera() - Method in class vtk.vtkOpenGLCamera
 
getThisOpenGLFreeTypeTextMapper() - Method in class vtk.vtkOpenGLFreeTypeTextMapper
 
getThisOpenGLImageActor() - Method in class vtk.vtkOpenGLImageActor
 
getThisOpenGLImageMapper() - Method in class vtk.vtkOpenGLImageMapper
 
getThisOpenGLLight() - Method in class vtk.vtkOpenGLLight
 
getThisOpenGLPolyDataMapper() - Method in class vtk.vtkOpenGLPolyDataMapper
 
getThisOpenGLPolyDataMapper2D() - Method in class vtk.vtkOpenGLPolyDataMapper2D
 
getThisOpenGLProperty() - Method in class vtk.vtkOpenGLProperty
 
getThisOpenGLRayCastImageDisplayHelper() - Method in class vtk.vtkOpenGLRayCastImageDisplayHelper
 
getThisOpenGLRenderWindow() - Method in class vtk.vtkOpenGLRenderWindow
 
getThisOpenGLRenderer() - Method in class vtk.vtkOpenGLRenderer
 
getThisOpenGLTexture() - Method in class vtk.vtkOpenGLTexture
 
getThisOpenGLVolumeRayCastMapper() - Method in class vtk.vtkOpenGLVolumeRayCastMapper
 
getThisOpenGLVolumeTextureMapper2D() - Method in class vtk.vtkOpenGLVolumeTextureMapper2D
 
getThisOrderedTriangulator() - Method in class vtk.vtkOrderedTriangulator
 
getThisOutlineCornerFilter() - Method in class vtk.vtkOutlineCornerFilter
 
getThisOutlineCornerSource() - Method in class vtk.vtkOutlineCornerSource
 
getThisOutlineFilter() - Method in class vtk.vtkOutlineFilter
 
getThisOutlineSource() - Method in class vtk.vtkOutlineSource
 
getThisOutputStream() - Method in class vtk.vtkOutputStream
 
getThisOutputWindow() - Method in class vtk.vtkOutputWindow
 
getThisOverrideInformation() - Method in class vtk.vtkOverrideInformation
 
getThisOverrideInformationCollection() - Method in class vtk.vtkOverrideInformationCollection
 
getThisPCAAnalysisFilter() - Method in class vtk.vtkPCAAnalysisFilter
 
getThisPDBReader() - Method in class vtk.vtkPDBReader
 
getThisPLOT3DReader() - Method in class vtk.vtkPLOT3DReader
 
getThisPLYReader() - Method in class vtk.vtkPLYReader
 
getThisPLYWriter() - Method in class vtk.vtkPLYWriter
 
getThisPNGReader() - Method in class vtk.vtkPNGReader
 
getThisPNGWriter() - Method in class vtk.vtkPNGWriter
 
getThisPNMReader() - Method in class vtk.vtkPNMReader
 
getThisPNMWriter() - Method in class vtk.vtkPNMWriter
 
getThisParallelCoordinatesActor() - Method in class vtk.vtkParallelCoordinatesActor
 
getThisParticleReader() - Method in class vtk.vtkParticleReader
 
getThisPerlinNoise() - Method in class vtk.vtkPerlinNoise
 
getThisPerspectiveTransform() - Method in class vtk.vtkPerspectiveTransform
 
getThisPicker() - Method in class vtk.vtkPicker
 
getThisPiecewiseFunction() - Method in class vtk.vtkPiecewiseFunction
 
getThisPiecewiseFunctionShiftScale() - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
getThisPiecewiseFunctionSource() - Method in class vtk.vtkPiecewiseFunctionSource
 
getThisPiecewiseFunctionToPiecewiseFunctionFilter() - Method in class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilter
 
getThisPixel() - Method in class vtk.vtkPixel
 
getThisPlane() - Method in class vtk.vtkPlane
 
getThisPlaneCollection() - Method in class vtk.vtkPlaneCollection
 
getThisPlaneSource() - Method in class vtk.vtkPlaneSource
 
getThisPlaneWidget() - Method in class vtk.vtkPlaneWidget
 
getThisPlanes() - Method in class vtk.vtkPlanes
 
getThisPlatonicSolidSource() - Method in class vtk.vtkPlatonicSolidSource
 
getThisPointData() - Method in class vtk.vtkPointData
 
getThisPointDataToCellData() - Method in class vtk.vtkPointDataToCellData
 
getThisPointLoad() - Method in class vtk.vtkPointLoad
 
getThisPointLocator() - Method in class vtk.vtkPointLocator
 
getThisPointPicker() - Method in class vtk.vtkPointPicker
 
getThisPointSet() - Method in class vtk.vtkPointSet
 
getThisPointSetSource() - Method in class vtk.vtkPointSetSource
 
getThisPointSetToPointSetFilter() - Method in class vtk.vtkPointSetToPointSetFilter
 
getThisPointSource() - Method in class vtk.vtkPointSource
 
getThisPointWidget() - Method in class vtk.vtkPointWidget
 
getThisPoints() - Method in class vtk.vtkPoints
 
getThisPolyData() - Method in class vtk.vtkPolyData
 
getThisPolyDataCollection() - Method in class vtk.vtkPolyDataCollection
 
getThisPolyDataConnectivityFilter() - Method in class vtk.vtkPolyDataConnectivityFilter
 
getThisPolyDataMapper() - Method in class vtk.vtkPolyDataMapper
 
getThisPolyDataMapper2D() - Method in class vtk.vtkPolyDataMapper2D
 
getThisPolyDataNormals() - Method in class vtk.vtkPolyDataNormals
 
getThisPolyDataReader() - Method in class vtk.vtkPolyDataReader
 
getThisPolyDataSource() - Method in class vtk.vtkPolyDataSource
 
getThisPolyDataSourceWidget() - Method in class vtk.vtkPolyDataSourceWidget
 
getThisPolyDataStreamer() - Method in class vtk.vtkPolyDataStreamer
 
getThisPolyDataToImageStencil() - Method in class vtk.vtkPolyDataToImageStencil
 
getThisPolyDataToPolyDataFilter() - Method in class vtk.vtkPolyDataToPolyDataFilter
 
getThisPolyDataWriter() - Method in class vtk.vtkPolyDataWriter
 
getThisPolyLine() - Method in class vtk.vtkPolyLine
 
getThisPolyVertex() - Method in class vtk.vtkPolyVertex
 
getThisPolygon() - Method in class vtk.vtkPolygon
 
getThisPostScriptWriter() - Method in class vtk.vtkPostScriptWriter
 
getThisPriorityQueue() - Method in class vtk.vtkPriorityQueue
 
getThisProbeFilter() - Method in class vtk.vtkProbeFilter
 
getThisProcessObject() - Method in class vtk.vtkProcessObject
 
getThisProcrustesAlignmentFilter() - Method in class vtk.vtkProcrustesAlignmentFilter
 
getThisProgrammableAttributeDataFilter() - Method in class vtk.vtkProgrammableAttributeDataFilter
 
getThisProgrammableDataObjectSource() - Method in class vtk.vtkProgrammableDataObjectSource
 
getThisProgrammableFilter() - Method in class vtk.vtkProgrammableFilter
 
getThisProgrammableGlyphFilter() - Method in class vtk.vtkProgrammableGlyphFilter
 
getThisProgrammableSource() - Method in class vtk.vtkProgrammableSource
 
getThisProjectedTexture() - Method in class vtk.vtkProjectedTexture
 
getThisProp() - Method in class vtk.vtkProp
 
getThisProp3D() - Method in class vtk.vtkProp3D
 
getThisProp3DCollection() - Method in class vtk.vtkProp3DCollection
 
getThisPropAssembly() - Method in class vtk.vtkPropAssembly
 
getThisPropCollection() - Method in class vtk.vtkPropCollection
 
getThisPropPicker() - Method in class vtk.vtkPropPicker
 
getThisProperty() - Method in class vtk.vtkProperty
 
getThisProperty2D() - Method in class vtk.vtkProperty2D
 
getThisPushImageFilterSample() - Method in class vtk.vtkPushImageFilterSample
 
getThisPushImageReader() - Method in class vtk.vtkPushImageReader
 
getThisPushPipeline() - Method in class vtk.vtkPushPipeline
 
getThisPyramid() - Method in class vtk.vtkPyramid
 
getThisQuad() - Method in class vtk.vtkQuad
 
getThisQuadraticEdge() - Method in class vtk.vtkQuadraticEdge
 
getThisQuadraticHexahedron() - Method in class vtk.vtkQuadraticHexahedron
 
getThisQuadraticQuad() - Method in class vtk.vtkQuadraticQuad
 
getThisQuadraticTetra() - Method in class vtk.vtkQuadraticTetra
 
getThisQuadraticTriangle() - Method in class vtk.vtkQuadraticTriangle
 
getThisQuadric() - Method in class vtk.vtkQuadric
 
getThisQuadricClustering() - Method in class vtk.vtkQuadricClustering
 
getThisQuadricDecimation() - Method in class vtk.vtkQuadricDecimation
 
getThisQuantizePolyDataPoints() - Method in class vtk.vtkQuantizePolyDataPoints
 
getThisRIBExporter() - Method in class vtk.vtkRIBExporter
 
getThisRIBLight() - Method in class vtk.vtkRIBLight
 
getThisRIBProperty() - Method in class vtk.vtkRIBProperty
 
getThisRayCastImageDisplayHelper() - Method in class vtk.vtkRayCastImageDisplayHelper
 
getThisRearrangeFields() - Method in class vtk.vtkRearrangeFields
 
getThisRectilinearGrid() - Method in class vtk.vtkRectilinearGrid
 
getThisRectilinearGridGeometryFilter() - Method in class vtk.vtkRectilinearGridGeometryFilter
 
getThisRectilinearGridReader() - Method in class vtk.vtkRectilinearGridReader
 
getThisRectilinearGridSource() - Method in class vtk.vtkRectilinearGridSource
 
getThisRectilinearGridToPolyDataFilter() - Method in class vtk.vtkRectilinearGridToPolyDataFilter
 
getThisRectilinearGridToTetrahedra() - Method in class vtk.vtkRectilinearGridToTetrahedra
 
getThisRectilinearGridWriter() - Method in class vtk.vtkRectilinearGridWriter
 
getThisRectilinearSynchronizedTemplates() - Method in class vtk.vtkRectilinearSynchronizedTemplates
 
getThisRecursiveDividingCubes() - Method in class vtk.vtkRecursiveDividingCubes
 
getThisRecursiveSphereDirectionEncoder() - Method in class vtk.vtkRecursiveSphereDirectionEncoder
 
getThisReferenceCount() - Method in class vtk.vtkReferenceCount
 
getThisReflectionFilter() - Method in class vtk.vtkReflectionFilter
 
getThisRenderLargeImage() - Method in class vtk.vtkRenderLargeImage
 
getThisRenderWindow() - Method in class vtk.vtkRenderWindow
 
getThisRenderWindowCollection() - Method in class vtk.vtkRenderWindowCollection
 
getThisRenderWindowInteractor() - Method in class vtk.vtkRenderWindowInteractor
 
getThisRenderer() - Method in class vtk.vtkRenderer
 
getThisRendererCollection() - Method in class vtk.vtkRendererCollection
 
getThisRendererSource() - Method in class vtk.vtkRendererSource
 
getThisReverseSense() - Method in class vtk.vtkReverseSense
 
getThisRibbonFilter() - Method in class vtk.vtkRibbonFilter
 
getThisRotationalExtrusionFilter() - Method in class vtk.vtkRotationalExtrusionFilter
 
getThisRuledSurfaceFilter() - Method in class vtk.vtkRuledSurfaceFilter
 
getThisRungeKutta2() - Method in class vtk.vtkRungeKutta2
 
getThisRungeKutta4() - Method in class vtk.vtkRungeKutta4
 
getThisRungeKutta45() - Method in class vtk.vtkRungeKutta45
 
getThisSLCReader() - Method in class vtk.vtkSLCReader
 
getThisSTLReader() - Method in class vtk.vtkSTLReader
 
getThisSTLWriter() - Method in class vtk.vtkSTLWriter
 
getThisSampleFunction() - Method in class vtk.vtkSampleFunction
 
getThisScalarBarActor() - Method in class vtk.vtkScalarBarActor
 
getThisScalarBarWidget() - Method in class vtk.vtkScalarBarWidget
 
getThisScalarTree() - Method in class vtk.vtkScalarTree
 
getThisScalarsToColors() - Method in class vtk.vtkScalarsToColors
 
getThisScaledTextActor() - Method in class vtk.vtkScaledTextActor
 
getThisSelectPolyData() - Method in class vtk.vtkSelectPolyData
 
getThisSelectVisiblePoints() - Method in class vtk.vtkSelectVisiblePoints
 
getThisShepardMethod() - Method in class vtk.vtkShepardMethod
 
getThisShortArray() - Method in class vtk.vtkShortArray
 
getThisShrinkFilter() - Method in class vtk.vtkShrinkFilter
 
getThisShrinkPolyData() - Method in class vtk.vtkShrinkPolyData
 
getThisSimpleElevationFilter() - Method in class vtk.vtkSimpleElevationFilter
 
getThisSimpleImageFilterExample() - Method in class vtk.vtkSimpleImageFilterExample
 
getThisSimpleImageToImageFilter() - Method in class vtk.vtkSimpleImageToImageFilter
 
getThisSimpleScalarTree() - Method in class vtk.vtkSimpleScalarTree
 
getThisSliceCubes() - Method in class vtk.vtkSliceCubes
 
getThisSmoothPolyDataFilter() - Method in class vtk.vtkSmoothPolyDataFilter
 
getThisSource() - Method in class vtk.vtkSource
 
getThisSpatialRepresentationFilter() - Method in class vtk.vtkSpatialRepresentationFilter
 
getThisSphere() - Method in class vtk.vtkSphere
 
getThisSpherePuzzle() - Method in class vtk.vtkSpherePuzzle
 
getThisSpherePuzzleArrows() - Method in class vtk.vtkSpherePuzzleArrows
 
getThisSphereSource() - Method in class vtk.vtkSphereSource
 
getThisSphereWidget() - Method in class vtk.vtkSphereWidget
 
getThisSphericalTransform() - Method in class vtk.vtkSphericalTransform
 
getThisSpline() - Method in class vtk.vtkSpline
 
getThisSplineFilter() - Method in class vtk.vtkSplineFilter
 
getThisSplineWidget() - Method in class vtk.vtkSplineWidget
 
getThisSplitField() - Method in class vtk.vtkSplitField
 
getThisStreamLine() - Method in class vtk.vtkStreamLine
 
getThisStreamPoints() - Method in class vtk.vtkStreamPoints
 
getThisStreamTracer() - Method in class vtk.vtkStreamTracer
 
getThisStreamer() - Method in class vtk.vtkStreamer
 
getThisStripper() - Method in class vtk.vtkStripper
 
getThisStructuredData() - Method in class vtk.vtkStructuredData
 
getThisStructuredGrid() - Method in class vtk.vtkStructuredGrid
 
getThisStructuredGridGeometryFilter() - Method in class vtk.vtkStructuredGridGeometryFilter
 
getThisStructuredGridOutlineFilter() - Method in class vtk.vtkStructuredGridOutlineFilter
 
getThisStructuredGridReader() - Method in class vtk.vtkStructuredGridReader
 
getThisStructuredGridSource() - Method in class vtk.vtkStructuredGridSource
 
getThisStructuredGridToPolyDataFilter() - Method in class vtk.vtkStructuredGridToPolyDataFilter
 
getThisStructuredGridToStructuredGridFilter() - Method in class vtk.vtkStructuredGridToStructuredGridFilter
 
getThisStructuredGridWriter() - Method in class vtk.vtkStructuredGridWriter
 
getThisStructuredPoints() - Method in class vtk.vtkStructuredPoints
 
getThisStructuredPointsCollection() - Method in class vtk.vtkStructuredPointsCollection
 
getThisStructuredPointsGeometryFilter() - Method in class vtk.vtkStructuredPointsGeometryFilter
 
getThisStructuredPointsReader() - Method in class vtk.vtkStructuredPointsReader
 
getThisStructuredPointsSource() - Method in class vtk.vtkStructuredPointsSource
 
getThisStructuredPointsToPolyDataFilter() - Method in class vtk.vtkStructuredPointsToPolyDataFilter
 
getThisStructuredPointsToStructuredPointsFilter() - Method in class vtk.vtkStructuredPointsToStructuredPointsFilter
 
getThisStructuredPointsToUnstructuredGridFilter() - Method in class vtk.vtkStructuredPointsToUnstructuredGridFilter
 
getThisStructuredPointsWriter() - Method in class vtk.vtkStructuredPointsWriter
 
getThisStructuredVisibilityConstraint() - Method in class vtk.vtkStructuredVisibilityConstraint
 
getThisSubPixelPositionEdgels() - Method in class vtk.vtkSubPixelPositionEdgels
 
getThisSubdivideTetra() - Method in class vtk.vtkSubdivideTetra
 
getThisSuperquadric() - Method in class vtk.vtkSuperquadric
 
getThisSuperquadricSource() - Method in class vtk.vtkSuperquadricSource
 
getThisSurfaceReconstructionFilter() - Method in class vtk.vtkSurfaceReconstructionFilter
 
getThisSweptSurface() - Method in class vtk.vtkSweptSurface
 
getThisSynchronizedTemplates2D() - Method in class vtk.vtkSynchronizedTemplates2D
 
getThisSynchronizedTemplates3D() - Method in class vtk.vtkSynchronizedTemplates3D
 
getThisTIFFReader() - Method in class vtk.vtkTIFFReader
 
getThisTIFFWriter() - Method in class vtk.vtkTIFFWriter
 
getThisTableExtentTranslator() - Method in class vtk.vtkTableExtentTranslator
 
getThisTensor() - Method in class vtk.vtkTensor
 
getThisTensorGlyph() - Method in class vtk.vtkTensorGlyph
 
getThisTesting() - Method in class vtk.vtkTesting
 
getThisTetra() - Method in class vtk.vtkTetra
 
getThisTextActor() - Method in class vtk.vtkTextActor
 
getThisTextMapper() - Method in class vtk.vtkTextMapper
 
getThisTextProperty() - Method in class vtk.vtkTextProperty
 
getThisTextSource() - Method in class vtk.vtkTextSource
 
getThisTexture() - Method in class vtk.vtkTexture
 
getThisTextureMapToCylinder() - Method in class vtk.vtkTextureMapToCylinder
 
getThisTextureMapToPlane() - Method in class vtk.vtkTextureMapToPlane
 
getThisTextureMapToSphere() - Method in class vtk.vtkTextureMapToSphere
 
getThisTexturedSphereSource() - Method in class vtk.vtkTexturedSphereSource
 
getThisThinPlateSplineTransform() - Method in class vtk.vtkThinPlateSplineTransform
 
getThisThreshold() - Method in class vtk.vtkThreshold
 
getThisThresholdPoints() - Method in class vtk.vtkThresholdPoints
 
getThisThresholdTextureCoords() - Method in class vtk.vtkThresholdTextureCoords
 
getThisTimerLog() - Method in class vtk.vtkTimerLog
 
getThisTransform() - Method in class vtk.vtkTransform
 
getThisTransformCollection() - Method in class vtk.vtkTransformCollection
 
getThisTransformFilter() - Method in class vtk.vtkTransformFilter
 
getThisTransformPolyDataFilter() - Method in class vtk.vtkTransformPolyDataFilter
 
getThisTransformTextureCoords() - Method in class vtk.vtkTransformTextureCoords
 
getThisTransformToGrid() - Method in class vtk.vtkTransformToGrid
 
getThisTriangle() - Method in class vtk.vtkTriangle
 
getThisTriangleFilter() - Method in class vtk.vtkTriangleFilter
 
getThisTriangleStrip() - Method in class vtk.vtkTriangleStrip
 
getThisTriangularTCoords() - Method in class vtk.vtkTriangularTCoords
 
getThisTriangularTexture() - Method in class vtk.vtkTriangularTexture
 
getThisTubeFilter() - Method in class vtk.vtkTubeFilter
 
getThisUGFacetReader() - Method in class vtk.vtkUGFacetReader
 
getThisUniformGrid() - Method in class vtk.vtkUniformGrid
 
getThisUnsignedCharArray() - Method in class vtk.vtkUnsignedCharArray
 
getThisUnsignedIntArray() - Method in class vtk.vtkUnsignedIntArray
 
getThisUnsignedLongArray() - Method in class vtk.vtkUnsignedLongArray
 
getThisUnsignedShortArray() - Method in class vtk.vtkUnsignedShortArray
 
getThisUnstructuredGrid() - Method in class vtk.vtkUnstructuredGrid
 
getThisUnstructuredGridBunykRayCastFunction() - Method in class vtk.vtkUnstructuredGridBunykRayCastFunction
 
getThisUnstructuredGridReader() - Method in class vtk.vtkUnstructuredGridReader
 
getThisUnstructuredGridSource() - Method in class vtk.vtkUnstructuredGridSource
 
getThisUnstructuredGridToPolyDataFilter() - Method in class vtk.vtkUnstructuredGridToPolyDataFilter
 
getThisUnstructuredGridToUnstructuredGridFilter() - Method in class vtk.vtkUnstructuredGridToUnstructuredGridFilter
 
getThisUnstructuredGridVolumeMapper() - Method in class vtk.vtkUnstructuredGridVolumeMapper
 
getThisUnstructuredGridVolumeRayCastFunction() - Method in class vtk.vtkUnstructuredGridVolumeRayCastFunction
 
getThisUnstructuredGridVolumeRayCastMapper() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
 
getThisUnstructuredGridWriter() - Method in class vtk.vtkUnstructuredGridWriter
 
getThisVRMLExporter() - Method in class vtk.vtkVRMLExporter
 
getThisVRMLImporter() - Method in class vtk.vtkVRMLImporter
 
getThisVectorDot() - Method in class vtk.vtkVectorDot
 
getThisVectorNorm() - Method in class vtk.vtkVectorNorm
 
getThisVectorText() - Method in class vtk.vtkVectorText
 
getThisVersion() - Method in class vtk.vtkVersion
 
getThisVertex() - Method in class vtk.vtkVertex
 
getThisVideoSource() - Method in class vtk.vtkVideoSource
 
getThisViewport() - Method in class vtk.vtkViewport
 
getThisVoidArray() - Method in class vtk.vtkVoidArray
 
getThisVolume() - Method in class vtk.vtkVolume
 
getThisVolume16Reader() - Method in class vtk.vtkVolume16Reader
 
getThisVolumeCollection() - Method in class vtk.vtkVolumeCollection
 
getThisVolumeMapper() - Method in class vtk.vtkVolumeMapper
 
getThisVolumeProMapper() - Method in class vtk.vtkVolumeProMapper
 
getThisVolumeProperty() - Method in class vtk.vtkVolumeProperty
 
getThisVolumeRayCastCompositeFunction() - Method in class vtk.vtkVolumeRayCastCompositeFunction
 
getThisVolumeRayCastFunction() - Method in class vtk.vtkVolumeRayCastFunction
 
getThisVolumeRayCastIsosurfaceFunction() - Method in class vtk.vtkVolumeRayCastIsosurfaceFunction
 
getThisVolumeRayCastMIPFunction() - Method in class vtk.vtkVolumeRayCastMIPFunction
 
getThisVolumeRayCastMapper() - Method in class vtk.vtkVolumeRayCastMapper
 
getThisVolumeReader() - Method in class vtk.vtkVolumeReader
 
getThisVolumeTextureMapper() - Method in class vtk.vtkVolumeTextureMapper
 
getThisVolumeTextureMapper2D() - Method in class vtk.vtkVolumeTextureMapper2D
 
getThisVoxel() - Method in class vtk.vtkVoxel
 
getThisVoxelContoursToSurfaceFilter() - Method in class vtk.vtkVoxelContoursToSurfaceFilter
 
getThisVoxelModeller() - Method in class vtk.vtkVoxelModeller
 
getThisWarpLens() - Method in class vtk.vtkWarpLens
 
getThisWarpScalar() - Method in class vtk.vtkWarpScalar
 
getThisWarpTo() - Method in class vtk.vtkWarpTo
 
getThisWarpTransform() - Method in class vtk.vtkWarpTransform
 
getThisWarpVector() - Method in class vtk.vtkWarpVector
 
getThisWedge() - Method in class vtk.vtkWedge
 
getThisWeightedTransformFilter() - Method in class vtk.vtkWeightedTransformFilter
 
getThisWindow() - Method in class vtk.vtkWindow
 
getThisWindowLevelLookupTable() - Method in class vtk.vtkWindowLevelLookupTable
 
getThisWindowToImageFilter() - Method in class vtk.vtkWindowToImageFilter
 
getThisWindowedSincPolyDataFilter() - Method in class vtk.vtkWindowedSincPolyDataFilter
 
getThisWorldPointPicker() - Method in class vtk.vtkWorldPointPicker
 
getThisWriter() - Method in class vtk.vtkWriter
 
getThisXMLDataElement() - Method in class vtk.vtkXMLDataElement
 
getThisXMLDataParser() - Method in class vtk.vtkXMLDataParser
 
getThisXMLDataReader() - Method in class vtk.vtkXMLDataReader
 
getThisXMLDataSetWriter() - Method in class vtk.vtkXMLDataSetWriter
 
getThisXMLFileOutputWindow() - Method in class vtk.vtkXMLFileOutputWindow
 
getThisXMLFileReadTester() - Method in class vtk.vtkXMLFileReadTester
 
getThisXMLImageDataReader() - Method in class vtk.vtkXMLImageDataReader
 
getThisXMLImageDataWriter() - Method in class vtk.vtkXMLImageDataWriter
 
getThisXMLPDataReader() - Method in class vtk.vtkXMLPDataReader
 
getThisXMLPDataSetWriter() - Method in class vtk.vtkXMLPDataSetWriter
 
getThisXMLPDataWriter() - Method in class vtk.vtkXMLPDataWriter
 
getThisXMLPImageDataReader() - Method in class vtk.vtkXMLPImageDataReader
 
getThisXMLPImageDataWriter() - Method in class vtk.vtkXMLPImageDataWriter
 
getThisXMLPPolyDataReader() - Method in class vtk.vtkXMLPPolyDataReader
 
getThisXMLPPolyDataWriter() - Method in class vtk.vtkXMLPPolyDataWriter
 
getThisXMLPRectilinearGridReader() - Method in class vtk.vtkXMLPRectilinearGridReader
 
getThisXMLPRectilinearGridWriter() - Method in class vtk.vtkXMLPRectilinearGridWriter
 
getThisXMLPStructuredDataReader() - Method in class vtk.vtkXMLPStructuredDataReader
 
getThisXMLPStructuredDataWriter() - Method in class vtk.vtkXMLPStructuredDataWriter
 
getThisXMLPStructuredGridReader() - Method in class vtk.vtkXMLPStructuredGridReader
 
getThisXMLPStructuredGridWriter() - Method in class vtk.vtkXMLPStructuredGridWriter
 
getThisXMLPUnstructuredDataReader() - Method in class vtk.vtkXMLPUnstructuredDataReader
 
getThisXMLPUnstructuredDataWriter() - Method in class vtk.vtkXMLPUnstructuredDataWriter
 
getThisXMLPUnstructuredGridReader() - Method in class vtk.vtkXMLPUnstructuredGridReader
 
getThisXMLPUnstructuredGridWriter() - Method in class vtk.vtkXMLPUnstructuredGridWriter
 
getThisXMLParser() - Method in class vtk.vtkXMLParser
 
getThisXMLPolyDataReader() - Method in class vtk.vtkXMLPolyDataReader
 
getThisXMLPolyDataWriter() - Method in class vtk.vtkXMLPolyDataWriter
 
getThisXMLReader() - Method in class vtk.vtkXMLReader
 
getThisXMLRectilinearGridReader() - Method in class vtk.vtkXMLRectilinearGridReader
 
getThisXMLRectilinearGridWriter() - Method in class vtk.vtkXMLRectilinearGridWriter
 
getThisXMLStructuredDataReader() - Method in class vtk.vtkXMLStructuredDataReader
 
getThisXMLStructuredDataWriter() - Method in class vtk.vtkXMLStructuredDataWriter
 
getThisXMLStructuredGridReader() - Method in class vtk.vtkXMLStructuredGridReader
 
getThisXMLStructuredGridWriter() - Method in class vtk.vtkXMLStructuredGridWriter
 
getThisXMLUnstructuredDataReader() - Method in class vtk.vtkXMLUnstructuredDataReader
 
getThisXMLUnstructuredDataWriter() - Method in class vtk.vtkXMLUnstructuredDataWriter
 
getThisXMLUnstructuredGridReader() - Method in class vtk.vtkXMLUnstructuredGridReader
 
getThisXMLUnstructuredGridWriter() - Method in class vtk.vtkXMLUnstructuredGridWriter
 
getThisXMLUtilities() - Method in class vtk.vtkXMLUtilities
 
getThisXMLWriter() - Method in class vtk.vtkXMLWriter
 
getThisXOpenGLRenderWindow() - Method in class vtk.vtkXOpenGLRenderWindow
 
getThisXRenderWindowInteractor() - Method in class vtk.vtkXRenderWindowInteractor
 
getThisXYPlotActor() - Method in class vtk.vtkXYPlotActor
 
getThisXYPlotWidget() - Method in class vtk.vtkXYPlotWidget
 
getThisXYZMolReader() - Method in class vtk.vtkXYZMolReader
 
getThisZLibDataCompressor() - Method in class vtk.vtkZLibDataCompressor
 
getThreeDimensionalLayout() - Method in class vtk.vtkGraphLayoutFilter
 
getThreeDimensionalLeader() - Method in class vtk.vtkCaptionActor2D
Indicate whether the leader is 2D (no hidden line) or 3D (z-buffered).
getThreeGlyphs() - Method in class vtk.vtkTensorGlyph
Turn on/off drawing three glyphs
getThreshold() - Method in class vtk.vtkImageDifference
Specify a threshold tolerance for pixel differences.
getThreshold() - Method in class vtk.vtkImplicitFunctionToImageStencil
Set the threshold value for the implicit function.
getThresholdedError() - Method in class vtk.vtkImageDifference
Return the total thresholded error in comparing the two images.
getTickLength() - Method in class vtk.vtkAxisActor2D
Set/Get the length of the tick marks (expressed in pixels or display coordinates).
getTickLengthMaxValue() - Method in class vtk.vtkAxisActor2D
Set/Get the length of the tick marks (expressed in pixels or display coordinates).
getTickLengthMinValue() - Method in class vtk.vtkAxisActor2D
Set/Get the length of the tick marks (expressed in pixels or display coordinates).
getTickOffset() - Method in class vtk.vtkAxisActor2D
Set/Get the offset of the labels (expressed in pixels or display coordinates).
getTickOffsetMaxValue() - Method in class vtk.vtkAxisActor2D
Set/Get the offset of the labels (expressed in pixels or display coordinates).
getTickOffsetMinValue() - Method in class vtk.vtkAxisActor2D
Set/Get the offset of the labels (expressed in pixels or display coordinates).
getTickVisibility() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis tick marks.
getTileScale() - Method in class vtk.vtkWindow
These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
getTileViewport() - Method in class vtk.vtkWindow
These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
getTimeFactor() - Method in class vtk.vtkRenderer
Get the ratio between allocated time and actual render time.
getTimeIncrement() - Method in class vtk.vtkStreamPoints
Specify the separation of points in terms of absolute time.
getTimeIncrementMaxValue() - Method in class vtk.vtkStreamPoints
Specify the separation of points in terms of absolute time.
getTimeIncrementMinValue() - Method in class vtk.vtkStreamPoints
Specify the separation of points in terms of absolute time.
getTimeSets() - Method in class vtk.vtkGenericEnSightReader
Get the time values per time set
getTimeStep() - Method in class vtk.vtkXYZMolReader
Set the current time step.
getTimeToDraw() - Method in class vtk.vtkAbstractMapper
Get the time required to draw the geometry last time it was rendered
getTimeValue() - Method in class vtk.vtkGenericEnSightReader
Set/Get the time value at which to get the value.
getTipLength() - Method in class vtk.vtkArrowSource
Set the length, and radius of the tip.
getTipLengthMaxValue() - Method in class vtk.vtkArrowSource
Set the length, and radius of the tip.
getTipLengthMinValue() - Method in class vtk.vtkArrowSource
Set the length, and radius of the tip.
getTipRadius() - Method in class vtk.vtkArrowSource
Set the length, and radius of the tip.
getTipRadiusMaxValue() - Method in class vtk.vtkArrowSource
Set the length, and radius of the tip.
getTipRadiusMinValue() - Method in class vtk.vtkArrowSource
Set the length, and radius of the tip.
getTipResolution() - Method in class vtk.vtkArrowSource
Set the resolution of the tip.
getTipResolutionMaxValue() - Method in class vtk.vtkArrowSource
Set the resolution of the tip.
getTipResolutionMinValue() - Method in class vtk.vtkArrowSource
Set the resolution of the tip.
getTitle() - Method in class vtk.vtkAxisActor2D
Set/Get the title of the scalar bar actor,
getTitle() - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the title of the parallel coordinates plot.
getTitle() - Method in class vtk.vtkScalarBarActor
Set/Get the title of the scalar bar actor,
getTitle() - Method in class vtk.vtkXYPlotActor
Set/Get the title of the x-y plot, and the title along the x and y axes.
getTitleTextProperty() - Method in class vtk.vtkAxisActor2D
Set/Get the title text property.
getTitleTextProperty() - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the title text property.
getTitleTextProperty() - Method in class vtk.vtkScalarBarActor
Set/Get the title text property.
getTitleTextProperty() - Method in class vtk.vtkXYPlotActor
Set/Get the title text property.
getTitleVisibility() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis title.
getTolerance() - Method in class vtk.vtkAmoebaMinimizer
Specify the fractional tolerance to aim for during the minimization.
getTolerance() - Method in class vtk.vtkCleanPolyData
Specify tolerance in terms of fraction of bounding box length.
getTolerance() - Method in class vtk.vtkDelaunay2D
Specify a tolerance to control discarding of closely spaced points.
getTolerance() - Method in class vtk.vtkDelaunay3D
Specify a tolerance to control discarding of closely spaced points.
getTolerance() - Method in class vtk.vtkLocator
Specify absolute tolerance (in world coordinates) for performing geometric operations.
getTolerance() - Method in class vtk.vtkPicker
Specify tolerance for performing pick operation.
getTolerance() - Method in class vtk.vtkPolyDataToImageStencil
Set the tolerance for doing spatial searches of the polydata.
getTolerance() - Method in class vtk.vtkSelectVisiblePoints
Set/Get a tolerance to use to determine whether a point is visible.
getToleranceIsAbsolute() - Method in class vtk.vtkCleanPolyData
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging)
getToleranceMaxValue() - Method in class vtk.vtkCleanPolyData
Specify tolerance in terms of fraction of bounding box length.
getToleranceMaxValue() - Method in class vtk.vtkDelaunay2D
Specify a tolerance to control discarding of closely spaced points.
getToleranceMaxValue() - Method in class vtk.vtkDelaunay3D
Specify a tolerance to control discarding of closely spaced points.
getToleranceMaxValue() - Method in class vtk.vtkLocator
Specify absolute tolerance (in world coordinates) for performing geometric operations.
getToleranceMaxValue() - Method in class vtk.vtkSelectVisiblePoints
Set/Get a tolerance to use to determine whether a point is visible.
getToleranceMinValue() - Method in class vtk.vtkCleanPolyData
Specify tolerance in terms of fraction of bounding box length.
getToleranceMinValue() - Method in class vtk.vtkDelaunay2D
Specify a tolerance to control discarding of closely spaced points.
getToleranceMinValue() - Method in class vtk.vtkDelaunay3D
Specify a tolerance to control discarding of closely spaced points.
getToleranceMinValue() - Method in class vtk.vtkLocator
Specify absolute tolerance (in world coordinates) for performing geometric operations.
getToleranceMinValue() - Method in class vtk.vtkSelectVisiblePoints
Set/Get a tolerance to use to determine whether a point is visible.
getTopology() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset topology to a data object.
getToroidal() - Method in class vtk.vtkSuperquadric
Set/Get whether or not the superquadric is toroidal (1) or ellipsoidal (0).
getToroidal() - Method in class vtk.vtkSuperquadricSource
Set/Get whether or not the superquadric is toroidal (1) or ellipsoidal (0).
getTransferSyntaxUID() - Method in class vtk.vtkDICOMImageReader
Get the transfer syntax UID for the last image processed.
getTransform(vtkTransform) - Method in class vtk.vtkBoxWidget
Retrieve a linear transform characterizing the transformation of the box.
getTransform() - Method in class vtk.vtkDelaunay2D
Set / get the transform which is applied to points to generate a 2D problem.
getTransform() - Method in class vtk.vtkGaussianCubeReader
 
getTransform() - Method in class vtk.vtkImageReader
Set/Get transformation matrix to transform the data from slice space into world space.
getTransform() - Method in class vtk.vtkImplicitFunction
Set/Get a transformation to apply to input points before executing the implicit function.
getTransform() - Method in class vtk.vtkTransformFilter
Specify the transform object used to transform points.
getTransform() - Method in class vtk.vtkTransformPolyDataFilter
Specify the transform object used to transform points.
getTransform() - Method in class vtk.vtkVolume16Reader
Set/Get transformation matrix to transform the data from slice space into world space.
getTransform(int) - Method in class vtk.vtkWeightedTransformFilter
Set or Get one of the filter's transforms.
getTransformCoordinate() - Method in class vtk.vtkPolyDataMapper2D
Specify a vtkCoordinate object to be used to transform the vtkPolyData point coordinates.
getTransformInputSampling() - Method in class vtk.vtkImageReslice
Specify whether to transform the spacing, origin and extent of the Input (or the InformationInput) according to the direction cosines and origin of the ResliceAxes before applying them as the default output spacing, origin and extent.
getTransformMatrix() - Method in class vtk.vtkLight
Set/Get the light's transformation matrix.
getTransformedFocalPoint(double[]) - Method in class vtk.vtkLight
Get the focal point of the light, modified by the transformation matrix (if it exists).
getTransformedFocalPoint() - Method in class vtk.vtkLight
Get the focal point of the light, modified by the transformation matrix (if it exists).
getTransformedPosition(double[]) - Method in class vtk.vtkLight
Get the position of the light, modified by the transformation matrix (if it exists).
getTransformedPosition() - Method in class vtk.vtkLight
Get the position of the light, modified by the transformation matrix (if it exists).
getTransforms() - Method in class vtk.vtkSweptSurface
Specify a path (i.e., list of transforms) that the input moves along.
getTranslation() - Method in class vtk.vtkImageTranslateExtent
Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
getTranslation() - Method in class vtk.vtkRotationalExtrusionFilter
Set/Get total amount of translation along the z-axis.
getTranslation() - Method in class vtk.vtkSphereWidget
Enable translation and scaling of the widget.
getTranslationEnabled() - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
getTranslationMode() - Method in class vtk.vtkCursor3D
Enable/disable the translation mode.
getTranslationMode() - Method in class vtk.vtkPointWidget
If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves.
getTranspose(vtkMatrix4x4) - Method in class vtk.vtkTransform
Return a matrix which is the transpose of the current transformation matrix.
getTraversalLocation() - Method in class vtk.vtkCellArray
Get/Set the current traversal location.
getTraversalLocation(int) - Method in class vtk.vtkCellArray
Special method inverts ordering of current cell.
getTubing() - Method in class vtk.vtkImplicitPlaneWidget
Turn on/off tubing of the wire outline of the plane.
getTuple1(int) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
getTuple2(int) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
getTuple3(int) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
getTuple4(int) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
getTuple9(int) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
getTuples(vtkIdList, vtkDataArray) - Method in class vtk.vtkDataArray
Given a list of point ids, return an array of tuples.
getTuples(int, int, vtkDataArray) - Method in class vtk.vtkDataArray
Get the tuples for the range of points ids specified (i.e., p1->p2 inclusive).
getTwoDimensionalGeometry() - Method in class vtk.vtkPLOT3DReader
If only two-dimensional data was written to the file, turn this on.
getTwoSided() - Method in class vtk.vtkButtonSource
Indicate whether the button is single or double sided.
getTwoSidedLighting() - Method in class vtk.vtkRenderer
Turn on/off two-sided lighting of surfaces.
getType() - Method in class vtk.vtkPiecewiseFunction
Return the type of function: Function Types: 0 : Constant (No change in slope between end points) 1 : NonDecreasing (Always increasing or zero slope) 2 : NonIncreasing (Always decreasing or zero slope) 3 : Varied (Contains both decreasing and increasing slopes)
getUnconnectedValue() - Method in class vtk.vtkImageConnector
Values used by the MarkRegion method
getUnselectedOutput() - Method in class vtk.vtkSelectPolyData
Return output that hasn't been selected (if GenreateUnselectedOutput is enabled).
getUnstructuredGridInput() - Method in class vtk.vtkProgrammableFilter
Get the input as a concrete type.
getUnstructuredGridOutput() - Method in class vtk.vtkDataObjectToDataSetFilter
Get the output in different forms.
getUnstructuredGridOutput() - Method in class vtk.vtkDataSetReader
Get the output as various concrete types.
getUnstructuredGridOutput() - Method in class vtk.vtkDataSetToDataSetFilter
Get the output as vtkUnstructuredGrid.
getUnstructuredGridOutput() - Method in class vtk.vtkPointSetToPointSetFilter
Get the output as vtkUnstructuredGrid.
getUnstructuredGridOutput() - Method in class vtk.vtkProgrammableSource
Get the output as a concrete type.
getUp() - Method in class vtk.vtkProjectedTexture
 
getUpdateExtent() - Method in class vtk.vtkCompositeDataSet
We need this here to keep from hiding superclass method
getUpdateExtent() - Method in class vtk.vtkDataObject
Set the update extent for data objects that use 3D extents.
getUpdateExtent() - Method in class vtk.vtkPolyData
We need this here to avoid hiding superclass method
getUpdateExtent() - Method in class vtk.vtkUnstructuredGrid
We need this here to keep from hiding superclass method
getUpdateGhostLevel() - Method in class vtk.vtkDataObject
Set / Get the update ghost level and the update number of ghost levels.
getUpdateNumberOfPieces() - Method in class vtk.vtkDataObject
Set / Get the update piece and the update number of pieces.
getUpdatePiece() - Method in class vtk.vtkDataObject
Set / Get the update piece and the update number of pieces.
getUpdateTime() - Method in class vtk.vtkDataObject
Used by Threaded ports to determine if they should initiate an asynchronous update (still in development).
getUpperThreshold() - Method in class vtk.vtkImageThreshold
Get the Upper and Lower thresholds.
getUpperThreshold() - Method in class vtk.vtkImageToImageStencil
Get the Upper and Lower thresholds.
getUpperThreshold() - Method in class vtk.vtkThreshold
Get the Upper and Lower thresholds.
getUpperThreshold() - Method in class vtk.vtkThresholdPoints
Get the upper and lower thresholds.
getUpperThreshold() - Method in class vtk.vtkThresholdTextureCoords
Return the upper and lower thresholds.
getUseCustomExtents() - Method in class vtk.vtkImageMapper
Usually, the entire image is displayed, if UseCustomExtents is set (by default not), then the region supplied in the CustomDisplayExtents is used in preference.
getUseCylinderClip() - Method in class vtk.vtkEncodedGradientEstimator
 
getUseDefaultNormal() - Method in class vtk.vtkArcPlotter
Set a boolean to control whether to use default normals.
getUseDefaultNormal() - Method in class vtk.vtkRibbonFilter
Set a boolean to control whether to use default normals.
getUseDefaultNormal() - Method in class vtk.vtkTubeFilter
Set a boolean to control whether to use default normals.
getUseFeatureEdges() - Method in class vtk.vtkQuadricClustering
By default, this flag is off.
getUseFeaturePoints() - Method in class vtk.vtkQuadricClustering
By default, this flag is off.
getUseHorizontalViewAngle() - Method in class vtk.vtkCamera
Set/Get the value of the UseHorizontalViewAngle instance variable.
getUseImageClipper() - Method in class vtk.vtkVolumeMapper
The default behaviour is to use a vtkImageClip on input to ensure it is the right size.
getUseInputPoints() - Method in class vtk.vtkQuadricClustering
Normally the point that minimizes the quadric error function is used as the output of the bin.
getUseInternalTriangles() - Method in class vtk.vtkQuadricClustering
When this flag is on (and it is on by default), then triangles that are completely contained in a bin are added to the bin quadrics.
getUseLookupTableScalarRange() - Method in class vtk.vtkMapper
Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting.
getUseLookupTableScalarRange() - Method in class vtk.vtkPolyDataMapper2D
Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting.
getUseMesaClasses() - Method in class vtk.vtkGraphicsFactory
This option enables the creation of Mesa classes instead of the OpenGL classes when using mangled Mesa.
getUseMesaClasses() - Method in class vtk.vtkImagingFactory
This option enables the creation of Mesa classes instead of the OpenGL classes when using mangled Mesa.
getUseNormal() - Method in class vtk.vtkWarpScalar
Turn on/off use of user specified normal.
getUseRanges() - Method in class vtk.vtkCubeAxesActor2D
Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.
getUseScalarTree() - Method in class vtk.vtkContourFilter
Enable the use of a scalar tree to accelerate contour extraction.
getUseScalarTree() - Method in class vtk.vtkContourGrid
Enable the use of a scalar tree to accelerate contour extraction.
getUseScalarTree() - Method in class vtk.vtkMarchingContourFilter
Enable the use of a scalar tree to accelerate contour extraction.
getUseStrips() - Method in class vtk.vtkDataSetSurfaceFilter
When input is structured data, this flag will generate faces with triangle strips.
getUseTemplates() - Method in class vtk.vtkOrderedTriangulator
If this flag is set, then the ordered triangulator will create and use templates for the triangulation.
getUseTimers() - Method in class vtk.vtkInteractorStyle
Set/Get timer hint
getUseTwoSortIds() - Method in class vtk.vtkOrderedTriangulator
Tells the triangulator that a second sort id is provided for each point and should also be considered when sorting.
getUserControlledLookupTable() - Method in class vtk.vtkImagePlaneWidget
Let the user control the lookup table.
getUserManagedInputs() - Method in class vtk.vtkAppendPolyData
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions.
getUserMatrix() - Method in class vtk.vtkProp3D
The UserMatrix can be used in place of UserTransform.
getUserTransform() - Method in class vtk.vtkCamera
In addition to the instance variables such as position and orientation, you can add an additional transformation for your own use.
getUserTransform() - Method in class vtk.vtkProp3D
In addition to the instance variables such as position and orientation, you can add an additional transformation for your own use.
getUserTransformMatrixMTime() - Method in class vtk.vtkProp3D
Get the modified time of the user matrix or user transform.
getUvinf() - Method in class vtk.vtkPLOT3DReader
Set/Get the x-component of the free-stream velocity.
getVOI() - Method in class vtk.vtkExtractGrid
Specify i-j-k (min,max) pairs to extract.
getVOI() - Method in class vtk.vtkExtractRectilinearGrid
Specify i-j-k (min,max) pairs to extract.
getVOI() - Method in class vtk.vtkExtractVOI
Specify i-j-k (min,max) pairs to extract.
getVRMLDEFObject(String) - Method in class vtk.vtkVRMLImporter
In the VRML spec you can DEF and USE nodes (name them), This routine will return the associated VTK object which was created as a result of the DEF mechanism Send in the name from the VRML file, get the VTK object.
getVTKBuildVersion() - Method in class vtk.vtkVersion
Return the version of vtk this object is a part of.
getVTKMajorVersion() - Method in class vtk.vtkVersion
Return the version of vtk this object is a part of.
getVTKMinorVersion() - Method in class vtk.vtkVersion
Return the version of vtk this object is a part of.
getVTKSourceVersion() - Method in class vtk.vtkObjectFactory
All sub-classes of vtkObjectFactory should must return the version of VTK they were built with.
getVTKSourceVersion() - Method in class vtk.vtkVersion
 
getVTKVersion() - Method in class vtk.vtkVersion
Return the version of vtk this object is a part of.
getVTKWindow() - Method in class vtk.vtkRenderer
Specify the rendering window in which to draw.
getVTKWindow() - Method in class vtk.vtkViewport
Return the vtkWindow that owns this vtkViewport.
getValidPoints() - Method in class vtk.vtkProbeFilter
Get the list of point ids in the output that contain attribute data interpolated from the source.
getValue(int) - Method in class vtk.vtkBandedPolyDataContourFilter
Methods to set / get contour values.
getValue(int) - Method in class vtk.vtkBitArray
Get the data at a particular index.
getValue(int) - Method in class vtk.vtkCharArray
Set the data at a particular index.
getValue() - Method in class vtk.vtkClipDataSet
Set the clipping value of the implicit function (if clipping with implicit function) or scalar value (if clipping with scalars).
getValue() - Method in class vtk.vtkClipPolyData
Set the clipping value of the implicit function (if clipping with implicit function) or scalar value (if clipping with scalars).
getValue() - Method in class vtk.vtkClipVolume
Set the clipping value of the implicit function (if clipping with implicit function) or scalar value (if clipping with scalars).
getValue(int) - Method in class vtk.vtkContourFilter
Methods to set / get contour values.
getValue(int) - Method in class vtk.vtkContourGrid
Methods to set / get contour values.
getValue(int) - Method in class vtk.vtkContourValues
Get the ith contour value.
getValue() - Method in class vtk.vtkCoordinate
Set/get the value of this coordinate.
getValue(int) - Method in class vtk.vtkCutter
Get a pointer to an array of contour values.
getValue() - Method in class vtk.vtkDividingCubes
Set isosurface value.
getValue(int) - Method in class vtk.vtkDoubleArray
Set the data at a particular index.
getValue() - Method in class vtk.vtkEdgePoints
Set/get the contour value.
getValue(int) - Method in class vtk.vtkFloatArray
Set the data at a particular index.
getValue(int) - Method in class vtk.vtkGridSynchronizedTemplates3D
Get a pointer to an array of contour values.
getValue(int) - Method in class vtk.vtkHierarchicalBoxContour
Delegated to contour
getValue(int) - Method in class vtk.vtkHierarchicalBoxCutter
Get the ith contour value.
getValue(int) - Method in class vtk.vtkIdTypeArray
Set the data at a particular index.
getValue(int) - Method in class vtk.vtkImageMarchingCubes
 
getValue(int) - Method in class vtk.vtkIntArray
Set the data at a particular index.
getValue(int) - Method in class vtk.vtkLongArray
Set the data at a particular index.
getValue(int) - Method in class vtk.vtkMarchingContourFilter
Methods to set / get contour values.
getValue(int) - Method in class vtk.vtkMarchingCubes
 
getValue(int) - Method in class vtk.vtkMarchingSquares
 
getValue(double) - Method in class vtk.vtkPiecewiseFunction
Returns the value of the function at the specified location using the specified interpolation.
getValue(int) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Get a pointer to an array of contour values.
getValue() - Method in class vtk.vtkRecursiveDividingCubes
Set isosurface value.
getValue(int) - Method in class vtk.vtkShortArray
Set the data at a particular index.
getValue() - Method in class vtk.vtkSliceCubes
Set/get isosurface contour value.
getValue(int) - Method in class vtk.vtkSynchronizedTemplates2D
Get a pointer to an array of contour values.
getValue(int) - Method in class vtk.vtkSynchronizedTemplates3D
Get a pointer to an array of contour values.
getValue(int) - Method in class vtk.vtkUnsignedCharArray
Set the data at a particular index.
getValue(int) - Method in class vtk.vtkUnsignedIntArray
Set the data at a particular index.
getValue(int) - Method in class vtk.vtkUnsignedLongArray
Set the data at a particular index.
getValue(int) - Method in class vtk.vtkUnsignedShortArray
Set the data at a particular index.
getValueRange() - Method in class vtk.vtkLookupTable
Set the range in value (using automatic generation).
getValueScale() - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
getValueShift() - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
getVariableType(int) - Method in class vtk.vtkGenericEnSightReader
Get the variable type of variable n.
getVaryRadius() - Method in class vtk.vtkTubeFilter
Turn on/off the variation of tube radius with scalar value.
getVaryRadiusAsString() - Method in class vtk.vtkTubeFilter
Turn on/off the variation of tube radius with scalar value.
getVaryRadiusMaxValue() - Method in class vtk.vtkTubeFilter
Turn on/off the variation of tube radius with scalar value.
getVaryRadiusMinValue() - Method in class vtk.vtkTubeFilter
Turn on/off the variation of tube radius with scalar value.
getVaryWidth() - Method in class vtk.vtkRibbonFilter
Turn on/off the variation of ribbon width with scalar value.
getVector() - Method in class vtk.vtkDepthSortPolyData
Set/Get the sort direction.
getVector() - Method in class vtk.vtkLinearExtrusionFilter
Set/Get extrusion vector.
getVector() - Method in class vtk.vtkSimpleElevationFilter
Define one end of the line (small scalar values).
getVector1(double[]) - Method in class vtk.vtkImagePlaneWidget
Get the vector from the plane origin to point1.
getVector2(double[]) - Method in class vtk.vtkImagePlaneWidget
Get the vector from the plane origin to point2.
getVectorArrayName(int) - Method in class vtk.vtkArrayCalculator
Methods to get information about the current variables.
getVectorComponent() - Method in class vtk.vtkScalarsToColors
If the mapper does not select which component of a vector to map to colors, you can specify it here.
getVectorComponentArrayComponent(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the vector components.
getVectorComponentArrayName(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the vector components.
getVectorComponentMaxRange(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the vector components.
getVectorComponentMinRange(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the vector components.
getVectorComponentNormalizeFlag(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the vector components.
getVectorComponents() - Method in class vtk.vtkExtractTensorComponents
Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
getVectorFunctionNumber() - Method in class vtk.vtkPLOT3DReader
Specify the vector function to extract.
getVectorInput() - Method in class vtk.vtkImageToStructuredPoints
Set/Get the input object from the image pipeline.
getVectorMode() - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate vector cell data.
getVectorMode() - Method in class vtk.vtkGlyph3D
Specify whether to use vector or normal to perform vector operations.
getVectorMode() - Method in class vtk.vtkHedgeHog
Specify whether to use vector or normal to perform vector operations.
getVectorMode() - Method in class vtk.vtkScalarsToColors
Change mode that maps vectors by magnitude vs. component.
getVectorModeAsString() - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate vector cell data.
getVectorModeAsString() - Method in class vtk.vtkGlyph3D
Specify whether to use vector or normal to perform vector operations.
getVectorModeAsString() - Method in class vtk.vtkHedgeHog
Specify whether to use vector or normal to perform vector operations.
getVectorResult() - Method in class vtk.vtkFunctionParser
Get a vector result from evaluating the input function.
getVectorResult(double[]) - Method in class vtk.vtkFunctionParser
Get a vector result from evaluating the input function.
getVectorVariableName(int) - Method in class vtk.vtkArrayCalculator
Methods to get information about the current variables.
getVectorVariableName(int) - Method in class vtk.vtkFunctionParser
Get the ith vector variable name.
getVectorVariableValue(String) - Method in class vtk.vtkFunctionParser
Get the value of a vector variable.
getVectorVariableValue(String, double[]) - Method in class vtk.vtkFunctionParser
Get the value of a vector variable.
getVectorVariableValue(int) - Method in class vtk.vtkFunctionParser
Get the value of a vector variable.
getVectorVariableValue(int, double[]) - Method in class vtk.vtkFunctionParser
Get the value of a vector variable.
getVectors() - Method in class vtk.vtkDataSetAttributes
Set/Get the vector data.
getVectors(String) - Method in class vtk.vtkDataSetAttributes
This will first look for an array with the correct name.
getVectors() - Method in class vtk.vtkMergeFilter
Set / get the object from which to extract vector information.
getVectorsAttribute() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
getVectorsName() - Method in class vtk.vtkDataReader
Set the name of the vector data to extract.
getVectorsName() - Method in class vtk.vtkDataWriter
Give a name to the vector data.
getVectorsNameInFile(int) - Method in class vtk.vtkDataReader
What is the name of the ith attribute of a certain type in this file?
getVectorsSelection() - Method in class vtk.vtkInterpolatedVelocityField
If you want to work with an arbitrary vector array, then set its name here.
getVectorsWeight() - Method in class vtk.vtkQuadricDecimation
Set/Get the scaling weight contribution of the attribute.
getVertexCells() - Method in class vtk.vtkCellCenters
Enable/disable the generation of vertex cells.
getVerticalJustification() - Method in class vtk.vtkTextProperty
Set/Get the vertical justification to bottom (default), middle, or top.
getVerticalJustificationAsString() - Method in class vtk.vtkTextProperty
Set/Get the vertical justification to bottom (default), middle, or top.
getVerticalJustificationMaxValue() - Method in class vtk.vtkTextProperty
Set/Get the vertical justification to bottom (default), middle, or top.
getVerticalJustificationMinValue() - Method in class vtk.vtkTextProperty
Set/Get the vertical justification to bottom (default), middle, or top.
getVerts() - Method in class vtk.vtkPolyData
Get the cell array defining vertices.
getVertsComponentArrayComponent() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getVertsComponentArrayName() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getVertsComponentMaxRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getVertsComponentMinRange() - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
getViewAngle() - Method in class vtk.vtkCamera
Set/Get the camera view angle, which is the angular height of the camera view measured in degrees.
getViewPlaneNormal() - Method in class vtk.vtkCamera
Get the ViewPlaneNormal.
getViewPoint() - Method in class vtk.vtkViewport
Specify a point location in view coordinates.
getViewShear() - Method in class vtk.vtkCamera
Set/get the shear transform of the viewing frustum.
getViewTransformMatrix() - Method in class vtk.vtkCamera
Return the matrix of the view transform.
getViewTransformObject() - Method in class vtk.vtkCamera
 
getViewUp() - Method in class vtk.vtkCamera
Set/Get the view up direction for the camera.
getViewingRaysMTime() - Method in class vtk.vtkCamera
Return the MTime that concerns recomputing the view rays of the camera.
getViewport() - Method in class vtk.vtkCGMWriter
Specify a vtkViewport object to be used to transform the vtkPolyData points into 2D coordinates.
getViewport() - Method in class vtk.vtkCoordinate
If you want this coordinate to be relative to a specific vtkViewport (vtkRenderer, vtkImager) then you can specify that here.
getViewport() - Method in class vtk.vtkViewport
Specify the viewport for the Viewport to draw in the rendering window.
getViewportCoordinate() - Method in class vtk.vtkXYPlotActor
An alternate form of PlotToViewportCoordinate() above.
getVisibility() - Method in class vtk.vtkProp
Set/Get visibility of this vtkProp.
getVisibilityById() - Method in class vtk.vtkStructuredVisibilityConstraint
Set/Get the array used to store the visibility flags.
getVolume() - Method in class vtk.vtkAbstractPropPicker
Return the vtkVolume that has been picked.
getVolume() - Method in class vtk.vtkImplicitVolume
Specify the volume for the implicit function.
getVolume() - Method in class vtk.vtkMassProperties
Compute and return the volume projected on to each axis aligned plane.
getVolume() - Method in class vtk.vtkMeshQuality
Turn on/off the calculation of volume for each cell (Default: On).
getVolumeRayCastFunction() - Method in class vtk.vtkVolumeRayCastMapper
Get / Set the volume ray cast function.
getVolumeX() - Method in class vtk.vtkMassProperties
Compute and return the volume projected on to each axis aligned plane.
getVolumeY() - Method in class vtk.vtkMassProperties
Compute and return the volume projected on to each axis aligned plane.
getVolumeZ() - Method in class vtk.vtkMassProperties
Compute and return the weighting factors for the maximum unit normal component (MUNC).
getVolumes(vtkPropCollection) - Method in class vtk.vtkAssembly
For some exporters and other other operations we must be able to collect all the actors or volumes.
getVolumes(vtkPropCollection) - Method in class vtk.vtkProp
Set/Get visibility of this vtkProp.
getVolumes() - Method in class vtk.vtkRenderer
Return the collection of volumes.
getVolumes(vtkPropCollection) - Method in class vtk.vtkVolume
For some exporters and other other operations we must be able to collect all the actors or volumes.
getVorticity() - Method in class vtk.vtkStreamer
Turn on/off the computation of vorticity.
getVoxelCount() - Method in class vtk.vtkImageAccumulate
Get the statistics information for the data.
getVoxelCroppingRegionPlanes() - Method in class vtk.vtkVolumeMapper
Get the cropping region planes in voxels.
getVoxelGradient(int, int, int, vtkDataArray, vtkDataArray) - Method in class vtk.vtkImageData
Given structured coordinates (i,j,k) for a voxel cell, compute the eight gradient values for the voxel corners.
getVvinf() - Method in class vtk.vtkPLOT3DReader
Set/Get the y-component of the free-stream velocity.
getVxComponent() - Method in class vtk.vtkExtractVectorComponents
Get the output dataset representing velocity x-component.
getVyComponent() - Method in class vtk.vtkExtractVectorComponents
Get the output dataset representing velocity y-component.
getVzComponent() - Method in class vtk.vtkExtractVectorComponents
Get the output dataset representing velocity z-component.
getWeightArray() - Method in class vtk.vtkWeightedTransformFilter
WeightArray is the string name of the DataArray in the input's FieldData that holds the weighting coefficients for each point.
getWholeExtent() - Method in class vtk.vtkDataObject
Set/Get the whole extent of this data object.
getWholeExtent() - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
getWholeExtent(int[]) - Method in class vtk.vtkImageEllipsoidSource
Set/Get the extent of the whole output image.
getWholeExtent() - Method in class vtk.vtkImageEllipsoidSource
Set/Get the center of the ellipsoid.
getWholeExtent() - Method in class vtk.vtkImageImport
Get/Set the whole extent of the image.
getWholeExtent() - Method in class vtk.vtkImageMandelbrotSource
Set/Get the extent of the whole output Volume.
getWholeSlices() - Method in class vtk.vtkXMLStructuredDataReader
Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed.
getWholeWindow() - Method in class vtk.vtkRendererSource
Use the entire RenderWindow as a data source or just the Renderer.
getWholeZMax() - Method in class vtk.vtkImageActor
 
getWholeZMax() - Method in class vtk.vtkImageMapper
Set/Get the current slice number.
getWholeZMax() - Method in class vtk.vtkImageViewer
What is the possible Min/ Max z slices available.
getWholeZMax() - Method in class vtk.vtkImageViewer2
Set/Get the current z-slice to display.
getWholeZMin() - Method in class vtk.vtkImageActor
 
getWholeZMin() - Method in class vtk.vtkImageMapper
Set/Get the current slice number.
getWholeZMin() - Method in class vtk.vtkImageViewer
What is the possible Min/ Max z slices available.
getWholeZMin() - Method in class vtk.vtkImageViewer2
Return the minimum and maximum z-slice values.
getWidth() - Method in class vtk.vtkActor2D
Set/Get the height and width of the Actor2D.
getWidth() - Method in class vtk.vtkButtonSource
Set/Get the width of the button (the x-ellipsoid axis length * 2).
getWidth() - Method in class vtk.vtkDICOMImageReader
Returns the image width.
getWidth() - Method in class vtk.vtkRibbonFilter
Set the "half" width of the ribbon.
getWidth(vtkViewport) - Method in class vtk.vtkTextMapper
Return the size[2]/width/height of the rectangle required to draw this mapper (in pixels).
getWidthFactor() - Method in class vtk.vtkRibbonFilter
Set the maximum ribbon width in terms of a multiple of the minimum width.
getWidthMaxValue() - Method in class vtk.vtkButtonSource
Set/Get the width of the button (the x-ellipsoid axis length * 2).
getWidthMaxValue() - Method in class vtk.vtkRibbonFilter
Set the "half" width of the ribbon.
getWidthMinValue() - Method in class vtk.vtkButtonSource
Set/Get the width of the button (the x-ellipsoid axis length * 2).
getWidthMinValue() - Method in class vtk.vtkRibbonFilter
Set the "half" width of the ribbon.
getWindow() - Method in class vtk.vtkImageMapToWindowLevelColors
Set / Get the Window to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window.
getWindow() - Method in class vtk.vtkWindowLevelLookupTable
Set the window for the lookup table.
getWindowCenter() - Method in class vtk.vtkCamera
Set/Get the center of the window in viewport coordinates.
getWindowLevel(double[]) - Method in class vtk.vtkImagePlaneWidget
Set/Get the current window and level values.
getWindowLevel() - Method in class vtk.vtkImageViewer2
Get the internal render window, renderer, image actor, and image map instances.
getWindowLevelCurrentPosition() - Method in class vtk.vtkInteractorStyleImage
Some useful information for handling window level
getWindowLevelStartPosition() - Method in class vtk.vtkInteractorStyleImage
Some useful information for handling window level
getWindowName() - Method in class vtk.vtkImageViewer
Get name of rendering window
getWindowName() - Method in class vtk.vtkImageViewer2
Render the resulting image.
getWindowName() - Method in class vtk.vtkWindow
Get name of rendering window
getWindowRange() - Method in class vtk.vtkImplicitWindowFunction
Specify the range of function values which are considered to lie within the window.
getWindowValues() - Method in class vtk.vtkImplicitWindowFunction
Specify the range of output values that the window range is mapped into.
getWipe() - Method in class vtk.vtkImageRectilinearWipe
Specify the wipe mode.
getWipeMaxValue() - Method in class vtk.vtkImageRectilinearWipe
Specify the wipe mode.
getWipeMinValue() - Method in class vtk.vtkImageRectilinearWipe
Specify the wipe mode.
getWordTypeSize(int) - Method in class vtk.vtkXMLDataParser
Get the size of a word of the given type.
getWorldPoint() - Method in class vtk.vtkViewport
Specify a point location in world coordinates.
getWorldUpVector() - Method in class vtk.vtkInteractorStyleUnicam
 
getWrap() - Method in class vtk.vtkCursor3D
Turn on/off cursor wrapping.
getWrap() - Method in class vtk.vtkImageReslice
Turn on wrap-pad feature (default: off).
getWriteDisplacement() - Method in class vtk.vtkBYUWriter
Turn on/off writing the displacement file.
getWriteExtent() - Method in class vtk.vtkXMLStructuredDataWriter
Get/Set the extent of the input that should be treated as the WholeExtent in the output file.
getWritePiece() - Method in class vtk.vtkXMLUnstructuredDataWriter
negative or equal to the NumberOfPieces, all pieces will be written.
getWriteScalar() - Method in class vtk.vtkBYUWriter
Turn on/off writing the scalar file.
getWriteSummaryFile() - Method in class vtk.vtkXMLPDataWriter
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files.
getWriteTexture() - Method in class vtk.vtkBYUWriter
Turn on/off writing the texture file.
getWriteToMemory() - Method in class vtk.vtkJPEGWriter
Write the image to memory (a vtkUnsignedCharArray)
getWriteToMemory() - Method in class vtk.vtkPNGWriter
Write the image to memory (a vtkUnsignedCharArray)
getWriteToOutputString() - Method in class vtk.vtkDataWriter
Enable writing to an OutputString instead of the default, a file.
getWrongVLIVersion() - Method in class vtk.vtkVolumeProMapper
Conveniece methods for debugging
getWvinf() - Method in class vtk.vtkPLOT3DReader
Set/Get the z-component of the free-stream velocity.
getXAxisActor2D() - Method in class vtk.vtkCubeAxesActor2D
Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)
getXAxisActor2D() - Method in class vtk.vtkXYPlotActor
Retrieve handles to the X and Y axis (so that you can set their text properties for example)
getXAxisVisibility() - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
getXCoordinates() - Method in class vtk.vtkRectilinearGrid
Specify the grid coordinates in the x-direction.
getXCutOff() - Method in class vtk.vtkImageButterworthHighPass
Set/Get the cutoff frequency for each axis.
getXCutOff() - Method in class vtk.vtkImageButterworthLowPass
Set/Get the cutoff frequency for each axis.
getXCutOff() - Method in class vtk.vtkImageIdealHighPass
Set/Get the cutoff frequency for each axis.
getXCutOff() - Method in class vtk.vtkImageIdealLowPass
Set/Get the cutoff frequency for each axis.
getXKernel() - Method in class vtk.vtkImageSeparableConvolution
 
getXLabel() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the labels for the x, y, and z axes.
getXLength() - Method in class vtk.vtkCubeSource
Set the length of the cube in the x-direction.
getXLengthMaxValue() - Method in class vtk.vtkCubeSource
Set the length of the cube in the x-direction.
getXLengthMinValue() - Method in class vtk.vtkCubeSource
Set the length of the cube in the x-direction.
getXMLByteIndex() - Method in class vtk.vtkXMLDataElement
Set/Get the offset from the beginning of the XML document to this element.
getXMax() - Method in class vtk.vtkBox
Set / get the bounding box using various methods.
getXMin() - Method in class vtk.vtkBox
Set / get the bounding box using various methods.
getXRange() - Method in class vtk.vtkProp3D
Get the Prop3D's x range in world coordinates.
getXRange() - Method in class vtk.vtkXYPlotActor
Set the plot range (range of independent and dependent variables) to plot.
getXResolution() - Method in class vtk.vtkPlaneSource
Specify the resolution of the plane along the first axes.
getXShadows() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe x-shadows.
getXShadows() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe x-shadows.
getXSize() - Method in class vtk.vtkBooleanTexture
Set the X texture map dimension.
getXSize() - Method in class vtk.vtkTriangularTexture
Set the X texture map dimension.
getXTitle() - Method in class vtk.vtkXYPlotActor
Set/Get the title of the x-y plot, and the title along the x and y axes.
getXValues() - Method in class vtk.vtkXYPlotActor
Specify how the independent (x) variable is computed from the points.
getXValuesAsString() - Method in class vtk.vtkXYPlotActor
Specify how the independent (x) variable is computed from the points.
getXValuesMaxValue() - Method in class vtk.vtkXYPlotActor
Specify how the independent (x) variable is computed from the points.
getXValuesMinValue() - Method in class vtk.vtkXYPlotActor
Specify how the independent (x) variable is computed from the points.
getXYPlane() - Method in class vtk.vtkWarpScalar
Turn on/off flag specifying that input data is x-y plane.
getXYPlotActor() - Method in class vtk.vtkXYPlotWidget
Get the XY plot used by this Widget.
getXYZFileName() - Method in class vtk.vtkPLOT3DReader
Set/Get the PLOT3D geometry filename.
getYAxisActor2D() - Method in class vtk.vtkCubeAxesActor2D
Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)
getYAxisActor2D() - Method in class vtk.vtkXYPlotActor
Set the plot range (range of independent and dependent variables) to plot.
getYAxisVisibility() - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
getYCoordinates() - Method in class vtk.vtkRectilinearGrid
Specify the grid coordinates in the y-direction.
getYCutOff() - Method in class vtk.vtkImageButterworthHighPass
Set/Get the cutoff frequency for each axis.
getYCutOff() - Method in class vtk.vtkImageButterworthLowPass
Set/Get the cutoff frequency for each axis.
getYCutOff() - Method in class vtk.vtkImageIdealHighPass
Set/Get the cutoff frequency for each axis.
getYCutOff() - Method in class vtk.vtkImageIdealLowPass
Set/Get the cutoff frequency for each axis.
getYKernel() - Method in class vtk.vtkImageSeparableConvolution
 
getYLabel() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the labels for the x, y, and z axes.
getYLength() - Method in class vtk.vtkCubeSource
Set the length of the cube in the y-direction.
getYLengthMaxValue() - Method in class vtk.vtkCubeSource
Set the length of the cube in the y-direction.
getYLengthMinValue() - Method in class vtk.vtkCubeSource
Set the length of the cube in the y-direction.
getYRange() - Method in class vtk.vtkProp3D
Get the Prop3D's y range in world coordinates.
getYRange() - Method in class vtk.vtkXYPlotActor
Set the plot range (range of independent and dependent variables) to plot.
getYResolution() - Method in class vtk.vtkPlaneSource
Specify the resolution of the plane along the second axes.
getYShadows() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe y-shadows.
getYShadows() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe y-shadows.
getYSize() - Method in class vtk.vtkBooleanTexture
Set the Y texture map dimension.
getYSize() - Method in class vtk.vtkTriangularTexture
Set the Y texture map dimension.
getYTitle() - Method in class vtk.vtkXYPlotActor
Set/Get the title of the x-y plot, and the title along the x and y axes.
getZ(int, int) - Method in class vtk.vtkRenderer
Given a pixel location, return the Z value
getZAxisActor2D() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the title text property of all axes.
getZAxisVisibility() - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
getZCoordinates() - Method in class vtk.vtkRectilinearGrid
Specify the grid coordinates in the z-direction.
getZCutOff() - Method in class vtk.vtkImageButterworthHighPass
The order determines sharpness of the cutoff curve.
getZCutOff() - Method in class vtk.vtkImageButterworthLowPass
The order determines sharpness of the cutoff curve.
getZCutOff() - Method in class vtk.vtkImageIdealHighPass
 
getZCutOff() - Method in class vtk.vtkImageIdealLowPass
 
getZKernel() - Method in class vtk.vtkImageSeparableConvolution
 
getZLabel() - Method in class vtk.vtkCubeAxesActor2D
Set/Get the labels for the x, y, and z axes.
getZLength() - Method in class vtk.vtkCubeSource
Set the length of the cube in the z-direction.
getZLengthMaxValue() - Method in class vtk.vtkCubeSource
Set the length of the cube in the z-direction.
getZLengthMinValue() - Method in class vtk.vtkCubeSource
Set the length of the cube in the z-direction.
getZRange() - Method in class vtk.vtkProp3D
Get the Prop3D's z range in world coordinates.
getZShadows() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe z-shadows.
getZShadows() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe z-shadows.
getZSlice() - Method in class vtk.vtkImageActor
 
getZSlice() - Method in class vtk.vtkImageMapper
Set/Get the current slice number.
getZSlice() - Method in class vtk.vtkImageViewer
Set/Get the current Z Slice to display
getZSlice() - Method in class vtk.vtkImageViewer2
Set/Get the current z-slice to display.
getZbufferData(int, int, int, int, vtkFloatArray) - Method in class vtk.vtkOpenGLRenderWindow
Set/Get the zbuffer data from an image
getZbufferData(int, int, int, int, vtkFloatArray) - Method in class vtk.vtkRenderWindow
Set/Get the zbuffer data from the frame buffer.
getZeroNormalDiffuseIntensity() - Method in class vtk.vtkEncodedGradientShader
Set / Get the intensity diffuse / specular light used for the zero normals.
getZeroNormalDiffuseIntensityMaxValue() - Method in class vtk.vtkEncodedGradientShader
Set / Get the intensity diffuse / specular light used for the zero normals.
getZeroNormalDiffuseIntensityMinValue() - Method in class vtk.vtkEncodedGradientShader
Set / Get the intensity diffuse / specular light used for the zero normals.
getZeroNormalSpecularIntensity() - Method in class vtk.vtkEncodedGradientShader
Set / Get the intensity diffuse / specular light used for the zero normals.
getZeroNormalSpecularIntensityMaxValue() - Method in class vtk.vtkEncodedGradientShader
Set / Get the intensity diffuse / specular light used for the zero normals.
getZeroNormalSpecularIntensityMinValue() - Method in class vtk.vtkEncodedGradientShader
Set / Get the intensity diffuse / specular light used for the zero normals.
getZeroNormalThreshold() - Method in class vtk.vtkEncodedGradientEstimator
Set / Get the ZeroNormalThreshold - this defines the minimum magnitude of a gradient that is considered sufficient to define a direction.
getZeroOpacityThreshold(vtkVolume) - Method in class vtk.vtkVolumeRayCastFunction
Get the value below which all scalar values are considered to have 0 opacity.
getZeroOpacityThreshold(vtkVolume) - Method in class vtk.vtkVolumeRayCastIsosurfaceFunction
Get the scalar value below which all scalar values have 0 opacity
getZeroOpacityThreshold(vtkVolume) - Method in class vtk.vtkVolumeRayCastMIPFunction
Get the scalar value below which all scalar values have zero opacity.
getZeroPad() - Method in class vtk.vtkEncodedGradientEstimator
Assume that the data value outside the volume is zero when computing normals.
getZeroPadMaxValue() - Method in class vtk.vtkEncodedGradientEstimator
Assume that the data value outside the volume is zero when computing normals.
getZeroPadMinValue() - Method in class vtk.vtkEncodedGradientEstimator
Assume that the data value outside the volume is zero when computing normals.
globalImmediateModeRenderingOff() - Method in class vtk.vtkMapper
Turn on/off flag to control whether data is rendered using immediate mode or note.
globalImmediateModeRenderingOn() - Method in class vtk.vtkMapper
Turn on/off flag to control whether data is rendered using immediate mode or note.
globalReleaseDataFlagOff() - Method in class vtk.vtkDataObject
Turn on/off flag to control whether every object releases its data after being used by a filter.
globalReleaseDataFlagOn() - Method in class vtk.vtkDataObject
Turn on/off flag to control whether every object releases its data after being used by a filter.
globalWarningDisplayOff() - Method in class vtk.vtkObject
This is a global flag that controls whether any debug, warning or error messages are displayed.
globalWarningDisplayOn() - Method in class vtk.vtkObject
This is a global flag that controls whether any debug, warning or error messages are displayed.
goToFirstItem() - Method in class vtk.vtkCollectionIterator
Position the iterator at the first item in the collection.
goToFirstItem() - Method in class vtk.vtkCompositeDataIterator
Move the iterator to the beginning of the collection.
goToFirstItem() - Method in class vtk.vtkHierarchicalDataIterator
Move the iterator to the beginning of the collection.
goToFirstItem() - Method in class vtk.vtkMultiBlockDataIterator
Move the iterator to the beginning of the collection.
goToNextItem() - Method in class vtk.vtkCollectionIterator
Move the iterator to the next item in the collection.
goToNextItem() - Method in class vtk.vtkCompositeDataIterator
Move the iterator to the next item in the collection.
goToNextItem() - Method in class vtk.vtkHierarchicalDataIterator
Move the iterator to the next item in the collection.
goToNextItem() - Method in class vtk.vtkMultiBlockDataIterator
Move the iterator to the next item in the collection.
grab() - Method in class vtk.vtkVideoSource
Grab a single video frame.
gradientDiffuseModulationOff() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude diffuse modulation
gradientDiffuseModulationOn() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude diffuse modulation
gradientMagnitudeThresholdOff() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Switch between gradient magnitude threshold and pixel gradient threshold.
gradientMagnitudeThresholdOff() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Switch between gradient magnitude threshold and pixel gradient threshold.
gradientMagnitudeThresholdOn() - Method in class vtk.vtkImageAnisotropicDiffusion2D
Switch between gradient magnitude threshold and pixel gradient threshold.
gradientMagnitudeThresholdOn() - Method in class vtk.vtkImageAnisotropicDiffusion3D
Switch between gradient magnitude threshold and pixel gradient threshold.
gradientOpacityModulationOff() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude opacity modulation
gradientOpacityModulationOn() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude opacity modulation
gradientSpecularModulationOff() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude specular modulation
gradientSpecularModulationOn() - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude specular modulation
grayScaleHintOff() - Method in class vtk.vtkImageViewer
By default this is a color viewer.
grayScaleHintOn() - Method in class vtk.vtkImageViewer
By default this is a color viewer.

H

HardCopy(String, int) - Method in class vtk.vtkPanel
 
hSVToRGB(double[], double[]) - Method in class vtk.vtkMath
Convert color in HSV format (Hue, Saturation, Value) to RGB format (Red, Green, Blue).
handleBoundariesOff() - Method in class vtk.vtkImageGradient
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
handleBoundariesOff() - Method in class vtk.vtkImageGradientMagnitude
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
handleBoundariesOff() - Method in class vtk.vtkImageNonMaximumSuppression
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
handleBoundariesOn() - Method in class vtk.vtkImageGradient
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
handleBoundariesOn() - Method in class vtk.vtkImageGradientMagnitude
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
handleBoundariesOn() - Method in class vtk.vtkImageNonMaximumSuppression
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
handleObserversOff() - Method in class vtk.vtkInteractorStyle
Does ProcessEvents handle observers on this class or not
handleObserversOn() - Method in class vtk.vtkInteractorStyle
Does ProcessEvents handle observers on this class or not
handleVisibilityOff() - Method in class vtk.vtkSphereWidget
The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving.
handleVisibilityOn() - Method in class vtk.vtkSphereWidget
The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving.
handlesOff() - Method in class vtk.vtkBoxWidget
Switches handles (the spheres) on or off by manipulating the actor visibility.
handlesOn() - Method in class vtk.vtkBoxWidget
Switches handles (the spheres) on or off by manipulating the actor visibility.
hasByteCountOff() - Method in class vtk.vtkPLOT3DReader
Were the arrays written with leading and trailing byte counts ?
hasByteCountOn() - Method in class vtk.vtkPLOT3DReader
Were the arrays written with leading and trailing byte counts ?
hasFixedTopology() - Method in class vtk.vtkConvexPointSet
See vtkCell3D API for description of these methods.
hasObserver(int) - Method in class vtk.vtkObject
Allow people to add/remove/invoke observers (callbacks) to any VTK object.
hasObserver(String) - Method in class vtk.vtkObject
Allow people to add/remove/invoke observers (callbacks) to any VTK object.
hasOverride(String) - Method in class vtk.vtkObjectFactory
Return 1 if this factory overrides the given class name, 0 otherwise.
hasOverride(String, String) - Method in class vtk.vtkObjectFactory
Return 1 if this factory overrides the given class name, 0 otherwise.
hasOverrideAny(String) - Method in class vtk.vtkObjectFactory
return 1 if one of the registered factories overrides the given class name
hasProp(vtkProp) - Method in class vtk.vtkViewport
Query if a prop is in the list of props.
hideCursor() - Method in class vtk.vtkRenderWindow
Hide or Show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to display a 3D cursor instead.
hideCursor() - Method in class vtk.vtkRenderWindowInteractor
Hide or show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to display a 3D cursor instead.
hideCursor() - Method in class vtk.vtkXOpenGLRenderWindow
Hide or Show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to display a 3D cursor instead.
highlightActor2D(vtkActor2D) - Method in class vtk.vtkInteractorStyle
When picking successfully selects an actor, this method highlights the picked prop appropriately.
highlightProp(vtkProp) - Method in class vtk.vtkInteractorStyle
When picking successfully selects an actor, this method highlights the picked prop appropriately.
highlightProp3D(vtkProp3D) - Method in class vtk.vtkInteractorStyle
When picking successfully selects an actor, this method highlights the picked prop appropriately.

I

InteractionMode - Variable in class vtk.vtkPanel
 
InteractionModeRotate() - Method in class vtk.vtkPanel
 
InteractionModeTranslate() - Method in class vtk.vtkPanel
 
InteractionModeZoom() - Method in class vtk.vtkPanel
 
iBlankingOff() - Method in class vtk.vtkPLOT3DReader
Is there iblanking (point visibility) information in the file.
iBlankingOn() - Method in class vtk.vtkPLOT3DReader
Is there iblanking (point visibility) information in the file.
iconColor16x16Filename - Variable in class vtk.VTKBeanInfo
 
iconColor32x32Filename - Variable in class vtk.VTKBeanInfo
 
iconMono16x16Filename - Variable in class vtk.VTKBeanInfo
 
iconMono32x32Filename - Variable in class vtk.VTKBeanInfo
 
identity() - Method in class vtk.vtkAbstractTransform
This method is deprecated in the base class.
identity() - Method in class vtk.vtkGeneralTransform
Set this transformation to the identity transformation.
identity() - Method in class vtk.vtkMatrix4x4
Matrix Inversion (adapted from Richard Carling in "Graphics Gems," Academic Press, 1990).
identity() - Method in class vtk.vtkPerspectiveTransform
Set this transformation to the identity transformation.
identity() - Method in class vtk.vtkTransform
Set the transformation to the identity transformation.
imageLowerLeftOff() - Method in class vtk.vtkImageExport
Set/Get whether the data goes to the exported memory starting in the lower left corner or upper left corner.
imageLowerLeftOn() - Method in class vtk.vtkImageExport
Set/Get whether the data goes to the exported memory starting in the lower left corner or upper left corner.
immediateModeRenderingOff() - Method in class vtk.vtkMapper
Turn on/off flag to control whether data is rendered using immediate mode or note.
immediateModeRenderingOn() - Method in class vtk.vtkMapper
Turn on/off flag to control whether data is rendered using immediate mode or note.
inRegisterLoop(vtkObject) - Method in class vtk.vtkSelectPolyData
Test to see if this object is in a reference counting loop.
inRegisterLoop(vtkObject) - Method in class vtk.vtkSource
Test to see if this object is in a reference counting loop.
includeBoundaryOff() - Method in class vtk.vtkExtractGrid
Control whether to enforce that the "boundary" of the grid is output in the subsampling process.
includeBoundaryOff() - Method in class vtk.vtkExtractRectilinearGrid
Control whether to enforce that the "boundary" of the grid is output in the subsampling process.
includeBoundaryOn() - Method in class vtk.vtkExtractGrid
Control whether to enforce that the "boundary" of the grid is output in the subsampling process.
includeBoundaryOn() - Method in class vtk.vtkExtractRectilinearGrid
Control whether to enforce that the "boundary" of the grid is output in the subsampling process.
incrementLocatorZ() - Method in class vtk.vtkImageMarchingCubes
 
independentComponentsOff() - Method in class vtk.vtkVolumeProperty
Does the data have independent components, or do some define color only?
independentComponentsOn() - Method in class vtk.vtkVolumeProperty
Does the data have independent components, or do some define color only?
initEdgeInsertion(int, int) - Method in class vtk.vtkEdgeTable
Initialize the edge insertion process.
initPartTraversal() - Method in class vtk.vtkActor
The following methods are for compatibility.
initPathTraversal() - Method in class vtk.vtkAssembly
Methods to traverse the parts of an assembly.
initPathTraversal() - Method in class vtk.vtkProp
vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker).
initPathTraversal() - Method in class vtk.vtkProp3D
Overload vtkProp's method for setting up assembly paths.
initPathTraversal() - Method in class vtk.vtkPropAssembly
Methods to traverse the paths (i.e., leaf nodes) of a prop assembly.
initPointInsertion(vtkPoints, int) - Method in class vtk.vtkEdgeTable
Initialize the point insertion process.
initPointInsertion(vtkPoints, double[]) - Method in class vtk.vtkPointLocator
Initialize the point insertion process.
initPointInsertion(vtkPoints, double[], int) - Method in class vtk.vtkPointLocator
Initialize the point insertion process.
initTetraTraversal() - Method in class vtk.vtkOrderedTriangulator
Methods to get one tetra at a time.
initTraversal() - Method in class vtk.vtkCellArray
A cell traversal methods that is more efficient than vtkDataSet traversal methods.
initTraversal() - Method in class vtk.vtkCollection
Initialize the traversal of the collection.
initTraversal() - Method in class vtk.vtkCollectionIterator
Position the iterator at the first item in the collection.
initTraversal() - Method in class vtk.vtkCompositeDataIterator
Move the iterator to the beginning of the collection.
initTraversal() - Method in class vtk.vtkEdgeTable
Intialize traversal of edges in table.
initTraversal(double) - Method in class vtk.vtkScalarTree
Begin to traverse the cells based on a scalar value.
initTraversal(double) - Method in class vtk.vtkSimpleScalarTree
Begin to traverse the cells based on a scalar value.
initTriangulation(double, double, double, double, double, double, int) - Method in class vtk.vtkOrderedTriangulator
Initialize the triangulation process.
initTriangulation(double[], int) - Method in class vtk.vtkOrderedTriangulator
Initialize the triangulation process.
initialize() - Method in class vtk.vtkAmoebaMinimizer
Initialize the minimizer.
initialize() - Method in class vtk.vtkBitArray
Release storage and reset array to initial state.
initialize() - Method in class vtk.vtkCell
Explicit cells require additional representational information beyond the usual cell type and connectivity list information.
initialize() - Method in class vtk.vtkCellArray
Get the number of cells in the array.
initialize() - Method in class vtk.vtkCompositeDataCommand
Initialize should be called before iteration starts.
initialize() - Method in class vtk.vtkCompositeDataSet
Restore data object to initial state,
initialize() - Method in class vtk.vtkConvexPointSet
This cell requires that it be initialized prior to access.
initialize() - Method in class vtk.vtkDataArray
Allocate memory for this array.
initialize() - Method in class vtk.vtkDataObject
 
initialize() - Method in class vtk.vtkDataSet
Restore data object to initial state, THIS METHOD IS NOT THREAD SAFE.
initialize() - Method in class vtk.vtkDataSetAttributes
Initialize all of the object's data to NULL Also, clear the copy flags.
initialize() - Method in class vtk.vtkEdgeTable
Free memory and return to the initially instantiated state.
initialize() - Method in class vtk.vtkFieldData
Release all data but do not delete object.
initialize() - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
initialize() - Method in class vtk.vtkHierarchicalBoxApplyFilterCommand
Initialize should be called before iteration starts.
initialize() - Method in class vtk.vtkHierarchicalDataSet
Restore data object to initial state,
initialize() - Method in class vtk.vtkIdList
 
initialize() - Method in class vtk.vtkIdTypeArray
Release storage and reset array to initial state.
initialize() - Method in class vtk.vtkImageStencilData
 
initialize() - Method in class vtk.vtkLocator
Initialize locator.
initialize() - Method in class vtk.vtkMultiBlockApplyFilterCommand
Initialize should be called before iteration starts.
initialize() - Method in class vtk.vtkMultiBlockDataSet
 
initialize() - Method in class vtk.vtkPiecewiseFunction
 
initialize() - Method in class vtk.vtkPointLocator
See vtkLocator interface documentation.
initialize() - Method in class vtk.vtkPointSet
Reset to an empty state and free any memory.
initialize() - Method in class vtk.vtkPoints
Return object to instantiated state.
initialize() - Method in class vtk.vtkPolyData
Restore object to initial state.
initialize() - Method in class vtk.vtkRectilinearGrid
Restore object to initial state.
initialize() - Method in class vtk.vtkRenderWindowInteractor
Prepare for handling events.
initialize() - Method in class vtk.vtkScalarTree
Initialize locator.
initialize() - Method in class vtk.vtkSimpleScalarTree
Initialize locator.
initialize() - Method in class vtk.vtkStructuredGrid
Standard vtkDataSet API methods.
initialize(int[]) - Method in class vtk.vtkStructuredVisibilityConstraint
Set the dimensions and set the Initialized flag to 1.
initialize() - Method in class vtk.vtkTensor
Initialize tensor components to 0.0.
initialize() - Method in class vtk.vtkUniformGrid
Standard vtkDataSet API methods.
initialize() - Method in class vtk.vtkUnstructuredGrid
 
initialize() - Method in class vtk.vtkVideoSource
Initialize the hardware.
initialize() - Method in class vtk.vtkVoidArray
Release storage and reset array to initial state.
initialize() - Method in class vtk.vtkXOpenGLRenderWindow
Initialize the rendering window.
initialize() - Method in class vtk.vtkXRenderWindowInteractor
Initializes the event handlers without an XtAppContext.
initializeColors() - Method in class vtk.vtkTIFFReader
Auxilary methods used by the reader internally.
initializeHandles(vtkPoints) - Method in class vtk.vtkImageTracerWidget
Initialize the widget with a set of points and generate lines between them.
initializeNode(int, int) - Method in class vtk.vtkHierarchicalDataSet
Initialize the entry for a dataset node.
initializeOff() - Method in class vtk.vtkImageEuclideanDistance
Used to set all non-zero voxels to MaximumDistance before starting the distance transformation.
initializeOn() - Method in class vtk.vtkImageEuclideanDistance
Used to set all non-zero voxels to MaximumDistance before starting the distance transformation.
initializeParser() - Method in class vtk.vtkXMLParser
When parsing fragments of XML or streaming XML, use the following three methods.
initializePickList() - Method in class vtk.vtkAbstractPicker
Initialize list of actors in pick list.
initializeSeedList() - Method in class vtk.vtkConnectivityFilter
Initialize list of point ids/cell ids used to seed regions.
initializeSeedList() - Method in class vtk.vtkPolyDataConnectivityFilter
Initialize list of point ids/cell ids used to seed regions.
initializeSpecifiedRegionList() - Method in class vtk.vtkConnectivityFilter
Initialize list of region ids to extract.
initializeSpecifiedRegionList() - Method in class vtk.vtkPolyDataConnectivityFilter
Initialize list of region ids to extract.
insert(double, int) - Method in class vtk.vtkPriorityQueue
Insert id with priority specified.
insertCell(int, char, int) - Method in class vtk.vtkCellTypes
Add a cell at specified id.
insertCellPoint(int) - Method in class vtk.vtkCellArray
Used in conjunction with InsertNextCell(int npts) to add another point to the list of cells.
insertComponent(int, int, double) - Method in class vtk.vtkBitArray
Insert the data component at ith tuple and jth component location.
insertComponent(int, int, double) - Method in class vtk.vtkDataArray
Insert the data component at ith tuple and jth component location.
insertComponent(int, int, double) - Method in class vtk.vtkFieldData
Insert the component value at the ith tuple (or row) and jth component (or column).
insertEdge(int, int) - Method in class vtk.vtkEdgeTable
Insert the edge (p1,p2) into the table.
insertEdge(int, int, int) - Method in class vtk.vtkEdgeTable
Insert the edge (p1,p2) into the table with the attribute id specified (make sure the attributeId >= 0).
insertId(int, int) - Method in class vtk.vtkIdList
Set the id at location i.
insertNextCell(vtkCell) - Method in class vtk.vtkCellArray
Insert a cell object.
insertNextCell(vtkIdList) - Method in class vtk.vtkCellArray
Create a cell by specifying a list of point ids.
insertNextCell(int) - Method in class vtk.vtkCellArray
Create cells by specifying count, and then adding points one at a time using method InsertCellPoint().
insertNextCell(char, int) - Method in class vtk.vtkCellTypes
Add a cell to the object in the next available slot.
insertNextCell(int, vtkIdList) - Method in class vtk.vtkPolyData
Insert a cell of type VTK_VERTEX, VTK_POLY_VERTEX, VTK_LINE, VTK_POLY_LINE, VTK_TRIANGLE, VTK_QUAD, VTK_POLYGON, or VTK_TRIANGLE_STRIP.
insertNextCell(int, vtkIdList) - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
insertNextCellReference(int, int) - Method in class vtk.vtkCellLinks
Insert a cell id into the list of cells (at the end) using the cell id provided.
insertNextExtent(int, int, int, int) - Method in class vtk.vtkImageStencilData
This method is used by vtkImageStencilDataSource to add an x sub extent [r1,r2] for the x row (yIdx,zIdx).
insertNextId(int) - Method in class vtk.vtkIdList
Add the id specified to the end of the list.
insertNextLinkedPoint(int) - Method in class vtk.vtkPolyData
Add a point to the cell data structure (after cell pointers have been built).
insertNextLinkedPoint(double[], int) - Method in class vtk.vtkPolyData
Add a point to the cell data structure (after cell pointers have been built).
insertNextPoint(int) - Method in class vtk.vtkCellLinks
Insert a new point into the cell-links data structure.
insertNextPoint(double[]) - Method in class vtk.vtkPointLocator
Incrementally insert a point into search structure.
insertNextPoint(double[]) - Method in class vtk.vtkPoints
Insert point into next available slot.
insertNextPoint(double, double, double) - Method in class vtk.vtkPoints
Insert point into next available slot.
insertNextTuple1(double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
insertNextTuple2(double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
insertNextTuple3(double, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
insertNextTuple4(double, double, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
insertNextTuple9(double, double, double, double, double, double, double, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
insertNextType(char) - Method in class vtk.vtkCellTypes
Add the type specified to the end of the list.
insertNextValue(int) - Method in class vtk.vtkBitArray
Insets values and checks to make sure there is enough memory
insertNextValue(char) - Method in class vtk.vtkCharArray
Get the address of a particular data index.
insertNextValue(double) - Method in class vtk.vtkDoubleArray
Get the address of a particular data index.
insertNextValue(double) - Method in class vtk.vtkFloatArray
Get the address of a particular data index.
insertNextValue(int) - Method in class vtk.vtkIdTypeArray
Insert data at the end of the array.
insertNextValue(int) - Method in class vtk.vtkIntArray
Get the address of a particular data index.
insertNextValue(int) - Method in class vtk.vtkLongArray
Get the address of a particular data index.
insertNextValue(int) - Method in class vtk.vtkShortArray
Get the address of a particular data index.
insertNextValue(char) - Method in class vtk.vtkUnsignedCharArray
Get the address of a particular data index.
insertNextValue(int) - Method in class vtk.vtkUnsignedIntArray
Get the address of a particular data index.
insertNextValue(int) - Method in class vtk.vtkUnsignedLongArray
Get the address of a particular data index.
insertNextValue(int) - Method in class vtk.vtkUnsignedShortArray
Get the address of a particular data index.
insertPoint(vtkUnstructuredGrid, vtkPoints, int, double[], vtkIdList) - Method in class vtk.vtkDelaunay3D
This is a helper method used with InitPointInsertion() to create tetrahedronalizations of points.
insertPoint(int, double[], double[], int) - Method in class vtk.vtkOrderedTriangulator
For each point to be inserted, provide an id, a position x, parametric coordinate p, and whether the point is inside (type=0), outside (type=1), or on the boundary (type=2).
insertPoint(int, int, double[], double[], int) - Method in class vtk.vtkOrderedTriangulator
For each point to be inserted, provide an id, a position x, parametric coordinate p, and whether the point is inside (type=0), outside (type=1), or on the boundary (type=2).
insertPoint(int, int, int, double[], double[], int) - Method in class vtk.vtkOrderedTriangulator
For each point to be inserted, provide an id, a position x, parametric coordinate p, and whether the point is inside (type=0), outside (type=1), or on the boundary (type=2).
insertPoint(int, double[]) - Method in class vtk.vtkPointLocator
Incrementally insert a point into search structure with a particular index value.
insertPoint(int, double[]) - Method in class vtk.vtkPoints
Insert point into object.
insertPoint(int, double, double, double) - Method in class vtk.vtkPoints
Insert point into object.
insertTuple1(int, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
insertTuple2(int, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
insertTuple3(int, double, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
insertTuple4(int, double, double, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
insertTuple9(int, double, double, double, double, double, double, double, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
insertUniqueId(int) - Method in class vtk.vtkIdList
If id is not already in list, insert it and return location in list.
insertValue(int, int) - Method in class vtk.vtkBitArray
Insets values and checks to make sure there is enough memory
insertValue(int, char) - Method in class vtk.vtkCharArray
Insert data at the end of the array.
insertValue(int, double) - Method in class vtk.vtkDoubleArray
Insert data at the end of the array.
insertValue(int, double) - Method in class vtk.vtkFloatArray
Insert data at the end of the array.
insertValue(int, int) - Method in class vtk.vtkIdTypeArray
Insert data at a specified position in the array.
insertValue(int, int) - Method in class vtk.vtkIntArray
Insert data at the end of the array.
insertValue(int, int) - Method in class vtk.vtkLongArray
Insert data at the end of the array.
insertValue(int, int) - Method in class vtk.vtkShortArray
Insert data at the end of the array.
insertValue(int, char) - Method in class vtk.vtkUnsignedCharArray
Insert data at the end of the array.
insertValue(int, int) - Method in class vtk.vtkUnsignedIntArray
Insert data at the end of the array.
insertValue(int, int) - Method in class vtk.vtkUnsignedLongArray
Insert data at the end of the array.
insertValue(int, int) - Method in class vtk.vtkUnsignedShortArray
Insert data at the end of the array.
insideOrOutside(double[]) - Method in class vtk.vtkOBBTree
Determine whether a point is inside or outside the data used to build this OBB tree.
insideOutOff() - Method in class vtk.vtkBoxWidget
Set/Get the InsideOut flag.
insideOutOff() - Method in class vtk.vtkClipDataSet
Set/Get the InsideOut flag.
insideOutOff() - Method in class vtk.vtkClipPolyData
Set/Get the InsideOut flag.
insideOutOff() - Method in class vtk.vtkClipVolume
Set/Get the InsideOut flag.
insideOutOff() - Method in class vtk.vtkSelectPolyData
Set/Get the InsideOut flag.
insideOutOn() - Method in class vtk.vtkBoxWidget
Set/Get the InsideOut flag.
insideOutOn() - Method in class vtk.vtkClipDataSet
Set/Get the InsideOut flag.
insideOutOn() - Method in class vtk.vtkClipPolyData
Set/Get the InsideOut flag.
insideOutOn() - Method in class vtk.vtkClipVolume
Set/Get the InsideOut flag.
insideOutOn() - Method in class vtk.vtkSelectPolyData
Set/Get the InsideOut flag.
insphere(double[], double[], double[], double[], double[]) - Method in class vtk.vtkTetra
Compute the center (center[3]) and radius (method return value) of a sphere that just fits inside the faces of a tetrahedron defined by the four points x1, x2, x3, and x4.
integrateMajorEigenvector() - Method in class vtk.vtkHyperStreamline
Use the major eigenvector field as the vector field through which to integrate.
integrateMediumEigenvector() - Method in class vtk.vtkHyperStreamline
Use the medium eigenvector field as the vector field through which to integrate.
integrateMinorEigenvector() - Method in class vtk.vtkHyperStreamline
Use the minor eigenvector field as the vector field through which to integrate.
interactionOff() - Method in class vtk.vtkImagePlaneWidget
Enable/disable mouse interaction so the widget remains on display.
interactionOff() - Method in class vtk.vtkImageTracerWidget
Enable/disable mouse interaction when the widget is visible.
interactionOn() - Method in class vtk.vtkImagePlaneWidget
Enable/disable mouse interaction so the widget remains on display.
interactionOn() - Method in class vtk.vtkImageTracerWidget
Enable/disable mouse interaction when the widget is visible.
interactiveOff() - Method in class vtk.vtkRenderer
Turn on/off interactive status.
interactiveOn() - Method in class vtk.vtkRenderer
Turn on/off interactive status.
intermixIntersectingGeometryOff() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
intermixIntersectingGeometryOff() - Method in class vtk.vtkVolumeProMapper
Specify whether any geometry intersects the volume.
intermixIntersectingGeometryOff() - Method in class vtk.vtkVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
intermixIntersectingGeometryOn() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
intermixIntersectingGeometryOn() - Method in class vtk.vtkVolumeProMapper
Specify whether any geometry intersects the volume.
intermixIntersectingGeometryOn() - Method in class vtk.vtkVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
internalGrab() - Method in class vtk.vtkVideoSource
The internal function which actually does the grab.
internalImageStencilDataCopy(vtkImageStencilData) - Method in class vtk.vtkImageStencilData
 
internalTransformNormal(double[], double[]) - Method in class vtk.vtkIdentityTransform
This will calculate the transformation without calling Update.
internalTransformNormal(double[], double[]) - Method in class vtk.vtkLinearTransform
This will calculate the transformation without calling Update.
internalTransformPoint(double[], double[]) - Method in class vtk.vtkAbstractTransform
This will calculate the transformation without calling Update.
internalTransformPoint(double[], double[]) - Method in class vtk.vtkGeneralTransform
This will calculate the transformation without calling Update.
internalTransformPoint(double[], double[]) - Method in class vtk.vtkHomogeneousTransform
This will calculate the transformation without calling Update.
internalTransformPoint(double[], double[]) - Method in class vtk.vtkIdentityTransform
This will calculate the transformation without calling Update.
internalTransformPoint(double[], double[]) - Method in class vtk.vtkLinearTransform
This will calculate the transformation without calling Update.
internalTransformPoint(double[], double[]) - Method in class vtk.vtkWarpTransform
This will calculate the transformation without calling Update.
internalTransformVector(double[], double[]) - Method in class vtk.vtkIdentityTransform
This will calculate the transformation without calling Update.
internalTransformVector(double[], double[]) - Method in class vtk.vtkLinearTransform
This will calculate the transformation without calling Update.
interpolateAllocate(vtkDataSetAttributes, int, int) - Method in class vtk.vtkDataSetAttributes
Initialize point interpolation method.
interpolateEdge(vtkDataSetAttributes, int, int, int, double) - Method in class vtk.vtkDataSetAttributes
Interpolate data from the two points p1,p2 (forming an edge) and an interpolation factor, t, along the edge.
interpolateOff() - Method in class vtk.vtkImageActor
Turn on/off linear interpolation of the image when rendering.
interpolateOff() - Method in class vtk.vtkImageMagnify
Turn interpolation on and off (pixel replication is used when off).
interpolateOff() - Method in class vtk.vtkImageReslice
Convenient methods for switching between nearest-neighbor and linear interpolation.
interpolateOff() - Method in class vtk.vtkTexture
Turn on/off linear interpolation of the texture map when rendering.
interpolateOn() - Method in class vtk.vtkImageActor
Turn on/off linear interpolation of the image when rendering.
interpolateOn() - Method in class vtk.vtkImageMagnify
Turn interpolation on and off (pixel replication is used when off).
interpolateOn() - Method in class vtk.vtkImageReslice
Convenient methods for switching between nearest-neighbor and linear interpolation.
interpolateOn() - Method in class vtk.vtkTexture
Turn on/off linear interpolation of the texture map when rendering.
interpolateTime(vtkDataSetAttributes, vtkDataSetAttributes, int, double) - Method in class vtk.vtkDataSetAttributes
Interpolate data from the same id (point or cell) at different points in time (parameter t).
interpolationDerivs(double[], double[]) - Method in class vtk.vtkHexahedron
Hexahedron specific.
interpolationDerivs(double[], double[]) - Method in class vtk.vtkPixel
Pixel specific methods.
interpolationDerivs(double[], double[]) - Method in class vtk.vtkPyramid
Pyramid specific methods for computing interpolation functions and derivatives.
interpolationDerivs(double[], double[]) - Method in class vtk.vtkQuad
vtkQuad specific methods.
interpolationDerivs(double[], double[]) - Method in class vtk.vtkQuadraticEdge
Quadratic edge specific methods.
interpolationDerivs(double[], double[]) - Method in class vtk.vtkQuadraticHexahedron
Quadratic hexahedron specific methods.
interpolationDerivs(double[], double[]) - Method in class vtk.vtkQuadraticQuad
Quadratic quad specific methods.
interpolationDerivs(double[], double[]) - Method in class vtk.vtkQuadraticTetra
Quadratic tetra specific methods.
interpolationDerivs(double[], double[]) - Method in class vtk.vtkQuadraticTriangle
Quadratic triangle specific methods.
interpolationDerivs(double[]) - Method in class vtk.vtkTetra
Tetra specific methods.
interpolationDerivs(double[], double[]) - Method in class vtk.vtkVoxel
Voxel specific methods for interpolation and derivatives.
interpolationDerivs(double[], double[]) - Method in class vtk.vtkWedge
Wedge specific methods for computing interpolation functions and derivatives.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkHexahedron
Hexahedron specific.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkLine
Line specific methods.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkPixel
Pixel specific methods.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkPyramid
Pyramid specific methods for computing interpolation functions and derivatives.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkQuad
vtkQuad specific methods.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkQuadraticEdge
Quadratic edge specific methods.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkQuadraticHexahedron
Quadratic hexahedron specific methods.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkQuadraticQuad
Quadratic quad specific methods.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkQuadraticTetra
Quadratic tetra specific methods.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkQuadraticTriangle
Quadratic triangle specific methods.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkTetra
Tetra specific methods.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkVertex
Vertex specific methods.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkVoxel
Voxel specific methods for interpolation and derivatives.
interpolationFunctions(double[], double[]) - Method in class vtk.vtkWedge
Wedge specific methods for computing interpolation functions and derivatives.
intersectWith(vtkIdList) - Method in class vtk.vtkIdList
Intersect this list with another vtkIdList.
intersectWithLine(double[], double[], vtkPoints, vtkIdList) - Method in class vtk.vtkOBBTree
Take the passed line segment and intersect it with the data set.
inverse() - Method in class vtk.vtkAbstractTransform
Invert the transformation.
inverse() - Method in class vtk.vtkGeneralTransform
Invert the transformation.
inverse() - Method in class vtk.vtkIdentityTransform
 
inverse() - Method in class vtk.vtkIterativeClosestPointTransform
Invert the transformation.
inverse() - Method in class vtk.vtkLandmarkTransform
Invert the transformation.
inverse() - Method in class vtk.vtkMatrixToHomogeneousTransform
The input matrix is left as-is, but the transformation matrix is inverted.
inverse() - Method in class vtk.vtkMatrixToLinearTransform
The input matrix is left as-is, but the transformation matrix is inverted.
inverse() - Method in class vtk.vtkPerspectiveTransform
Invert the transformation.
inverse() - Method in class vtk.vtkTransform
Invert the transformation.
inverse() - Method in class vtk.vtkWarpTransform
Invert the transformation.
inverseVideoOff() - Method in class vtk.vtkWindowLevelLookupTable
Set inverse video on or off.
inverseVideoOn() - Method in class vtk.vtkWindowLevelLookupTable
Set inverse video on or off.
invert(vtkMatrix4x4, vtkMatrix4x4) - Method in class vtk.vtkMatrix4x4
Matrix Inversion (adapted from Richard Carling in "Graphics Gems," Academic Press, 1990).
invert() - Method in class vtk.vtkMatrix4x4
Transpose the matrix and put it into out.
invertMeanCurvatureOff() - Method in class vtk.vtkCurvatures
Set/Get the flag which inverts the mean curvature calculation for meshes with inward pointing normals (default false)
invertMeanCurvatureOn() - Method in class vtk.vtkCurvatures
Set/Get the flag which inverts the mean curvature calculation for meshes with inward pointing normals (default false)
invokeEvent(int) - Method in class vtk.vtkObject
 
invokeEvent(String) - Method in class vtk.vtkObject
 
iren - Variable in class vtk.vtkCanvas
 
isA(String) - Method in class vtk.vtk3DSImporter
 
isA(String) - Method in class vtk.vtk3DWidget
 
isA(String) - Method in class vtk.vtkAVSucdReader
 
isA(String) - Method in class vtk.vtkAbstractMapper
 
isA(String) - Method in class vtk.vtkAbstractMapper3D
 
isA(String) - Method in class vtk.vtkAbstractPicker
 
isA(String) - Method in class vtk.vtkAbstractPropPicker
 
isA(String) - Method in class vtk.vtkAbstractTransform
 
isA(String) - Method in class vtk.vtkAbstractVolumeMapper
 
isA(String) - Method in class vtk.vtkActor
 
isA(String) - Method in class vtk.vtkActor2D
 
isA(String) - Method in class vtk.vtkActor2DCollection
 
isA(String) - Method in class vtk.vtkActorCollection
 
isA(String) - Method in class vtk.vtkAmoebaMinimizer
 
isA(String) - Method in class vtk.vtkAppendFilter
 
isA(String) - Method in class vtk.vtkAppendPolyData
 
isA(String) - Method in class vtk.vtkApplyFilterCommand
 
isA(String) - Method in class vtk.vtkApproximatingSubdivisionFilter
 
isA(String) - Method in class vtk.vtkArcPlotter
 
isA(String) - Method in class vtk.vtkArrayCalculator
 
isA(String) - Method in class vtk.vtkArrowSource
 
isA(String) - Method in class vtk.vtkAssembly
 
isA(String) - Method in class vtk.vtkAssemblyNode
 
isA(String) - Method in class vtk.vtkAssemblyPath
 
isA(String) - Method in class vtk.vtkAssemblyPaths
 
isA(String) - Method in class vtk.vtkAssignAttribute
 
isA(String) - Method in class vtk.vtkAttributeDataToFieldDataFilter
 
isA(String) - Method in class vtk.vtkAxes
 
isA(String) - Method in class vtk.vtkAxisActor2D
 
isA(String) - Method in class vtk.vtkBMPReader
 
isA(String) - Method in class vtk.vtkBMPWriter
 
isA(String) - Method in class vtk.vtkBYUReader
 
isA(String) - Method in class vtk.vtkBYUWriter
 
isA(String) - Method in class vtk.vtkBandedPolyDataContourFilter
 
isA(String) - Method in class vtk.vtkBase64InputStream
 
isA(String) - Method in class vtk.vtkBase64OutputStream
 
isA(String) - Method in class vtk.vtkBase64Utilities
 
isA(String) - Method in class vtk.vtkBitArray
 
isA(String) - Method in class vtk.vtkBlankStructuredGrid
 
isA(String) - Method in class vtk.vtkBlankStructuredGridWithImage
 
isA(String) - Method in class vtk.vtkBooleanTexture
 
isA(String) - Method in class vtk.vtkBox
 
isA(String) - Method in class vtk.vtkBoxWidget
 
isA(String) - Method in class vtk.vtkBrownianPoints
 
isA(String) - Method in class vtk.vtkButterflySubdivisionFilter
Construct object with NumberOfSubdivisions set to 1.
isA(String) - Method in class vtk.vtkButtonSource
 
isA(String) - Method in class vtk.vtkByteSwap
 
isA(String) - Method in class vtk.vtkCGMWriter
 
isA(String) - Method in class vtk.vtkCamera
 
isA(String) - Method in class vtk.vtkCaptionActor2D
 
isA(String) - Method in class vtk.vtkCardinalSpline
 
isA(String) - Method in class vtk.vtkCastToConcrete
 
isA(String) - Method in class vtk.vtkCell
 
isA(String) - Method in class vtk.vtkCell3D
 
isA(String) - Method in class vtk.vtkCellArray
 
isA(String) - Method in class vtk.vtkCellCenters
 
isA(String) - Method in class vtk.vtkCellData
 
isA(String) - Method in class vtk.vtkCellDataToPointData
 
isA(String) - Method in class vtk.vtkCellDerivatives
 
isA(String) - Method in class vtk.vtkCellLinks
 
isA(String) - Method in class vtk.vtkCellLocator
 
isA(String) - Method in class vtk.vtkCellPicker
 
isA(String) - Method in class vtk.vtkCellTypes
 
isA(String) - Method in class vtk.vtkCharArray
 
isA(String) - Method in class vtk.vtkCleanPolyData
 
isA(String) - Method in class vtk.vtkClipDataSet
 
isA(String) - Method in class vtk.vtkClipPolyData
 
isA(String) - Method in class vtk.vtkClipVolume
 
isA(String) - Method in class vtk.vtkCollection
 
isA(String) - Method in class vtk.vtkCollectionIterator
 
isA(String) - Method in class vtk.vtkColorTransferFunction
 
isA(String) - Method in class vtk.vtkCompositeDataCommand
 
isA(String) - Method in class vtk.vtkCompositeDataIterator
 
isA(String) - Method in class vtk.vtkCompositeDataSet
 
isA(String) - Method in class vtk.vtkCompositeDataVisitor
 
isA(String) - Method in class vtk.vtkCone
 
isA(String) - Method in class vtk.vtkConeSource
 
isA(String) - Method in class vtk.vtkConnectivityFilter
 
isA(String) - Method in class vtk.vtkContourFilter
 
isA(String) - Method in class vtk.vtkContourGrid
 
isA(String) - Method in class vtk.vtkContourValues
 
isA(String) - Method in class vtk.vtkConvexPointSet
 
isA(String) - Method in class vtk.vtkCoordinate
 
isA(String) - Method in class vtk.vtkCriticalSection
 
isA(String) - Method in class vtk.vtkCubeAxesActor2D
 
isA(String) - Method in class vtk.vtkCubeSource
 
isA(String) - Method in class vtk.vtkCuller
 
isA(String) - Method in class vtk.vtkCullerCollection
 
isA(String) - Method in class vtk.vtkCursor3D
 
isA(String) - Method in class vtk.vtkCurvatures
 
isA(String) - Method in class vtk.vtkCutter
 
isA(String) - Method in class vtk.vtkCylinder
 
isA(String) - Method in class vtk.vtkCylinderSource
 
isA(String) - Method in class vtk.vtkCylindricalTransform
 
isA(String) - Method in class vtk.vtkDEMReader
 
isA(String) - Method in class vtk.vtkDICOMImageReader
Static method for construction.
isA(String) - Method in class vtk.vtkDashedStreamLine
 
isA(String) - Method in class vtk.vtkDataArray
 
isA(String) - Method in class vtk.vtkDataArrayCollection
 
isA(String) - Method in class vtk.vtkDataArrayCollectionIterator
 
isA(String) - Method in class vtk.vtkDataArraySelection
 
isA(String) - Method in class vtk.vtkDataCompressor
 
isA(String) - Method in class vtk.vtkDataObject
 
isA(String) - Method in class vtk.vtkDataObjectCollection
 
isA(String) - Method in class vtk.vtkDataObjectReader
 
isA(String) - Method in class vtk.vtkDataObjectSource
 
isA(String) - Method in class vtk.vtkDataObjectToDataSetFilter
 
isA(String) - Method in class vtk.vtkDataObjectWriter
 
isA(String) - Method in class vtk.vtkDataReader
 
isA(String) - Method in class vtk.vtkDataSet
 
isA(String) - Method in class vtk.vtkDataSetAttributes
 
isA(String) - Method in class vtk.vtkDataSetCollection
 
isA(String) - Method in class vtk.vtkDataSetMapper
 
isA(String) - Method in class vtk.vtkDataSetReader
 
isA(String) - Method in class vtk.vtkDataSetSource
 
isA(String) - Method in class vtk.vtkDataSetSurfaceFilter
 
isA(String) - Method in class vtk.vtkDataSetToDataObjectFilter
 
isA(String) - Method in class vtk.vtkDataSetToDataSetFilter
 
isA(String) - Method in class vtk.vtkDataSetToImageFilter
 
isA(String) - Method in class vtk.vtkDataSetToPolyDataFilter
 
isA(String) - Method in class vtk.vtkDataSetToStructuredGridFilter
 
isA(String) - Method in class vtk.vtkDataSetToStructuredPointsFilter
 
isA(String) - Method in class vtk.vtkDataSetToUnstructuredGridFilter
 
isA(String) - Method in class vtk.vtkDataSetTriangleFilter
 
isA(String) - Method in class vtk.vtkDataSetWriter
 
isA(String) - Method in class vtk.vtkDataWriter
 
isA(String) - Method in class vtk.vtkDebugLeaks
 
isA(String) - Method in class vtk.vtkDecimate
 
isA(String) - Method in class vtk.vtkDecimatePro
 
isA(String) - Method in class vtk.vtkDelaunay2D
 
isA(String) - Method in class vtk.vtkDelaunay3D
 
isA(String) - Method in class vtk.vtkDepthSortPolyData
 
isA(String) - Method in class vtk.vtkDicer
 
isA(String) - Method in class vtk.vtkDirectionEncoder
Get the name of this class
isA(String) - Method in class vtk.vtkDirectory
Return the class name as a string.
isA(String) - Method in class vtk.vtkDiskSource
 
isA(String) - Method in class vtk.vtkDividingCubes
 
isA(String) - Method in class vtk.vtkDoubleArray
 
isA(String) - Method in class vtk.vtkDynamicLoader
 
isA(String) - Method in class vtk.vtkEarthSource
 
isA(String) - Method in class vtk.vtkEdgePoints
 
isA(String) - Method in class vtk.vtkEdgeTable
 
isA(String) - Method in class vtk.vtkElevationFilter
 
isA(String) - Method in class vtk.vtkEmptyCell
 
isA(String) - Method in class vtk.vtkEnSight6BinaryReader
 
isA(String) - Method in class vtk.vtkEnSight6Reader
 
isA(String) - Method in class vtk.vtkEnSightGoldBinaryReader
 
isA(String) - Method in class vtk.vtkEnSightGoldReader
 
isA(String) - Method in class vtk.vtkEnSightMasterServerReader
 
isA(String) - Method in class vtk.vtkEnSightReader
 
isA(String) - Method in class vtk.vtkEncodedGradientEstimator
 
isA(String) - Method in class vtk.vtkEncodedGradientShader
 
isA(String) - Method in class vtk.vtkExplicitCell
 
isA(String) - Method in class vtk.vtkExporter
 
isA(String) - Method in class vtk.vtkExtentSplitter
 
isA(String) - Method in class vtk.vtkExtentTranslator
 
isA(String) - Method in class vtk.vtkExtractEdges
 
isA(String) - Method in class vtk.vtkExtractGeometry
 
isA(String) - Method in class vtk.vtkExtractGrid
 
isA(String) - Method in class vtk.vtkExtractPolyDataGeometry
 
isA(String) - Method in class vtk.vtkExtractRectilinearGrid
 
isA(String) - Method in class vtk.vtkExtractTensorComponents
 
isA(String) - Method in class vtk.vtkExtractUnstructuredGrid
 
isA(String) - Method in class vtk.vtkExtractVOI
 
isA(String) - Method in class vtk.vtkExtractVectorComponents
 
isA(String) - Method in class vtk.vtkFeatureEdges
 
isA(String) - Method in class vtk.vtkFieldData
 
isA(String) - Method in class vtk.vtkFieldDataToAttributeDataFilter
 
isA(String) - Method in class vtk.vtkFileOutputWindow
 
isA(String) - Method in class vtk.vtkFiniteDifferenceGradientEstimator
 
isA(String) - Method in class vtk.vtkFloatArray
 
isA(String) - Method in class vtk.vtkFollower
 
isA(String) - Method in class vtk.vtkFrustumCoverageCuller
 
isA(String) - Method in class vtk.vtkFunctionParser
 
isA(String) - Method in class vtk.vtkFunctionSet
 
isA(String) - Method in class vtk.vtkGESignaReader
 
isA(String) - Method in class vtk.vtkGaussianCubeReader
 
isA(String) - Method in class vtk.vtkGaussianSplatter
 
isA(String) - Method in class vtk.vtkGeneralTransform
 
isA(String) - Method in class vtk.vtkGenericCell
 
isA(String) - Method in class vtk.vtkGenericEnSightReader
 
isA(String) - Method in class vtk.vtkGenericRenderWindowInteractor
 
isA(String) - Method in class vtk.vtkGeometryFilter
 
isA(String) - Method in class vtk.vtkGlyph2D
 
isA(String) - Method in class vtk.vtkGlyph3D
 
isA(String) - Method in class vtk.vtkGlyphSource2D
 
isA(String) - Method in class vtk.vtkGraphLayoutFilter
 
isA(String) - Method in class vtk.vtkGraphicsFactory
 
isA(String) - Method in class vtk.vtkGreedyTerrainDecimation
 
isA(String) - Method in class vtk.vtkGridSynchronizedTemplates3D
 
isA(String) - Method in class vtk.vtkGridTransform
 
isA(String) - Method in class vtk.vtkHeap
 
isA(String) - Method in class vtk.vtkHedgeHog
 
isA(String) - Method in class vtk.vtkHexahedron
 
isA(String) - Method in class vtk.vtkHierarchicalBoxApplyFilterCommand
 
isA(String) - Method in class vtk.vtkHierarchicalBoxCellDataToPointData
 
isA(String) - Method in class vtk.vtkHierarchicalBoxContour
 
isA(String) - Method in class vtk.vtkHierarchicalBoxCutter
 
isA(String) - Method in class vtk.vtkHierarchicalBoxDataSet
 
isA(String) - Method in class vtk.vtkHierarchicalBoxOutlineFilter
 
isA(String) - Method in class vtk.vtkHierarchicalBoxSource
 
isA(String) - Method in class vtk.vtkHierarchicalBoxToHierarchicalBoxFilter
 
isA(String) - Method in class vtk.vtkHierarchicalBoxToPolyDataFilter
 
isA(String) - Method in class vtk.vtkHierarchicalBoxVisitor
 
isA(String) - Method in class vtk.vtkHierarchicalDataIterator
 
isA(String) - Method in class vtk.vtkHierarchicalDataSet
 
isA(String) - Method in class vtk.vtkHomogeneousTransform
 
isA(String) - Method in class vtk.vtkHull
 
isA(String) - Method in class vtk.vtkHyperStreamline
 
isA(String) - Method in class vtk.vtkIVExporter
 
isA(String) - Method in class vtk.vtkIVWriter
 
isA(String) - Method in class vtk.vtkIdFilter
 
isA(String) - Method in class vtk.vtkIdList
 
isA(String) - Method in class vtk.vtkIdListCollection
 
isA(String) - Method in class vtk.vtkIdTypeArray
 
isA(String) - Method in class vtk.vtkIdentityTransform
 
isA(String) - Method in class vtk.vtkImageAccumulate
 
isA(String) - Method in class vtk.vtkImageActor
 
isA(String) - Method in class vtk.vtkImageAnisotropicDiffusion2D
 
isA(String) - Method in class vtk.vtkImageAnisotropicDiffusion3D
 
isA(String) - Method in class vtk.vtkImageAppend
 
isA(String) - Method in class vtk.vtkImageAppendComponents
 
isA(String) - Method in class vtk.vtkImageBlend
 
isA(String) - Method in class vtk.vtkImageButterworthHighPass
 
isA(String) - Method in class vtk.vtkImageButterworthLowPass
 
isA(String) - Method in class vtk.vtkImageCacheFilter
 
isA(String) - Method in class vtk.vtkImageCanvasSource2D
 
isA(String) - Method in class vtk.vtkImageCast
 
isA(String) - Method in class vtk.vtkImageChangeInformation
 
isA(String) - Method in class vtk.vtkImageCheckerboard
 
isA(String) - Method in class vtk.vtkImageCityBlockDistance
 
isA(String) - Method in class vtk.vtkImageClip
 
isA(String) - Method in class vtk.vtkImageConnector
 
isA(String) - Method in class vtk.vtkImageConstantPad
 
isA(String) - Method in class vtk.vtkImageContinuousDilate3D
Construct an instance of vtkImageContinuousDilate3D filter.
isA(String) - Method in class vtk.vtkImageContinuousErode3D
Construct an instance of vtkImageContinuousErode3D filter.
isA(String) - Method in class vtk.vtkImageConvolve
Construct an instance of vtkImageConvolve filter.
isA(String) - Method in class vtk.vtkImageCorrelation
 
isA(String) - Method in class vtk.vtkImageCursor3D
 
isA(String) - Method in class vtk.vtkImageData
 
isA(String) - Method in class vtk.vtkImageDataGeometryFilter
 
isA(String) - Method in class vtk.vtkImageDataStreamer
 
isA(String) - Method in class vtk.vtkImageDecomposeFilter
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3.
isA(String) - Method in class vtk.vtkImageDifference
 
isA(String) - Method in class vtk.vtkImageDilateErode3D
Construct an instance of vtkImageDilateErode3D filter.
isA(String) - Method in class vtk.vtkImageDivergence
 
isA(String) - Method in class vtk.vtkImageDotProduct
 
isA(String) - Method in class vtk.vtkImageEllipsoidSource
 
isA(String) - Method in class vtk.vtkImageEuclideanDistance
 
isA(String) - Method in class vtk.vtkImageEuclideanToPolar
 
isA(String) - Method in class vtk.vtkImageExport
 
isA(String) - Method in class vtk.vtkImageExtractComponents
 
isA(String) - Method in class vtk.vtkImageFFT
 
isA(String) - Method in class vtk.vtkImageFlip
 
isA(String) - Method in class vtk.vtkImageFourierCenter
 
isA(String) - Method in class vtk.vtkImageFourierFilter
 
isA(String) - Method in class vtk.vtkImageGaussianSmooth
 
isA(String) - Method in class vtk.vtkImageGaussianSource
 
isA(String) - Method in class vtk.vtkImageGradient
 
isA(String) - Method in class vtk.vtkImageGradientMagnitude
 
isA(String) - Method in class vtk.vtkImageGridSource
 
isA(String) - Method in class vtk.vtkImageHSIToRGB
 
isA(String) - Method in class vtk.vtkImageHSVToRGB
 
isA(String) - Method in class vtk.vtkImageHybridMedian2D
 
isA(String) - Method in class vtk.vtkImageIdealHighPass
 
isA(String) - Method in class vtk.vtkImageIdealLowPass
 
isA(String) - Method in class vtk.vtkImageImport
 
isA(String) - Method in class vtk.vtkImageInPlaceFilter
 
isA(String) - Method in class vtk.vtkImageIslandRemoval2D
Constructor: Sets default filter to be identity.
isA(String) - Method in class vtk.vtkImageIterateFilter
 
isA(String) - Method in class vtk.vtkImageLaplacian
 
isA(String) - Method in class vtk.vtkImageLogarithmicScale
 
isA(String) - Method in class vtk.vtkImageLogic
 
isA(String) - Method in class vtk.vtkImageLuminance
 
isA(String) - Method in class vtk.vtkImageMagnify
 
isA(String) - Method in class vtk.vtkImageMagnitude
 
isA(String) - Method in class vtk.vtkImageMandelbrotSource
 
isA(String) - Method in class vtk.vtkImageMapToColors
 
isA(String) - Method in class vtk.vtkImageMapToRGBA
 
isA(String) - Method in class vtk.vtkImageMapToWindowLevelColors
 
isA(String) - Method in class vtk.vtkImageMapper
 
isA(String) - Method in class vtk.vtkImageMarchingCubes
 
isA(String) - Method in class vtk.vtkImageMask
 
isA(String) - Method in class vtk.vtkImageMaskBits
 
isA(String) - Method in class vtk.vtkImageMathematics
 
isA(String) - Method in class vtk.vtkImageMedian3D
 
isA(String) - Method in class vtk.vtkImageMirrorPad
 
isA(String) - Method in class vtk.vtkImageMultipleInputFilter
 
isA(String) - Method in class vtk.vtkImageMultipleInputOutputFilter
 
isA(String) - Method in class vtk.vtkImageNoiseSource
 
isA(String) - Method in class vtk.vtkImageNonMaximumSuppression
 
isA(String) - Method in class vtk.vtkImageNormalize
 
isA(String) - Method in class vtk.vtkImageOpenClose3D
Default open value is 0, and default close value is 255.
isA(String) - Method in class vtk.vtkImagePadFilter
 
isA(String) - Method in class vtk.vtkImagePermute
 
isA(String) - Method in class vtk.vtkImagePlaneWidget
 
isA(String) - Method in class vtk.vtkImageQuantizeRGBToIndex
 
isA(String) - Method in class vtk.vtkImageRFFT
 
isA(String) - Method in class vtk.vtkImageRGBToHSI
 
isA(String) - Method in class vtk.vtkImageRGBToHSV
 
isA(String) - Method in class vtk.vtkImageRange3D
 
isA(String) - Method in class vtk.vtkImageReader
 
isA(String) - Method in class vtk.vtkImageReader2
 
isA(String) - Method in class vtk.vtkImageReader2Collection
 
isA(String) - Method in class vtk.vtkImageReader2Factory
 
isA(String) - Method in class vtk.vtkImageRectilinearWipe
 
isA(String) - Method in class vtk.vtkImageResample
 
isA(String) - Method in class vtk.vtkImageReslice
 
isA(String) - Method in class vtk.vtkImageSeedConnectivity
 
isA(String) - Method in class vtk.vtkImageSeparableConvolution
 
isA(String) - Method in class vtk.vtkImageShiftScale
 
isA(String) - Method in class vtk.vtkImageShrink3D
 
isA(String) - Method in class vtk.vtkImageSinusoidSource
 
isA(String) - Method in class vtk.vtkImageSkeleton2D
 
isA(String) - Method in class vtk.vtkImageSobel2D
 
isA(String) - Method in class vtk.vtkImageSobel3D
 
isA(String) - Method in class vtk.vtkImageSource
 
isA(String) - Method in class vtk.vtkImageSpatialFilter
 
isA(String) - Method in class vtk.vtkImageStencil
 
isA(String) - Method in class vtk.vtkImageStencilData
 
isA(String) - Method in class vtk.vtkImageStencilSource
 
isA(String) - Method in class vtk.vtkImageThreshold
 
isA(String) - Method in class vtk.vtkImageToImageFilter
 
isA(String) - Method in class vtk.vtkImageToImageStencil
 
isA(String) - Method in class vtk.vtkImageToPolyDataFilter
 
isA(String) - Method in class vtk.vtkImageToStructuredPoints
 
isA(String) - Method in class vtk.vtkImageTracerWidget
 
isA(String) - Method in class vtk.vtkImageTranslateExtent
 
isA(String) - Method in class vtk.vtkImageTwoInputFilter
 
isA(String) - Method in class vtk.vtkImageVariance3D
 
isA(String) - Method in class vtk.vtkImageViewer
 
isA(String) - Method in class vtk.vtkImageViewer2
 
isA(String) - Method in class vtk.vtkImageWrapPad
 
isA(String) - Method in class vtk.vtkImageWriter
 
isA(String) - Method in class vtk.vtkImagingFactory
 
isA(String) - Method in class vtk.vtkImplicitBoolean
 
isA(String) - Method in class vtk.vtkImplicitDataSet
 
isA(String) - Method in class vtk.vtkImplicitFunction
 
isA(String) - Method in class vtk.vtkImplicitFunctionCollection
 
isA(String) - Method in class vtk.vtkImplicitFunctionToImageStencil
 
isA(String) - Method in class vtk.vtkImplicitModeller
 
isA(String) - Method in class vtk.vtkImplicitPlaneWidget
 
isA(String) - Method in class vtk.vtkImplicitSelectionLoop
 
isA(String) - Method in class vtk.vtkImplicitSum
 
isA(String) - Method in class vtk.vtkImplicitTextureCoords
 
isA(String) - Method in class vtk.vtkImplicitVolume
 
isA(String) - Method in class vtk.vtkImplicitWindowFunction
 
isA(String) - Method in class vtk.vtkImporter
 
isA(String) - Method in class vtk.vtkInitialValueProblemSolver
 
isA(String) - Method in class vtk.vtkInputStream
 
isA(String) - Method in class vtk.vtkInstantiator
 
isA(String) - Method in class vtk.vtkIntArray
 
isA(String) - Method in class vtk.vtkInteractorEventRecorder
 
isA(String) - Method in class vtk.vtkInteractorObserver
 
isA(String) - Method in class vtk.vtkInteractorStyle
 
isA(String) - Method in class vtk.vtkInteractorStyleFlight
 
isA(String) - Method in class vtk.vtkInteractorStyleImage
 
isA(String) - Method in class vtk.vtkInteractorStyleJoystickActor
 
isA(String) - Method in class vtk.vtkInteractorStyleJoystickCamera
 
isA(String) - Method in class vtk.vtkInteractorStyleRubberBandZoom
 
isA(String) - Method in class vtk.vtkInteractorStyleSwitch
 
isA(String) - Method in class vtk.vtkInteractorStyleTerrain
 
isA(String) - Method in class vtk.vtkInteractorStyleTrackball
 
isA(String) - Method in class vtk.vtkInteractorStyleTrackballActor
 
isA(String) - Method in class vtk.vtkInteractorStyleTrackballCamera
 
isA(String) - Method in class vtk.vtkInteractorStyleUnicam
 
isA(String) - Method in class vtk.vtkInteractorStyleUser
 
isA(String) - Method in class vtk.vtkInterpolateDataSetAttributes
 
isA(String) - Method in class vtk.vtkInterpolatedVelocityField
 
isA(String) - Method in class vtk.vtkInterpolatingSubdivisionFilter
 
isA(String) - Method in class vtk.vtkIterativeClosestPointTransform
 
isA(String) - Method in class vtk.vtkJPEGReader
 
isA(String) - Method in class vtk.vtkJPEGWriter
 
isA(String) - Method in class vtk.vtkKitwareContourFilter
 
isA(String) - Method in class vtk.vtkKitwareCutter
 
isA(String) - Method in class vtk.vtkKochanekSpline
 
isA(String) - Method in class vtk.vtkLODActor
 
isA(String) - Method in class vtk.vtkLODProp3D
 
isA(String) - Method in class vtk.vtkLabeledDataMapper
 
isA(String) - Method in class vtk.vtkLandmarkTransform
 
isA(String) - Method in class vtk.vtkLegendBoxActor
 
isA(String) - Method in class vtk.vtkLight
 
isA(String) - Method in class vtk.vtkLightCollection
 
isA(String) - Method in class vtk.vtkLightKit
 
isA(String) - Method in class vtk.vtkLine
 
isA(String) - Method in class vtk.vtkLineSource
 
isA(String) - Method in class vtk.vtkLineWidget
 
isA(String) - Method in class vtk.vtkLinearExtrusionFilter
 
isA(String) - Method in class vtk.vtkLinearSubdivisionFilter
Construct object with NumberOfSubdivisions set to 1.
isA(String) - Method in class vtk.vtkLinearTransform
 
isA(String) - Method in class vtk.vtkLinkEdgels
 
isA(String) - Method in class vtk.vtkLocator
 
isA(String) - Method in class vtk.vtkLogLookupTable
 
isA(String) - Method in class vtk.vtkLongArray
 
isA(String) - Method in class vtk.vtkLookupTable
 
isA(String) - Method in class vtk.vtkLoopSubdivisionFilter
Construct object with NumberOfSubdivisions set to 1.
isA(String) - Method in class vtk.vtkMCubesReader
 
isA(String) - Method in class vtk.vtkMCubesWriter
 
isA(String) - Method in class vtk.vtkMapper
 
isA(String) - Method in class vtk.vtkMapper2D
 
isA(String) - Method in class vtk.vtkMapperCollection
 
isA(String) - Method in class vtk.vtkMarchingContourFilter
 
isA(String) - Method in class vtk.vtkMarchingCubes
 
isA(String) - Method in class vtk.vtkMarchingSquares
 
isA(String) - Method in class vtk.vtkMaskFields
 
isA(String) - Method in class vtk.vtkMaskPoints
 
isA(String) - Method in class vtk.vtkMaskPolyData
 
isA(String) - Method in class vtk.vtkMassProperties
 
isA(String) - Method in class vtk.vtkMath
 
isA(String) - Method in class vtk.vtkMatrix4x4
 
isA(String) - Method in class vtk.vtkMatrixToHomogeneousTransform
 
isA(String) - Method in class vtk.vtkMatrixToLinearTransform
 
isA(String) - Method in class vtk.vtkMedicalImageReader2
 
isA(String) - Method in class vtk.vtkMergeDataObjectFilter
 
isA(String) - Method in class vtk.vtkMergeFields
 
isA(String) - Method in class vtk.vtkMergeFilter
 
isA(String) - Method in class vtk.vtkMergePoints
 
isA(String) - Method in class vtk.vtkMeshQuality
 
isA(String) - Method in class vtk.vtkMetaImageReader
 
isA(String) - Method in class vtk.vtkMetaImageWriter
 
isA(String) - Method in class vtk.vtkMoleculeReaderBase
 
isA(String) - Method in class vtk.vtkMultiBlockApplyFilterCommand
 
isA(String) - Method in class vtk.vtkMultiBlockDataIterator
 
isA(String) - Method in class vtk.vtkMultiBlockDataSet
 
isA(String) - Method in class vtk.vtkMultiBlockDataVisitor
 
isA(String) - Method in class vtk.vtkMultiPartExtentTranslator
 
isA(String) - Method in class vtk.vtkMultiThreader
 
isA(String) - Method in class vtk.vtkMutexLock
 
isA(String) - Method in class vtk.vtkNonLinearCell
 
isA(String) - Method in class vtk.vtkOBBDicer
 
isA(String) - Method in class vtk.vtkOBBTree
 
isA(String) - Method in class vtk.vtkOBJExporter
 
isA(String) - Method in class vtk.vtkOBJReader
 
isA(String) - Method in class vtk.vtkOOGLExporter
 
isA(String) - Method in class vtk.vtkObject
 
isA(String) - Method in class vtk.vtkObjectBase
Return 1 if this class is the same type of (or a subclass of) the named class.
isA(String) - Method in class vtk.vtkObjectFactory
 
isA(String) - Method in class vtk.vtkObjectFactoryCollection
 
isA(String) - Method in class vtk.vtkOpenGLActor
 
isA(String) - Method in class vtk.vtkOpenGLCamera
 
isA(String) - Method in class vtk.vtkOpenGLFreeTypeTextMapper
 
isA(String) - Method in class vtk.vtkOpenGLImageActor
 
isA(String) - Method in class vtk.vtkOpenGLImageMapper
 
isA(String) - Method in class vtk.vtkOpenGLLight
 
isA(String) - Method in class vtk.vtkOpenGLPolyDataMapper
 
isA(String) - Method in class vtk.vtkOpenGLPolyDataMapper2D
 
isA(String) - Method in class vtk.vtkOpenGLProperty
 
isA(String) - Method in class vtk.vtkOpenGLRayCastImageDisplayHelper
 
isA(String) - Method in class vtk.vtkOpenGLRenderWindow
 
isA(String) - Method in class vtk.vtkOpenGLRenderer
 
isA(String) - Method in class vtk.vtkOpenGLTexture
 
isA(String) - Method in class vtk.vtkOpenGLVolumeRayCastMapper
 
isA(String) - Method in class vtk.vtkOpenGLVolumeTextureMapper2D
 
isA(String) - Method in class vtk.vtkOrderedTriangulator
 
isA(String) - Method in class vtk.vtkOutlineCornerFilter
 
isA(String) - Method in class vtk.vtkOutlineCornerSource
 
isA(String) - Method in class vtk.vtkOutlineFilter
 
isA(String) - Method in class vtk.vtkOutlineSource
 
isA(String) - Method in class vtk.vtkOutputStream
 
isA(String) - Method in class vtk.vtkOutputWindow
 
isA(String) - Method in class vtk.vtkOverrideInformation
 
isA(String) - Method in class vtk.vtkOverrideInformationCollection
 
isA(String) - Method in class vtk.vtkPCAAnalysisFilter
 
isA(String) - Method in class vtk.vtkPDBReader
 
isA(String) - Method in class vtk.vtkPLOT3DReader
 
isA(String) - Method in class vtk.vtkPLYReader
 
isA(String) - Method in class vtk.vtkPLYWriter
 
isA(String) - Method in class vtk.vtkPNGReader
 
isA(String) - Method in class vtk.vtkPNGWriter
 
isA(String) - Method in class vtk.vtkPNMReader
 
isA(String) - Method in class vtk.vtkPNMWriter
 
isA(String) - Method in class vtk.vtkParallelCoordinatesActor
 
isA(String) - Method in class vtk.vtkParticleReader
 
isA(String) - Method in class vtk.vtkPerlinNoise
 
isA(String) - Method in class vtk.vtkPerspectiveTransform
 
isA(String) - Method in class vtk.vtkPicker
 
isA(String) - Method in class vtk.vtkPiecewiseFunction
 
isA(String) - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
isA(String) - Method in class vtk.vtkPiecewiseFunctionSource
 
isA(String) - Method in class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilter
 
isA(String) - Method in class vtk.vtkPixel
 
isA(String) - Method in class vtk.vtkPlane
 
isA(String) - Method in class vtk.vtkPlaneCollection
 
isA(String) - Method in class vtk.vtkPlaneSource
 
isA(String) - Method in class vtk.vtkPlaneWidget
 
isA(String) - Method in class vtk.vtkPlanes
 
isA(String) - Method in class vtk.vtkPlatonicSolidSource
 
isA(String) - Method in class vtk.vtkPointData
 
isA(String) - Method in class vtk.vtkPointDataToCellData
 
isA(String) - Method in class vtk.vtkPointLoad
 
isA(String) - Method in class vtk.vtkPointLocator
 
isA(String) - Method in class vtk.vtkPointPicker
 
isA(String) - Method in class vtk.vtkPointSet
 
isA(String) - Method in class vtk.vtkPointSetSource
 
isA(String) - Method in class vtk.vtkPointSetToPointSetFilter
 
isA(String) - Method in class vtk.vtkPointSource
 
isA(String) - Method in class vtk.vtkPointWidget
 
isA(String) - Method in class vtk.vtkPoints
 
isA(String) - Method in class vtk.vtkPolyData
 
isA(String) - Method in class vtk.vtkPolyDataCollection
 
isA(String) - Method in class vtk.vtkPolyDataConnectivityFilter
 
isA(String) - Method in class vtk.vtkPolyDataMapper
 
isA(String) - Method in class vtk.vtkPolyDataMapper2D
 
isA(String) - Method in class vtk.vtkPolyDataNormals
 
isA(String) - Method in class vtk.vtkPolyDataReader
 
isA(String) - Method in class vtk.vtkPolyDataSource
 
isA(String) - Method in class vtk.vtkPolyDataSourceWidget
 
isA(String) - Method in class vtk.vtkPolyDataStreamer
 
isA(String) - Method in class vtk.vtkPolyDataToImageStencil
 
isA(String) - Method in class vtk.vtkPolyDataToPolyDataFilter
 
isA(String) - Method in class vtk.vtkPolyDataWriter
 
isA(String) - Method in class vtk.vtkPolyLine
 
isA(String) - Method in class vtk.vtkPolyVertex
 
isA(String) - Method in class vtk.vtkPolygon
 
isA(String) - Method in class vtk.vtkPostScriptWriter
 
isA(String) - Method in class vtk.vtkPriorityQueue
 
isA(String) - Method in class vtk.vtkProbeFilter
 
isA(String) - Method in class vtk.vtkProcessObject
 
isA(String) - Method in class vtk.vtkProcrustesAlignmentFilter
 
isA(String) - Method in class vtk.vtkProgrammableAttributeDataFilter
 
isA(String) - Method in class vtk.vtkProgrammableDataObjectSource
 
isA(String) - Method in class vtk.vtkProgrammableFilter
 
isA(String) - Method in class vtk.vtkProgrammableGlyphFilter
 
isA(String) - Method in class vtk.vtkProgrammableSource
 
isA(String) - Method in class vtk.vtkProjectedTexture
 
isA(String) - Method in class vtk.vtkProp
 
isA(String) - Method in class vtk.vtkProp3D
 
isA(String) - Method in class vtk.vtkProp3DCollection
 
isA(String) - Method in class vtk.vtkPropAssembly
 
isA(String) - Method in class vtk.vtkPropCollection
 
isA(String) - Method in class vtk.vtkPropPicker
 
isA(String) - Method in class vtk.vtkProperty
 
isA(String) - Method in class vtk.vtkProperty2D
 
isA(String) - Method in class vtk.vtkPushImageFilterSample
 
isA(String) - Method in class vtk.vtkPushImageReader
 
isA(String) - Method in class vtk.vtkPushPipeline
 
isA(String) - Method in class vtk.vtkPyramid
 
isA(String) - Method in class vtk.vtkQuad
 
isA(String) - Method in class vtk.vtkQuadraticEdge
 
isA(String) - Method in class vtk.vtkQuadraticHexahedron
 
isA(String) - Method in class vtk.vtkQuadraticQuad
 
isA(String) - Method in class vtk.vtkQuadraticTetra
 
isA(String) - Method in class vtk.vtkQuadraticTriangle
 
isA(String) - Method in class vtk.vtkQuadric
 
isA(String) - Method in class vtk.vtkQuadricClustering
 
isA(String) - Method in class vtk.vtkQuadricDecimation
 
isA(String) - Method in class vtk.vtkQuantizePolyDataPoints
 
isA(String) - Method in class vtk.vtkRIBExporter
 
isA(String) - Method in class vtk.vtkRIBLight
 
isA(String) - Method in class vtk.vtkRIBProperty
 
isA(String) - Method in class vtk.vtkRayCastImageDisplayHelper
 
isA(String) - Method in class vtk.vtkRearrangeFields
 
isA(String) - Method in class vtk.vtkRectilinearGrid
 
isA(String) - Method in class vtk.vtkRectilinearGridGeometryFilter
 
isA(String) - Method in class vtk.vtkRectilinearGridReader
 
isA(String) - Method in class vtk.vtkRectilinearGridSource
 
isA(String) - Method in class vtk.vtkRectilinearGridToPolyDataFilter
 
isA(String) - Method in class vtk.vtkRectilinearGridToTetrahedra
 
isA(String) - Method in class vtk.vtkRectilinearGridWriter
 
isA(String) - Method in class vtk.vtkRectilinearSynchronizedTemplates
 
isA(String) - Method in class vtk.vtkRecursiveDividingCubes
 
isA(String) - Method in class vtk.vtkRecursiveSphereDirectionEncoder
 
isA(String) - Method in class vtk.vtkReferenceCount
 
isA(String) - Method in class vtk.vtkReflectionFilter
 
isA(String) - Method in class vtk.vtkRenderLargeImage
 
isA(String) - Method in class vtk.vtkRenderWindow
 
isA(String) - Method in class vtk.vtkRenderWindowCollection
 
isA(String) - Method in class vtk.vtkRenderWindowInteractor
 
isA(String) - Method in class vtk.vtkRenderer
 
isA(String) - Method in class vtk.vtkRendererCollection
 
isA(String) - Method in class vtk.vtkRendererSource
 
isA(String) - Method in class vtk.vtkReverseSense
 
isA(String) - Method in class vtk.vtkRibbonFilter
 
isA(String) - Method in class vtk.vtkRotationalExtrusionFilter
 
isA(String) - Method in class vtk.vtkRuledSurfaceFilter
 
isA(String) - Method in class vtk.vtkRungeKutta2
 
isA(String) - Method in class vtk.vtkRungeKutta4
 
isA(String) - Method in class vtk.vtkRungeKutta45
 
isA(String) - Method in class vtk.vtkSLCReader
 
isA(String) - Method in class vtk.vtkSTLReader
 
isA(String) - Method in class vtk.vtkSTLWriter
 
isA(String) - Method in class vtk.vtkSampleFunction
 
isA(String) - Method in class vtk.vtkScalarBarActor
 
isA(String) - Method in class vtk.vtkScalarBarWidget
 
isA(String) - Method in class vtk.vtkScalarTree
 
isA(String) - Method in class vtk.vtkScalarsToColors
 
isA(String) - Method in class vtk.vtkScaledTextActor
 
isA(String) - Method in class vtk.vtkSelectPolyData
 
isA(String) - Method in class vtk.vtkSelectVisiblePoints
 
isA(String) - Method in class vtk.vtkShepardMethod
 
isA(String) - Method in class vtk.vtkShortArray
 
isA(String) - Method in class vtk.vtkShrinkFilter
 
isA(String) - Method in class vtk.vtkShrinkPolyData
 
isA(String) - Method in class vtk.vtkSimpleElevationFilter
 
isA(String) - Method in class vtk.vtkSimpleImageFilterExample
 
isA(String) - Method in class vtk.vtkSimpleImageToImageFilter
 
isA(String) - Method in class vtk.vtkSimpleScalarTree
Standard type related macros and PrintSelf() method.
isA(String) - Method in class vtk.vtkSliceCubes
 
isA(String) - Method in class vtk.vtkSmoothPolyDataFilter
 
isA(String) - Method in class vtk.vtkSource
 
isA(String) - Method in class vtk.vtkSpatialRepresentationFilter
 
isA(String) - Method in class vtk.vtkSphere
 
isA(String) - Method in class vtk.vtkSpherePuzzle
 
isA(String) - Method in class vtk.vtkSpherePuzzleArrows
 
isA(String) - Method in class vtk.vtkSphereSource
 
isA(String) - Method in class vtk.vtkSphereWidget
 
isA(String) - Method in class vtk.vtkSphericalTransform
 
isA(String) - Method in class vtk.vtkSpline
 
isA(String) - Method in class vtk.vtkSplineFilter
 
isA(String) - Method in class vtk.vtkSplineWidget
 
isA(String) - Method in class vtk.vtkSplitField
 
isA(String) - Method in class vtk.vtkStreamLine
 
isA(String) - Method in class vtk.vtkStreamPoints
 
isA(String) - Method in class vtk.vtkStreamTracer
 
isA(String) - Method in class vtk.vtkStreamer
 
isA(String) - Method in class vtk.vtkStripper
 
isA(String) - Method in class vtk.vtkStructuredData
 
isA(String) - Method in class vtk.vtkStructuredGrid
 
isA(String) - Method in class vtk.vtkStructuredGridGeometryFilter
 
isA(String) - Method in class vtk.vtkStructuredGridOutlineFilter
 
isA(String) - Method in class vtk.vtkStructuredGridReader
 
isA(String) - Method in class vtk.vtkStructuredGridSource
 
isA(String) - Method in class vtk.vtkStructuredGridToPolyDataFilter
 
isA(String) - Method in class vtk.vtkStructuredGridToStructuredGridFilter
 
isA(String) - Method in class vtk.vtkStructuredGridWriter
 
isA(String) - Method in class vtk.vtkStructuredPoints
 
isA(String) - Method in class vtk.vtkStructuredPointsCollection
 
isA(String) - Method in class vtk.vtkStructuredPointsGeometryFilter
 
isA(String) - Method in class vtk.vtkStructuredPointsReader
 
isA(String) - Method in class vtk.vtkStructuredPointsSource
 
isA(String) - Method in class vtk.vtkStructuredPointsToPolyDataFilter
 
isA(String) - Method in class vtk.vtkStructuredPointsToStructuredPointsFilter
 
isA(String) - Method in class vtk.vtkStructuredPointsToUnstructuredGridFilter
 
isA(String) - Method in class vtk.vtkStructuredPointsWriter
 
isA(String) - Method in class vtk.vtkStructuredVisibilityConstraint
 
isA(String) - Method in class vtk.vtkSubPixelPositionEdgels
 
isA(String) - Method in class vtk.vtkSubdivideTetra
 
isA(String) - Method in class vtk.vtkSuperquadric
 
isA(String) - Method in class vtk.vtkSuperquadricSource
 
isA(String) - Method in class vtk.vtkSurfaceReconstructionFilter
 
isA(String) - Method in class vtk.vtkSweptSurface
 
isA(String) - Method in class vtk.vtkSynchronizedTemplates2D
 
isA(String) - Method in class vtk.vtkSynchronizedTemplates3D
 
isA(String) - Method in class vtk.vtkTIFFReader
 
isA(String) - Method in class vtk.vtkTIFFWriter
 
isA(String) - Method in class vtk.vtkTableExtentTranslator
 
isA(String) - Method in class vtk.vtkTensor
 
isA(String) - Method in class vtk.vtkTensorGlyph
 
isA(String) - Method in class vtk.vtkTesting
 
isA(String) - Method in class vtk.vtkTetra
 
isA(String) - Method in class vtk.vtkTextActor
 
isA(String) - Method in class vtk.vtkTextMapper
 
isA(String) - Method in class vtk.vtkTextProperty
 
isA(String) - Method in class vtk.vtkTextSource
 
isA(String) - Method in class vtk.vtkTexture
 
isA(String) - Method in class vtk.vtkTextureMapToCylinder
 
isA(String) - Method in class vtk.vtkTextureMapToPlane
 
isA(String) - Method in class vtk.vtkTextureMapToSphere
 
isA(String) - Method in class vtk.vtkTexturedSphereSource
 
isA(String) - Method in class vtk.vtkThinPlateSplineTransform
 
isA(String) - Method in class vtk.vtkThreshold
 
isA(String) - Method in class vtk.vtkThresholdPoints
 
isA(String) - Method in class vtk.vtkThresholdTextureCoords
 
isA(String) - Method in class vtk.vtkTimerLog
 
isA(String) - Method in class vtk.vtkTransform
 
isA(String) - Method in class vtk.vtkTransformCollection
 
isA(String) - Method in class vtk.vtkTransformFilter
 
isA(String) - Method in class vtk.vtkTransformPolyDataFilter
 
isA(String) - Method in class vtk.vtkTransformTextureCoords
 
isA(String) - Method in class vtk.vtkTransformToGrid
 
isA(String) - Method in class vtk.vtkTriangle
 
isA(String) - Method in class vtk.vtkTriangleFilter
 
isA(String) - Method in class vtk.vtkTriangleStrip
 
isA(String) - Method in class vtk.vtkTriangularTCoords
 
isA(String) - Method in class vtk.vtkTriangularTexture
 
isA(String) - Method in class vtk.vtkTubeFilter
 
isA(String) - Method in class vtk.vtkUGFacetReader
 
isA(String) - Method in class vtk.vtkUniformGrid
 
isA(String) - Method in class vtk.vtkUnsignedCharArray
 
isA(String) - Method in class vtk.vtkUnsignedIntArray
 
isA(String) - Method in class vtk.vtkUnsignedLongArray
 
isA(String) - Method in class vtk.vtkUnsignedShortArray
 
isA(String) - Method in class vtk.vtkUnstructuredGrid
 
isA(String) - Method in class vtk.vtkUnstructuredGridBunykRayCastFunction
 
isA(String) - Method in class vtk.vtkUnstructuredGridReader
 
isA(String) - Method in class vtk.vtkUnstructuredGridSource
 
isA(String) - Method in class vtk.vtkUnstructuredGridToPolyDataFilter
 
isA(String) - Method in class vtk.vtkUnstructuredGridToUnstructuredGridFilter
 
isA(String) - Method in class vtk.vtkUnstructuredGridVolumeMapper
 
isA(String) - Method in class vtk.vtkUnstructuredGridVolumeRayCastFunction
 
isA(String) - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
 
isA(String) - Method in class vtk.vtkUnstructuredGridWriter
 
isA(String) - Method in class vtk.vtkVRMLExporter
 
isA(String) - Method in class vtk.vtkVRMLImporter
 
isA(String) - Method in class vtk.vtkVectorDot
 
isA(String) - Method in class vtk.vtkVectorNorm
 
isA(String) - Method in class vtk.vtkVectorText
 
isA(String) - Method in class vtk.vtkVersion
 
isA(String) - Method in class vtk.vtkVertex
 
isA(String) - Method in class vtk.vtkVideoSource
 
isA(String) - Method in class vtk.vtkViewport
 
isA(String) - Method in class vtk.vtkVoidArray
 
isA(String) - Method in class vtk.vtkVolume
 
isA(String) - Method in class vtk.vtkVolume16Reader
 
isA(String) - Method in class vtk.vtkVolumeCollection
 
isA(String) - Method in class vtk.vtkVolumeMapper
 
isA(String) - Method in class vtk.vtkVolumeProMapper
 
isA(String) - Method in class vtk.vtkVolumeProperty
 
isA(String) - Method in class vtk.vtkVolumeRayCastCompositeFunction
 
isA(String) - Method in class vtk.vtkVolumeRayCastFunction
 
isA(String) - Method in class vtk.vtkVolumeRayCastIsosurfaceFunction
 
isA(String) - Method in class vtk.vtkVolumeRayCastMIPFunction
 
isA(String) - Method in class vtk.vtkVolumeRayCastMapper
 
isA(String) - Method in class vtk.vtkVolumeReader
 
isA(String) - Method in class vtk.vtkVolumeTextureMapper
 
isA(String) - Method in class vtk.vtkVolumeTextureMapper2D
 
isA(String) - Method in class vtk.vtkVoxel
 
isA(String) - Method in class vtk.vtkVoxelContoursToSurfaceFilter
 
isA(String) - Method in class vtk.vtkVoxelModeller
 
isA(String) - Method in class vtk.vtkWarpLens
 
isA(String) - Method in class vtk.vtkWarpScalar
 
isA(String) - Method in class vtk.vtkWarpTo
 
isA(String) - Method in class vtk.vtkWarpTransform
 
isA(String) - Method in class vtk.vtkWarpVector
 
isA(String) - Method in class vtk.vtkWedge
 
isA(String) - Method in class vtk.vtkWeightedTransformFilter
 
isA(String) - Method in class vtk.vtkWindow
 
isA(String) - Method in class vtk.vtkWindowLevelLookupTable
 
isA(String) - Method in class vtk.vtkWindowToImageFilter
 
isA(String) - Method in class vtk.vtkWindowedSincPolyDataFilter
 
isA(String) - Method in class vtk.vtkWorldPointPicker
 
isA(String) - Method in class vtk.vtkWriter
 
isA(String) - Method in class vtk.vtkXMLDataElement
 
isA(String) - Method in class vtk.vtkXMLDataParser
 
isA(String) - Method in class vtk.vtkXMLDataReader
 
isA(String) - Method in class vtk.vtkXMLDataSetWriter
 
isA(String) - Method in class vtk.vtkXMLFileOutputWindow
 
isA(String) - Method in class vtk.vtkXMLFileReadTester
 
isA(String) - Method in class vtk.vtkXMLImageDataReader
 
isA(String) - Method in class vtk.vtkXMLImageDataWriter
 
isA(String) - Method in class vtk.vtkXMLPDataReader
 
isA(String) - Method in class vtk.vtkXMLPDataSetWriter
 
isA(String) - Method in class vtk.vtkXMLPDataWriter
 
isA(String) - Method in class vtk.vtkXMLPImageDataReader
 
isA(String) - Method in class vtk.vtkXMLPImageDataWriter
 
isA(String) - Method in class vtk.vtkXMLPPolyDataReader
 
isA(String) - Method in class vtk.vtkXMLPPolyDataWriter
 
isA(String) - Method in class vtk.vtkXMLPRectilinearGridReader
 
isA(String) - Method in class vtk.vtkXMLPRectilinearGridWriter
 
isA(String) - Method in class vtk.vtkXMLPStructuredDataReader
 
isA(String) - Method in class vtk.vtkXMLPStructuredDataWriter
 
isA(String) - Method in class vtk.vtkXMLPStructuredGridReader
 
isA(String) - Method in class vtk.vtkXMLPStructuredGridWriter
 
isA(String) - Method in class vtk.vtkXMLPUnstructuredDataReader
 
isA(String) - Method in class vtk.vtkXMLPUnstructuredDataWriter
 
isA(String) - Method in class vtk.vtkXMLPUnstructuredGridReader
 
isA(String) - Method in class vtk.vtkXMLPUnstructuredGridWriter
 
isA(String) - Method in class vtk.vtkXMLParser
 
isA(String) - Method in class vtk.vtkXMLPolyDataReader
 
isA(String) - Method in class vtk.vtkXMLPolyDataWriter
 
isA(String) - Method in class vtk.vtkXMLReader
 
isA(String) - Method in class vtk.vtkXMLRectilinearGridReader
 
isA(String) - Method in class vtk.vtkXMLRectilinearGridWriter
 
isA(String) - Method in class vtk.vtkXMLStructuredDataReader
 
isA(String) - Method in class vtk.vtkXMLStructuredDataWriter
 
isA(String) - Method in class vtk.vtkXMLStructuredGridReader
 
isA(String) - Method in class vtk.vtkXMLStructuredGridWriter
 
isA(String) - Method in class vtk.vtkXMLUnstructuredDataReader
 
isA(String) - Method in class vtk.vtkXMLUnstructuredDataWriter
 
isA(String) - Method in class vtk.vtkXMLUnstructuredGridReader
 
isA(String) - Method in class vtk.vtkXMLUnstructuredGridWriter
 
isA(String) - Method in class vtk.vtkXMLUtilities
 
isA(String) - Method in class vtk.vtkXMLWriter
 
isA(String) - Method in class vtk.vtkXOpenGLRenderWindow
 
isA(String) - Method in class vtk.vtkXRenderWindowInteractor
 
isA(String) - Method in class vtk.vtkXYPlotActor
 
isA(String) - Method in class vtk.vtkXYPlotWidget
 
isA(String) - Method in class vtk.vtkXYZMolReader
 
isA(String) - Method in class vtk.vtkZLibDataCompressor
 
isARayCastMapper() - Method in class vtk.vtkAbstractMapper3D
Is this a ray cast mapper?
isARenderIntoImageMapper() - Method in class vtk.vtkAbstractMapper3D
Is this a "render into image" mapper?
isAdaptive() - Method in class vtk.vtkInitialValueProblemSolver
 
isArrayAnAttribute(int) - Method in class vtk.vtkDataSetAttributes
Determine whether a data array of index idx is considered a data set attribute (i.e., scalar, vector, tensor, etc).
isCellVisible(int) - Method in class vtk.vtkStructuredGrid
Return non-zero value if specified point is visible.
isCellVisible(int) - Method in class vtk.vtkUniformGrid
Return non-zero value if specified point is visible.
isConstrained() - Method in class vtk.vtkStructuredVisibilityConstraint
 
isConsumer(vtkObject) - Method in class vtk.vtkAbstractMapper
Add or remove or get or check a consumer,
isConsumer(vtkObject) - Method in class vtk.vtkDataObject
Add or remove or get or check a consumer,
isDirect() - Method in class vtk.vtkRenderWindow
Is this render window using hardware acceleration?
isDirect() - Method in class vtk.vtkXOpenGLRenderWindow
Is this render window using hardware acceleration?
isDoneWithTraversal() - Method in class vtk.vtkCollectionIterator
Test whether the iterator is currently positioned at a valid item.
isDoneWithTraversal() - Method in class vtk.vtkCompositeDataIterator
Test whether the iterator is currently pointing to a valid item.
isDoneWithTraversal() - Method in class vtk.vtkHierarchicalDataIterator
Test whether the iterator is currently pointing to a valid item.
isDoneWithTraversal() - Method in class vtk.vtkMultiBlockDataIterator
Test whether the iterator is currently pointing to a valid item.
isEdge(int, int) - Method in class vtk.vtkEdgeTable
Return an integer id for the edge, or an attribute id of the edge (p1,p2) if the edge has been previously defined (it depends upon which version of InsertEdge() is being used); otherwise -1.
isEdge(int, int) - Method in class vtk.vtkPolyData
Determine whether two points form an edge.
isEqualTo(vtkXMLDataElement) - Method in class vtk.vtkXMLDataElement
Check if the instance has the same name, attributes and nested elements contents than the given element (this method is applied recursively on the nested elements, and they must be stored in the same order).
isExplicitCell() - Method in class vtk.vtkCell
Get the point coordinates for the cell.
isExplicitCell() - Method in class vtk.vtkExplicitCell
Set/Get the cell id.
isFilePolyData() - Method in class vtk.vtkDataReader
Is the file a valid vtk file of the passed dataset type ?
isFileRectilinearGrid() - Method in class vtk.vtkDataReader
Is the file a valid vtk file of the passed dataset type ?
isFileStructuredGrid() - Method in class vtk.vtkDataReader
Is the file a valid vtk file of the passed dataset type ?
isFileStructuredPoints() - Method in class vtk.vtkDataReader
Is the file a valid vtk file of the passed dataset type ?
isFileUnstructuredGrid() - Method in class vtk.vtkDataReader
Is the file a valid vtk file of the passed dataset type ?
isFileValid(String) - Method in class vtk.vtkDataReader
Is the file a valid vtk file of the passed dataset type ?
isHomogeneous() - Method in class vtk.vtkUnstructuredGrid
Traverse cells and determine if cells are all of the same type.
isId(int) - Method in class vtk.vtkIdList
Return -1 if id specified is not contained in the list; otherwise return the position in the list.
isInPlot(vtkViewport, double, double) - Method in class vtk.vtkXYPlotActor
Is the specified viewport position within the plot area (as opposed to the region used by the plot plus the labels)?
isInViewport(int, int) - Method in class vtk.vtkViewport
Is a given display point in this Viewport's viewport.
isInsertedPoint(double[]) - Method in class vtk.vtkMergePoints
Determine whether point given by x[3] has been inserted into points list.
isInsertedPoint(double, double, double) - Method in class vtk.vtkMergePoints
Determine whether point given by x[3] has been inserted into points list.
isInsertedPoint(double, double, double) - Method in class vtk.vtkPointLocator
Determine whether point given by x[3] has been inserted into points list.
isInsertedPoint(double[]) - Method in class vtk.vtkPointLocator
Determine whether point given by x[3] has been inserted into points list.
isItemPresent(vtkActor2D) - Method in class vtk.vtkActor2DCollection
Standard Collection methods
isItemPresent(vtkAssemblyPath) - Method in class vtk.vtkAssemblyPaths
Determine whether a particular path is present.
isItemPresent(vtkObject) - Method in class vtk.vtkCollection
Search for an object and return location in list.
isLODEnabled(int) - Method in class vtk.vtkLODProp3D
Enable / disable a particular LOD.
isLinear() - Method in class vtk.vtkCell
Some cells require initialization prior to access.
isLinear() - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
isLinear() - Method in class vtk.vtkNonLinearCell
This method tessellates the cell returning polydata.
isNodePresent(int, int) - Method in class vtk.vtkHierarchicalDataSet
Returns 1 if the node [level, id] is initialized.
isPickingOff() - Method in class vtk.vtkRenderWindow
 
isPickingOn() - Method in class vtk.vtkRenderWindow
 
isPointUsedByCell(int, int) - Method in class vtk.vtkPolyData
Determine whether a point is used by a particular cell.
isPointVisible(int) - Method in class vtk.vtkStructuredGrid
Return non-zero value if specified point is visible.
isPointVisible(int) - Method in class vtk.vtkUniformGrid
Return non-zero value if specified point is visible.
isPrimaryCell() - Method in class vtk.vtkCell
Return a contiguous array of parametric coordinates of the points defining this cell.
isPrimaryCell() - Method in class vtk.vtkConvexPointSet
 
isPrimaryCell() - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
isPrimaryCell() - Method in class vtk.vtkPolyLine
Return the center of the point cloud in parametric coordinates.
isPrimaryCell() - Method in class vtk.vtkPolyVertex
Return the center of the point cloud in parametric coordinates.
isPrimaryCell() - Method in class vtk.vtkPolygon
Polygon specific methods.
isPrimaryCell() - Method in class vtk.vtkTriangleStrip
Return the center of the point cloud in parametric coordinates.
isScalarResult() - Method in class vtk.vtkFunctionParser
Check whether the result is a scalar result.
isTriangle(int, int, int) - Method in class vtk.vtkPolyData
Given three vertices, determine whether it's a triangle.
isType(char) - Method in class vtk.vtkCellTypes
Return 1 if type specified is contained in list; 0 otherwise.
isTypeOf(String) - Method in class vtk.vtkObjectBase
Return 1 if this class type is the same type of (or a subclass of) the named class.
isVectorResult() - Method in class vtk.vtkFunctionParser
Check whether the result is a vector result.
isVisible(int) - Method in class vtk.vtkStructuredVisibilityConstraint
Returns 1 is the point/cell is visible, 0 otherwise.
isWindowSet() - Method in class vtk.vtkPanel
 
italicOff() - Method in class vtk.vtkTextProperty
Enable/disable text italic.
italicOn() - Method in class vtk.vtkTextProperty
Enable/disable text italic.
iterate() - Method in class vtk.vtkAmoebaMinimizer
Perform one iteration of minimization.
iterativeExecuteData(vtkImageData, vtkImageData) - Method in class vtk.vtkImageEuclideanDistance
 
iterativeExecuteData(vtkImageData, vtkImageData) - Method in class vtk.vtkImageFFT
 
iterativeExecuteData(vtkImageData, vtkImageData) - Method in class vtk.vtkImageFourierCenter
This is an internal method that should not be called by the user.
iterativeExecuteData(vtkImageData, vtkImageData) - Method in class vtk.vtkImageRFFT
 
iterativeExecuteData(vtkImageData, vtkImageData) - Method in class vtk.vtkImageSkeleton2D
 

J

jumpTo(double[], double[]) - Method in class vtk.vtkInteractorStyleFlight
Move the Eye/Camera to a specific location (no intermediate steps are taken

K

keyPressActivationOff() - Method in class vtk.vtkInteractorObserver
Enable/Disable of the use of a keypress to turn on and off the interactor observer.
keyPressActivationOn() - Method in class vtk.vtkInteractorObserver
Enable/Disable of the use of a keypress to turn on and off the interactor observer.
keyPressEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
keyPressed(KeyEvent) - Method in class vtk.vtkCanvas
 
keyPressed(KeyEvent) - Method in class vtk.vtkPanel
 
keyReleaseEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
keyReleased(KeyEvent) - Method in class vtk.vtkCanvas
 
keyReleased(KeyEvent) - Method in class vtk.vtkPanel
 
keyTyped(KeyEvent) - Method in class vtk.vtkCanvas
 
keyTyped(KeyEvent) - Method in class vtk.vtkPanel
 

L

LightFollowCamera - Variable in class vtk.vtkPanel
 
LightFollowCameraOff() - Method in class vtk.vtkPanel
 
LightFollowCameraOn() - Method in class vtk.vtkPanel
 
Lock() - Method in class vtk.vtkPanel
 
labelVisibilityOff() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis labels.
labelVisibilityOn() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis labels.
lastError() - Method in class vtk.vtkDynamicLoader
Return the last error produced from a calls made on this class.
lastX - Variable in class vtk.vtkPanel
 
lastY - Variable in class vtk.vtkPanel
 
latLongLinesOff() - Method in class vtk.vtkInteractorStyleTerrain
Turn on/off the latitude/longitude lines.
latLongLinesOn() - Method in class vtk.vtkInteractorStyleTerrain
Turn on/off the latitude/longitude lines.
latLongTessellationOff() - Method in class vtk.vtkSphereSource
Cause the sphere to be tessellated with edges along the latitude and longitude lines.
latLongTessellationOn() - Method in class vtk.vtkSphereSource
Cause the sphere to be tessellated with edges along the latitude and longitude lines.
leaderOff() - Method in class vtk.vtkCaptionActor2D
Enable/disable drawing a "line" from the caption to the attachment point.
leaderOn() - Method in class vtk.vtkCaptionActor2D
Enable/disable drawing a "line" from the caption to the attachment point.
leaveEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
leftButtonPressEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
leftButtonReleaseEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
legendOff() - Method in class vtk.vtkXYPlotActor
Enable/Disable the creation of a legend.
legendOn() - Method in class vtk.vtkXYPlotActor
Enable/Disable the creation of a legend.
lgt - Variable in class vtk.vtkPanel
 
libExtension() - Method in class vtk.vtkDynamicLoader
Return the library extension for the given architecture
libPrefix() - Method in class vtk.vtkDynamicLoader
Return the library prefix for the given architecture
lightFollowCameraOff() - Method in class vtk.vtkRenderWindowInteractor
Turn on/off the automatic repositioning of lights as the camera moves.
lightFollowCameraOff() - Method in class vtk.vtkRenderer
Turn on/off the automatic repositioning of lights as the camera moves.
lightFollowCameraOn() - Method in class vtk.vtkRenderWindowInteractor
Turn on/off the automatic repositioning of lights as the camera moves.
lightFollowCameraOn() - Method in class vtk.vtkRenderer
Turn on/off the automatic repositioning of lights as the camera moves.
lightTypeIsCameraLight() - Method in class vtk.vtkLight
Query the type of the light.
lightTypeIsHeadlight() - Method in class vtk.vtkLight
Query the type of the light.
lightTypeIsSceneLight() - Method in class vtk.vtkLight
Query the type of the light.
lightingset - Variable in class vtk.vtkPanel
 
lineSmoothingOff() - Method in class vtk.vtkRenderWindow
Turn on/off line smoothing.
lineSmoothingOn() - Method in class vtk.vtkRenderWindow
Turn on/off line smoothing.
load(vtkRenderer) - Method in class vtk.vtkOpenGLImageActor
Implement base class method.
load(vtkRenderer) - Method in class vtk.vtkOpenGLTexture
Implement base class method.
load(vtkRenderer) - Method in class vtk.vtkTexture
Abstract interface to renderer.
lock() - Method in class vtk.vtkCriticalSection
Lock the vtkCriticalSection
lock() - Method in class vtk.vtkMutexLock
Lock the vtkMutexLock
lockBorderOff() - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether the border and legend placement is locked into the rectangle defined by (Position,Position2).
lockBorderOn() - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether the border and legend placement is locked into the rectangle defined by (Position,Position2).
logScalingOff() - Method in class vtk.vtkHyperStreamline
Turn on/off logarithmic scaling.
logScalingOn() - Method in class vtk.vtkHyperStreamline
Turn on/off logarithmic scaling.
loggingOff() - Method in class vtk.vtkTimerLog
Set/Get the maximum number of entries allowed in the timer log
loggingOn() - Method in class vtk.vtkTimerLog
This flag will turn loging of events off or on.
logxOff() - Method in class vtk.vtkXYPlotActor
Enable/Disable plotting of Log of x-values.
logxOn() - Method in class vtk.vtkXYPlotActor
Enable/Disable plotting of Log of x-values.
lookupElement(String) - Method in class vtk.vtkXMLDataElement
Lookup the element with the given id, starting at this scope.

M

maintainLuminanceOff() - Method in class vtk.vtkLightKit
If MaintainLuminance is set, the LightKit will attempt to maintain the apparent intensity of lights based on their perceptual brightnesses.
maintainLuminanceOn() - Method in class vtk.vtkLightKit
If MaintainLuminance is set, the LightKit will attempt to maintain the apparent intensity of lights based on their perceptual brightnesses.
makeCamera() - Method in class vtk.vtkRenderer
Create a new Camera sutible for use with this type of Renderer.
makeCurrent() - Method in class vtk.vtkOpenGLRenderWindow
Make this window the current OpenGL context.
makeCurrent() - Method in class vtk.vtkRenderWindow
Make this the current window.
makeCurrent() - Method in class vtk.vtkWindow
Make the window current.
makeCurrent() - Method in class vtk.vtkXOpenGLRenderWindow
Make this window the current OpenGL context.
makeLight() - Method in class vtk.vtkRenderer
Create a new Light sutible for use with this type of Renderer.
makeProperty() - Method in class vtk.vtkActor
Create a new property sutible for use with this type of Actor.
makeRenderWindowInteractor() - Method in class vtk.vtkRenderWindow
Create an interactor to control renderers in this window.
makeTransform() - Method in class vtk.vtkAbstractTransform
Make another transform of the same type.
makeTransform() - Method in class vtk.vtkCylindricalTransform
Make another transform of the same type.
makeTransform() - Method in class vtk.vtkGeneralTransform
Make another transform of the same type.
makeTransform() - Method in class vtk.vtkGridTransform
Make another transform of the same type.
makeTransform() - Method in class vtk.vtkIdentityTransform
Make a transform of the same type.
makeTransform() - Method in class vtk.vtkIterativeClosestPointTransform
Make another transform of the same type.
makeTransform() - Method in class vtk.vtkLandmarkTransform
Make another transform of the same type.
makeTransform() - Method in class vtk.vtkMatrixToHomogeneousTransform
Make a new transform of the same type.
makeTransform() - Method in class vtk.vtkMatrixToLinearTransform
Make a new transform of the same type.
makeTransform() - Method in class vtk.vtkPerspectiveTransform
Make a new transform of the same type -- you are responsible for deleting the transform when you are done with it.
makeTransform() - Method in class vtk.vtkSphericalTransform
Make another transform of the same type.
makeTransform() - Method in class vtk.vtkThinPlateSplineTransform
Make another transform of the same type.
makeTransform() - Method in class vtk.vtkTransform
Make a new transform of the same type.
manifoldEdgesOff() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of manifold edges.
manifoldEdgesOn() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of manifold edges.
mapColorScalarsThroughLookupTableOff() - Method in class vtk.vtkTexture
Turn on/off the mapping of color scalars through the lookup table.
mapColorScalarsThroughLookupTableOn() - Method in class vtk.vtkTexture
Turn on/off the mapping of color scalars through the lookup table.
mapScalars(double) - Method in class vtk.vtkMapper
Map the scalars (if there are any scalars and ScalarVisibility is on) through the lookup table, returning an unsigned char RGBA array.
mapScalars(double) - Method in class vtk.vtkPolyDataMapper2D
Map the scalars (if there are any scalars and ScalarVisibility is on) through the lookup table, returning an unsigned char RGBA array.
mapScalars(vtkDataArray, int, int) - Method in class vtk.vtkScalarsToColors
An internal method maps a data array into a 4-component, unsigned char RGBA array.
mappedOff() - Method in class vtk.vtkWindow
Keep track of whether the rendering window has been mapped to screen.
mappedOn() - Method in class vtk.vtkWindow
Keep track of whether the rendering window has been mapped to screen.
markData(vtkImageData, int, int[]) - Method in class vtk.vtkImageConnector
Input a data of 0's and "UnconnectedValue"s.
markEndEvent(String) - Method in class vtk.vtkTimerLog
I want to time events, so I am creating this interface to mark events that have a start and an end.
markEvent(String) - Method in class vtk.vtkTimerLog
Record a timing event and capture wall time and cpu ticks.
markStartEvent(String) - Method in class vtk.vtkTimerLog
I want to time events, so I am creating this interface to mark events that have a start and an end.
maximumOff() - Method in class vtk.vtkImageShrink3D
 
maximumOn() - Method in class vtk.vtkImageShrink3D
 
meanOff() - Method in class vtk.vtkImageShrink3D
 
meanOn() - Method in class vtk.vtkImageShrink3D
 
medianOff() - Method in class vtk.vtkImageShrink3D
 
medianOn() - Method in class vtk.vtkImageShrink3D
 
merge(int, String, int) - Method in class vtk.vtkMergeFields
Add a component (arrayName,sourceComp) to the output field.
mergingOff() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off merging of coincident points.
mergingOff() - Method in class vtk.vtkGeometryFilter
Turn on/off merging of coincident points.
mergingOff() - Method in class vtk.vtkSTLReader
Turn on/off merging of points/triangles.
mergingOff() - Method in class vtk.vtkUGFacetReader
Turn on/off merging of points/triangles.
mergingOn() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off merging of coincident points.
mergingOn() - Method in class vtk.vtkGeometryFilter
Turn on/off merging of coincident points.
mergingOn() - Method in class vtk.vtkSTLReader
Turn on/off merging of points/triangles.
mergingOn() - Method in class vtk.vtkUGFacetReader
Turn on/off merging of points/triangles.
middleButtonPressEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
middleButtonReleaseEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
minimize() - Method in class vtk.vtkAmoebaMinimizer
Iterate until the minimum is found to within the specified tolerance, or until the MaxIterations has been reached.
minimumOff() - Method in class vtk.vtkImageShrink3D
 
minimumOn() - Method in class vtk.vtkImageShrink3D
 
mirrorOff() - Method in class vtk.vtkImageReslice
Turn on mirror-pad feature (default: off).
mirrorOn() - Method in class vtk.vtkImageReslice
Turn on mirror-pad feature (default: off).
mixed3DCellGenerationOff() - Method in class vtk.vtkClipVolume
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra.
mixed3DCellGenerationOn() - Method in class vtk.vtkClipVolume
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra.
modified() - Method in class vtk.vtkImageOpenClose3D
Pass modified message to sub filters.
modified() - Method in class vtk.vtkLODActor
When this objects gets modified, this method also modifies the object.
modified() - Method in class vtk.vtkLightKit
 
modified() - Method in class vtk.vtkObject
Update the modification time for this object.
mouseClicked(MouseEvent) - Method in class vtk.vtkCanvas
 
mouseClicked(MouseEvent) - Method in class vtk.vtkPanel
 
mouseDragged(MouseEvent) - Method in class vtk.vtkCanvas
 
mouseDragged(MouseEvent) - Method in class vtk.vtkPanel
 
mouseEntered(MouseEvent) - Method in class vtk.vtkCanvas
 
mouseEntered(MouseEvent) - Method in class vtk.vtkPanel
 
mouseExited(MouseEvent) - Method in class vtk.vtkCanvas
 
mouseExited(MouseEvent) - Method in class vtk.vtkPanel
 
mouseMoveEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
mouseMoved(MouseEvent) - Method in class vtk.vtkCanvas
 
mouseMoved(MouseEvent) - Method in class vtk.vtkPanel
 
mousePressed(MouseEvent) - Method in class vtk.vtkCanvas
 
mousePressed(MouseEvent) - Method in class vtk.vtkPanel
 
mouseReleased(MouseEvent) - Method in class vtk.vtkCanvas
 
mouseReleased(MouseEvent) - Method in class vtk.vtkPanel
 
moveHorizontal(int, int, int) - Method in class vtk.vtkSpherePuzzle
Move the top/bottom half one segment either direction.
movePoint(int) - Method in class vtk.vtkSpherePuzzle
Move actually implements the pending move.
moveVertical(int, int, int) - Method in class vtk.vtkSpherePuzzle
Rotate vertical half of sphere along one of the longitude lines.
multiGridOff() - Method in class vtk.vtkPLOT3DReader
Does the file to be read contain information about number of grids.
multiGridOn() - Method in class vtk.vtkPLOT3DReader
Does the file to be read contain information about number of grids.
multiply4x4(vtkMatrix4x4, vtkMatrix4x4, vtkMatrix4x4) - Method in class vtk.vtkMatrix4x4
Multiplies matrices a and b and stores the result in c.
multiplyDoublePoint(double[]) - Method in class vtk.vtkMatrix4x4
Multiplies matrices a and b and stores the result in c.
multiplyFloatPoint(double[]) - Method in class vtk.vtkMatrix4x4
For use in Java, Python or Tcl.
multiplyPoint(double[], double[]) - Method in class vtk.vtkMatrix4x4
Multiply a homogeneous coordinate by this matrix, i.e. out = A*in.
multiplyPoint(double[]) - Method in class vtk.vtkMatrix4x4
For use in Java, Python or Tcl.
multiplyPoint(double[], double[]) - Method in class vtk.vtkTransform
Use this method only if you wish to compute the transformation in homogeneous (x,y,z,w) coordinates, otherwise use TransformPoint().

N

newIterator() - Method in class vtk.vtkCollection
Get an iterator to traverse the objects in this collection.
newIterator() - Method in class vtk.vtkCompositeDataSet
Return a new (forward) iterator (the iterator has to be deleted by user)
newIterator() - Method in class vtk.vtkHierarchicalDataSet
Return a new (forward) iterator (the iterator has to be deleted by user)
newIterator() - Method in class vtk.vtkMultiBlockDataSet
Return a new iterator (has to be deleted by user)
newVisitor() - Method in class vtk.vtkCompositeDataSet
Return a new visitor.
newVisitor() - Method in class vtk.vtkHierarchicalBoxDataSet
This returns a vtkHierarchicalBoxVisitor.
newVisitor() - Method in class vtk.vtkMultiBlockDataSet
This returns a vtkMultiBlockDataVisitor.
nonManifoldEdgesOff() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of non-manifold edges.
nonManifoldEdgesOn() - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of non-manifold edges.
nonManifoldSmoothingOff() - Method in class vtk.vtkWindowedSincPolyDataFilter
Smooth non-manifold vertices.
nonManifoldSmoothingOn() - Method in class vtk.vtkWindowedSincPolyDataFilter
Smooth non-manifold vertices.
nonManifoldTraversalOff() - Method in class vtk.vtkPolyDataNormals
Turn on/off traversal across non-manifold edges.
nonManifoldTraversalOn() - Method in class vtk.vtkPolyDataNormals
Turn on/off traversal across non-manifold edges.
norm(double[]) - Method in class vtk.vtkMath
Compute the norm of 3-vector.
norm2D(double[]) - Method in class vtk.vtkMath
Compute the norm of a 2-vector.
normalToXAxisOff() - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToXAxisOff() - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToXAxisOn() - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToXAxisOn() - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToYAxisOff() - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToYAxisOff() - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToYAxisOn() - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToYAxisOn() - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToZAxisOff() - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToZAxisOff() - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToZAxisOn() - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalToZAxisOn() - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
normalWarpingOff() - Method in class vtk.vtkGaussianSplatter
Turn on/off the generation of elliptical splats.
normalWarpingOn() - Method in class vtk.vtkGaussianSplatter
Turn on/off the generation of elliptical splats.
normalize(double[]) - Method in class vtk.vtkMath
Normalize (in place) a 3-vector.
normalize2D(double[]) - Method in class vtk.vtkMath
Normalize (in place) a 2-vector.
normalizeByWeightOff() - Method in class vtk.vtkImplicitSum
When calculating the function and gradient values of the composite function, setting NormalizeByWeight on will divide the final result by the total weight of the component functions.
normalizeByWeightOn() - Method in class vtk.vtkImplicitSum
When calculating the function and gradient values of the composite function, setting NormalizeByWeight on will divide the final result by the total weight of the component functions.
normalizeNormalsOff() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether normal vector is converted to unit normal after extraction.
normalizeNormalsOn() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether normal vector is converted to unit normal after extraction.
normalizeOff() - Method in class vtk.vtkVectorNorm
Specify whether to normalize scalar values.
normalizeOn() - Method in class vtk.vtkVectorNorm
Specify whether to normalize scalar values.
normalsAttributeOff() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
normalsAttributeOn() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
normalsOff() - Method in class vtk.vtkMCubesReader
Specify whether to read normals.
normalsOn() - Method in class vtk.vtkMCubesReader
Specify whether to read normals.
notMaskOff() - Method in class vtk.vtkImageMask
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image.
notMaskOn() - Method in class vtk.vtkImageMask
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image.
nullPoint(int) - Method in class vtk.vtkPointData
 

O

off() - Method in class vtk.vtkInteractorObserver
This method is used to associate the widget with the render window interactor.
offScreenRenderingOff() - Method in class vtk.vtkImageViewer
Create a window in memory instead of on the screen.
offScreenRenderingOff() - Method in class vtk.vtkImageViewer2
Create a window in memory instead of on the screen.
offScreenRenderingOff() - Method in class vtk.vtkWindow
Create a window in memory instead of on the screen.
offScreenRenderingOn() - Method in class vtk.vtkImageViewer
Create a window in memory instead of on the screen.
offScreenRenderingOn() - Method in class vtk.vtkImageViewer2
Create a window in memory instead of on the screen.
offScreenRenderingOn() - Method in class vtk.vtkWindow
Create a window in memory instead of on the screen.
on() - Method in class vtk.vtkInteractorObserver
Methods for turning the interactor observer on and off, and determining its state.
onChar() - Method in class vtk.vtkInteractorObserver
 
onChar() - Method in class vtk.vtkInteractorStyle
OnChar implements keyboard functions, but subclasses can override this behavior
onChar() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Keyboard event bindings for flight
onChar() - Method in class vtk.vtkInteractorStyleImage
Override the "fly-to" (f keypress) for images.
onChar() - Method in class vtk.vtkInteractorStyleSwitch
Only care about the char event, which is used to switch between different styles.
onChar() - Method in class vtk.vtkInteractorStyleTerrain
Override the "fly-to" (f keypress) for images.
onChar() - Method in class vtk.vtkInteractorStyleUser
Keyboard functions
onConfigure() - Method in class vtk.vtkInteractorStyle
These are more esoteric events, but are useful in some cases.
onConfigure() - Method in class vtk.vtkInteractorStyleUser
These are more esoteric events, but are useful in some cases.
onEnter() - Method in class vtk.vtkInteractorStyle
These are more esoteric events, but are useful in some cases.
onEnter() - Method in class vtk.vtkInteractorStyleUser
These are more esoteric events, but are useful in some cases.
onExpose() - Method in class vtk.vtkInteractorStyle
These are more esoteric events, but are useful in some cases.
onExpose() - Method in class vtk.vtkInteractorStyleUser
These are more esoteric events, but are useful in some cases.
onKeyDown() - Method in class vtk.vtkInteractorStyle
OnChar implements keyboard functions, but subclasses can override this behavior
onKeyDown() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Keyboard event bindings for flight
onKeyPress() - Method in class vtk.vtkInteractorStyle
OnChar implements keyboard functions, but subclasses can override this behavior
onKeyPress() - Method in class vtk.vtkInteractorStyleUser
Keyboard functions
onKeyRelease() - Method in class vtk.vtkInteractorStyle
OnChar implements keyboard functions, but subclasses can override this behavior
onKeyRelease() - Method in class vtk.vtkInteractorStyleUser
Keyboard functions
onKeyUp() - Method in class vtk.vtkInteractorStyle
OnChar implements keyboard functions, but subclasses can override this behavior
onKeyUp() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Keyboard event bindings for flight
onLeave() - Method in class vtk.vtkInteractorStyle
These are more esoteric events, but are useful in some cases.
onLeave() - Method in class vtk.vtkInteractorStyleUser
These are more esoteric events, but are useful in some cases.
onLeftButtonDown() - Method in class vtk.vtkInteractorStyle
Generic event bindings must be overridden in subclasses
onLeftButtonDown() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Mouse event bindings for flight
onLeftButtonDown() - Method in class vtk.vtkInteractorStyleImage
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonDown() - Method in class vtk.vtkInteractorStyleJoystickActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonDown() - Method in class vtk.vtkInteractorStyleJoystickCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonDown() - Method in class vtk.vtkInteractorStyleRubberBandZoom
Event bindings
onLeftButtonDown() - Method in class vtk.vtkInteractorStyleTerrain
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonDown() - Method in class vtk.vtkInteractorStyleTrackballActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonDown() - Method in class vtk.vtkInteractorStyleTrackballCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonDown() - Method in class vtk.vtkInteractorStyleUnicam
Concrete implementation of event bindings
onLeftButtonDown() - Method in class vtk.vtkInteractorStyleUser
Generic event bindings
onLeftButtonMove() - Method in class vtk.vtkInteractorStyleUnicam
Concrete implementation of event bindings
onLeftButtonUp() - Method in class vtk.vtkInteractorStyle
Generic event bindings must be overridden in subclasses
onLeftButtonUp() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Mouse event bindings for flight
onLeftButtonUp() - Method in class vtk.vtkInteractorStyleImage
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonUp() - Method in class vtk.vtkInteractorStyleJoystickActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonUp() - Method in class vtk.vtkInteractorStyleJoystickCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonUp() - Method in class vtk.vtkInteractorStyleRubberBandZoom
Event bindings
onLeftButtonUp() - Method in class vtk.vtkInteractorStyleTerrain
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonUp() - Method in class vtk.vtkInteractorStyleTrackballActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonUp() - Method in class vtk.vtkInteractorStyleTrackballCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onLeftButtonUp() - Method in class vtk.vtkInteractorStyleUnicam
Concrete implementation of event bindings
onLeftButtonUp() - Method in class vtk.vtkInteractorStyleUser
Generic event bindings
onMiddleButtonDown() - Method in class vtk.vtkInteractorStyle
Generic event bindings must be overridden in subclasses
onMiddleButtonDown() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Mouse event bindings for flight
onMiddleButtonDown() - Method in class vtk.vtkInteractorStyleJoystickActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMiddleButtonDown() - Method in class vtk.vtkInteractorStyleJoystickCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMiddleButtonDown() - Method in class vtk.vtkInteractorStyleTerrain
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMiddleButtonDown() - Method in class vtk.vtkInteractorStyleTrackballActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMiddleButtonDown() - Method in class vtk.vtkInteractorStyleTrackballCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMiddleButtonDown() - Method in class vtk.vtkInteractorStyleUser
Generic event bindings
onMiddleButtonUp() - Method in class vtk.vtkInteractorStyle
Generic event bindings must be overridden in subclasses
onMiddleButtonUp() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Mouse event bindings for flight
onMiddleButtonUp() - Method in class vtk.vtkInteractorStyleJoystickActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMiddleButtonUp() - Method in class vtk.vtkInteractorStyleJoystickCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMiddleButtonUp() - Method in class vtk.vtkInteractorStyleTerrain
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMiddleButtonUp() - Method in class vtk.vtkInteractorStyleTrackballActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMiddleButtonUp() - Method in class vtk.vtkInteractorStyleTrackballCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMiddleButtonUp() - Method in class vtk.vtkInteractorStyleUser
Generic event bindings
onMouseMove() - Method in class vtk.vtkInteractorStyle
Generic event bindings must be overridden in subclasses
onMouseMove() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Mouse event bindings for flight
onMouseMove() - Method in class vtk.vtkInteractorStyleImage
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMouseMove() - Method in class vtk.vtkInteractorStyleJoystickActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMouseMove() - Method in class vtk.vtkInteractorStyleJoystickCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMouseMove() - Method in class vtk.vtkInteractorStyleRubberBandZoom
Event bindings
onMouseMove() - Method in class vtk.vtkInteractorStyleTerrain
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMouseMove() - Method in class vtk.vtkInteractorStyleTrackballActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMouseMove() - Method in class vtk.vtkInteractorStyleTrackballCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onMouseMove() - Method in class vtk.vtkInteractorStyleUnicam
Concrete implementation of event bindings
onMouseMove() - Method in class vtk.vtkInteractorStyleUser
Generic event bindings
onRightButtonDown() - Method in class vtk.vtkInteractorStyle
Generic event bindings must be overridden in subclasses
onRightButtonDown() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Mouse event bindings for flight
onRightButtonDown() - Method in class vtk.vtkInteractorStyleImage
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonDown() - Method in class vtk.vtkInteractorStyleJoystickActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonDown() - Method in class vtk.vtkInteractorStyleJoystickCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonDown() - Method in class vtk.vtkInteractorStyleTerrain
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonDown() - Method in class vtk.vtkInteractorStyleTrackballActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonDown() - Method in class vtk.vtkInteractorStyleTrackballCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonDown() - Method in class vtk.vtkInteractorStyleUser
Generic event bindings
onRightButtonUp() - Method in class vtk.vtkInteractorStyle
Generic event bindings must be overridden in subclasses
onRightButtonUp() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Mouse event bindings for flight
onRightButtonUp() - Method in class vtk.vtkInteractorStyleImage
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonUp() - Method in class vtk.vtkInteractorStyleJoystickActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonUp() - Method in class vtk.vtkInteractorStyleJoystickCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonUp() - Method in class vtk.vtkInteractorStyleTerrain
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonUp() - Method in class vtk.vtkInteractorStyleTrackballActor
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonUp() - Method in class vtk.vtkInteractorStyleTrackballCamera
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
onRightButtonUp() - Method in class vtk.vtkInteractorStyleUser
Generic event bindings
onTimer() - Method in class vtk.vtkInteractorStyle
OnTimer calls Rotate, Rotate etc which should be overridden by style subclasses.
onTimer() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Keyboard event bindings for flight
onTimer() - Method in class vtk.vtkInteractorStyleUnicam
OnTimer calls RotateCamera, RotateActor etc which should be overridden by style subclasses.
onTimer() - Method in class vtk.vtkInteractorStyleUser
 
open(String) - Method in class vtk.vtkDirectory
Open the specified directory and load the names of the files in that directory. 0 is returned if the directory can not be opened, 1 if it is opened.
openAndSeekFile(int[], int) - Method in class vtk.vtkImageReader
 
openFile() - Method in class vtk.vtkImageReader2
 
openGLInit() - Method in class vtk.vtkOpenGLRenderWindow
Initialize OpenGL for this window.
openVTKFile() - Method in class vtk.vtkDataReader
Open a vtk data file.
operateOnBounds(double[], double[]) - Method in class vtk.vtkCleanPolyData
Perform operation on bounds
operateOnBounds(double[], double[]) - Method in class vtk.vtkQuantizePolyDataPoints
Perform quantization on bounds
operateOnPoint(double[], double[]) - Method in class vtk.vtkCleanPolyData
Perform operation on a point
operateOnPoint(double[], double[]) - Method in class vtk.vtkQuantizePolyDataPoints
Perform quantization on a point
optimizationOff() - Method in class vtk.vtkImageReslice
Turn on and off optimizations (default on, they should only be turned off for testing purposes).
optimizationOn() - Method in class vtk.vtkImageReslice
Turn on and off optimizations (default on, they should only be turned off for testing purposes).
orientOff() - Method in class vtk.vtkGlyph3D
Turn on/off orienting of input geometry along vector/normal.
orientOn() - Method in class vtk.vtkGlyph3D
Turn on/off orienting of input geometry along vector/normal.
orientationScalarsOff() - Method in class vtk.vtkStreamer
Turn on/off the creation of scalar data from vorticity information.
orientationScalarsOn() - Method in class vtk.vtkStreamer
Turn on/off the creation of scalar data from vorticity information.
ortho(double, double, double, double, double, double) - Method in class vtk.vtkPerspectiveTransform
Create an orthogonal projection matrix and concatenate it by the current transformation.
orthogonalizeViewUp() - Method in class vtk.vtkCamera
Recompute the ViewUp vector to force it to be perpendicular to camera->focalpoint vector.
outlineCursorWiresOff() - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
outlineCursorWiresOn() - Method in class vtk.vtkBoxWidget
Control the representation of the outline.
outlineFaceWiresOff() - Method in class vtk.vtkBoxWidget
Control the representation of the outline.
outlineFaceWiresOn() - Method in class vtk.vtkBoxWidget
Control the representation of the outline.
outlineOff() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe bounding box.
outlineOff() - Method in class vtk.vtkEarthSource
Turn on/off drawing continents as filled polygons or as wireframe outlines.
outlineOff() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe x-shadows.
outlineOn() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe bounding box.
outlineOn() - Method in class vtk.vtkEarthSource
Turn on/off drawing continents as filled polygons or as wireframe outlines.
outlineOn() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe bounding box.
outlineTranslationOff() - Method in class vtk.vtkImplicitPlaneWidget
Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
outlineTranslationOn() - Method in class vtk.vtkImplicitPlaneWidget
Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.

P

Print() - Method in class vtk.vtkObject
 
PrintRevisions() - Method in class vtk.vtkObject
 
paint(Graphics) - Method in class vtk.vtkPanel
 
pan(double, double, double) - Method in class vtk.vtkImageMandelbrotSource
Convienence for Viewer.
pan() - Method in class vtk.vtkInteractorStyle
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion.
pan() - Method in class vtk.vtkInteractorStyleJoystickActor
 
pan() - Method in class vtk.vtkInteractorStyleJoystickCamera
 
pan() - Method in class vtk.vtkInteractorStyleTerrain
 
pan() - Method in class vtk.vtkInteractorStyleTrackballActor
 
pan() - Method in class vtk.vtkInteractorStyleTrackballCamera
 
parallelProjectionOff() - Method in class vtk.vtkCamera
Set/Get the value of the ParallelProjection instance variable.
parallelProjectionOn() - Method in class vtk.vtkCamera
Set/Get the value of the ParallelProjection instance variable.
parallelStreamingOff() - Method in class vtk.vtkAppendPolyData
ParallelStreaming is for a particular application.
parallelStreamingOn() - Method in class vtk.vtkAppendPolyData
ParallelStreaming is for a particular application.
parse() - Method in class vtk.vtkXMLDataParser
Parse the XML input and check that the file is safe to read.
parse() - Method in class vtk.vtkXMLParser
Parse the XML input.
parse(String) - Method in class vtk.vtkXMLParser
Parse the XML message.
parse(String, int) - Method in class vtk.vtkXMLParser
Parse the XML message.
parseChunk(String, int) - Method in class vtk.vtkXMLParser
When parsing fragments of XML or streaming XML, use the following three methods.
passAlphaToOutputOff() - Method in class vtk.vtkImageMapToColors
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA)
passAlphaToOutputOn() - Method in class vtk.vtkImageMapToColors
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA)
passAttributeDataOff() - Method in class vtk.vtkAttributeDataToFieldDataFilter
Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
passAttributeDataOn() - Method in class vtk.vtkAttributeDataToFieldDataFilter
Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
passCellDataOff() - Method in class vtk.vtkCellDataToPointData
Control whether the input cell data is to be passed to the output.
passCellDataOff() - Method in class vtk.vtkHierarchicalBoxCellDataToPointData
Control whether the input cell data is to be passed to the output.
passCellDataOn() - Method in class vtk.vtkCellDataToPointData
Control whether the input cell data is to be passed to the output.
passCellDataOn() - Method in class vtk.vtkHierarchicalBoxCellDataToPointData
Control whether the input cell data is to be passed to the output.
passData(vtkFieldData) - Method in class vtk.vtkDataSetAttributes
Pass entire arrays of input data through to output.
passData(vtkFieldData) - Method in class vtk.vtkFieldData
Pass entire arrays of input data through to output.
passLinesOff() - Method in class vtk.vtkRuledSurfaceFilter
Indicate whether the generating lines are to be passed to the output.
passLinesOff() - Method in class vtk.vtkTriangleFilter
Turn on/off passing lines through filter.
passLinesOn() - Method in class vtk.vtkRuledSurfaceFilter
Indicate whether the generating lines are to be passed to the output.
passLinesOn() - Method in class vtk.vtkTriangleFilter
Turn on/off passing lines through filter.
passPointDataOff() - Method in class vtk.vtkPointDataToCellData
Control whether the input point data is to be passed to the output.
passPointDataOn() - Method in class vtk.vtkPointDataToCellData
Control whether the input point data is to be passed to the output.
passTensorsToOutputOff() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether tensor data is passed through to output.
passTensorsToOutputOn() - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether tensor data is passed through to output.
passVertsOff() - Method in class vtk.vtkTriangleFilter
Turn on/off passing vertices through filter.
passVertsOn() - Method in class vtk.vtkTriangleFilter
Turn on/off passing vertices through filter.
peek(int) - Method in class vtk.vtkPriorityQueue
Peek into the queue without actually removing anything.
perpendiculars(double[], double[], double[], double) - Method in class vtk.vtkMath
Given a unit vector x, find two unit vectors y and z such that x cross y = z (i.e. the vectors are perpendicular to each other).
perspective(double, double, double, double) - Method in class vtk.vtkPerspectiveTransform
Create a perspective projection matrix by specifying the view angle (this angle is in the y direction), the aspect ratio, and the near and far clipping range.
pi() - Method in class vtk.vtkMath
Useful constants.
pick(double, double, double, vtkRenderer) - Method in class vtk.vtkAbstractPicker
Perform pick operation with selection point provided.
pick(double[], vtkRenderer) - Method in class vtk.vtkAbstractPicker
provided.
pick() - Method in class vtk.vtkInteractorStyleImage
 
pick(double, double, double, vtkRenderer) - Method in class vtk.vtkPicker
Perform pick operation with selection point provided.
pick(double[], vtkRenderer) - Method in class vtk.vtkPicker
Perform pick operation with selection point provided.
pick() - Method in class vtk.vtkProp
Method fires PickEvent if the prop is picked.
pick(double, double, double, vtkRenderer) - Method in class vtk.vtkPropPicker
Overide superclasses' Pick() method.
pick(double[], vtkRenderer) - Method in class vtk.vtkPropPicker
Overide superclasses' Pick() method.
pick(double, double, double, vtkRenderer) - Method in class vtk.vtkWorldPointPicker
Perform the pick.
pick(double[], vtkRenderer) - Method in class vtk.vtkWorldPointPicker
Perform the pick.
pickActor(int, int) - Method in class vtk.vtkPanel
 
pickFromListOff() - Method in class vtk.vtkAbstractPicker
Use these methods to control whether to limit the picking to this list (rather than renderer's actors).
pickFromListOn() - Method in class vtk.vtkAbstractPicker
Use these methods to control whether to limit the picking to this list (rather than renderer's actors).
pickProp(double, double, vtkRenderer) - Method in class vtk.vtkPropPicker
Perform the pick and set the PickedProp ivar.
pickProp(double, double, vtkRenderer, vtkPropCollection) - Method in class vtk.vtkPropPicker
Perform a pick from the user-provided list of vtkProps and not from the list of vtkProps that the render maintains.
pickProp(double, double) - Method in class vtk.vtkRenderer
Return the prop (via a vtkAssemblyPath) that has the highest z value at the given x, y position in the viewport.
pickProp(double, double) - Method in class vtk.vtkViewport
Return the Prop that has the highest z value at the given x, y position in the viewport.
pickPropFrom(double, double, vtkPropCollection) - Method in class vtk.vtkViewport
Same as PickProp with two arguments, but selects from the given collection of Props instead of the Renderers props.
pickableOff() - Method in class vtk.vtkProp
Set/Get the pickable instance variable.
pickableOn() - Method in class vtk.vtkProp
Set/Get the pickable instance variable.
pieceInvariantOff() - Method in class vtk.vtkCleanPolyData
 
pieceInvariantOn() - Method in class vtk.vtkCleanPolyData
 
pieceToExtent() - Method in class vtk.vtkExtentTranslator
These are the main methods that should be called.
pieceToExtent() - Method in class vtk.vtkTableExtentTranslator
Called to translate the current piece into an extent.
pieceToExtentByPoints() - Method in class vtk.vtkExtentTranslator
These are the main methods that should be called.
pieceToExtentByPoints() - Method in class vtk.vtkTableExtentTranslator
Not supported by this subclass of vtkExtentTranslator.
pitch(double) - Method in class vtk.vtkCamera
Rotate the focal point about the cross product of the view up vector and the direction of projection, centered at the camera's position.
placeWidget(double[]) - Method in class vtk.vtk3DWidget
This method is used to initially place the widget.
placeWidget() - Method in class vtk.vtk3DWidget
This method is used to initially place the widget.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtk3DWidget
This method is used to initially place the widget.
placeWidget(double[]) - Method in class vtk.vtkBoxWidget
Methods that satisfy the superclass' API.
placeWidget() - Method in class vtk.vtkBoxWidget
Methods that satisfy the superclass' API.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtkBoxWidget
Get the planes describing the implicit function defined by the box widget.
placeWidget(double[]) - Method in class vtk.vtkImagePlaneWidget
Methods that satisfy the superclass' API.
placeWidget() - Method in class vtk.vtkImagePlaneWidget
Methods that satisfy the superclass' API.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtkImagePlaneWidget
Set the vtkImageData* input for the vtkImageReslice.
placeWidget(double[]) - Method in class vtk.vtkImageTracerWidget
Methods that satisfy the superclass' API.
placeWidget() - Method in class vtk.vtkImageTracerWidget
Methods that satisfy the superclass' API.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtkImageTracerWidget
Set/Get the handle properties (the 2D glyphs are the handles).
placeWidget(double[]) - Method in class vtk.vtkImplicitPlaneWidget
Methods that satisfy the superclass' API.
placeWidget() - Method in class vtk.vtkImplicitPlaneWidget
Methods that satisfy the superclass' API.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtkImplicitPlaneWidget
Get the origin of the plane.
placeWidget(double[]) - Method in class vtk.vtkLineWidget
Methods that satisfy the superclass' API.
placeWidget() - Method in class vtk.vtkLineWidget
Methods that satisfy the superclass' API.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtkLineWidget
Set/Get the resolution (number of subdivisions) of the line.
placeWidget(double[]) - Method in class vtk.vtkPlaneWidget
Methods that satisfy the superclass' API.
placeWidget() - Method in class vtk.vtkPlaneWidget
Methods that satisfy the superclass' API.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtkPlaneWidget
Set/Get the resolution (number of subdivisions) of the plane.
placeWidget(double[]) - Method in class vtk.vtkPointWidget
Methods that satisfy the superclass' API.
placeWidget() - Method in class vtk.vtkPointWidget
Methods that satisfy the superclass' API.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtkPointWidget
Grab the polydata (including points) that defines the point.
placeWidget() - Method in class vtk.vtkPolyDataSourceWidget
Overrides vtk3DWidget PlaceWidget() so that it doesn't complain if there's no Input and no Prop3D.
placeWidget(double[]) - Method in class vtk.vtkPolyDataSourceWidget
We have to redeclare this abstract, PlaceWidget() requires it.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtkPolyDataSourceWidget
Returns underlying vtkPolyDataSource that determines geometry.
placeWidget(double[]) - Method in class vtk.vtkSphereWidget
Methods that satisfy the superclass' API.
placeWidget() - Method in class vtk.vtkSphereWidget
Methods that satisfy the superclass' API.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtkSphereWidget
Set the representation of the sphere.
placeWidget(double[]) - Method in class vtk.vtkSplineWidget
Methods that satisfy the superclass' API.
placeWidget() - Method in class vtk.vtkSplineWidget
Methods that satisfy the superclass' API.
placeWidget(double, double, double, double, double, double) - Method in class vtk.vtkSplineWidget
Force the spline widget to be projected onto one of the orthogonal planes.
play() - Method in class vtk.vtkInteractorEventRecorder
Invoke this method to begin playing events from the current position.
play() - Method in class vtk.vtkVideoSource
Play through the 'tape' sequentially at the specified frame rate.
plotCurveLinesOff() - Method in class vtk.vtkXYPlotActor
 
plotCurveLinesOn() - Method in class vtk.vtkXYPlotActor
 
plotCurvePointsOff() - Method in class vtk.vtkXYPlotActor
 
plotCurvePointsOn() - Method in class vtk.vtkXYPlotActor
 
plotLinesOff() - Method in class vtk.vtkXYPlotActor
Set/Get whether the lines are rendered.
plotLinesOn() - Method in class vtk.vtkXYPlotActor
Set/Get whether the lines are rendered.
plotPointsOff() - Method in class vtk.vtkXYPlotActor
Set/Get whether the points are rendered.
plotPointsOn() - Method in class vtk.vtkXYPlotActor
Set/Get whether the points are rendered.
plotToViewportCoordinate(vtkViewport) - Method in class vtk.vtkXYPlotActor
An alternate form of PlotToViewportCoordinate() above.
pointClippingOff() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry by point id.
pointClippingOff() - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry by point id.
pointClippingOn() - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry by point id.
pointClippingOn() - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry by point id.
pointDataOff() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset point data to a data object.
pointDataOn() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset point data to a data object.
pointIdsOff() - Method in class vtk.vtkIdFilter
Enable/disable the generation of point ids.
pointIdsOn() - Method in class vtk.vtkIdFilter
Enable/disable the generation of point ids.
pointInTriangle(double[], double[], double[], double[], double) - Method in class vtk.vtkTriangle
Given a point x, determine whether it is inside (within the tolerance squared, tol2) the triangle defined by the three coordinate values p1, p2, p3.
pointMergingOff() - Method in class vtk.vtkCleanPolyData
Set/Get a boolean value that controls whether point merging is performed.
pointMergingOn() - Method in class vtk.vtkCleanPolyData
Set/Get a boolean value that controls whether point merging is performed.
pointModeOff() - Method in class vtk.vtkExtentSplitter
Get/Set whether "point mode" is on.
pointModeOn() - Method in class vtk.vtkExtentSplitter
Get/Set whether "point mode" is on.
pointSmoothingOff() - Method in class vtk.vtkRenderWindow
Turn on/off point smoothing.
pointSmoothingOn() - Method in class vtk.vtkRenderWindow
Turn on/off point smoothing.
pokeMatrix(vtkMatrix4x4) - Method in class vtk.vtkProp
These methods are used by subclasses to place a matrix (if any) in the prop prior to rendering.
pokeMatrix(vtkMatrix4x4) - Method in class vtk.vtkProp3D
This method modifies the vtkProp3D so that its transformation state is set to the matrix specified.
polygonSmoothingOff() - Method in class vtk.vtkRenderWindow
Turn on/off polygon smoothing.
polygonSmoothingOn() - Method in class vtk.vtkRenderWindow
Turn on/off polygon smoothing.
pop() - Method in class vtk.vtkGeneralTransform
Deletes the transformation on the top of the stack and sets the top to the next transformation on the stack.
pop() - Method in class vtk.vtkPerspectiveTransform
Deletes the transformation on the top of the stack and sets the top to the next transformation on the stack.
pop(int) - Method in class vtk.vtkPriorityQueue
Same as above but simplified for easier wrapping into interpreted languages.
pop() - Method in class vtk.vtkTransform
Deletes the transformation on the top of the stack and sets the top to the next transformation on the stack.
positionalOff() - Method in class vtk.vtkLight
Turn positional lighting on or off.
positionalOn() - Method in class vtk.vtkLight
Turn positional lighting on or off.
postMultiply() - Method in class vtk.vtkGeneralTransform
Sets the internal state of the transform to PostMultiply.
postMultiply() - Method in class vtk.vtkPerspectiveTransform
Sets the internal state of the transform to PostMultiply.
postMultiply() - Method in class vtk.vtkTransform
Sets the internal state of the transform to PostMultiply.
preMultiply() - Method in class vtk.vtkGeneralTransform
Sets the internal state of the transform to PreMultiply.
preMultiply() - Method in class vtk.vtkPerspectiveTransform
Sets the internal state of the transform to PreMultiply.
preMultiply() - Method in class vtk.vtkTransform
Sets the internal state of the transform to PreMultiply.
preSortedOff() - Method in class vtk.vtkOrderedTriangulator
Boolean indicates whether the points have been pre-sorted.
preSortedOn() - Method in class vtk.vtkOrderedTriangulator
Boolean indicates whether the points have been pre-sorted.
preSplitMeshOff() - Method in class vtk.vtkDecimatePro
In some cases you may wish to split the mesh prior to algorithm execution.
preSplitMeshOn() - Method in class vtk.vtkDecimatePro
In some cases you may wish to split the mesh prior to algorithm execution.
prefFullScreen() - Method in class vtk.vtkXOpenGLRenderWindow
Set the preferred window size to full screen.
prepareForNewData() - Method in class vtk.vtkDataObject
make the output data ready for new data to be inserted.
prepareForNewData() - Method in class vtk.vtkImageData
make the output data ready for new data to be inserted.
preserveEdgesOff() - Method in class vtk.vtkDecimate
Turn on/off the preservation of feature edges.
preserveEdgesOn() - Method in class vtk.vtkDecimate
Turn on/off the preservation of feature edges.
preserveExtentsOff() - Method in class vtk.vtkImageAppend
By default "PreserveExtents" is off and the append axis is used.
preserveExtentsOn() - Method in class vtk.vtkImageAppend
By default "PreserveExtents" is off and the append axis is used.
preserveImageExtentOff() - Method in class vtk.vtkImageFlip
PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken.
preserveImageExtentOn() - Method in class vtk.vtkImageFlip
PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken.
preserveTopologyOff() - Method in class vtk.vtkDecimate
 
preserveTopologyOff() - Method in class vtk.vtkDecimatePro
Turn on/off whether to preserve the topology of the original mesh.
preserveTopologyOn() - Method in class vtk.vtkDecimate
 
preserveTopologyOn() - Method in class vtk.vtkDecimatePro
Turn on/off whether to preserve the topology of the original mesh.
preventSeamOff() - Method in class vtk.vtkTextureMapToCylinder
Control how the texture coordinates are generated.
preventSeamOff() - Method in class vtk.vtkTextureMapToSphere
Control how the texture coordinates are generated.
preventSeamOn() - Method in class vtk.vtkTextureMapToCylinder
Control how the texture coordinates are generated.
preventSeamOn() - Method in class vtk.vtkTextureMapToSphere
Control how the texture coordinates are generated.
printCurrentLeaks() - Method in class vtk.vtkDebugLeaks
Print all the values in the table.
progressiveOff() - Method in class vtk.vtkJPEGWriter
Progressive JPEG generation.
progressiveOn() - Method in class vtk.vtkJPEGWriter
Progressive JPEG generation.
projectPoint(double[], double[], double[], double[]) - Method in class vtk.vtkPlane
 
projectTo2D(double[], double[], double[], double[], double[], double[]) - Method in class vtk.vtkTriangle
Project triangle defined in 3D to 2D coordinates.
projectToPlaneOff() - Method in class vtk.vtkImageTracerWidget
Force handles to be on a specific ortho plane.
projectToPlaneOff() - Method in class vtk.vtkSplineWidget
Force the spline widget to be projected onto one of the orthogonal planes.
projectToPlaneOn() - Method in class vtk.vtkImageTracerWidget
Force handles to be on a specific ortho plane.
projectToPlaneOn() - Method in class vtk.vtkSplineWidget
Force the spline widget to be projected onto one of the orthogonal planes.
promptUserOff() - Method in class vtk.vtkDebugLeaks
 
promptUserOff() - Method in class vtk.vtkOutputWindow
If PromptUser is set to true then each time a line of text is displayed, the user is asked if they want to keep getting messages.
promptUserOn() - Method in class vtk.vtkDebugLeaks
Turn prompt at exit on/off (this setting is deprecated and will be ignored).
promptUserOn() - Method in class vtk.vtkOutputWindow
If PromptUser is set to true then each time a line of text is displayed, the user is asked if they want to keep getting messages.
propagateUpdateExtent() - Method in class vtk.vtkDataObject
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE.
propagateUpdateExtent(vtkDataObject) - Method in class vtk.vtkImageImport
Propagates the update extent through the callback if it is set.
propagateUpdateExtent() - Method in class vtk.vtkImageStencilData
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE.
propagateUpdateExtent(vtkDataObject) - Method in class vtk.vtkSource
 
pruneOff() - Method in class vtk.vtkImageSkeleton2D
When prune is on, only closed loops are left unchanged.
pruneOn() - Method in class vtk.vtkImageSkeleton2D
When prune is on, only closed loops are left unchanged.
push() - Method in class vtk.vtkGeneralTransform
Pushes the current transformation onto the transformation stack.
push() - Method in class vtk.vtkPerspectiveTransform
Pushes the current transformation onto the transformation stack.
push(double) - Method in class vtk.vtkPlane
Translate the plane in the direction of the normal by the distance specified.
push(double) - Method in class vtk.vtkPlaneSource
Translate the plane in the direction of the normal by the distance specified.
push() - Method in class vtk.vtkPushImageReader
Push data from this reader
push(vtkSource) - Method in class vtk.vtkPushPipeline
Push data froma pusher
push() - Method in class vtk.vtkTransform
Pushes the current transformation onto the transformation stack.

R

RenderCreate(vtkRenderWindow) - Method in class vtk.vtkPanel
 
Report() - Method in class vtk.vtkPanel
 
rGBToHSV(double[], double[]) - Method in class vtk.vtkMath
Convert color in RGB format (Red, Green, Blue) to HSV format (Hue, Saturation, Value).
radiansToDegrees() - Method in class vtk.vtkMath
Useful constants.
random() - Method in class vtk.vtkMath
Generate random numbers between 0.0 and 1.0.
random(double, double) - Method in class vtk.vtkMath
Generate random number between (min,max).
randomModeOff() - Method in class vtk.vtkMaskPoints
Special flag causes randomization of point selection.
randomModeOn() - Method in class vtk.vtkMaskPoints
Special flag causes randomization of point selection.
randomSeed(int) - Method in class vtk.vtkMath
Initialize seed value.
ratioOff() - Method in class vtk.vtkMeshQuality
Turn on/off the calculation of the quality ratio for each cell (Default: On).
ratioOn() - Method in class vtk.vtkMeshQuality
Turn on/off the calculation of the quality ratio for each cell (Default: On).
reHash() - Method in class vtk.vtkObjectFactory
Re-check the VTK_AUTOLOAD_PATH for new factory libraries.
reInitialize() - Method in class vtk.vtkRenderWindowInteractor
This Method detects loops of RenderWindow-Interactor, so objects are freed properly.
read(String) - Method in class vtk.vtkDataReader
Internal function to read in a value.
read() - Method in class vtk.vtkImporter
 
read(String, int) - Method in class vtk.vtkInputStream
Read input data of the given length.
readAllVariablesOff() - Method in class vtk.vtkGenericEnSightReader
Set/get the flag for whether to read all the variables
readAllVariablesOn() - Method in class vtk.vtkGenericEnSightReader
Set/get the flag for whether to read all the variables
readAppendedData(int, String, int, int) - Method in class vtk.vtkXMLDataParser
Read from an ascii data section starting at the current position in the stream.
readArray(String, int, int) - Method in class vtk.vtkDataReader
Helper functions for reading data.
readCellData(vtkDataSet, int) - Method in class vtk.vtkDataReader
Read the cell data of a vtk data file.
readCoordinates(vtkRectilinearGrid, int, int) - Method in class vtk.vtkDataReader
Read the coordinates for a rectilinear grid.
readDisplacementOff() - Method in class vtk.vtkBYUReader
Turn on/off the reading of the displacement file.
readDisplacementOn() - Method in class vtk.vtkBYUReader
Turn on/off the reading of the displacement file.
readFieldData() - Method in class vtk.vtkDataReader
Helper functions for reading data.
readFromInputStringOff() - Method in class vtk.vtkDataReader
Enable reading from an InputString or InputArray instead of the default, a file.
readFromInputStringOff() - Method in class vtk.vtkInteractorEventRecorder
Enable reading from an InputString as compared to the default behavior, which is to read from a file.
readFromInputStringOn() - Method in class vtk.vtkDataReader
Enable reading from an InputString or InputArray instead of the default, a file.
readFromInputStringOn() - Method in class vtk.vtkInteractorEventRecorder
Enable reading from an InputString as compared to the default behavior, which is to read from a file.
readFrontBufferOff() - Method in class vtk.vtkWindowToImageFilter
Set/Get the flag that determines which buffer to read from.
readFrontBufferOn() - Method in class vtk.vtkWindowToImageFilter
Set/Get the flag that determines which buffer to read from.
readHeader() - Method in class vtk.vtkDataReader
Read the header of a vtk data file.
readInlineData(vtkXMLDataElement, int, String, int, int) - Method in class vtk.vtkXMLDataParser
Read from an appended data section starting at the given appended data offset.
readOutputType() - Method in class vtk.vtkDataSetReader
This method can be used to find out the type of output expected without needing to read the whole file.
readPointData(vtkDataSet, int) - Method in class vtk.vtkDataReader
Read the point data of a vtk data file.
readPoints(vtkPointSet, int) - Method in class vtk.vtkDataReader
Read point coordinates.
readScalarOff() - Method in class vtk.vtkBYUReader
Turn on/off the reading of the scalar file.
readScalarOn() - Method in class vtk.vtkBYUReader
Turn on/off the reading of the scalar file.
readTextureOff() - Method in class vtk.vtkBYUReader
Turn on/off the reading of the texture coordinate file.
readTextureOn() - Method in class vtk.vtkBYUReader
Turn on/off the reading of the texture coordinate file.
record() - Method in class vtk.vtkInteractorEventRecorder
Invoke this method to begin recording events.
record() - Method in class vtk.vtkVideoSource
Record incoming video at the specified FrameRate.
register(vtkObjectBase) - Method in class vtk.vtkObject
Increase the reference count (mark as used by another object).
register(vtkObjectBase) - Method in class vtk.vtkObjectBase
Increase the reference count (mark as used by another object).
registerAndGetOutputString() - Method in class vtk.vtkDataWriter
This convenience method returns the string, sets the IVAR to NULL, so that the user is responsible for deleting the string.
registerFactory(vtkObjectFactory) - Method in class vtk.vtkObjectFactory
Register a factory so it can be used to create vtk objects
registerReader(vtkImageReader2) - Method in class vtk.vtkImageReader2Factory
 
regressionTest(double) - Method in class vtk.vtkTesting
Perform the test and return result.
releaseData() - Method in class vtk.vtkDataObject
Release data back to system to conserve memory resource.
releaseDataFlagOff() - Method in class vtk.vtkDataObject
Turn on/off flag to control whether this object's data is released after being used by a filter.
releaseDataFlagOff() - Method in class vtk.vtkSource
Turn on/off flag to control whether this object's data is released after being used by a source.
releaseDataFlagOn() - Method in class vtk.vtkDataObject
Turn on/off flag to control whether this object's data is released after being used by a filter.
releaseDataFlagOn() - Method in class vtk.vtkSource
Turn on/off flag to control whether this object's data is released after being used by a source.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkAbstractMapper
Release any graphics resources that are being consumed by this mapper.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkActor
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkActor2D
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkAssembly
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkAxisActor2D
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkCubeAxesActor2D
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkDataSetMapper
Release any graphics resources that are being consumed by this mapper.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkLODActor
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkLabeledDataMapper
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkMapper
Release any graphics resources that are being consumed by this mapper.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkOpenGLFreeTypeTextMapper
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkOpenGLImageActor
Release any graphics resources that are being consumed by this texture.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkOpenGLPolyDataMapper
Release any graphics resources that are being consumed by this mapper.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkOpenGLTexture
Release any graphics resources that are being consumed by this texture.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkParallelCoordinatesActor
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkPropAssembly
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkScalarBarActor
Release any graphics resources that are being consumed by this actor.
releaseGraphicsResources(vtkWindow) - Method in class vtk.vtkTexture
Release any graphics resources that are being consumed by this texture.
releaseLocator() - Method in class vtk.vtkCleanPolyData
Release locator
releaseSystemResources() - Method in class vtk.vtkVideoSource
Release the video driver.
rememberVoxelIdOff() - Method in class vtk.vtkRectilinearGridToTetrahedra
Should the tetrahedra have scalar data indicating which Voxel they came from in the vtkRectilinearGrid?
rememberVoxelIdOn() - Method in class vtk.vtkRectilinearGridToTetrahedra
Should the tetrahedra have scalar data indicating which Voxel they came from in the vtkRectilinearGrid?
removeActor(vtkProp) - Method in class vtk.vtkRenderer
Add/Remove different types of props to the renderer.
removeActor2D(vtkProp) - Method in class vtk.vtkViewport
Add/Remove different types of props to the renderer.
removeAllArrays() - Method in class vtk.vtkDataArraySelection
Remove all array entries.
removeAllAttributes() - Method in class vtk.vtkXMLDataElement
Remove all attributes.
removeAllClippingPlanes() - Method in class vtk.vtkAbstractMapper
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified).
removeAllExtentSources() - Method in class vtk.vtkExtentSplitter
Add/Remove a source providing the given extent.
removeAllFunctions() - Method in class vtk.vtkImplicitSum
Remove all functions from the list.
removeAllFunctions() - Method in class vtk.vtkPLOT3DReader
Specify additional functions to read.
removeAllInputs() - Method in class vtk.vtkProcessObject
Remove all the input data.
removeAllInputs() - Method in class vtk.vtkXYPlotActor
This removes all of the data set inputs, but does not change the data object inputs.
removeAllItems() - Method in class vtk.vtkCollection
Remove all objects from the list.
removeAllNestedElements() - Method in class vtk.vtkXMLDataElement
Remove all nested elements.
removeAllOperations() - Method in class vtk.vtkRearrangeFields
 
removeAllPlanes() - Method in class vtk.vtkHull
Remove all planes from the current set of planes.
removeAllPoints() - Method in class vtk.vtkColorTransferFunction
Remove all points
removeAllPoints() - Method in class vtk.vtkPiecewiseFunction
Removes all points from the function.
removeAllPoints() - Method in class vtk.vtkSpline
Remove all points from the data.
removeAllProps() - Method in class vtk.vtkViewport
Remove all actors from the list of actors.
removeAllSeeds() - Method in class vtk.vtkImageConnector
 
removeAllSeeds() - Method in class vtk.vtkImageSeedConnectivity
Methods for manipulating the seed pixels.
removeAllVariables() - Method in class vtk.vtkArrayCalculator
Remove all the variable names and their associated array names.
removeAllVariables() - Method in class vtk.vtkFunctionParser
Remove all the current variables.
removeArray(String) - Method in class vtk.vtkDataSetAttributes
Remove an array (with the given name) from the list of arrays.
removeArray(String) - Method in class vtk.vtkFieldData
Return the ith array in the field.
removeCellReference(int, int) - Method in class vtk.vtkCellLinks
Delete the reference to the cell (cellId) from the point (ptId).
removeCellReference(int) - Method in class vtk.vtkPolyData
Remove all references to cell in cell structure.
removeClippingPlane(vtkPlane) - Method in class vtk.vtkAbstractMapper
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified).
removeConsumer(vtkObject) - Method in class vtk.vtkAbstractMapper
Add or remove or get or check a consumer,
removeConsumer(vtkObject) - Method in class vtk.vtkDataObject
Add or remove or get or check a consumer,
removeCuller(vtkCuller) - Method in class vtk.vtkRenderer
Remove an actor from the list of cullers.
removeDataObjectInput(vtkDataObject) - Method in class vtk.vtkXYPlotActor
Remove a dataset from the list of data to append.
removeExtentSource(int) - Method in class vtk.vtkExtentSplitter
Add/Remove a source providing the given extent.
removeFunction(vtkImplicitFunction) - Method in class vtk.vtkImplicitBoolean
Remove a function from the list of implicit functions to boolean.
removeFunction(int) - Method in class vtk.vtkPLOT3DReader
Specify additional functions to read.
removeGhostCells(int) - Method in class vtk.vtkPolyData
This method will remove any cell that has a ghost level array value greater or equal to level.
removeGhostCells(int) - Method in class vtk.vtkUnstructuredGrid
This method will remove any cell that has a ghost level array value greater or equal to level.
removeInput(vtkDataSet) - Method in class vtk.vtkAppendFilter
Remove a dataset from the list of data to append.
removeInput(vtkPolyData) - Method in class vtk.vtkAppendPolyData
Remove a dataset from the list of data to append.
removeInput(vtkImageData) - Method in class vtk.vtkImageMultipleInputFilter
Adds an input to the first null position in the input list.
removeInput(vtkDataSet) - Method in class vtk.vtkProgrammableAttributeDataFilter
Remove a dataset from the list of data to process.
removeInput(vtkDataSet, String, int) - Method in class vtk.vtkXYPlotActor
Remove a dataset from the list of data to append.
removeInput(vtkDataSet) - Method in class vtk.vtkXYPlotActor
This removes all of the data set inputs, but does not change the data object inputs.
removeItem(vtkAssemblyPath) - Method in class vtk.vtkAssemblyPaths
Remove a path from the list.
removeItem(int) - Method in class vtk.vtkCollection
Remove the i'th item in the list.
removeItem(vtkObject) - Method in class vtk.vtkCollection
Remove an object from the list.
removeLOD(int) - Method in class vtk.vtkLODProp3D
Delete a level of detail given an ID.
removeLight(vtkLight) - Method in class vtk.vtkRenderer
Remove a light from the list of lights.
removeLightsFromRenderer(vtkRenderer) - Method in class vtk.vtkLightKit
Add lights to, or remove lights from, a renderer.
removeNestedElement(vtkXMLDataElement) - Method in class vtk.vtkXMLDataElement
Remove nested element.
removeNotify() - Method in class vtk.vtkPanel
 
removeObserver(int) - Method in class vtk.vtkObject
Allow people to add/remove/invoke observers (callbacks) to any VTK object.
removeObservers(int) - Method in class vtk.vtkObject
Allow people to add/remove/invoke observers (callbacks) to any VTK object.
removeObservers(String) - Method in class vtk.vtkObject
Allow people to add/remove/invoke observers (callbacks) to any VTK object.
removeOperation(int) - Method in class vtk.vtkRearrangeFields
Remove an operation with the given id.
removeOperation(int, int, int, int) - Method in class vtk.vtkRearrangeFields
Remove an operation with the given signature.
removeOperation(int, String, int, int) - Method in class vtk.vtkRearrangeFields
Remove an operation with the given signature.
removeOperation(String, String, String, String) - Method in class vtk.vtkRearrangeFields
Remove an operation with the given signature.
removePart(vtkProp3D) - Method in class vtk.vtkAssembly
Remove a part from the list of parts,
removePart(vtkProp) - Method in class vtk.vtkPropAssembly
Remove a part from the list of parts,
removePoint(double) - Method in class vtk.vtkColorTransferFunction
Add/Remove a point to/from the function defined in RGB or HSV Return the index of the point (0 based), or -1 on error.
removePoint(double) - Method in class vtk.vtkPiecewiseFunction
Add/Remove points to/from the function.
removePoint(double) - Method in class vtk.vtkSpline
Remove a point from the data to be fit with the spline.
removeProp(vtkProp) - Method in class vtk.vtkViewport
Remove an actor from the list of actors.
removePropertyChangeListener(PropertyChangeListener) - Method in class vtk.vtkObjectBase
 
removeReferenceToCell(int, int) - Method in class vtk.vtkPolyData
Remove a reference to a cell in a particular point's link list.
removeReferenceToCell(int, int) - Method in class vtk.vtkUnstructuredGrid
Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.
removeRenderer(vtkRenderer) - Method in class vtk.vtkRenderWindow
Remove a renderer from the list of renderers.
removeVolume(vtkProp) - Method in class vtk.vtkRenderer
Add/Remove different types of props to the renderer.
removeWindowSetObserver(Observer) - Method in class vtk.vtkPanel
 
ren - Variable in class vtk.vtkPanel
 
render(vtkRenderer, vtkMapper) - Method in class vtk.vtkActor
This causes the actor to be rendered.
render(vtkRenderer) - Method in class vtk.vtkCamera
This method causes the camera to set up whatever is required for viewing the scene.
render(vtkRenderer, vtkActor) - Method in class vtk.vtkDataSetMapper
 
render(vtkRenderer) - Method in class vtk.vtkFollower
This causes the actor to be rendered.
render() - Method in class vtk.vtkImageViewer
Render the resulting image.
render() - Method in class vtk.vtkImageViewer2
Render the resulting image.
render(vtkRenderer, vtkMapper) - Method in class vtk.vtkLODActor
This causes the actor to be rendered.
render(vtkRenderer, int) - Method in class vtk.vtkLight
Abstract interface to renderer.
render(vtkRenderer, vtkActor) - Method in class vtk.vtkMapper
Method initiates the mapping process.
render(vtkRenderer, vtkMapper) - Method in class vtk.vtkOpenGLActor
Actual actor render method.
render(vtkRenderer) - Method in class vtk.vtkOpenGLCamera
Implement base class method.
render(vtkRenderer, int) - Method in class vtk.vtkOpenGLLight
Implement base class method.
render(vtkActor, vtkRenderer) - Method in class vtk.vtkOpenGLProperty
Implement base class method.
render() - Method in class vtk.vtkPanel
 
render(vtkRenderer, vtkActor) - Method in class vtk.vtkPolyDataMapper
This calls RenderPiece (in a for loop is streaming is necessary).
render(vtkActor, vtkRenderer) - Method in class vtk.vtkProperty
This method causes the property to set up whatever is required for its instance variables.
render(vtkViewport) - Method in class vtk.vtkProperty2D
 
render(vtkRenderer, int) - Method in class vtk.vtkRIBLight
 
render() - Method in class vtk.vtkRenderWindow
Ask each renderer owned by this RenderWindow to render its image and synchronize this process.
render() - Method in class vtk.vtkRenderWindowInteractor
Render the scene.
render() - Method in class vtk.vtkRenderer
Create an image.
render() - Method in class vtk.vtkRendererCollection
Forward the Render() method to each renderer in the list.
render(vtkRenderer) - Method in class vtk.vtkTexture
Renders a texture map.
render(vtkRenderer, vtkVolume) - Method in class vtk.vtkVolumeProMapper
Set the blend mode
render() - Method in class vtk.vtkWindow
Ask each viewport owned by this Window to render its image and synchronize this process.
render() - Method in class vtk.vtkXOpenGLRenderWindow
This computes the size of the render window before calling the supper classes render
renderData(vtkViewport, vtkImageData, vtkActor2D) - Method in class vtk.vtkImageMapper
Function called by Render to actually draw the image to to the screen
renderData(vtkViewport, vtkImageData, vtkActor2D) - Method in class vtk.vtkOpenGLImageMapper
Called by the Render function in vtkImageMapper.
renderFlagOff() - Method in class vtk.vtkRendererSource
If this flag is on, the Executing causes a render first.
renderFlagOn() - Method in class vtk.vtkRendererSource
If this flag is on, the Executing causes a render first.
renderOpaqueGeometry(vtkViewport) - Method in class vtk.vtkActor
Support the standard render methods.
renderOpaqueGeometry(vtkViewport) - Method in class vtk.vtkActor2D
Support the standard render methods.
renderOpaqueGeometry(vtkViewport) - Method in class vtk.vtkAssembly
Render this assembly and all its parts.
renderOpaqueGeometry(vtkViewport) - Method in class vtk.vtkAxisActor2D
Draw the axis.
renderOpaqueGeometry(vtkViewport) - Method in class vtk.vtkCubeAxesActor2D
Draw the axes as per the vtkProp superclass' API.
renderOpaqueGeometry(vtkViewport) - Method in class vtk.vtkFollower
This causes the actor to be rendered.
renderOpaqueGeometry(vtkViewport) - Method in class vtk.vtkLODActor
This method is used internally by the rendering process.
renderOpaqueGeometry(vtkViewport, vtkActor2D) - Method in class vtk.vtkLabeledDataMapper
Draw the text to the screen at each input point.
renderOpaqueGeometry(vtkViewport, vtkActor2D) - Method in class vtk.vtkMapper2D
 
renderOpaqueGeometry(vtkViewport) - Method in class vtk.vtkParallelCoordinatesActor
Draw the parallel coordinates plot.
renderOpaqueGeometry(vtkViewport) - Method in class vtk.vtkPropAssembly
Render this assembly and all its parts.
renderOpaqueGeometry(vtkViewport) - Method in class vtk.vtkScalarBarActor
Draw the scalar bar and annotation text to the screen.
renderOverlay(vtkViewport) - Method in class vtk.vtkActor2D
Support the standard render methods.
renderOverlay(vtkViewport) - Method in class vtk.vtkActor2DCollection
Sort and then render the collection of 2D actors.
renderOverlay(vtkViewport) - Method in class vtk.vtkAxisActor2D
Draw the axis.
renderOverlay(vtkViewport) - Method in class vtk.vtkCubeAxesActor2D
Draw the axes as per the vtkProp superclass' API.
renderOverlay(vtkViewport, vtkActor2D) - Method in class vtk.vtkLabeledDataMapper
Draw the text to the screen at each input point.
renderOverlay(vtkViewport, vtkActor2D) - Method in class vtk.vtkMapper2D
 
renderOverlay(vtkViewport, vtkActor2D) - Method in class vtk.vtkOpenGLFreeTypeTextMapper
Actally draw the text.
renderOverlay(vtkViewport, vtkActor2D) - Method in class vtk.vtkOpenGLImageMapper
Called by the Render function in vtkImageMapper.
renderOverlay(vtkViewport, vtkActor2D) - Method in class vtk.vtkOpenGLPolyDataMapper2D
Actually draw the poly data.
renderOverlay(vtkViewport) - Method in class vtk.vtkParallelCoordinatesActor
Draw the parallel coordinates plot.
renderOverlay(vtkViewport) - Method in class vtk.vtkPropAssembly
Render this assembly and all its parts.
renderOverlay(vtkViewport) - Method in class vtk.vtkScalarBarActor
Draw the scalar bar and annotation text to the screen.
renderPiece(vtkRenderer, vtkActor) - Method in class vtk.vtkOpenGLPolyDataMapper
Implement superclass render method.
renderPiece(vtkRenderer, vtkActor) - Method in class vtk.vtkPolyDataMapper
Implemented by sub classes.
renderStart(vtkViewport, vtkActor2D) - Method in class vtk.vtkImageMapper
Draw the image to the screen.
renderToRectangleOff() - Method in class vtk.vtkImageMapper
If RenderToRectangle is set (by default not), then the imagemapper will render the image into the rectangle supplied by the Actor2D's PositionCoordinate and Position2Coordinate
renderToRectangleOn() - Method in class vtk.vtkImageMapper
If RenderToRectangle is set (by default not), then the imagemapper will render the image into the rectangle supplied by the Actor2D's PositionCoordinate and Position2Coordinate
renderTranslucentGeometry(vtkViewport) - Method in class vtk.vtkActor
Support the standard render methods.
renderTranslucentGeometry(vtkViewport) - Method in class vtk.vtkActor2D
Support the standard render methods.
renderTranslucentGeometry(vtkViewport) - Method in class vtk.vtkAssembly
Render this assembly and all its parts.
renderTranslucentGeometry(vtkViewport) - Method in class vtk.vtkAxisActor2D
Release any graphics resources that are being consumed by this actor.
renderTranslucentGeometry(vtkViewport) - Method in class vtk.vtkCubeAxesActor2D
Use the bounding box of this input dataset to draw the cube axes.
renderTranslucentGeometry(vtkViewport) - Method in class vtk.vtkFollower
This causes the actor to be rendered.
renderTranslucentGeometry(vtkViewport, vtkActor2D) - Method in class vtk.vtkMapper2D
 
renderTranslucentGeometry(vtkViewport) - Method in class vtk.vtkParallelCoordinatesActor
Set the input to the parallel coordinates actor.
renderTranslucentGeometry(vtkViewport) - Method in class vtk.vtkPropAssembly
Render this assembly and all its parts.
renderTranslucentGeometry(vtkViewport) - Method in class vtk.vtkScalarBarActor
Draw the scalar bar and annotation text to the screen.
rendering - Variable in class vtk.vtkPanel
 
repeatOff() - Method in class vtk.vtkTexture
Turn on/off the repetition of the texture map when the texture coords extend beyond the [0,1] range.
repeatOn() - Method in class vtk.vtkTexture
Turn on/off the repetition of the texture map when the texture coords extend beyond the [0,1] range.
replaceCellPoint(int, int, int) - Method in class vtk.vtkPolyData
Replace a point in the cell connectivity list with a different point.
replaceInOff() - Method in class vtk.vtkImageThreshold
Determines whether to replace the pixel in range with InValue
replaceInOn() - Method in class vtk.vtkImageThreshold
Determines whether to replace the pixel in range with InValue
replaceItem(int, vtkObject) - Method in class vtk.vtkCollection
Replace the i'th item in the collection with a
replaceNthOutput(int, vtkDataObject) - Method in class vtk.vtkEnSightReader
This method sets/replaces one of the outputs of the reader without changing it's modification time.
replaceOutOff() - Method in class vtk.vtkImageThreshold
Determines whether to replace the pixel out of range with OutValue
replaceOutOn() - Method in class vtk.vtkImageThreshold
Determines whether to replace the pixel out of range with OutValue
reportCapabilities() - Method in class vtk.vtkRenderWindow
Get report of capabilities for the render window
reportCapabilities() - Method in class vtk.vtkXOpenGLRenderWindow
Get report of capabilities for the render window
requestExactExtentOff() - Method in class vtk.vtkDataObject
This request flag indicates whether the requester can handle more data than requested.
requestExactExtentOn() - Method in class vtk.vtkDataObject
This request flag indicates whether the requester can handle more data than requested.
requiresInitialization() - Method in class vtk.vtkCell
Some cells require initialization prior to access.
requiresInitialization() - Method in class vtk.vtkConvexPointSet
This cell requires that it be initialized prior to access.
requiresInitialization() - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
reset() - Method in class vtk.vtkCellArray
Reuse list.
reset() - Method in class vtk.vtkCellLinks
Reset to a state of no entries without freeing the memory.
reset() - Method in class vtk.vtkCellTypes
Initialize object without releasing memory.
reset() - Method in class vtk.vtkDataArray
Return the size of the data.
reset() - Method in class vtk.vtkEdgeTable
Reset the object and prepare for reinsertion of edges.
reset() - Method in class vtk.vtkFieldData
Resets each data array in the field (Reset() does not release memory but it makes the arrays look like they are empty.)
reset() - Method in class vtk.vtkHeap
This methods resets the current allocation location back to the beginning of the heap.
reset() - Method in class vtk.vtkIdList
Reset to an empty state.
reset() - Method in class vtk.vtkPoints
Make object look empty but do not delete memory.
reset() - Method in class vtk.vtkPolyData
Begin inserting data all over again.
reset() - Method in class vtk.vtkPriorityQueue
Empty the queue but without releasing memory.
reset() - Method in class vtk.vtkSpherePuzzle
Reset the state of this puzzle back to its original state.
reset() - Method in class vtk.vtkUnstructuredGrid
Standard vtkDataSet API methods.
reset() - Method in class vtk.vtkVoidArray
Resize the array to just fit the inserted memory.
resetCamera() - Method in class vtk.vtkPanel
 
resetCamera() - Method in class vtk.vtkRenderer
Automatically set up the camera based on the visible actors.
resetCamera(double[]) - Method in class vtk.vtkRenderer
Automatically set up the camera based on a specified bounding box (xmin,xmax, ymin,ymax, zmin,zmax).
resetCamera(double, double, double, double, double, double) - Method in class vtk.vtkRenderer
Alternative version of ResetCamera(bounds[6]);
resetCameraClippingRange() - Method in class vtk.vtkPanel
 
resetCameraClippingRange() - Method in class vtk.vtkRenderer
Reset the camera clipping range based on the bounds of the visible actors.
resetCameraClippingRange(double[]) - Method in class vtk.vtkRenderer
Reset the camera clipping range based on a bounding box.
resetCameraClippingRange(double, double, double, double, double, double) - Method in class vtk.vtkRenderer
Reset the camera clipping range based on a bounding box.
resetLog() - Method in class vtk.vtkTimerLog
Clear the timing table.
resetOutput() - Method in class vtk.vtkSpatialRepresentationFilter
Reset requested output levels
resetOutputWholeExtent() - Method in class vtk.vtkImageClip
 
resize(int) - Method in class vtk.vtkBitArray
Resize the array while conserving the data.
resize(int) - Method in class vtk.vtkDataArray
Resize the array while conserving the data.
resize(int) - Method in class vtk.vtkIdTypeArray
Resize the array while conserving the data.
resizeCellList(int, int) - Method in class vtk.vtkCellLinks
Change the length of a point's link list (i.e., list of cells using a point) by the size specified.
resizeCellList(int, int) - Method in class vtk.vtkPolyData
Resize the list of cells using a particular point.
resizeCellList(int, int) - Method in class vtk.vtkUnstructuredGrid
Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.
restoreUpVectorOff() - Method in class vtk.vtkInteractorStyleFlight
When flying, apply a restorative force to the "Up" vector.
restoreUpVectorOn() - Method in class vtk.vtkInteractorStyleFlight
When flying, apply a restorative force to the "Up" vector.
restrictPlaneToVolumeOff() - Method in class vtk.vtkImagePlaneWidget
Make sure that the plane remains within the volume.
restrictPlaneToVolumeOn() - Method in class vtk.vtkImagePlaneWidget
Make sure that the plane remains within the volume.
retainCellListsOff() - Method in class vtk.vtkLocator
Boolean controls whether to maintain list of entities in each bucket.
retainCellListsOn() - Method in class vtk.vtkLocator
Boolean controls whether to maintain list of entities in each bucket.
reverseCell(int) - Method in class vtk.vtkCellArray
Special method inverts ordering of current cell.
reverseCell(int) - Method in class vtk.vtkPolyData
Reverse the order of point ids defining the cell.
reverseCellsOff() - Method in class vtk.vtkReverseSense
Flag controls whether to reverse cell ordering.
reverseCellsOn() - Method in class vtk.vtkReverseSense
Flag controls whether to reverse cell ordering.
reverseFly() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Keyboard event bindings for flight
reverseNormalsOff() - Method in class vtk.vtkReverseSense
Flag controls whether to reverse normal orientation.
reverseNormalsOn() - Method in class vtk.vtkReverseSense
Flag controls whether to reverse normal orientation.
reverseStencilOff() - Method in class vtk.vtkImageAccumulate
Reverse the stencil.
reverseStencilOff() - Method in class vtk.vtkImageStencil
Reverse the stencil.
reverseStencilOn() - Method in class vtk.vtkImageAccumulate
Reverse the stencil.
reverseStencilOn() - Method in class vtk.vtkImageStencil
Reverse the stencil.
reverseXAxisOff() - Method in class vtk.vtkXYPlotActor
Normally the x-axis is plotted from minimum to maximum.
reverseXAxisOn() - Method in class vtk.vtkXYPlotActor
Normally the x-axis is plotted from minimum to maximum.
reverseYAxisOff() - Method in class vtk.vtkXYPlotActor
Normally the y-axis is plotted from minimum to maximum.
reverseYAxisOn() - Method in class vtk.vtkXYPlotActor
Normally the y-axis is plotted from minimum to maximum.
rewind() - Method in class vtk.vtkInteractorEventRecorder
Rewind to the beginning of the file.
rewind() - Method in class vtk.vtkVideoSource
Rewind to the frame with the earliest timestamp.
rightButtonPressEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
rightButtonReleaseEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
roll(double) - Method in class vtk.vtkCamera
Rotate the camera about the direction of projection.
rotate() - Method in class vtk.vtkInteractorStyle
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion.
rotate() - Method in class vtk.vtkInteractorStyleJoystickActor
 
rotate() - Method in class vtk.vtkInteractorStyleJoystickCamera
 
rotate() - Method in class vtk.vtkInteractorStyleTerrain
 
rotate() - Method in class vtk.vtkInteractorStyleTrackballActor
 
rotate() - Method in class vtk.vtkInteractorStyleTrackballCamera
 
rotateWXYZ(double, double, double, double) - Method in class vtk.vtkGeneralTransform
Create a rotation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateWXYZ(double, double[]) - Method in class vtk.vtkGeneralTransform
Create a rotation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateWXYZ(double, double, double, double) - Method in class vtk.vtkPerspectiveTransform
Create a rotation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateWXYZ(double, double[]) - Method in class vtk.vtkPerspectiveTransform
Create a rotation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateWXYZ(double, double, double, double) - Method in class vtk.vtkProp3D
Rotate the Prop3D in degrees about an arbitrary axis specified by the last three arguments.
rotateWXYZ(double, double, double, double) - Method in class vtk.vtkTransform
Create a rotation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateWXYZ(double, double[]) - Method in class vtk.vtkTransform
Create a rotation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateX(double) - Method in class vtk.vtkGeneralTransform
Create a rotation matrix about the X, Y, or Z axis and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateX(double) - Method in class vtk.vtkPerspectiveTransform
Create a rotation matrix about the X, Y, or Z axis and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateX(double) - Method in class vtk.vtkProp3D
Rotate the Prop3D in degrees about the X axis using the right hand rule.
rotateX(double) - Method in class vtk.vtkTransform
Create a rotation matrix about the X, Y, or Z axis and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateY(double) - Method in class vtk.vtkGeneralTransform
Create a rotation matrix about the X, Y, or Z axis and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateY(double) - Method in class vtk.vtkPerspectiveTransform
Create a rotation matrix about the X, Y, or Z axis and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateY(double) - Method in class vtk.vtkProp3D
Rotate the Prop3D in degrees about the Y axis using the right hand rule.
rotateY(double) - Method in class vtk.vtkTransform
Create a rotation matrix about the X, Y, or Z axis and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateZ(double) - Method in class vtk.vtkGeneralTransform
Create a rotation matrix about the X, Y, or Z axis and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateZ(double) - Method in class vtk.vtkPerspectiveTransform
Create a rotation matrix about the X, Y, or Z axis and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotateZ(double) - Method in class vtk.vtkProp3D
Rotate the Prop3D in degrees about the Z axis using the right hand rule.
rotateZ(double) - Method in class vtk.vtkTransform
Create a rotation matrix about the X, Y, or Z axis and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
rotationEnabledOff() - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
rotationEnabledOn() - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
round(double) - Method in class vtk.vtkMath
Rounds a float to the nearest integer.
run() - Method in class vtk.vtkPushImageReader
Run the pipeline the reader is conected to until it is out of data
run(vtkSource) - Method in class vtk.vtkPushPipeline
Run a pipeline until pusher indicates it is out of data
rw - Variable in class vtk.vtkPanel
 

S

SetBinaryInputString(byte[], int) - Method in class vtk.vtkDataReader
 
StartTimer() - Method in class vtk.vtkCanvas
 
scalarConnectivityOff() - Method in class vtk.vtkConnectivityFilter
Turn on/off connectivity based on scalar value.
scalarConnectivityOff() - Method in class vtk.vtkPolyDataConnectivityFilter
Turn on/off connectivity based on scalar value.
scalarConnectivityOn() - Method in class vtk.vtkConnectivityFilter
Turn on/off connectivity based on scalar value.
scalarConnectivityOn() - Method in class vtk.vtkPolyDataConnectivityFilter
Turn on/off connectivity based on scalar value.
scalarIsComponent() - Method in class vtk.vtkExtractTensorComponents
Specify how to extract the scalar.
scalarIsDeterminant() - Method in class vtk.vtkExtractTensorComponents
Specify how to extract the scalar.
scalarIsEffectiveStress() - Method in class vtk.vtkExtractTensorComponents
Specify how to extract the scalar.
scalarTagsOff() - Method in class vtk.vtkSTLReader
Turn on/off tagging of solids with scalars.
scalarTagsOn() - Method in class vtk.vtkSTLReader
Turn on/off tagging of solids with scalars.
scalarVisibilityOff() - Method in class vtk.vtkLegendBoxActor
Turn on/off flag to control whether the symbol's scalar data is used to color the symbol.
scalarVisibilityOff() - Method in class vtk.vtkMapper
Turn on/off flag to control whether scalar data is used to color objects.
scalarVisibilityOff() - Method in class vtk.vtkPolyDataMapper2D
Turn on/off flag to control whether scalar data is used to color objects.
scalarVisibilityOn() - Method in class vtk.vtkLegendBoxActor
Turn on/off flag to control whether the symbol's scalar data is used to color the symbol.
scalarVisibilityOn() - Method in class vtk.vtkMapper
Turn on/off flag to control whether scalar data is used to color objects.
scalarVisibilityOn() - Method in class vtk.vtkPolyDataMapper2D
Turn on/off flag to control whether scalar data is used to color objects.
scalarWarpingOff() - Method in class vtk.vtkGaussianSplatter
Turn on/off the scaling of splats by scalar value.
scalarWarpingOn() - Method in class vtk.vtkGaussianSplatter
Turn on/off the scaling of splats by scalar value.
scalarsAttributeOff() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
scalarsAttributeOn() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
scale(double, double, double) - Method in class vtk.vtkGeneralTransform
Create a scale matrix (i.e. set the diagonal elements to x, y, z) and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
scale(double[]) - Method in class vtk.vtkGeneralTransform
Create a scale matrix (i.e. set the diagonal elements to x, y, z) and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
scale(double, double, double) - Method in class vtk.vtkPerspectiveTransform
Create a scale matrix (i.e. set the diagonal elements to x, y, z) and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
scale(double[]) - Method in class vtk.vtkPerspectiveTransform
Create a scale matrix (i.e. set the diagonal elements to x, y, z) and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
scale(double, double, double) - Method in class vtk.vtkTransform
Create a scale matrix (i.e. set the diagonal elements to x, y, z) and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
scale(double[]) - Method in class vtk.vtkTransform
Create a scale matrix (i.e. set the diagonal elements to x, y, z) and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
scaleOff() - Method in class vtk.vtkSphereWidget
Enable translation and scaling of the widget.
scaleOn() - Method in class vtk.vtkSphereWidget
Enable translation and scaling of the widget.
scaledTextOff() - Method in class vtk.vtkTextActor
Turn on or off the ScaledText option.
scaledTextOn() - Method in class vtk.vtkTextActor
Turn on or off the ScaledText option.
scalingEnabledOff() - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
scalingEnabledOn() - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
scalingOff() - Method in class vtk.vtkCubeAxesActor2D
Set/Get a flag that controls whether the axes are scaled to fit in the viewport.
scalingOff() - Method in class vtk.vtkGlyph3D
Turn on/off scaling of source geometry.
scalingOff() - Method in class vtk.vtkTensorGlyph
Turn on/off scaling of glyph with eigenvalues.
scalingOn() - Method in class vtk.vtkCubeAxesActor2D
Set/Get a flag that controls whether the axes are scaled to fit in the viewport.
scalingOn() - Method in class vtk.vtkGlyph3D
Turn on/off scaling of source geometry.
scalingOn() - Method in class vtk.vtkTensorGlyph
Turn on/off scaling of glyph with eigenvalues.
seek(int) - Method in class vtk.vtkBase64InputStream
Seek to the given offset in the input data.
seek(int) - Method in class vtk.vtkInputStream
Seek to the given offset in the input data.
seek(int) - Method in class vtk.vtkVideoSource
Seek forwards or backwards by the specified number of frames (positive is forward, negative is backward).
seekFile(int, int, int) - Method in class vtk.vtkImageReader2
 
selectColorArray(int) - Method in class vtk.vtkMapper
When ScalarMode is set to UsePointFileData or UseCellFieldData, you can specify which array to use for coloring using these methods.
selectColorArray(String) - Method in class vtk.vtkMapper
When ScalarMode is set to UsePointFileData or UseCellFieldData, you can specify which array to use for coloring using these methods.
selectInputNormals(String) - Method in class vtk.vtkGlyph3D
 
selectInputScalars(String) - Method in class vtk.vtkBandedPolyDataContourFilter
Overload GetMTime because we delegate to vtkContourValues so its modified time must be taken into account.
selectInputScalars(String) - Method in class vtk.vtkClipDataSet
 
selectInputScalars(String) - Method in class vtk.vtkContourFilter
 
selectInputScalars(String) - Method in class vtk.vtkContourGrid
 
selectInputScalars(String) - Method in class vtk.vtkGlyph3D
If you want to use an arbitrary vectors array, then set its name here.
selectInputScalars(String) - Method in class vtk.vtkGridSynchronizedTemplates3D
 
selectInputScalars(String) - Method in class vtk.vtkHierarchicalBoxContour
Delegated to contour
selectInputScalars(String) - Method in class vtk.vtkImageContinuousDilate3D
 
selectInputScalars(String) - Method in class vtk.vtkImageContinuousErode3D
 
selectInputScalars(String) - Method in class vtk.vtkImageGradient
 
selectInputScalars(String) - Method in class vtk.vtkImageGradientMagnitude
 
selectInputScalars(String) - Method in class vtk.vtkImageMedian3D
 
selectInputScalars(String) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/get which component of the scalar array to contour on; defaults to 0.
selectInputScalars(String) - Method in class vtk.vtkSynchronizedTemplates2D
Set/get which component of the scalar array to contour on; defaults to 0.
selectInputScalars(String) - Method in class vtk.vtkSynchronizedTemplates3D
Set/get which component of the scalar array to contour on; defaults to 0.
selectInputScalars(String) - Method in class vtk.vtkThreshold
 
selectInputScalars(String) - Method in class vtk.vtkWarpScalar
 
selectInputVectors(String) - Method in class vtk.vtkGlyph3D
If you want to use an arbitrary normals array, then set its name here.
selectInputVectors(String) - Method in class vtk.vtkRibbonFilter
 
selectInputVectors(String) - Method in class vtk.vtkStreamTracer
Add a dataset to the list inputs
selectInputVectors(String) - Method in class vtk.vtkWarpVector
 
selectInvisibleOff() - Method in class vtk.vtkSelectVisiblePoints
Set/Get the flag which enables inverse selection; i.e., invisible points are selected.
selectInvisibleOn() - Method in class vtk.vtkSelectVisiblePoints
Set/Get the flag which enables inverse selection; i.e., invisible points are selected.
selectVectors(String) - Method in class vtk.vtkInterpolatedVelocityField
 
selectionWindowOff() - Method in class vtk.vtkSelectVisiblePoints
Set/Get the flag which enables selection in a rectangular display region.
selectionWindowOn() - Method in class vtk.vtkSelectVisiblePoints
Set/Get the flag which enables selection in a rectangular display region.
setAAFrames(int) - Method in class vtk.vtkRenderWindow
Set the number of frames for doing antialiasing.
setAbort(int) - Method in class vtk.vtkXMLDataParser
Get/Set flag to abort reading of data.
setAbortExecute(int) - Method in class vtk.vtkProcessObject
Set/Get the AbortExecute flag for the process object.
setAbortRender(int) - Method in class vtk.vtkRenderWindow
This is a flag that can be set to interrupt a rendering that is in progress.
setAbsolute(int) - Method in class vtk.vtkWarpTo
Set/Get the Absolute ivar.
setAbsoluteError(double) - Method in class vtk.vtkDecimatePro
Same as MaximumError, but to be used when ErrorIsAbsolute is 1
setAbsoluteError(double) - Method in class vtk.vtkGreedyTerrainDecimation
Specify the absolute error of the mesh; that is, the error in height between the decimated mesh and the original height field.
setAbsoluteTolerance(double) - Method in class vtk.vtkCleanPolyData
Specify tolerance in absolute terms
setAccumulateError(int) - Method in class vtk.vtkDecimatePro
The computed error can either be computed directly from the mesh or the error may be accumulated as the mesh is modified.
setAccumulationMode(int) - Method in class vtk.vtkGaussianSplatter
Specify the scalar accumulation mode.
setAccumulationModeToMax() - Method in class vtk.vtkGaussianSplatter
Specify the scalar accumulation mode.
setAccumulationModeToMin() - Method in class vtk.vtkGaussianSplatter
Specify the scalar accumulation mode.
setAccumulationModeToSum() - Method in class vtk.vtkGaussianSplatter
Specify the scalar accumulation mode.
setActiveAttribute(String, int) - Method in class vtk.vtkDataSetAttributes
Make the array with the given name the active attribute.
setActiveAttribute(int, int) - Method in class vtk.vtkDataSetAttributes
Make the array with the given index the active attribute.
setActiveCamera(vtkCamera) - Method in class vtk.vtkRenderer
Specify the camera to use for this renderer.
setActiveComponent(int) - Method in class vtk.vtkEncodedGradientShader
Set the active component for shading.
setActiveComponent(int) - Method in class vtk.vtkImageMapToColors
Set the component to map for multi-component images (default: 0)
setActiveNormals(String) - Method in class vtk.vtkDataSetAttributes
Set/get the normal data.
setActiveScalars(String) - Method in class vtk.vtkDataSetAttributes
Set/Get the scalar data.
setActiveTCoords(String) - Method in class vtk.vtkDataSetAttributes
Set/Get the texture coordinate data.
setActiveTensors(String) - Method in class vtk.vtkDataSetAttributes
Set/Get the tensor data.
setActiveVectors(String) - Method in class vtk.vtkDataSetAttributes
Set/Get the vector data.
setAddInputValues(int) - Method in class vtk.vtkWeightedTransformFilter
If AddInputValues is true, the output values of this filter will be offset from the input values.
setAdjustBounds(int) - Method in class vtk.vtkImplicitModeller
Control how the model bounds are computed.
setAdjustBounds(int) - Method in class vtk.vtkSweptSurface
Control how the model bounds are computed.
setAdjustDistance(double) - Method in class vtk.vtkImplicitModeller
Specify the amount to grow the model bounds (if the ivar AdjustBounds is set).
setAdjustDistance(double) - Method in class vtk.vtkSweptSurface
Specify the amount to grow the model bounds (if the ivar AdjustBounds is set).
setAdjustLabels(int) - Method in class vtk.vtkAxisActor2D
Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels.
setAlgorithm(int) - Method in class vtk.vtkImageEuclideanDistance
Selects a Euclidean DT algorithm. 1.
setAlgorithmToSaito() - Method in class vtk.vtkImageEuclideanDistance
Selects a Euclidean DT algorithm. 1.
setAlgorithmToSaitoCached() - Method in class vtk.vtkImageEuclideanDistance
 
setAlign(int) - Method in class vtk.vtkLineWidget
Force the line widget to be aligned with one of the x-y-z axes.
setAlignToNone() - Method in class vtk.vtkLineWidget
Enable/disable clamping of the point end points to the bounding box of the data.
setAlignToXAxis() - Method in class vtk.vtkLineWidget
Force the line widget to be aligned with one of the x-y-z axes.
setAlignToYAxis() - Method in class vtk.vtkLineWidget
Force the line widget to be aligned with one of the x-y-z axes.
setAlignToZAxis() - Method in class vtk.vtkLineWidget
Force the line widget to be aligned with one of the x-y-z axes.
setAlignmentPoint(int) - Method in class vtk.vtkTextActor
Set/Get the Alignment point for unscaled (fixed fontsize) text if zero (default), the text aligns itself to the bottom left corner (which is defined by the PositionCoordinate) otherwise the text aligns itself to corner/midpoint or centre 6 7 8 of the box defined by the position 1 & 2 coordinates 3 4 5 according to the diagram on the left. 0 1 2
setAllEnableFlags(int, String) - Method in class vtk.vtkObjectFactory
Set the enable flag for a given named class for all registered factories.
setAllEnableFlags(int, String, String) - Method in class vtk.vtkObjectFactory
Set the enable flag for a given named class subclass pair for all registered factories.
setAllScalars(int) - Method in class vtk.vtkThreshold
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set.
setAllocatedRenderTime(double) - Method in class vtk.vtkRenderer
Set/Get the amount of time this renderer is allowed to spend rendering its scene.
setAllow8BitBMP(int) - Method in class vtk.vtkBMPReader
If this flag is set and the BMP reader encounters an 8bit file, the data will be kept as unsigned chars and a lookuptable will be exported
setAllowShift(int) - Method in class vtk.vtkImageDifference
Specify whether the comparison will allow a shift of one pixel between the images.
setAlpha(double) - Method in class vtk.vtkDelaunay2D
Specify alpha (or distance) value to control output of this filter.
setAlpha(double) - Method in class vtk.vtkDelaunay3D
Specify alpha (or distance) value to control output of this filter.
setAlpha(double) - Method in class vtk.vtkScalarsToColors
Specify an additional opacity (alpha) value to blend with.
setAlphaBitPlanes(int) - Method in class vtk.vtkRenderWindow
Turn on/off the use of alpha bitplanes.
setAlphaRange(double, double) - Method in class vtk.vtkLookupTable
Set the range in alpha (using automatic generation).
setAlphaRange(double[]) - Method in class vtk.vtkLookupTable
Set the range in alpha (using automatic generation).
setAmbient(double) - Method in class vtk.vtkProperty
Set/Get the ambient lighting coefficient.
setAmbient(double, double, double) - Method in class vtk.vtkRenderer
Set the intensity of ambient lighting.
setAmbient(double[]) - Method in class vtk.vtkRenderer
Set the intensity of ambient lighting.
setAmbient(int, double) - Method in class vtk.vtkVolumeProperty
Set/Get the ambient lighting coefficient.
setAmbient(double) - Method in class vtk.vtkVolumeProperty
Set/Get the ambient lighting coefficient.
setAmbientColor(double, double, double) - Method in class vtk.vtkLight
Set/Get the color of the light.
setAmbientColor(double[]) - Method in class vtk.vtkLight
Set/Get the color of the light.
setAmbientColor(double, double, double) - Method in class vtk.vtkProperty
Set/Get the ambient surface color.
setAmbientColor(double[]) - Method in class vtk.vtkProperty
Set/Get the ambient surface color.
setAmplitude(double) - Method in class vtk.vtkImageSinusoidSource
Set/Get the magnitude of the sinusoid.
setAmplitude(double) - Method in class vtk.vtkPerlinNoise
Set/get the amplitude of the noise function.
setAngle(double) - Method in class vtk.vtkCone
Set/Get the cone angle (expressed in degrees).
setAngle(double) - Method in class vtk.vtkConeSource
Set the angle of the cone.
setAngle(double) - Method in class vtk.vtkRibbonFilter
Set the offset angle of the ribbon from the line normal.
setAngle(double) - Method in class vtk.vtkRotationalExtrusionFilter
Set/Get angle of rotation.
setAngleAccelerationFactor(double) - Method in class vtk.vtkInteractorStyleFlight
Set angular acceleration when shift key is applied : default 5
setAngleStepSize(double) - Method in class vtk.vtkInteractorStyleFlight
Set the basic angular unit for turning : default 1 degree
setAntiAliasing(int) - Method in class vtk.vtkTextProperty
Enable/disable the local aliasing hint.
setAppend(int) - Method in class vtk.vtkFileOutputWindow
opened in append mode.
setAppendAxis(int) - Method in class vtk.vtkImageAppend
This axis is expanded to hold the multiple images.
setAreaThreshold(int) - Method in class vtk.vtkImageIslandRemoval2D
Set/Get the cutoff area for removal
setArray(String, int, int) - Method in class vtk.vtkCharArray
 
setArrayComponent(int) - Method in class vtk.vtkKitwareContourFilter
Set/get which component of the scalar array to contour on; defaults to 0.
setArrayComponent(int) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/get which component of the scalar array to contour on; defaults to 0.
setArrayComponent(int) - Method in class vtk.vtkSynchronizedTemplates2D
Set/get which component of the scalar array to contour on; defaults to 0.
setArrayComponent(int) - Method in class vtk.vtkSynchronizedTemplates3D
Set/get which component of the scalar array to contour on; defaults to 0.
setArrayId(int) - Method in class vtk.vtkBlankStructuredGrid
Specify the data array id to use to generate the blanking field.
setArrayName(String) - Method in class vtk.vtkBlankStructuredGrid
Specify the data array name to use to generate the blanking field.
setArrayName(String) - Method in class vtk.vtkPLYWriter
Specify the array name to use to color the data.
setAspect(double, double) - Method in class vtk.vtkViewport
Set the aspect ratio of the rendered image.
setAspect(double[]) - Method in class vtk.vtkViewport
Set the aspect ratio of the rendered image.
setAspectRatio(double) - Method in class vtk.vtkDecimate
Specify the maximum allowable aspect ratio during triangulation.
setAspectRatio(double, double, double) - Method in class vtk.vtkProjectedTexture
 
setAspectRatio(double[]) - Method in class vtk.vtkProjectedTexture
 
setAttachmentPoint(double, double, double) - Method in class vtk.vtkCaptionActor2D
Set/Get the attachment point for the caption.
setAttachmentPoint(double[]) - Method in class vtk.vtkCaptionActor2D
Set/Get the attachment point for the caption.
setAttenuationValues(double, double, double) - Method in class vtk.vtkLight
Set/Get the quadratic attenuation constants.
setAttenuationValues(double[]) - Method in class vtk.vtkLight
Set/Get the quadratic attenuation constants.
setAttribute(String, String) - Method in class vtk.vtkXMLDataElement
Set the attribute with the given name and value.
setAttributeEncoding(int) - Method in class vtk.vtkXMLDataElement
Get/Set the internal character encoding of the attributes.
setAttributeErrorMetric(int) - Method in class vtk.vtkQuadricDecimation
Decide whether to include data attributes in the error metric.
setAttributeMode(int) - Method in class vtk.vtkArrayCalculator
Control whether the filter operates on point data or cell data.
setAttributeMode(int) - Method in class vtk.vtkThreshold
Control how the filter works with scalar point data and cell attribute data.
setAttributeMode(int) - Method in class vtk.vtkVectorNorm
Control how the filter works to generate scalar data from the input vector data.
setAttributeModeToDefault() - Method in class vtk.vtkArrayCalculator
Control whether the filter operates on point data or cell data.
setAttributeModeToDefault() - Method in class vtk.vtkThreshold
Control how the filter works with scalar point data and cell attribute data.
setAttributeModeToDefault() - Method in class vtk.vtkVectorNorm
Control how the filter works to generate scalar data from the input vector data.
setAttributeModeToUseCellData() - Method in class vtk.vtkArrayCalculator
Control whether the filter operates on point data or cell data.
setAttributeModeToUseCellData() - Method in class vtk.vtkThreshold
Control how the filter works with scalar point data and cell attribute data.
setAttributeModeToUseCellData() - Method in class vtk.vtkVectorNorm
Control how the filter works to generate scalar data from the input vector data.
setAttributeModeToUsePointData() - Method in class vtk.vtkArrayCalculator
Control whether the filter operates on point data or cell data.
setAttributeModeToUsePointData() - Method in class vtk.vtkThreshold
Control how the filter works with scalar point data and cell attribute data.
setAttributeModeToUsePointData() - Method in class vtk.vtkVectorNorm
Control how the filter works to generate scalar data from the input vector data.
setAttributesEncoding(int) - Method in class vtk.vtkXMLDataParser
Get/Set the character encoding that will be used to set the attributes's encoding type of each vtkXMLDataElement created by this parser (i.e., the data element attributes will use that encoding internally).
setAutoAdjustCameraClippingRange(int) - Method in class vtk.vtkInteractorStyle
If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene.
setAutoAdjustCameraClippingRange(int) - Method in class vtk.vtkInteractorStyleSwitch
We must override this method in order to pass the setting down to the underlying styles
setAutoAdjustNumberOfDivisions(int) - Method in class vtk.vtkQuadricClustering
Enable automatic adjustment of number of divisions.
setAutoAdjustSampleDistances(int) - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
setAutoAdjustSampleDistances(int) - Method in class vtk.vtkVolumeRayCastMapper
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
setAutoAdvance(int) - Method in class vtk.vtkVideoSource
Set whether to automatically advance the buffer before each grab.
setAutoClose(int) - Method in class vtk.vtkImageTracerWidget
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points.
setAutoCropOutput(int) - Method in class vtk.vtkImageReslice
Turn this on if you want to guarantee that the extent of the output will be large enough to ensure that none of the data will be cropped.
setAutoOrientNormals(int) - Method in class vtk.vtkPolyDataNormals
Turn on/off the automatic determination of correct normal orientation.
setAutomatic(int) - Method in class vtk.vtkLocator
Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket.
setAutomaticBoundsComputation(int) - Method in class vtk.vtkGraphLayoutFilter
Turn on/off automatic graph bounds calculation.
setAutomaticCylinderGeneration(int) - Method in class vtk.vtkTextureMapToCylinder
Turn on/off automatic cylinder generation.
setAutomaticLODSelection(int) - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of LOD.
setAutomaticLightCreation(int) - Method in class vtk.vtkRenderer
Turn on/off a flag which disables the automatic light creation capability.
setAutomaticNormalGeneration(int) - Method in class vtk.vtkImplicitSelectionLoop
Turn on/off automatic normal generation.
setAutomaticPickLODSelection(int) - Method in class vtk.vtkLODProp3D
Turn on / off automatic selection of picking LOD.
setAutomaticPlaneGeneration(int) - Method in class vtk.vtkTextureMapToPlane
Turn on/off automatic plane generation.
setAutomaticSphereGeneration(int) - Method in class vtk.vtkTextureMapToSphere
Turn on/off automatic sphere generation.
setAveraging(int) - Method in class vtk.vtkImageDifference
Specify whether the comparison will include comparison of averaged 3x3 data between the images.
setAveraging(int) - Method in class vtk.vtkImageShrink3D
Choose Mean, Minimum, Maximum, Median or sub sampling.
setAxes(int) - Method in class vtk.vtkCursor3D
Turn on/off the wireframe axes.
setAxisLabelTextProperty(vtkTextProperty) - Method in class vtk.vtkCubeAxesActor2D
Set/Get the labels text property of all axes.
setAxisLabelTextProperty(vtkTextProperty) - Method in class vtk.vtkXYPlotActor
Set/Get the labels text property of all axes.
setAxisMagnificationFactor(int, double) - Method in class vtk.vtkImageResample
Set/Get Magnification factors.
setAxisOutputSpacing(int, double) - Method in class vtk.vtkImageResample
Set desired spacing.
setAxisTitleTextProperty(vtkTextProperty) - Method in class vtk.vtkCubeAxesActor2D
Set/Get the title text property of all axes.
setAxisTitleTextProperty(vtkTextProperty) - Method in class vtk.vtkXYPlotActor
Set/Get the title text property of all axes.
setAxisUpdateExtent(int, int, int) - Method in class vtk.vtkImageData
Set / Get the extent on just one axis
setAxisVisibility(int) - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis line.
setBScale(double) - Method in class vtk.vtkMoleculeReaderBase
 
setBackLightAngle(double, double) - Method in class vtk.vtkLightKit
 
setBackLightAngle(double[]) - Method in class vtk.vtkLightKit
 
setBackLightAzimuth(double) - Method in class vtk.vtkLightKit
 
setBackLightElevation(double) - Method in class vtk.vtkLightKit
 
setBackLightWarmth(double) - Method in class vtk.vtkLightKit
 
setBackfaceCulling(int) - Method in class vtk.vtkProperty
Turn on/off fast culling of polygons based on orientation of normal with respect to camera.
setBackfaceProperty(vtkProperty) - Method in class vtk.vtkActor
Set/Get the property object that controls this actors backface surface properties.
setBackground(int) - Method in class vtk.vtkRIBExporter
Set/Get the background flag.
setBackground(double, double, double) - Method in class vtk.vtkViewport
Set/Get the background color of the rendering screen using an rgb color specification.
setBackground(double[]) - Method in class vtk.vtkViewport
Set/Get the background color of the rendering screen using an rgb color specification.
setBackgroundColor(double, double, double, double) - Method in class vtk.vtkImageReslice
Set the background color (for multi-component images).
setBackgroundColor(double[]) - Method in class vtk.vtkImageReslice
Set the background color (for multi-component images).
setBackgroundColor(double, double, double, double) - Method in class vtk.vtkImageStencil
Set the default color to use when the second input is not set.
setBackgroundColor(double[]) - Method in class vtk.vtkImageStencil
Set the default color to use when the second input is not set.
setBackgroundColor(double, double, double) - Method in class vtk.vtkTextSource
Set/Get the background color.
setBackgroundColor(double[]) - Method in class vtk.vtkTextSource
Set/Get the background color.
setBackgroundInput(vtkImageData) - Method in class vtk.vtkImageStencil
NOTE: Not yet implemented, use SetBackgroundValue instead.
setBackgroundLevel(double) - Method in class vtk.vtkImageReslice
Set background grey level (for single-component images).
setBackgroundValue(double) - Method in class vtk.vtkImageStencil
Set the default output value to use when the second input is not set.
setBacking(int) - Method in class vtk.vtkTextSource
Controls whether or not a background is drawn with the text.
setBackingStore(int) - Method in class vtk.vtkRenderer
Turn on/off using backing store.
setBasis(int) - Method in class vtk.vtkThinPlateSplineTransform
Specify the radial basis function to use.
setBasisToR() - Method in class vtk.vtkThinPlateSplineTransform
Specify the radial basis function to use.
setBasisToR2LogR() - Method in class vtk.vtkThinPlateSplineTransform
Specify the radial basis function to use.
setBinaryFile(int) - Method in class vtk.vtkAVSucdReader
Is the file to be read written in binary format (as opposed to ascii).
setBinaryFile(int) - Method in class vtk.vtkPLOT3DReader
Is the file to be read written in binary format (as opposed to ascii).
setBlankingInput(vtkImageData) - Method in class vtk.vtkBlankStructuredGridWithImage
Set / get the input image used to perform the blanking.
setBlendMode(int) - Method in class vtk.vtkImageBlend
Set the blend mode
setBlendMode(int) - Method in class vtk.vtkUnstructuredGridVolumeMapper
 
setBlendMode(int) - Method in class vtk.vtkVolumeProMapper
Set the blend mode
setBlendModeToComposite() - Method in class vtk.vtkUnstructuredGridVolumeMapper
 
setBlendModeToComposite() - Method in class vtk.vtkVolumeProMapper
Set the blend mode
setBlendModeToCompound() - Method in class vtk.vtkImageBlend
Set the blend mode
setBlendModeToMaximumIntensity() - Method in class vtk.vtkUnstructuredGridVolumeMapper
 
setBlendModeToMaximumIntensity() - Method in class vtk.vtkVolumeProMapper
Set the blend mode
setBlendModeToMinimumIntensity() - Method in class vtk.vtkVolumeProMapper
Set the blend mode
setBlendModeToNormal() - Method in class vtk.vtkImageBlend
Set the blend mode
setBlockSize(int) - Method in class vtk.vtkXMLWriter
Get/Set the block size used in compression.
setBold(int) - Method in class vtk.vtkTextProperty
Enable/disable text bolding.
setBorder(int) - Method in class vtk.vtkCaptionActor2D
Enable/disable the placement of a border around the text.
setBorder(int) - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether a border will be drawn around the legend box.
setBorder(int) - Method in class vtk.vtkXYPlotActor
Set/Get the spacing between the plot window and the plot.
setBorders(int) - Method in class vtk.vtkRenderWindow
Turn on/off window manager borders.
setBoundaryEdges(int) - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of boundary edges.
setBoundarySmoothing(int) - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the smoothing of vertices on the boundary of the mesh.
setBoundarySmoothing(int) - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the smoothing of vertices on the boundary of the mesh.
setBoundaryVertexDeletion(int) - Method in class vtk.vtkDecimate
Turn on/off the deletion of vertices on the boundary of a mesh.
setBoundaryVertexDeletion(int) - Method in class vtk.vtkDecimatePro
Turn on/off the deletion of vertices on the boundary of a mesh.
setBoundaryVertexDeletion(int) - Method in class vtk.vtkGreedyTerrainDecimation
Turn on/off the deletion of vertices on the boundary of a mesh.
setBoundingTriangulation(int) - Method in class vtk.vtkDelaunay2D
Boolean controls whether bounding triangulation points (and associated triangles) are included in the output.
setBoundingTriangulation(int) - Method in class vtk.vtkDelaunay3D
Boolean controls whether bounding triangulation points (and associated triangles) are included in the output.
setBounds(double, double, double, double, double, double) - Method in class vtk.vtkBox
Set / get the bounding box using various methods.
setBounds(double[]) - Method in class vtk.vtkBox
Set / get the bounding box using various methods.
setBounds(double, double, double, double, double, double) - Method in class vtk.vtkCubeAxesActor2D
Explicitly specify the region in space around which to draw the bounds.
setBounds(double[]) - Method in class vtk.vtkCubeAxesActor2D
Explicitly specify the region in space around which to draw the bounds.
setBounds(double, double, double, double, double, double) - Method in class vtk.vtkCubeSource
Convenience method allows creation of cube by specifying bounding box.
setBounds(double[]) - Method in class vtk.vtkCubeSource
Convenience method allows creation of cube by specifying bounding box.
setBounds(int, int, int, int, int, int) - Method in class vtk.vtkEncodedGradientEstimator
Set / Get the bounds of the computation (used if this->ComputationBounds is 1.)
setBounds(int[]) - Method in class vtk.vtkEncodedGradientEstimator
Set / Get the bounds of the computation (used if this->ComputationBounds is 1.)
setBounds(double, double, double, double, double, double) - Method in class vtk.vtkOutlineSource
Specify the bounds of the box to be used in Axis Aligned mode.
setBounds(double[]) - Method in class vtk.vtkOutlineSource
Specify the bounds of the box to be used in Axis Aligned mode.
setBounds(double[]) - Method in class vtk.vtkPlanes
An alternative method to specify six planes defined by a bounding box.
setBounds(double, double, double, double, double, double) - Method in class vtk.vtkPlanes
An alternative method to specify six planes defined by a bounding box.
setBoundsClip(int) - Method in class vtk.vtkEncodedGradientEstimator
Turn on / off the bounding of the normal computation by the this->Bounds bounding box
setBox(int) - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.
setBoxType(int) - Method in class vtk.vtkOutlineSource
Set box type to AxisAligned (default) or Oriented.
setBoxTypeToAxisAligned() - Method in class vtk.vtkOutlineSource
Set box type to AxisAligned (default) or Oriented.
setBoxTypeToOriented() - Method in class vtk.vtkOutlineSource
Specify the bounds of the box to be used in Axis Aligned mode.
setBranchingFactor(int) - Method in class vtk.vtkSimpleScalarTree
Set the branching factor for the tree.
setBreakLoopFlag(int) - Method in class vtk.vtkXRenderWindowInteractor
The BreakLoopFlag is checked in the Start() method.
setBypass(int) - Method in class vtk.vtkImageMultipleInputFilter
Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through.
setBypass(int) - Method in class vtk.vtkImageToImageFilter
Obsolete feature - do not use.
setByteOrder(int) - Method in class vtk.vtkAVSucdReader
 
setByteOrder(int) - Method in class vtk.vtkGenericEnSightReader
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian).
setByteOrder(int) - Method in class vtk.vtkPLOT3DReader
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian).
setByteOrder(int) - Method in class vtk.vtkXMLWriter
Get/Set the byte order of data written to the file.
setByteOrderToBigEndian() - Method in class vtk.vtkAVSucdReader
Set/Get the endian-ness of the binary file.
setByteOrderToBigEndian() - Method in class vtk.vtkGenericEnSightReader
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian).
setByteOrderToBigEndian() - Method in class vtk.vtkPLOT3DReader
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian).
setByteOrderToBigEndian() - Method in class vtk.vtkXMLWriter
Get/Set the byte order of data written to the file.
setByteOrderToLittleEndian() - Method in class vtk.vtkAVSucdReader
Set/Get the endian-ness of the binary file.
setByteOrderToLittleEndian() - Method in class vtk.vtkGenericEnSightReader
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian).
setByteOrderToLittleEndian() - Method in class vtk.vtkPLOT3DReader
Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian).
setByteOrderToLittleEndian() - Method in class vtk.vtkXMLWriter
Get/Set the byte order of data written to the file.
setCacheCellBounds(int) - Method in class vtk.vtkCellLocator
Boolean controls whether the bounds of each cell are computed only once and then saved.
setCacheSize(int) - Method in class vtk.vtkImageCacheFilter
This is the maximum number of images that can be retained in memory.
setCaching(int) - Method in class vtk.vtkInterpolatedVelocityField
Turn caching on/off.
setCamera(vtkCamera) - Method in class vtk.vtkArcPlotter
Specify a camera used to orient the plot along the arc.
setCamera(vtkCamera) - Method in class vtk.vtkCubeAxesActor2D
Set/Get the camera to perform scaling and translation of the vtkCubeAxesActor2D.
setCamera(vtkCamera) - Method in class vtk.vtkDepthSortPolyData
Specify a camera that is used to define a view direction along which the cells are sorted.
setCamera(vtkCamera) - Method in class vtk.vtkFollower
Set/Get the camera to follow.
setCameraMode(int) - Method in class vtk.vtkProjectedTexture
Set/Get the camera mode of the projection -- pinhole projection or two mirror projection.
setCameraModeToPinhole() - Method in class vtk.vtkProjectedTexture
Set/Get the camera mode of the projection -- pinhole projection or two mirror projection.
setCameraModeToTwoMirror() - Method in class vtk.vtkProjectedTexture
Set/Get the mirror separation for the two mirror system.
setCapValue(double) - Method in class vtk.vtkGaussianSplatter
Specify the cap value to use.
setCapValue(double) - Method in class vtk.vtkImplicitModeller
Specify the capping value to use.
setCapValue(double) - Method in class vtk.vtkSampleFunction
Set the cap value.
setCapping(int) - Method in class vtk.vtkConeSource
Turn on/off whether to cap the base of the cone with a polygon.
setCapping(int) - Method in class vtk.vtkCylinderSource
Turn on/off whether to cap cylinder with polygons.
setCapping(int) - Method in class vtk.vtkGaussianSplatter
Turn on/off the capping of the outer boundary of the volume to a specified cap value.
setCapping(int) - Method in class vtk.vtkImplicitModeller
The outer boundary of the structured point set can be assigned a particular value.
setCapping(int) - Method in class vtk.vtkLinearExtrusionFilter
Turn on/off the capping of the skirt.
setCapping(int) - Method in class vtk.vtkRotationalExtrusionFilter
Turn on/off the capping of the skirt.
setCapping(int) - Method in class vtk.vtkSampleFunction
Turn on/off capping.
setCapping(int) - Method in class vtk.vtkSweptSurface
The outer boundary of the sampling volume can be capped (i.e., assigned fill value).
setCapping(int) - Method in class vtk.vtkTubeFilter
Turn on/off whether to cap the ends with polygons.
setCaption(String) - Method in class vtk.vtkCaptionActor2D
Define the text to be placed in the caption.
setCaptionTextProperty(vtkTextProperty) - Method in class vtk.vtkCaptionActor2D
Set/Get the text property.
setCaptureRadius(double) - Method in class vtk.vtkImageTracerWidget
Set/Get the capture radius for automatic path closing.
setCaseFileName(String) - Method in class vtk.vtkGenericEnSightReader
Set/Get the Case file name.
setCellArrayStatus(String, int) - Method in class vtk.vtkAVSucdReader
The following methods allow selective reading of solutions fields.
setCellArrayStatus(String, int) - Method in class vtk.vtkGenericEnSightReader
Get/Set whether the point or cell array with the given name is to be read.
setCellArrayStatus(String, int) - Method in class vtk.vtkXMLReader
Get/Set whether the point or cell array with the given name is to be read.
setCellClipping(int) - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry by cell id.
setCellClipping(int) - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry by cell id.
setCellConnectivityComponent(String, int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
setCellConnectivityComponent(String, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
setCellData(int) - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset cell data to a data object.
setCellDataWeightArray(String) - Method in class vtk.vtkWeightedTransformFilter
The CellDataWeightArray is analogous to the WeightArray, except for CellData.
setCellId(int) - Method in class vtk.vtkExplicitCell
Set/Get the cell id.
setCellIds(int) - Method in class vtk.vtkIdFilter
Enable/disable the generation of point ids.
setCellMaximum(int) - Method in class vtk.vtkExtractUnstructuredGrid
Specify the maximum cell id for point id selection.
setCellMaximum(int) - Method in class vtk.vtkGeometryFilter
Specify the maximum cell id for point id selection.
setCellMinimum(int) - Method in class vtk.vtkExtractUnstructuredGrid
Specify the minimum cell id for point id selection.
setCellMinimum(int) - Method in class vtk.vtkGeometryFilter
Specify the minimum cell id for point id selection.
setCellType(int) - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeComponent(String, int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
setCellTypeComponent(String, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell types and cell connectivity when creating unstructured grid data.
setCellTypeToConvexPointSet() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToEmptyCell() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToHexahedron() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToLine() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToPixel() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToPolyLine() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToPolyVertex() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToPolygon() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToPyramid() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToQuad() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToQuadraticEdge() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToQuadraticHexahedron() - Method in class vtk.vtkGenericCell
 
setCellTypeToQuadraticQuad() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToQuadraticTetra() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToQuadraticTriangle() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToTetra() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToTriangle() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToTriangleStrip() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToVertex() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToVoxel() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypeToWedge() - Method in class vtk.vtkGenericCell
This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.
setCellTypes(int, vtkUnsignedCharArray, vtkIntArray) - Method in class vtk.vtkCellTypes
Specify a group of cell types.
setCellVisibilityArray(vtkUnsignedCharArray) - Method in class vtk.vtkStructuredGrid
Set an array that defines the (blanking) visibility of the cells in the grid.
setCellVisibilityArray(vtkUnsignedCharArray) - Method in class vtk.vtkUniformGrid
Set an array that defines the (blanking) visibility of the cells in the grid.
setCells(int, vtkIdTypeArray) - Method in class vtk.vtkCellArray
Define multiple cells by providing a connectivity list.
setCells(int, vtkCellArray) - Method in class vtk.vtkUnstructuredGrid
Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.
setCells(vtkUnsignedCharArray, vtkIdTypeArray, vtkCellArray) - Method in class vtk.vtkUnstructuredGrid
Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.
setCenter(double, double, double) - Method in class vtk.vtkConeSource
Set the center of the cone.
setCenter(double[]) - Method in class vtk.vtkConeSource
Set the center of the cone.
setCenter(double, double, double) - Method in class vtk.vtkCubeSource
Set the center of the cube.
setCenter(double[]) - Method in class vtk.vtkCubeSource
Set the center of the cube.
setCenter(double, double, double) - Method in class vtk.vtkCylinder
Set/Get cylinder center
setCenter(double[]) - Method in class vtk.vtkCylinder
Set/Get cylinder center
setCenter(double, double, double) - Method in class vtk.vtkCylinderSource
Set/Get cylinder center
setCenter(double[]) - Method in class vtk.vtkCylinderSource
Set/Get cylinder center
setCenter(double, double, double) - Method in class vtk.vtkGlyphSource2D
Set the center of the glyph.
setCenter(double[]) - Method in class vtk.vtkGlyphSource2D
Set the center of the glyph.
setCenter(double, double, double) - Method in class vtk.vtkImageEllipsoidSource
Set/Get the center of the ellipsoid.
setCenter(double[]) - Method in class vtk.vtkImageEllipsoidSource
Set/Get the center of the ellipsoid.
setCenter(double, double, double) - Method in class vtk.vtkImageGaussianSource
Set/Get the center of the Gaussian.
setCenter(double[]) - Method in class vtk.vtkImageGaussianSource
Set/Get the center of the Gaussian.
setCenter(double, double, double) - Method in class vtk.vtkPlaneSource
Set/Get the center of the plane.
setCenter(double[]) - Method in class vtk.vtkPlaneSource
Set/Get the center of the plane.
setCenter(double, double, double) - Method in class vtk.vtkPlaneWidget
Get the center of the plane.
setCenter(double[]) - Method in class vtk.vtkPlaneWidget
Get the center of the plane.
setCenter(double, double, double) - Method in class vtk.vtkPointSource
Set the center of the point cloud.
setCenter(double[]) - Method in class vtk.vtkPointSource
Set the center of the point cloud.
setCenter(double) - Method in class vtk.vtkReflectionFilter
If the reflection plane is set to X, Y or Z, this variable is use to set the position of the plane.
setCenter(double, double, double) - Method in class vtk.vtkSphere
Set / get the center of the sphere.
setCenter(double[]) - Method in class vtk.vtkSphere
Set / get the center of the sphere.
setCenter(double, double, double) - Method in class vtk.vtkSphereSource
Set the center of the sphere.
setCenter(double[]) - Method in class vtk.vtkSphereSource
Set the center of the sphere.
setCenter(double, double, double) - Method in class vtk.vtkSphereWidget
Set/Get the center of the sphere.
setCenter(double[]) - Method in class vtk.vtkSphereWidget
Set/Get the center of the sphere.
setCenter(double, double, double) - Method in class vtk.vtkSuperquadric
Set the center of the superquadric.
setCenter(double[]) - Method in class vtk.vtkSuperquadric
Set the center of the superquadric.
setCenter(double, double, double) - Method in class vtk.vtkSuperquadricSource
Set the center of the superquadric.
setCenter(double[]) - Method in class vtk.vtkSuperquadricSource
Set the center of the superquadric.
setCenter(double, double, double) - Method in class vtk.vtkTextureMapToSphere
Specify a point defining the center of the sphere.
setCenter(double[]) - Method in class vtk.vtkTextureMapToSphere
Specify a point defining the center of the sphere.
setCenter(double, double) - Method in class vtk.vtkWarpLens
Specify the center of radial distortion in pixels.
setCenterImage(int) - Method in class vtk.vtkImageChangeInformation
Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the data set.
setCheckMeanDistance(int) - Method in class vtk.vtkIterativeClosestPointTransform
Force the algorithm to check the mean distance between two iteration.
setCircumferentialResolution(int) - Method in class vtk.vtkButtonSource
Specify the resolution of the button in the circumferential direction.
setCircumferentialResolution(int) - Method in class vtk.vtkDiskSource
Set the number of points in circumferential direction.
setClampOverflow(int) - Method in class vtk.vtkImageCast
When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type.
setClampOverflow(int) - Method in class vtk.vtkImageShiftScale
When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type.
setClampScaling(int) - Method in class vtk.vtkTensorGlyph
Turn on/off scalar clamping.
setClampToBounds(int) - Method in class vtk.vtkLineWidget
Enable/disable clamping of the point end points to the bounding box of the data.
setClampValue(int) - Method in class vtk.vtkSpline
Set/Get ClampValue.
setClamping(int) - Method in class vtk.vtkColorTransferFunction
Sets and gets the clamping value for this transfer function.
setClamping(int) - Method in class vtk.vtkGlyph3D
Turn on/off clamping of "scalar" values to range.
setClamping(int) - Method in class vtk.vtkPiecewiseFunction
When zero range clamping is Off, GetValue() returns 0.0 when a value is requested outside of the points specified.
setClassOverrideName(String) - Method in class vtk.vtkOverrideInformation
Set the class override name
setClassOverrideWithName(String) - Method in class vtk.vtkOverrideInformation
Set the class override name Set the class override with name
setClipData(int) - Method in class vtk.vtkImageClip
By default, ClipData is off, and only the WholeExtent is modified.
setClipFunction(vtkImplicitFunction) - Method in class vtk.vtkClipDataSet
 
setClipFunction(vtkImplicitFunction) - Method in class vtk.vtkClipPolyData
 
setClipFunction(vtkImplicitFunction) - Method in class vtk.vtkClipVolume
 
setClipRegion(int[]) - Method in class vtk.vtkVideoSource
Set the clip rectangle for the frames.
setClipRegion(int, int, int, int, int, int) - Method in class vtk.vtkVideoSource
Set the clip rectangle for the frames.
setClipping(int) - Method in class vtk.vtkBandedPolyDataContourFilter
Indicate whether to clip outside the range specified by the user.
setClippingPlanes(vtkPlaneCollection) - Method in class vtk.vtkAbstractMapper
Get/Set the vtkPlaneCollection which specifies the clipping planes.
setClippingPlanes(vtkPlanes) - Method in class vtk.vtkAbstractMapper
An alternative way to set clipping planes: use up to six planes found in the supplied instance of the implicit function vtkPlanes.
setClippingRange(double, double) - Method in class vtk.vtkCamera
Set/Get the location of the near and far clipping planes along the direction of projection.
setClippingRange(double[]) - Method in class vtk.vtkCamera
Set/Get the location of the near and far clipping planes along the direction of projection.
setCloseSurface(int) - Method in class vtk.vtkRuledSurfaceFilter
Indicate whether the surface is to be closed.
setCloseValue(double) - Method in class vtk.vtkImageOpenClose3D
Determines the value that will closed.
setClosed(int) - Method in class vtk.vtkSpline
Control whether the spline is open or closed.
setClosed(int) - Method in class vtk.vtkSplineWidget
Control whether the spline is open or closed.
setClosestPoint(double, double, double) - Method in class vtk.vtkConnectivityFilter
Use to specify x-y-z point coordinates when extracting the region closest to a specified point.
setClosestPoint(double[]) - Method in class vtk.vtkConnectivityFilter
Use to specify x-y-z point coordinates when extracting the region closest to a specified point.
setClosestPoint(double, double, double) - Method in class vtk.vtkPolyDataConnectivityFilter
Use to specify x-y-z point coordinates when extracting the region closest to a specified point.
setClosestPoint(double[]) - Method in class vtk.vtkPolyDataConnectivityFilter
Use to specify x-y-z point coordinates when extracting the region closest to a specified point.
setCoefficients(double[]) - Method in class vtk.vtkQuadric
 
setCoefficients(double, double, double, double, double, double, double, double, double, double) - Method in class vtk.vtkQuadric
 
setCollection(vtkCollection) - Method in class vtk.vtkCollectionIterator
Set/Get the collection over which to iterate.
setCollection(vtkCollection) - Method in class vtk.vtkDataArrayCollectionIterator
Set the collection over which to iterate.
setCollection(vtkDataArrayCollection) - Method in class vtk.vtkDataArrayCollectionIterator
Set the collection over which to iterate.
setColor(double, double, double) - Method in class vtk.vtkGlyphSource2D
Set the color of the glyph.
setColor(double[]) - Method in class vtk.vtkGlyphSource2D
Set the color of the glyph.
setColor(double, double, double) - Method in class vtk.vtkLight
Set/Get the color of the light.
setColor(double[]) - Method in class vtk.vtkLight
Set/Get the color of the light.
setColor(char, char, char) - Method in class vtk.vtkPLYWriter
Set the color to use when using a uniform color (either point or cells, or both).
setColor(double, double, double) - Method in class vtk.vtkProperty
Set the color of the object.
setColor(double[]) - Method in class vtk.vtkProperty
Set the color of the object.
setColor(double, double, double) - Method in class vtk.vtkProperty2D
Set/Get the RGB color of this property.
setColor(double[]) - Method in class vtk.vtkProperty2D
Set/Get the RGB color of this property.
setColor(double, double, double) - Method in class vtk.vtkTextProperty
Set the color of the text..
setColor(double[]) - Method in class vtk.vtkTextProperty
Set the color of the text..
setColor(int, vtkPiecewiseFunction) - Method in class vtk.vtkVolumeProperty
Set the color of a volume to a gray level transfer function for the component indicated by index.
setColor(vtkPiecewiseFunction) - Method in class vtk.vtkVolumeProperty
Set the color of a volume to a gray level transfer function for the component indicated by index.
setColor(int, vtkColorTransferFunction) - Method in class vtk.vtkVolumeProperty
Set the color of a volume to an RGB transfer function for the component indicated by index.
setColor(vtkColorTransferFunction) - Method in class vtk.vtkVolumeProperty
Set the color of a volume to an RGB transfer function for the component indicated by index.
setColorByPiece(int) - Method in class vtk.vtkPolyDataStreamer
By default, this option is off.
setColorGlyphs(int) - Method in class vtk.vtkTensorGlyph
Turn on/off coloring of glyph with input scalar data or eigenvalues.
setColorLevel(double) - Method in class vtk.vtkImageMapper
Set/Get the level value for window/level
setColorLevel(double) - Method in class vtk.vtkImageViewer
Sets window/level for mapping pixels to colors.
setColorLevel(double) - Method in class vtk.vtkImageViewer2
These are here when using a Tk window.
setColorMap(vtkImageMapToColors) - Method in class vtk.vtkImagePlaneWidget
Convenience method to get the vtkImageMapToColors filter used by this widget.
setColorMode(int) - Method in class vtk.vtkCGMWriter
Control how output polydata is colored.
setColorMode(int) - Method in class vtk.vtkGlyph3D
Either color by scale, scalar or by vector/normal magnitude.
setColorMode(int) - Method in class vtk.vtkImageToPolyDataFilter
Specify how to quantize color.
setColorMode(int) - Method in class vtk.vtkMapper
Control how the scalar data is mapped to colors.
setColorMode(int) - Method in class vtk.vtkPLYWriter
These methods enable the user to control how to add color into the PLY output file.
setColorMode(int) - Method in class vtk.vtkPolyDataMapper2D
Control how the scalar data is mapped to colors.
setColorMode(int) - Method in class vtk.vtkProgrammableGlyphFilter
Either color by the input or source scalar data.
setColorMode(int) - Method in class vtk.vtkTensorGlyph
Set the color mode to be used for the glyphs.
setColorModeToColorByInput() - Method in class vtk.vtkProgrammableGlyphFilter
Either color by the input or source scalar data.
setColorModeToColorByScalar() - Method in class vtk.vtkGlyph3D
Either color by scale, scalar or by vector/normal magnitude.
setColorModeToColorByScale() - Method in class vtk.vtkGlyph3D
Either color by scale, scalar or by vector/normal magnitude.
setColorModeToColorBySource() - Method in class vtk.vtkProgrammableGlyphFilter
Either color by the input or source scalar data.
setColorModeToColorByVector() - Method in class vtk.vtkGlyph3D
Either color by scale, scalar or by vector/normal magnitude.
setColorModeToDefault() - Method in class vtk.vtkCGMWriter
Control how output polydata is colored.
setColorModeToDefault() - Method in class vtk.vtkMapper
Control how the scalar data is mapped to colors.
setColorModeToDefault() - Method in class vtk.vtkPLYWriter
These methods enable the user to control how to add color into the PLY output file.
setColorModeToDefault() - Method in class vtk.vtkPolyDataMapper2D
Control how the scalar data is mapped to colors.
setColorModeToEigenvalues() - Method in class vtk.vtkTensorGlyph
Set the color mode to be used for the glyphs.
setColorModeToLUT() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to quantize color.
setColorModeToLinear256() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to quantize color.
setColorModeToMapScalars() - Method in class vtk.vtkMapper
Control how the scalar data is mapped to colors.
setColorModeToMapScalars() - Method in class vtk.vtkPolyDataMapper2D
Control how the scalar data is mapped to colors.
setColorModeToOff() - Method in class vtk.vtkPLYWriter
Specify the array name to use to color the data.
setColorModeToRandomColors() - Method in class vtk.vtkCGMWriter
Control how output polydata is colored.
setColorModeToScalars() - Method in class vtk.vtkTensorGlyph
Set the color mode to be used for the glyphs.
setColorModeToSpecifiedColor() - Method in class vtk.vtkCGMWriter
Control how output polydata is colored.
setColorModeToUniformCellColor() - Method in class vtk.vtkPLYWriter
These methods enable the user to control how to add color into the PLY output file.
setColorModeToUniformColor() - Method in class vtk.vtkPLYWriter
These methods enable the user to control how to add color into the PLY output file.
setColorModeToUniformPointColor() - Method in class vtk.vtkPLYWriter
These methods enable the user to control how to add color into the PLY output file.
setColorRegions(int) - Method in class vtk.vtkConnectivityFilter
Turn on/off the coloring of connected regions.
setColorRegions(int) - Method in class vtk.vtkPolyDataConnectivityFilter
Turn on/off the coloring of connected regions.
setColorSpace(int) - Method in class vtk.vtkColorTransferFunction
How should we interpolate - in RGB, or HSV
setColorSpaceToHSV() - Method in class vtk.vtkColorTransferFunction
How should we interpolate - in RGB, or HSV
setColorSpaceToRGB() - Method in class vtk.vtkColorTransferFunction
How should we interpolate - in RGB, or HSV
setColorWindow(double) - Method in class vtk.vtkImageMapper
Set/Get the window value for window/level
setColorWindow(double) - Method in class vtk.vtkImageViewer
Sets window/level for mapping pixels to colors.
setColorWindow(double) - Method in class vtk.vtkImageViewer2
Set window and level for mapping pixels to colors.
setColoring(int) - Method in class vtk.vtkFeatureEdges
Turn on/off the coloring of edges by type.
setComponent(int, int, double) - Method in class vtk.vtkBitArray
Set the data component at the ith tuple and jth component location.
setComponent(int) - Method in class vtk.vtkBlankStructuredGrid
Specify the component in the data array to use to generate the blanking field.
setComponent(int, int, double) - Method in class vtk.vtkDataArray
Set the data component at the ith tuple and jth component location.
setComponent(int, int, double) - Method in class vtk.vtkFieldData
Set the component value at the ith tuple (or row) and jth component (or column).
setComponent(int) - Method in class vtk.vtkPLYWriter
Specify the array component to use to color the data.
setComponent(int, int, double) - Method in class vtk.vtkTensor
Set the value of the tensor component (i,j).
setComponentExtent(int[]) - Method in class vtk.vtkImageAccumulate
Set/Get - The component extent sets the number/extent of the bins.
setComponentExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageAccumulate
Set/Get - The component extent sets the number/extent of the bins.
setComponentMode(int) - Method in class vtk.vtkThreshold
Control how the decision of in / out is made with multi-component data.
setComponentModeToUseAll() - Method in class vtk.vtkThreshold
Control how the decision of in / out is made with multi-component data.
setComponentModeToUseAny() - Method in class vtk.vtkThreshold
Control how the decision of in / out is made with multi-component data.
setComponentModeToUseSelected() - Method in class vtk.vtkThreshold
Control how the decision of in / out is made with multi-component data.
setComponentOrigin(double, double, double) - Method in class vtk.vtkImageAccumulate
Set/Get - The component origin is the location of bin (0, 0, 0).
setComponentOrigin(double[]) - Method in class vtk.vtkImageAccumulate
Set/Get - The component origin is the location of bin (0, 0, 0).
setComponentSpacing(double, double, double) - Method in class vtk.vtkImageAccumulate
Set/Get - The component spacing is the dimension of each bin.
setComponentSpacing(double[]) - Method in class vtk.vtkImageAccumulate
Set/Get - The component spacing is the dimension of each bin.
setComponentWeight(int, double) - Method in class vtk.vtkVolumeProperty
Set/Get the scalar component weights
setComponents(int) - Method in class vtk.vtkImageExtractComponents
Set/Get the components to extract.
setComponents(int, int) - Method in class vtk.vtkImageExtractComponents
Set/Get the components to extract.
setComponents(int, int, int) - Method in class vtk.vtkImageExtractComponents
Set/Get the components to extract.
setCompositeMethod(int) - Method in class vtk.vtkVolumeRayCastCompositeFunction
Set the CompositeMethod to either Classify First or Interpolate First
setCompositeMethodToClassifyFirst() - Method in class vtk.vtkVolumeRayCastCompositeFunction
Set the CompositeMethod to either Classify First or Interpolate First
setCompositeMethodToInterpolateFirst() - Method in class vtk.vtkVolumeRayCastCompositeFunction
Set the CompositeMethod to either Classify First or Interpolate First
setCompoundThreshold(double) - Method in class vtk.vtkImageBlend
Specify a threshold in compound mode.
setCompression(int) - Method in class vtk.vtkTIFFWriter
Set compression type.
setCompressionLevel(int) - Method in class vtk.vtkZLibDataCompressor
Get/Set the compression level.
setCompressionToDeflate() - Method in class vtk.vtkTIFFWriter
Set compression type.
setCompressionToJPEG() - Method in class vtk.vtkTIFFWriter
Set compression type.
setCompressionToLZW() - Method in class vtk.vtkTIFFWriter
 
setCompressionToNoCompression() - Method in class vtk.vtkTIFFWriter
Set compression type.
setCompressionToPackBits() - Method in class vtk.vtkTIFFWriter
Set compression type.
setCompressor(vtkDataCompressor) - Method in class vtk.vtkXMLDataParser
Get/Set the compressor used to decompress binary and appended data after reading from the file.
setCompressor(vtkDataCompressor) - Method in class vtk.vtkXMLWriter
Get/Set the compressor used to compress binary and appended data before writing to the file.
setComputeCellNormals(int) - Method in class vtk.vtkPolyDataNormals
Turn on/off the computation of cell normals.
setComputeEffectiveStress(int) - Method in class vtk.vtkPointLoad
Turn on/off computation of effective stress scalar.
setComputeGradientMagnitudes(int) - Method in class vtk.vtkEncodedGradientEstimator
If you don't want to compute gradient magnitudes (but you do want normals for shading) this can be used.
setComputeGradients(int) - Method in class vtk.vtkContourFilter
Set/Get the computation of gradients.
setComputeGradients(int) - Method in class vtk.vtkContourGrid
Set/Get the computation of gradients.
setComputeGradients(int) - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of gradients.
setComputeGradients(int) - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of gradients.
setComputeGradients(int) - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of gradients.
setComputeGradients(int) - Method in class vtk.vtkMarchingCubes
Set/Get the computation of gradients.
setComputeGradients(int) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of gradients.
setComputeGradients(int) - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of gradients.
setComputeNormals(int) - Method in class vtk.vtk3DSImporter
Set/Get the computation of normals.
setComputeNormals(int) - Method in class vtk.vtkAxes
Option for computing normals.
setComputeNormals(int) - Method in class vtk.vtkContourFilter
Set/Get the computation of normals.
setComputeNormals(int) - Method in class vtk.vtkContourGrid
Set/Get the computation of normals.
setComputeNormals(int) - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of normals.
setComputeNormals(int) - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of normals.
setComputeNormals(int) - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of normals.
setComputeNormals(int) - Method in class vtk.vtkMarchingCubes
Set/Get the computation of normals.
setComputeNormals(int) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of normals.
setComputeNormals(int) - Method in class vtk.vtkSampleFunction
Turn on/off the computation of normals.
setComputeNormals(int) - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of normals.
setComputePointNormals(int) - Method in class vtk.vtkPolyDataNormals
Turn on/off the computation of point normals.
setComputeScalars(int) - Method in class vtk.vtkContourFilter
Set/Get the computation of scalars.
setComputeScalars(int) - Method in class vtk.vtkContourGrid
Set/Get the computation of scalars.
setComputeScalars(int) - Method in class vtk.vtkGridSynchronizedTemplates3D
Set/Get the computation of scalars.
setComputeScalars(int) - Method in class vtk.vtkImageMarchingCubes
Set/Get the computation of scalars.
setComputeScalars(int) - Method in class vtk.vtkMarchingContourFilter
Set/Get the computation of scalars.
setComputeScalars(int) - Method in class vtk.vtkMarchingCubes
Set/Get the computation of scalars.
setComputeScalars(int) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the computation of scalars.
setComputeScalars(int) - Method in class vtk.vtkSynchronizedTemplates2D
Option to set the point scalars of the output.
setComputeScalars(int) - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the computation of scalars.
setComputeVorticity(int) - Method in class vtk.vtkStreamTracer
 
setConeAngle(double) - Method in class vtk.vtkLight
Set/Get the lighting cone angle of a positional light in degrees.
setConnectedValue(char) - Method in class vtk.vtkImageConnector
Values used by the MarkRegion method
setConsiderAnisotropy(int) - Method in class vtk.vtkImageEuclideanDistance
Used to define whether Spacing should be used in the computation of the distances
setConsistency(int) - Method in class vtk.vtkPolyDataNormals
Turn on/off the enforcement of consistent polygon ordering.
setConstant(double) - Method in class vtk.vtkImageConstantPad
Set/Get the pad value.
setConstant(double) - Method in class vtk.vtkImageLogarithmicScale
Set/Get the scale factor for the logarithmic function.
setConstantC(double) - Method in class vtk.vtkImageMathematics
 
setConstantK(double) - Method in class vtk.vtkImageMathematics
 
setConstantSize(int) - Method in class vtk.vtkImageMandelbrotSource
This flag determines whether the Size or spacing of a data set remain constant (when extent is changed).
setConstrainedFontSize(vtkViewport, int, int) - Method in class vtk.vtkTextMapper
Set and return the font size required to make this mapper fit in a given target rectangle (width * height, in pixels).
setControlKey(int) - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
setConvergence(double) - Method in class vtk.vtkSmoothPolyDataFilter
Specify a convergence criterion for the iteration process.
setConvertLinesToPoints(int) - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate lines to points
setConvertPolysToLines(int) - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate polys to lines
setConvertStripsToPolys(int) - Method in class vtk.vtkCleanPolyData
Turn on/off conversion of degenerate strips to polys
setCoolDownRate(double) - Method in class vtk.vtkGraphLayoutFilter
Set/Get the Cool-down rate.
setCoordinateSystem(int) - Method in class vtk.vtkCoordinate
Set/get the coordinate system which this coordinate is defined in.
setCoordinateSystemToDisplay() - Method in class vtk.vtkCoordinate
Set/get the coordinate system which this coordinate is defined in.
setCoordinateSystemToNormalizedDisplay() - Method in class vtk.vtkCoordinate
Set/get the coordinate system which this coordinate is defined in.
setCoordinateSystemToNormalizedViewport() - Method in class vtk.vtkCoordinate
Set/get the coordinate system which this coordinate is defined in.
setCoordinateSystemToView() - Method in class vtk.vtkCoordinate
Set/get the coordinate system which this coordinate is defined in.
setCoordinateSystemToViewport() - Method in class vtk.vtkCoordinate
Set/get the coordinate system which this coordinate is defined in.
setCoordinateSystemToWorld() - Method in class vtk.vtkCoordinate
 
setCopyAttribute(int, int) - Method in class vtk.vtkDataSetAttributes
Specify whether to copy the data attribute referred to by index i.
setCopyCellData(int) - Method in class vtk.vtkQuadricClustering
This flag makes the filter copy cell data from input to output (the best it can).
setCopyNormals(int) - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of normals data.
setCopyScalars(int) - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of scalar data.
setCopyTCoords(int) - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of texture coordinates data.
setCopyTensors(int) - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of tensor data.
setCopyVectors(int) - Method in class vtk.vtkDataSetAttributes
Turn on/off the copying of vector data.
setCornerFactor(double) - Method in class vtk.vtkOutlineCornerFilter
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
setCornerFactor(double) - Method in class vtk.vtkOutlineCornerSource
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
setCornerOffset(double) - Method in class vtk.vtkCubeAxesActor2D
Specify an offset value to "pull back" the axes from the corner at which they are joined to avoid overlap of axes labels.
setCorners(int) - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
setCorners(int) - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
setCorners(double[]) - Method in class vtk.vtkOutlineSource
Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.
setCreateTransitionElements(int) - Method in class vtk.vtkCompositeDataVisitor
When CreateTransitionElements is enabled, the visitor will try to create extra datasets to remove boundary artifacts.
setCropping(int) - Method in class vtk.vtkVolumeMapper
Turn On/Off orthogonal cropping.
setCroppingRegionFlags(int) - Method in class vtk.vtkVolumeMapper
Set the flags for the cropping regions.
setCroppingRegionFlagsToCross() - Method in class vtk.vtkVolumeMapper
Set the flags for the cropping regions.
setCroppingRegionFlagsToFence() - Method in class vtk.vtkVolumeMapper
Set the flags for the cropping regions.
setCroppingRegionFlagsToInvertedCross() - Method in class vtk.vtkVolumeMapper
Set the flags for the cropping regions.
setCroppingRegionFlagsToInvertedFence() - Method in class vtk.vtkVolumeMapper
Set the flags for the cropping regions.
setCroppingRegionFlagsToSubVolume() - Method in class vtk.vtkVolumeMapper
Set the flags for the cropping regions.
setCroppingRegionPlanes(double, double, double, double, double, double) - Method in class vtk.vtkVolumeMapper
Set/Get the Cropping Region Planes ( xmin, xmax, ymin, ymax, zmin, zmax ) These planes are defined in volume coordinates - spacing and origin are considered.
setCroppingRegionPlanes(double[]) - Method in class vtk.vtkVolumeMapper
Set/Get the Cropping Region Planes ( xmin, xmax, ymin, ymax, zmin, zmax ) These planes are defined in volume coordinates - spacing and origin are considered.
setCross(int) - Method in class vtk.vtkGlyphSource2D
Specify whether a cross is drawn as part of the glyph.
setCurrentCursor(int) - Method in class vtk.vtkRenderWindow
Change the shape of the cursor
setCurrentCursor(int) - Method in class vtk.vtkXOpenGLRenderWindow
Change the shape of the cursor
setCurrentPiece(int) - Method in class vtk.vtkEnSightMasterServerReader
Set or get the current piece.
setCurrentRenderer(vtkRenderer) - Method in class vtk.vtkInteractorObserver
Set/Get the current renderer.
setCurrentSlice(int) - Method in class vtk.vtkPushImageReader
What is the current slice of this reader
setCurrentStyleToJoystickActor() - Method in class vtk.vtkInteractorStyleSwitch
Set/Get current style
setCurrentStyleToJoystickCamera() - Method in class vtk.vtkInteractorStyleSwitch
Set/Get current style
setCurrentStyleToTrackballActor() - Method in class vtk.vtkInteractorStyleSwitch
Set/Get current style
setCurrentStyleToTrackballCamera() - Method in class vtk.vtkInteractorStyleSwitch
Set/Get current style
setCursor(int) - Method in class vtk.vtkVolumeProMapper
Turn the cursor on / off
setCursorPosition(double, double, double) - Method in class vtk.vtkImageCursor3D
Sets/Gets the center point of the 3d cursor.
setCursorPosition(double[]) - Method in class vtk.vtkImageCursor3D
Sets/Gets the center point of the 3d cursor.
setCursorPosition(int, int) - Method in class vtk.vtkRenderWindow
Hide or Show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to display a 3D cursor instead.
setCursorPosition(double, double, double) - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor position
setCursorPosition(double[]) - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor position
setCursorProperty(vtkProperty) - Method in class vtk.vtkImagePlaneWidget
Set the properties of the cross-hair cursor.
setCursorRadius(int) - Method in class vtk.vtkImageCursor3D
Sets/Gets the radius of the cursor.
setCursorType(int) - Method in class vtk.vtkVolumeProMapper
Set the type of the cursor
setCursorTypeToCrossHair() - Method in class vtk.vtkVolumeProMapper
Set the type of the cursor
setCursorTypeToPlane() - Method in class vtk.vtkVolumeProMapper
Set the type of the cursor
setCursorValue(double) - Method in class vtk.vtkImageCursor3D
Sets/Gets what pixel value to draw the cursor in.
setCursorXAxisColor(double, double, double) - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor color
setCursorXAxisColor(double[]) - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor color
setCursorYAxisColor(double, double, double) - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor color
setCursorYAxisColor(double[]) - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor color
setCursorZAxisColor(double, double, double) - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor color
setCursorZAxisColor(double[]) - Method in class vtk.vtkVolumeProMapper
Set/Get the cursor color
setCurvatureType(int) - Method in class vtk.vtkCurvatures
Set/Get Curvature type VTK_CURVATURE_GAUSS: Gaussian curvature, stored as DataArray "Gauss_Curvature" VTK_CURVATURE_MEAN : Mean curvature, stored as DataArray "Mean_Curvature"
setCurvatureTypeToGaussian() - Method in class vtk.vtkCurvatures
Set/Get Curvature type VTK_CURVATURE_GAUSS: Gaussian curvature, stored as DataArray "Gauss_Curvature" VTK_CURVATURE_MEAN : Mean curvature, stored as DataArray "Mean_Curvature"
setCurvatureTypeToMean() - Method in class vtk.vtkCurvatures
Set/Get the flag which inverts the mean curvature calculation for meshes with inward pointing normals (default false)
setCustomDisplayExtents(int[]) - Method in class vtk.vtkImageMapper
The image extents which should be displayed with UseCustomExtents Note that the Custom extents are x,y only and the zslice is still applied
setCutFunction(vtkImplicitFunction) - Method in class vtk.vtkCutter
 
setCutFunction(vtkImplicitFunction) - Method in class vtk.vtkHierarchicalBoxCutter
 
setCutOff(double, double, double) - Method in class vtk.vtkImageButterworthHighPass
Set/Get the cutoff frequency for each axis.
setCutOff(double[]) - Method in class vtk.vtkImageButterworthHighPass
Set/Get the cutoff frequency for each axis.
setCutOff(double) - Method in class vtk.vtkImageButterworthHighPass
Set/Get the cutoff frequency for each axis.
setCutOff(double, double, double) - Method in class vtk.vtkImageButterworthLowPass
Set/Get the cutoff frequency for each axis.
setCutOff(double[]) - Method in class vtk.vtkImageButterworthLowPass
Set/Get the cutoff frequency for each axis.
setCutOff(double) - Method in class vtk.vtkImageButterworthLowPass
Set/Get the cutoff frequency for each axis.
setCutOff(double, double, double) - Method in class vtk.vtkImageIdealHighPass
Set/Get the cutoff frequency for each axis.
setCutOff(double[]) - Method in class vtk.vtkImageIdealHighPass
Set/Get the cutoff frequency for each axis.
setCutOff(double) - Method in class vtk.vtkImageIdealHighPass
Set/Get the cutoff frequency for each axis.
setCutOff(double, double, double) - Method in class vtk.vtkImageIdealLowPass
Set/Get the cutoff frequency for each axis.
setCutOff(double[]) - Method in class vtk.vtkImageIdealLowPass
Set/Get the cutoff frequency for each axis.
setCutOff(double) - Method in class vtk.vtkImageIdealLowPass
Set/Get the cutoff frequency for each axis.
setCutPlane(int) - Method in class vtk.vtkVolumeProMapper
Turn on / off the cut plane
setCutPlaneEquation(double, double, double, double) - Method in class vtk.vtkVolumeProMapper
Set/Get the cut plane equation
setCutPlaneEquation(double[]) - Method in class vtk.vtkVolumeProMapper
Set/Get the cut plane equation
setCutPlaneFallOffDistance(int) - Method in class vtk.vtkVolumeProMapper
Set / Get the cut plane falloff value for intensities
setCutPlaneThickness(double) - Method in class vtk.vtkVolumeProMapper
Set / Get the cut plane thickness
setCylinderClip(int) - Method in class vtk.vtkEncodedGradientEstimator
If the data in each slice is only contained within a circle circumscribed within the slice, and the slice is square, then don't compute anything outside the circle.
setDPI(int) - Method in class vtk.vtkWindow
Return a best estimate to the dots per inch of the display device being rendered (or printed).
setDash(int) - Method in class vtk.vtkGlyphSource2D
Specify whether a short line segment is drawn through the glyph.
setDashFactor(double) - Method in class vtk.vtkDashedStreamLine
For each dash, specify the fraction of the dash that is "on".
setData(vtkDataArray) - Method in class vtk.vtkPoints
Set/Get the underlying data array.
setDataByteOrder(int) - Method in class vtk.vtkImageReader2
These methods should be used instead of the SwapBytes methods.
setDataByteOrder(int) - Method in class vtk.vtkMCubesReader
These methods should be used instead of the SwapBytes methods.
setDataByteOrder(int) - Method in class vtk.vtkPLYWriter
If the file type is binary, then the user can specify which byte order to use (little versus big endian).
setDataByteOrder(int) - Method in class vtk.vtkParticleReader
These methods should be used instead of the SwapBytes methods.
setDataByteOrder(int) - Method in class vtk.vtkVolume16Reader
These methods should be used instead of the SwapBytes methods.
setDataByteOrderToBigEndian() - Method in class vtk.vtkImageReader2
These methods should be used instead of the SwapBytes methods.
setDataByteOrderToBigEndian() - Method in class vtk.vtkMCubesReader
These methods should be used instead of the SwapBytes methods.
setDataByteOrderToBigEndian() - Method in class vtk.vtkPLYWriter
If the file type is binary, then the user can specify which byte order to use (little versus big endian).
setDataByteOrderToBigEndian() - Method in class vtk.vtkParticleReader
These methods should be used instead of the SwapBytes methods.
setDataByteOrderToBigEndian() - Method in class vtk.vtkVolume16Reader
These methods should be used instead of the SwapBytes methods.
setDataByteOrderToLittleEndian() - Method in class vtk.vtkImageReader2
These methods should be used instead of the SwapBytes methods.
setDataByteOrderToLittleEndian() - Method in class vtk.vtkMCubesReader
These methods should be used instead of the SwapBytes methods.
setDataByteOrderToLittleEndian() - Method in class vtk.vtkPLYWriter
These methods enable the user to control how to add color into the PLY output file.
setDataByteOrderToLittleEndian() - Method in class vtk.vtkParticleReader
These methods should be used instead of the SwapBytes methods.
setDataByteOrderToLittleEndian() - Method in class vtk.vtkVolume16Reader
These methods should be used instead of the SwapBytes methods.
setDataDimensions(int, int) - Method in class vtk.vtkVolume16Reader
Specify the dimensions for the data.
setDataDimensions(int[]) - Method in class vtk.vtkVolume16Reader
Specify the dimensions for the data.
setDataExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageGridSource
Set/Get the extent of the whole output image, Default: (0,255,0,255,0,0)
setDataExtent(int[]) - Method in class vtk.vtkImageGridSource
Set/Get the extent of the whole output image, Default: (0,255,0,255,0,0)
setDataExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageImport
Get/Set the extent of the data buffer.
setDataExtent(int[]) - Method in class vtk.vtkImageImport
Get/Set the extent of the data buffer.
setDataExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageReader2
Get/Set the extent of the data on disk.
setDataExtent(int[]) - Method in class vtk.vtkImageReader2
Get/Set the extent of the data on disk.
setDataExtentToWholeExtent() - Method in class vtk.vtkImageImport
Set/Get the spacing (typically in mm) between image voxels.
setDataFileName(String) - Method in class vtk.vtkTesting
 
setDataIterator(vtkMultiBlockDataIterator) - Method in class vtk.vtkMultiBlockDataVisitor
Set/Get the iterator used to access the items in the input.
setDataMask(int) - Method in class vtk.vtkImageReader
Set/Get transformation matrix to transform the data from slice space into world space.
setDataMask(int) - Method in class vtk.vtkVolume16Reader
Specify a mask used to eliminate data in the data file (e.g., connectivity bits).
setDataMode(int) - Method in class vtk.vtkXMLWriter
Get/Set the data mode used for the file's data.
setDataModeToAppended() - Method in class vtk.vtkXMLWriter
Get/Set the data mode used for the file's data.
setDataModeToAscii() - Method in class vtk.vtkXMLWriter
Get/Set the data mode used for the file's data.
setDataModeToBinary() - Method in class vtk.vtkXMLWriter
Get/Set the data mode used for the file's data.
setDataObject(vtkDataObject) - Method in class vtk.vtkMergeDataObjectFilter
Specify the data object to merge with the input dataset.
setDataObjectPlotMode(int) - Method in class vtk.vtkXYPlotActor
Indicate whether to plot rows or columns.
setDataObjectPlotModeToColumns() - Method in class vtk.vtkXYPlotActor
Indicate whether to plot rows or columns.
setDataObjectPlotModeToRows() - Method in class vtk.vtkXYPlotActor
Indicate whether to plot rows or columns.
setDataObjectXComponent(int, int) - Method in class vtk.vtkXYPlotActor
Specify which component of the input data object to use as the independent variable for the ith input data object.
setDataObjectYComponent(int, int) - Method in class vtk.vtkXYPlotActor
Specify which component of the input data object to use as the dependent variable for the ith input data object.
setDataOrigin(double, double, double) - Method in class vtk.vtkImageGridSource
Set/Get the origin of the data.
setDataOrigin(double[]) - Method in class vtk.vtkImageGridSource
Set/Get the origin of the data.
setDataOrigin(double, double, double) - Method in class vtk.vtkImageImport
Set/Get the origin of the data, i.e. the coordinates (usually in mm) of voxel (0,0,0).
setDataOrigin(double[]) - Method in class vtk.vtkImageImport
Set/Get the origin of the data, i.e. the coordinates (usually in mm) of voxel (0,0,0).
setDataOrigin(double, double, double) - Method in class vtk.vtkImageReader2
Set/Get the origin of the data (location of first pixel in the file).
setDataOrigin(double[]) - Method in class vtk.vtkImageReader2
Set/Get the origin of the data (location of first pixel in the file).
setDataOrigin(double, double, double) - Method in class vtk.vtkVideoSource
Set/Get the coordinates of the lower, left corner of the frame.
setDataOrigin(double[]) - Method in class vtk.vtkVideoSource
Set/Get the coordinates of the lower, left corner of the frame.
setDataOrigin(double, double, double) - Method in class vtk.vtkVolumeReader
Specify the origin for the data.
setDataOrigin(double[]) - Method in class vtk.vtkVolumeReader
Specify the origin for the data.
setDataScalarType(int) - Method in class vtk.vtkImageGridSource
Set/Get the data type of pixels in the imported data.
setDataScalarType(int) - Method in class vtk.vtkImageImport
Set/Get the data type of pixels in the imported data.
setDataScalarType(int) - Method in class vtk.vtkImageReader2
Set the data type of pixels in the file.
setDataScalarTypeToDouble() - Method in class vtk.vtkImageGridSource
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToDouble() - Method in class vtk.vtkImageImport
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToDouble() - Method in class vtk.vtkImageReader2
Set the data type of pixels in the file.
setDataScalarTypeToFloat() - Method in class vtk.vtkImageImport
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToFloat() - Method in class vtk.vtkImageReader2
Set the data type of pixels in the file.
setDataScalarTypeToInt() - Method in class vtk.vtkImageGridSource
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToInt() - Method in class vtk.vtkImageImport
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToInt() - Method in class vtk.vtkImageReader2
Set the data type of pixels in the file.
setDataScalarTypeToShort() - Method in class vtk.vtkImageGridSource
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToShort() - Method in class vtk.vtkImageImport
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToShort() - Method in class vtk.vtkImageReader2
Set the data type of pixels in the file.
setDataScalarTypeToUnsignedChar() - Method in class vtk.vtkImageGridSource
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToUnsignedChar() - Method in class vtk.vtkImageImport
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToUnsignedChar() - Method in class vtk.vtkImageReader2
Get the file format.
setDataScalarTypeToUnsignedShort() - Method in class vtk.vtkImageGridSource
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToUnsignedShort() - Method in class vtk.vtkImageImport
Set/Get the data type of pixels in the imported data.
setDataScalarTypeToUnsignedShort() - Method in class vtk.vtkImageReader2
Set the data type of pixels in the file.
setDataSet(vtkDataSet) - Method in class vtk.vtkExplicitCell
Set/Get the mesh that owns this cell.
setDataSet(vtkHierarchicalBoxDataSet) - Method in class vtk.vtkHierarchicalBoxVisitor
Set the data object to iterator over.
setDataSet(vtkHierarchicalDataSet) - Method in class vtk.vtkHierarchicalDataIterator
Set the data object to iterator over.
setDataSet(int, int, vtkDataObject) - Method in class vtk.vtkHierarchicalDataSet
Set the dataset pointer for a given node.
setDataSet(vtkDataSet) - Method in class vtk.vtkImplicitDataSet
Set / get the dataset used for the implicit function evaluation.
setDataSet(vtkDataSet) - Method in class vtk.vtkLocator
Build the locator from the points/cells defining this dataset.
setDataSet(vtkMultiBlockDataSet) - Method in class vtk.vtkMultiBlockDataIterator
Set the data object to iterator over.
setDataSet(vtkDataSet) - Method in class vtk.vtkScalarTree
Build the tree from the points/cells defining this dataset.
setDataSetType(int) - Method in class vtk.vtkDataObjectToDataSetFilter
Control what type of data is generated for output.
setDataSetTypeToPolyData() - Method in class vtk.vtkDataObjectToDataSetFilter
Control what type of data is generated for output.
setDataSetTypeToRectilinearGrid() - Method in class vtk.vtkDataObjectToDataSetFilter
Control what type of data is generated for output.
setDataSetTypeToStructuredGrid() - Method in class vtk.vtkDataObjectToDataSetFilter
Control what type of data is generated for output.
setDataSetTypeToStructuredPoints() - Method in class vtk.vtkDataObjectToDataSetFilter
Control what type of data is generated for output.
setDataSetTypeToUnstructuredGrid() - Method in class vtk.vtkDataObjectToDataSetFilter
Control what type of data is generated for output.
setDataSpacing(double, double, double) - Method in class vtk.vtkImageGridSource
Set/Get the pixel spacing.
setDataSpacing(double[]) - Method in class vtk.vtkImageGridSource
Set/Get the pixel spacing.
setDataSpacing(double, double, double) - Method in class vtk.vtkImageImport
Set/Get the spacing (typically in mm) between image voxels.
setDataSpacing(double[]) - Method in class vtk.vtkImageImport
Set/Get the spacing (typically in mm) between image voxels.
setDataSpacing(double, double, double) - Method in class vtk.vtkImageReader2
Set/Get the spacing of the data in the file.
setDataSpacing(double[]) - Method in class vtk.vtkImageReader2
Set/Get the spacing of the data in the file.
setDataSpacing(double, double, double) - Method in class vtk.vtkVideoSource
Set/Get the pixel spacing.
setDataSpacing(double[]) - Method in class vtk.vtkVideoSource
Set/Get the pixel spacing.
setDataSpacing(double, double, double) - Method in class vtk.vtkVolumeReader
Specify the spacing for the data.
setDataSpacing(double[]) - Method in class vtk.vtkVolumeReader
Specify the spacing for the data.
setDataType(int) - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToBit() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToChar() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToDouble() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToFloat() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToInt() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToLong() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToShort() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToUnsignedChar() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToUnsignedInt() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToUnsignedLong() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataTypeToUnsignedShort() - Method in class vtk.vtkPoints
Specify the underlying data type of the object.
setDataVOI(int, int, int, int, int, int) - Method in class vtk.vtkImageReader
Set/get the data VOI.
setDataVOI(int[]) - Method in class vtk.vtkImageReader
Set/get the data VOI.
setDate(String) - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
setDebug(char) - Method in class vtk.vtkObject
Set the value of the debug flag.
setDecimation(int) - Method in class vtk.vtkImageToPolyDataFilter
Turn on/off whether the final polygons should be decimated.
setDecimationError(double) - Method in class vtk.vtkImageToPolyDataFilter
Specify the error to use for decimation (if decimation is on).
setDefaultBias(double) - Method in class vtk.vtkKochanekSpline
Set the bias for all points.
setDefaultContinuity(double) - Method in class vtk.vtkKochanekSpline
Set the continuity for all points.
setDefaultNormal(double, double, double) - Method in class vtk.vtkArcPlotter
Set the default normal to use if you do not wish automatic normal calculation.
setDefaultNormal(double[]) - Method in class vtk.vtkArcPlotter
Set the default normal to use if you do not wish automatic normal calculation.
setDefaultNormal(double, double, double) - Method in class vtk.vtkRibbonFilter
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set.
setDefaultNormal(double[]) - Method in class vtk.vtkRibbonFilter
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set.
setDefaultNormal(double, double, double) - Method in class vtk.vtkTubeFilter
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set.
setDefaultNormal(double[]) - Method in class vtk.vtkTubeFilter
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set.
setDefaultNormalize(int) - Method in class vtk.vtkDataObjectToDataSetFilter
Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).
setDefaultNormalize(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetScalarComponents).
setDefaultRenderer(vtkRenderer) - Method in class vtk.vtkInteractorObserver
Set/Get the default renderer to use when activating the interactor observer.
setDefaultTension(double) - Method in class vtk.vtkKochanekSpline
Set the tension for all points.
setDefaultUpVector(double[]) - Method in class vtk.vtkInteractorStyleFlight
 
setDefaultZ(int) - Method in class vtk.vtkImageCanvasSource2D
The drawing operations can only draw into one 2D XY plane at a time.
setDegree(int) - Method in class vtk.vtkDecimate
If the number of triangles connected to a vertex exceeds "Degree", then the vertex is considered complex and is never deleted.
setDegree(int) - Method in class vtk.vtkDecimatePro
If the number of triangles connected to a vertex exceeds "Degree", then the vertex will be split.
setDeltaRadius(double) - Method in class vtk.vtkRotationalExtrusionFilter
Set/Get change in radius during sweep process.
setDepth(double) - Method in class vtk.vtkButtonSource
Set/Get the depth of the button (the z-eliipsoid axis length).
setDepthSortMode(int) - Method in class vtk.vtkDepthSortPolyData
Specify the point to use when sorting.
setDepthSortModeToBoundsCenter() - Method in class vtk.vtkDepthSortPolyData
Specify the point to use when sorting.
setDepthSortModeToFirstPoint() - Method in class vtk.vtkDepthSortPolyData
Specify the point to use when sorting.
setDepthSortModeToParametricCenter() - Method in class vtk.vtkDepthSortPolyData
Specify a camera that is used to define a view direction along which the cells are sorted.
setDepthValues(int) - Method in class vtk.vtkRendererSource
A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data.
setDepthValuesInScalars(int) - Method in class vtk.vtkRendererSource
A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data.
setDescription(String) - Method in class vtk.vtkOverrideInformation
Set the class override name Set the class override with name Set the description
setDesiredUpdateRate(double) - Method in class vtk.vtkRenderWindow
Set/Get the desired update rate.
setDesiredUpdateRate(double) - Method in class vtk.vtkRenderWindowInteractor
Set/Get the desired update rate.
setDiceMode(int) - Method in class vtk.vtkDicer
Specify the method to determine how many pieces the data should be broken into.
setDiceModeToMemoryLimitPerPiece() - Method in class vtk.vtkDicer
Specify the method to determine how many pieces the data should be broken into.
setDiceModeToNumberOfPointsPerPiece() - Method in class vtk.vtkDicer
Specify the method to determine how many pieces the data should be broken into.
setDiceModeToSpecifiedNumberOfPieces() - Method in class vtk.vtkDicer
Specify the method to determine how many pieces the data should be broken into.
setDiffuse(double) - Method in class vtk.vtkProperty
Set/Get the diffuse lighting coefficient.
setDiffuse(int, double) - Method in class vtk.vtkVolumeProperty
Set/Get the diffuse lighting coefficient.
setDiffuse(double) - Method in class vtk.vtkVolumeProperty
Set/Get the diffuse lighting coefficient.
setDiffuseColor(double, double, double) - Method in class vtk.vtkLight
Set/Get the color of the light.
setDiffuseColor(double[]) - Method in class vtk.vtkLight
Set/Get the color of the light.
setDiffuseColor(double, double, double) - Method in class vtk.vtkProperty
Set/Get the diffuse surface color.
setDiffuseColor(double[]) - Method in class vtk.vtkProperty
Set/Get the diffuse surface color.
setDiffusionFactor(double) - Method in class vtk.vtkImageAnisotropicDiffusion2D
The diffusion factor specifies how much neighboring pixels effect each other.
setDiffusionFactor(double) - Method in class vtk.vtkImageAnisotropicDiffusion3D
Set/Get the difference factor
setDiffusionThreshold(double) - Method in class vtk.vtkImageAnisotropicDiffusion2D
Set/Get the difference threshold that stops diffusion.
setDiffusionThreshold(double) - Method in class vtk.vtkImageAnisotropicDiffusion3D
Set/Get the difference threshold that stops diffusion.
setDilateValue(double) - Method in class vtk.vtkImageDilateErode3D
Set/Get the Dilate and Erode values to be used by this filter.
setDimensionality(int) - Method in class vtk.vtkImageCorrelation
Determines how the input is interpreted (set of 2d slices ...)
setDimensionality(int) - Method in class vtk.vtkImageDecomposeFilter
Dimensionality is the number of axes which are considered during execution.
setDimensionality(int) - Method in class vtk.vtkImageGaussianSmooth
Set/Get the dimensionality of this filter.
setDimensionality(int) - Method in class vtk.vtkImageGradient
Determines how the input is interpreted (set of 2d slices ...)
setDimensionality(int) - Method in class vtk.vtkImageGradientMagnitude
Determines how the input is interpreted (set of 2d slices ...)
setDimensionality(int) - Method in class vtk.vtkImageLaplacian
Determines how the input is interpreted (set of 2d slices ...)
setDimensionality(int) - Method in class vtk.vtkImageNonMaximumSuppression
Determines how the input is interpreted (set of 2d slices or a 3D volume)
setDimensionality(int) - Method in class vtk.vtkImageResample
Dimensionality is the number of axes which are considered during execution.
setDimensionality(int) - Method in class vtk.vtkImageSeedConnectivity
Set the number of axes to use in connectivity.
setDimensions(int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setDimensions(int[]) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setDimensions(int, int, int) - Method in class vtk.vtkImageData
Set dimensions of structured points dataset.
setDimensions(int[]) - Method in class vtk.vtkImageData
Set dimensions of structured points dataset.
setDimensions(int, int, int) - Method in class vtk.vtkRectilinearGrid
Set dimensions of rectilinear grid dataset.
setDimensions(int[]) - Method in class vtk.vtkRectilinearGrid
Set dimensions of rectilinear grid dataset.
setDimensions(int[], int[]) - Method in class vtk.vtkStructuredData
Specify the dimensions of a regular, rectangular dataset.
setDimensions(int, int, int) - Method in class vtk.vtkStructuredGrid
following methods are specific to structured grid
setDimensions(int[]) - Method in class vtk.vtkStructuredGrid
following methods are specific to structured grid
setDimensions(int, int, int) - Method in class vtk.vtkUniformGrid
Set dimensions of structured points dataset.
setDimensions(int[]) - Method in class vtk.vtkUniformGrid
Set dimensions of structured points dataset.
setDimensionsComponent(String, int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setDimensionsComponent(String, int) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setDirection(double, double, double) - Method in class vtk.vtkConeSource
Set the orientation vector of the cone.
setDirection(double[]) - Method in class vtk.vtkConeSource
Set the orientation vector of the cone.
setDirection(int) - Method in class vtk.vtkDepthSortPolyData
Specify the sort method for the polygonal primitives.
setDirection(double, double, double) - Method in class vtk.vtkImageSinusoidSource
Set/Get the direction vector which determines the sinusoidal orientation.
setDirection(double[]) - Method in class vtk.vtkImageSinusoidSource
Set/Get the direction vector which determines the sinusoidal orientation.
setDirectionAngle(double, double) - Method in class vtk.vtkLight
Set the position and focal point of a light based on elevation and azimuth.
setDirectionAngle(double[]) - Method in class vtk.vtkLight
Set the position and focal point of a light based on elevation and azimuth.
setDirectionEncoder(vtkDirectionEncoder) - Method in class vtk.vtkEncodedGradientEstimator
Set / Get the direction encoder used to encode normal directions to fit within two bytes
setDirectionToBackToFront() - Method in class vtk.vtkDepthSortPolyData
Specify the sort method for the polygonal primitives.
setDirectionToFrontToBack() - Method in class vtk.vtkDepthSortPolyData
Specify the sort method for the polygonal primitives.
setDirectionToSpecifiedVector() - Method in class vtk.vtkDepthSortPolyData
Specify the point to use when sorting.
setDirectoryName(String) - Method in class vtk.vtkDICOMImageReader
Set the directory name for the reader to look in for DICOM files.
setDisableGradientOpacity(int, int) - Method in class vtk.vtkVolumeProperty
Enable/Disable the gradient opacity function for the given component.
setDisableGradientOpacity(int) - Method in class vtk.vtkVolumeProperty
Enable/Disable the gradient opacity function for the given component.
setDisableMotion(int) - Method in class vtk.vtkInteractorStyleFlight
Disable motion (temporarily - for viewing etc)
setDisplacementFileName(String) - Method in class vtk.vtkBYUReader
Specify name of displacement FileName.
setDisplacementFileName(String) - Method in class vtk.vtkBYUWriter
Specify the name of the displacement file to write.
setDisplacementGrid(vtkImageData) - Method in class vtk.vtkGridTransform
Set/Get the grid transform (the grid transform must have three components for displacement in x, y, and z respectively).
setDisplacementScale(double) - Method in class vtk.vtkGridTransform
Set scale factor to be applied to the displacements.
setDisplacementShader(String) - Method in class vtk.vtkRIBProperty
Specify the name of a displacement shader.
setDisplacementShift(double) - Method in class vtk.vtkGridTransform
Set a shift to be applied to the displacements.
setDisplayExtent(int[]) - Method in class vtk.vtkImageActor
The image extent is generally set explicitly, but if not set it will be determined from the input image data.
setDisplayExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageActor
The image extent is generally set explicitly, but if not set it will be determined from the input image data.
setDisplayLocation(int) - Method in class vtk.vtkProperty2D
The DisplayLocation is either background or foreground.
setDisplayLocationToBackground() - Method in class vtk.vtkProperty2D
The DisplayLocation is either background or foreground.
setDisplayLocationToForeground() - Method in class vtk.vtkProperty2D
The DisplayLocation is either background or foreground.
setDisplayPoint(double, double, double) - Method in class vtk.vtkViewport
Set/get a point location in display (or screen) coordinates.
setDisplayPoint(double[]) - Method in class vtk.vtkViewport
Set/get a point location in display (or screen) coordinates.
setDisplayPosition(int, int) - Method in class vtk.vtkActor2D
Set the Prop2D's position in display coordinates.
setDisplayText(int) - Method in class vtk.vtkImagePlaneWidget
Enable/disable text display of window-level, image coords and values in a render window.
setDistance(double) - Method in class vtk.vtkCamera
Move the focal point so that it is the specified distance from the camera position.
setDistance(double) - Method in class vtk.vtkDividingCubes
Specify sub-voxel size at which to generate point.
setDistance(double) - Method in class vtk.vtkRecursiveDividingCubes
Specify sub-voxel size at which to generate point.
setDistanceFactor(double) - Method in class vtk.vtkRuledSurfaceFilter
Set/Get the factor that controls tearing of the surface.
setDistribution(int) - Method in class vtk.vtkPointSource
Specify the distribution to use.
setDistributionToShell() - Method in class vtk.vtkPointSource
Specify the distribution to use.
setDistributionToUniform() - Method in class vtk.vtkPointSource
Specify the distribution to use.
setDivideByZeroToC(int) - Method in class vtk.vtkImageMathematics
 
setDivisionOrigin(double, double, double) - Method in class vtk.vtkQuadricClustering
This is an alternative way to set up the bins.
setDivisionOrigin(double[]) - Method in class vtk.vtkQuadricClustering
This is an alternative way to set up the bins.
setDivisionSpacing(double, double, double) - Method in class vtk.vtkQuadricClustering
This is an alternative way to set up the bins.
setDivisionSpacing(double[]) - Method in class vtk.vtkQuadricClustering
This is an alternative way to set up the bins.
setDivisions(int, int, int) - Method in class vtk.vtkPointLocator
Set the number of divisions in x-y-z directions.
setDivisions(int[]) - Method in class vtk.vtkPointLocator
Set the number of divisions in x-y-z directions.
setDoNotReduceNumberOfOutputs(int) - Method in class vtk.vtkPLOT3DReader
If this is on, the reader will never reduce the number of outputs after reading a file with n grids and producing n outputs.
setDolly(double) - Method in class vtk.vtkRenderWindowInteractor
Set the total Dolly value to use when flying to (FlyTo()) a specified point.
setDoubleAttribute(String, double) - Method in class vtk.vtkXMLDataElement
Set the attribute with the given name.
setDoubleBuffer(int) - Method in class vtk.vtkWindow
Keep track of whether double buffering is on or off
setDragable(int) - Method in class vtk.vtkProp
Set/Get the value of the dragable instance variable.
setDrawColor(double, double, double, double) - Method in class vtk.vtkImageCanvasSource2D
Set/Get DrawValue.
setDrawColor(double[]) - Method in class vtk.vtkImageCanvasSource2D
Set/Get DrawValue.
setDrawColor(double) - Method in class vtk.vtkImageCanvasSource2D
Set/Get DrawValue.
setDrawColor(double, double) - Method in class vtk.vtkImageCanvasSource2D
Set/Get DrawValue.
setDrawColor(double, double, double) - Method in class vtk.vtkImageCanvasSource2D
 
setDrawPlane(int) - Method in class vtk.vtkImplicitPlaneWidget
Enable/disable the drawing of the plane.
setEccentricity(double) - Method in class vtk.vtkGaussianSplatter
Control the shape of elliptical splatting.
setEdgeAngle(double) - Method in class vtk.vtkSmoothPolyDataFilter
Specify the edge angle to control smoothing along edges (either interior or boundary).
setEdgeAngle(double) - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the edge angle to control smoothing along edges (either interior or boundary).
setEdgeColor(double, double, double) - Method in class vtk.vtkProperty
Set/Get the color of primitive edges (if edge visibility is enabled).
setEdgeColor(double[]) - Method in class vtk.vtkProperty
Set/Get the color of primitive edges (if edge visibility is enabled).
setEdgeVisibility(int) - Method in class vtk.vtkProperty
Turn on/off the visibility of edges.
setEdges(int) - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
setEdges(int) - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
setElement(int, int, double) - Method in class vtk.vtkMatrix4x4
Sets the element i,j in the matrix.
setEnableFlag(int, String, String) - Method in class vtk.vtkObjectFactory
Set and Get the Enable flag for the specific override of className.
setEnabled(int) - Method in class vtk.vtkBoxWidget
Methods that satisfy the superclass' API.
setEnabled(int) - Method in class vtk.vtkImagePlaneWidget
Methods that satisfy the superclass' API.
setEnabled(int) - Method in class vtk.vtkImageTracerWidget
Methods that satisfy the superclass' API.
setEnabled(int) - Method in class vtk.vtkImplicitPlaneWidget
Methods that satisfy the superclass' API.
setEnabled(int) - Method in class vtk.vtkInteractorEventRecorder
 
setEnabled(int) - Method in class vtk.vtkInteractorObserver
Methods for turning the interactor observer on and off, and determining its state.
setEnabled(int) - Method in class vtk.vtkInteractorStyle
Turn on/off this interactor.
setEnabled(int) - Method in class vtk.vtkLineWidget
Methods that satisfy the superclass' API.
setEnabled(int) - Method in class vtk.vtkPlaneWidget
Methods that satisfy the superclass' API.
setEnabled(int) - Method in class vtk.vtkPointWidget
Methods that satisfy the superclass' API.
setEnabled(int) - Method in class vtk.vtkScalarBarWidget
Methods for turning the interactor observer on and off.
setEnabled(int) - Method in class vtk.vtkSphereWidget
Methods that satisfy the superclass' API.
setEnabled(int) - Method in class vtk.vtkSplineWidget
Methods that satisfy the superclass' API.
setEnabled(int) - Method in class vtk.vtkXYPlotWidget
Methods for turning the interactor observer on and off.
setEncodeAppendedData(int) - Method in class vtk.vtkXMLWriter
Get/Set whether the appended data section is base64 encoded.
setEndPhi(double) - Method in class vtk.vtkSphereSource
Set the ending latitude angle.
setEndPiece(int) - Method in class vtk.vtkXMLPDataWriter
Get/Set the range of pieces assigned to this writer.
setEndTheta(double) - Method in class vtk.vtkSphereSource
Set the ending longitude angle.
setEndWrite(Object, String) - Method in class vtk.vtkExporter
Specify a function to be called after data is written.
setEntry(int, vtkPolyData, String, double[]) - Method in class vtk.vtkLegendBoxActor
Add an entry to the legend box.
setEntryColor(int, double[]) - Method in class vtk.vtkLegendBoxActor
Add an entry to the legend box.
setEntryColor(int, double, double, double) - Method in class vtk.vtkLegendBoxActor
Add an entry to the legend box.
setEntryString(int, String) - Method in class vtk.vtkLegendBoxActor
Add an entry to the legend box.
setEntrySymbol(int, vtkPolyData) - Method in class vtk.vtkLegendBoxActor
Add an entry to the legend box.
setEntryTextProperty(vtkTextProperty) - Method in class vtk.vtkLegendBoxActor
Set/Get the text property.
setErase(int) - Method in class vtk.vtkWindow
Turn on/off erasing the screen between images.
setErodeValue(double) - Method in class vtk.vtkImageDilateErode3D
Set/Get the Dilate and Erode values to be used by this filter.
setError(int) - Method in class vtk.vtkImageToPolyDataFilter
Specify the error value between two colors where the colors are considered the same.
setError(double) - Method in class vtk.vtkNonLinearCell
Set/Get the normalized error measure used to control the tessellation of the cell.
setErrorIncrement(double) - Method in class vtk.vtkDecimate
Set the value of the increment by which to increase the decimation error after each iteration.
setErrorIsAbsolute(int) - Method in class vtk.vtkDecimatePro
The MaximumError is normally defined as a fraction of the dataset bounding diagonal.
setErrorMeasure(int) - Method in class vtk.vtkGreedyTerrainDecimation
Specify how to terminate the algorithm: either as an absolute number of triangles, a relative number of triangles (normalized by the full resolution mesh), an absolute error (in the height field), or relative error (normalized by the length of the diagonal of the image).
setErrorMeasureToAbsoluteError() - Method in class vtk.vtkGreedyTerrainDecimation
Specify how to terminate the algorithm: either as an absolute number of triangles, a relative number of triangles (normalized by the full resolution mesh), an absolute error (in the height field), or relative error (normalized by the length of the diagonal of the image).
setErrorMeasureToNumberOfTriangles() - Method in class vtk.vtkGreedyTerrainDecimation
Specify how to terminate the algorithm: either as an absolute number of triangles, a relative number of triangles (normalized by the full resolution mesh), an absolute error (in the height field), or relative error (normalized by the length of the diagonal of the image).
setErrorMeasureToRelativeError() - Method in class vtk.vtkGreedyTerrainDecimation
Specify the number of triangles to produce on output.
setErrorMeasureToSpecifiedReduction() - Method in class vtk.vtkGreedyTerrainDecimation
Specify how to terminate the algorithm: either as an absolute number of triangles, a relative number of triangles (normalized by the full resolution mesh), an absolute error (in the height field), or relative error (normalized by the length of the diagonal of the image).
setEventInformation(int, int, int, int, char, int, String) - Method in class vtk.vtkRenderWindowInteractor
Calls SetEventInformation, but flips the Y based on the current Size[1] value (i.e. y = this->Size[1] - y - 1).
setEventInformationFlipY(int, int, int, int, char, int, String) - Method in class vtk.vtkRenderWindowInteractor
Set all the keyboard-related event information in one call.
setEventPosition(int, int) - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
setEventPosition(int[]) - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
setEventPositionFlipY(int, int) - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
setEventPositionFlipY(int[]) - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
setEventSize(int, int) - Method in class vtk.vtkRenderWindowInteractor
This methods sets the Size ivar of the interactor without actually changing the size of the window.
setEventSize(int[]) - Method in class vtk.vtkRenderWindowInteractor
This methods sets the Size ivar of the interactor without actually changing the size of the window.
setExchangeAxes(int) - Method in class vtk.vtkXYPlotActor
Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa).
setExecuteMethod(Object, String) - Method in class vtk.vtkProgrammableAttributeDataFilter
Specify the function to use to operate on the point attribute data.
setExecuteMethod(Object, String) - Method in class vtk.vtkProgrammableDataObjectSource
Specify the function to use to generate the output data object.
setExecuteMethod(Object, String) - Method in class vtk.vtkProgrammableFilter
Specify the function to use to operate on the point attribute data.
setExecuteMethod(Object, String) - Method in class vtk.vtkProgrammableSource
Specify the function to use to generate the source data.
setExecutionToOutputRatio(vtkProcessObject, int) - Method in class vtk.vtkPushPipeline
Sets the input ratios for a pipeline member
setExponent(double) - Method in class vtk.vtkLight
Set/Get the exponent of the cosine used in positional lighting.
setExponentFactor(double) - Method in class vtk.vtkGaussianSplatter
Set / get the sharpness of decay of the splats.
setExportArrays(int) - Method in class vtk.vtkRIBExporter
Set or get the ExportArrays.
setExtent(int, int, int, int, int, int) - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
setExtent(int[]) - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
setExtent(double, double, double, double, double, double) - Method in class vtk.vtkExtractUnstructuredGrid
Specify a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
setExtent(double[]) - Method in class vtk.vtkExtractUnstructuredGrid
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
setExtent(double, double, double, double, double, double) - Method in class vtk.vtkGeometryFilter
Specify a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
setExtent(double[]) - Method in class vtk.vtkGeometryFilter
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
setExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageCanvasSource2D
These methods also set the WholeExtent of this "DataObject".
setExtent(int[]) - Method in class vtk.vtkImageData
Different ways to set the extent of the data array.
setExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageData
Different ways to set the extent of the data array.
setExtent(int[]) - Method in class vtk.vtkImageDataGeometryFilter
Set / get the extent (imin,imax, jmin,jmax, kmin,kmax) indices.
setExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageDataGeometryFilter
Set / get the extent (imin,imax, jmin,jmax, kmin,kmax) indices.
setExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageStencilData
Set the extent of the data.
setExtent(int[]) - Method in class vtk.vtkImageStencilData
Set the extent of the data.
setExtent(int[]) - Method in class vtk.vtkRectilinearGrid
Different ways to set the extent of the data array.
setExtent(int, int, int, int, int, int) - Method in class vtk.vtkRectilinearGrid
Different ways to set the extent of the data array.
setExtent(int, int, int, int, int, int) - Method in class vtk.vtkRectilinearGridGeometryFilter
Specify (imin,imax, jmin,jmax, kmin,kmax) indices.
setExtent(int[]) - Method in class vtk.vtkRectilinearGridGeometryFilter
Specify (imin,imax, jmin,jmax, kmin,kmax) indices in array form.
setExtent(int[], int[]) - Method in class vtk.vtkStructuredData
Specify the dimensions of a regular, rectangular dataset.
setExtent(int[]) - Method in class vtk.vtkStructuredGrid
Different ways to set the extent of the data array.
setExtent(int, int, int, int, int, int) - Method in class vtk.vtkStructuredGrid
Different ways to set the extent of the data array.
setExtent(int, int, int, int, int, int) - Method in class vtk.vtkStructuredGridGeometryFilter
Specify (imin,imax, jmin,jmax, kmin,kmax) indices.
setExtent(int[]) - Method in class vtk.vtkStructuredGridGeometryFilter
Specify (imin,imax, jmin,jmax, kmin,kmax) indices in array form.
setExtent(int[]) - Method in class vtk.vtkUniformGrid
Different ways to set the extent of the data array.
setExtent(int, int, int, int, int, int) - Method in class vtk.vtkUniformGrid
Different ways to set the extent of the data array.
setExtentClipping(int) - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry via bounding box.
setExtentClipping(int) - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry via bounding box.
setExtentTranslation(int, int, int) - Method in class vtk.vtkImageChangeInformation
Apply a translation to the extent.
setExtentTranslation(int[]) - Method in class vtk.vtkImageChangeInformation
Apply a translation to the extent.
setExtentTranslator(vtkExtentTranslator) - Method in class vtk.vtkDataObject
An object that will translate pieces into structured extents.
setExtentTranslator(vtkExtentTranslator) - Method in class vtk.vtkImageDataStreamer
Get the extent translator that will be used to split the requests
setExtentTranslator(vtkExtentTranslator) - Method in class vtk.vtkXMLPStructuredDataWriter
Get/Set the extent translator used for creating pieces.
setExtentTranslator(vtkExtentTranslator) - Method in class vtk.vtkXMLStructuredDataWriter
Get/Set the extent translator used for streaming.
setExtractBoundaryCells(int) - Method in class vtk.vtkExtractGeometry
Boolean controls whether to extract cells that are partially inside.
setExtractBoundaryCells(int) - Method in class vtk.vtkExtractPolyDataGeometry
Boolean controls whether to extract cells that are partially inside.
setExtractEigenvalues(int) - Method in class vtk.vtkTensorGlyph
Turn on/off extraction of eigenvalues from tensor.
setExtractInside(int) - Method in class vtk.vtkExtractGeometry
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
setExtractInside(int) - Method in class vtk.vtkExtractPolyDataGeometry
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
setExtractNormals(int) - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether normal data is extracted from tensor.
setExtractScalars(int) - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether scalar data is extracted from tensor.
setExtractTCoords(int) - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether texture coordinates are extracted from tensor.
setExtractToFieldData(int) - Method in class vtk.vtkExtractVectorComponents
Determines whether the vector components will be put in separate outputs or in the first output's field data
setExtractVectors(int) - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether vector data is extracted from tensor.
setExtractionMode(int) - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
setExtractionMode(int) - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToAllRegions() - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToAllRegions() - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToCellSeededRegions() - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToCellSeededRegions() - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToClosestPointRegion() - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToClosestPointRegion() - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToLargestRegion() - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToLargestRegion() - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToPointSeededRegions() - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToPointSeededRegions() - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToSpecifiedRegions() - Method in class vtk.vtkConnectivityFilter
Control the extraction of connected surfaces.
setExtractionModeToSpecifiedRegions() - Method in class vtk.vtkPolyDataConnectivityFilter
Control the extraction of connected surfaces.
setExtrusionPoint(double, double, double) - Method in class vtk.vtkLinearExtrusionFilter
Set/Get extrusion point.
setExtrusionPoint(double[]) - Method in class vtk.vtkLinearExtrusionFilter
Set/Get extrusion point.
setExtrusionType(int) - Method in class vtk.vtkLinearExtrusionFilter
Set/Get the type of extrusion.
setExtrusionTypeToNormalExtrusion() - Method in class vtk.vtkLinearExtrusionFilter
Set/Get the type of extrusion.
setExtrusionTypeToPointExtrusion() - Method in class vtk.vtkLinearExtrusionFilter
Set/Get the type of extrusion.
setExtrusionTypeToVectorExtrusion() - Method in class vtk.vtkLinearExtrusionFilter
Set/Get the type of extrusion.
setEyeAngle(double) - Method in class vtk.vtkCamera
Set/Get the separation between eyes (in degrees).
setFDFrames(int) - Method in class vtk.vtkRenderWindow
Set the number of frames for doing focal depth.
setFaceFileName(String) - Method in class vtk.vtkTextProperty
Specify a face file name (unsupported feature).
setFaces(int) - Method in class vtk.vtkImageAnisotropicDiffusion2D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
setFaces(int) - Method in class vtk.vtkImageAnisotropicDiffusion3D
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
setFeatureAngle(double) - Method in class vtk.vtkDecimatePro
Specify the mesh feature angle.
setFeatureAngle(double) - Method in class vtk.vtkFeatureEdges
Specify the feature angle for extracting feature edges.
setFeatureAngle(double) - Method in class vtk.vtkPolyDataNormals
Specify the angle that defines a sharp edge.
setFeatureAngle(double) - Method in class vtk.vtkSmoothPolyDataFilter
Specify the feature angle for sharp edge identification.
setFeatureAngle(double) - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the feature angle for sharp edge identification.
setFeatureAngleIncrement(double) - Method in class vtk.vtkDecimate
Set/Get the angle by which to increase feature angle over each iteration.
setFeatureEdgeSmoothing(int) - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off smoothing along sharp interior edges.
setFeatureEdgeSmoothing(int) - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off smoothing along sharp interior edges.
setFeatureEdges(int) - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of feature edges.
setFeaturePointsAngle(double) - Method in class vtk.vtkQuadricClustering
Set/Get the angle to use in determining whether a point on a boundary / feature edge is a feature point.
setFieldData(vtkFieldData) - Method in class vtk.vtkDataObject
Assign or retrieve field data to this data object.
setFieldData(int) - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset field data to a data object.
setFieldData(int) - Method in class vtk.vtkDicer
Set/Get the flag which controls whether to generate point scalar data or point field data.
setFieldData(int) - Method in class vtk.vtkIdFilter
Set/Get the flag which controls whether to generate scalar data or field data.
setFieldDataArray(int) - Method in class vtk.vtkArcPlotter
Set/Get the field data array to plot.
setFieldDataArray(int) - Method in class vtk.vtkLabeledDataMapper
Set/Get the field data array to label.
setFieldDataName(String) - Method in class vtk.vtkDataObjectWriter
Methods delegated to vtkDataWriter, see vtkDataWriter.
setFieldDataName(String) - Method in class vtk.vtkDataReader
Set the name of the field data to extract.
setFieldDataName(String) - Method in class vtk.vtkDataWriter
Give a name to the field data.
setFileDimensionality(int) - Method in class vtk.vtkImageReader2
The number of dimensions stored in a file.
setFileDimensionality(int) - Method in class vtk.vtkImageWriter
What dimension are the files to be written.
setFileLowerLeft(int) - Method in class vtk.vtkImageReader2
Set/Get whether the data comes from the file starting in the lower left corner or upper left corner.
setFileName(String) - Method in class vtk.vtk3DSImporter
Specify the name of the file to read.
setFileName(String) - Method in class vtk.vtkAVSucdReader
Specify file name of AVS UCD datafile to read
setFileName(String) - Method in class vtk.vtkBYUReader
Specify name of geometry FileName (alias).
setFileName(String) - Method in class vtk.vtkDEMReader
Specify file name of Digital Elevation Model (DEM) file
setFileName(String) - Method in class vtk.vtkDICOMImageReader
Set the directory name for the reader to look in for DICOM files.
setFileName(String) - Method in class vtk.vtkDataObjectWriter
Methods delegated to vtkDataWriter, see vtkDataWriter.
setFileName(String) - Method in class vtk.vtkDataReader
Specify file name of vtk data file to read.
setFileName(String) - Method in class vtk.vtkDataWriter
Specify file name of vtk polygon data file to write.
setFileName(String) - Method in class vtk.vtkFileOutputWindow
 
setFileName(String) - Method in class vtk.vtkGaussianCubeReader
 
setFileName(String) - Method in class vtk.vtkIVExporter
Specify the name of the OpenInventor file to write.
setFileName(String) - Method in class vtk.vtkImageReader2
Specify file name for the image file.
setFileName(String) - Method in class vtk.vtkImageWriter
Specify file name for the image file.
setFileName(String) - Method in class vtk.vtkInteractorEventRecorder
Set/Get the name of a file events should be written to/from.
setFileName(String) - Method in class vtk.vtkMCubesReader
Specify file name of marching cubes file.
setFileName(String) - Method in class vtk.vtkMetaImageReader
Specify file name of meta file
setFileName(String) - Method in class vtk.vtkMetaImageWriter
Specify file name of meta file
setFileName(String) - Method in class vtk.vtkMoleculeReaderBase
 
setFileName(String) - Method in class vtk.vtkOBJReader
Specify file name of Wavefront .obj file.
setFileName(String) - Method in class vtk.vtkOOGLExporter
Specify the name of the Geomview file to write.
setFileName(String) - Method in class vtk.vtkPLOT3DReader
Set/Get the PLOT3D geometry filename.
setFileName(String) - Method in class vtk.vtkPLYReader
Specify file name of stereo lithography file.
setFileName(String) - Method in class vtk.vtkParticleReader
Specify file name.
setFileName(String) - Method in class vtk.vtkSLCReader
Set/Get the name of the file to read.
setFileName(String) - Method in class vtk.vtkSTLReader
Specify file name of stereo lithography file.
setFileName(String) - Method in class vtk.vtkSliceCubes
Specify file name of marching cubes output file.
setFileName(String) - Method in class vtk.vtkUGFacetReader
Specify Unigraphics file name.
setFileName(String) - Method in class vtk.vtkVRMLExporter
Specify the name of the VRML file to write.
setFileName(String) - Method in class vtk.vtkVRMLImporter
Specify the name of the file to read.
setFileName(String) - Method in class vtk.vtkXMLFileReadTester
Get/Set the name of the file tested by TestReadFile().
setFileName(String) - Method in class vtk.vtkXMLParser
Set and get file name.
setFileName(String) - Method in class vtk.vtkXMLReader
Get/Set the name of the input file.
setFileName(String) - Method in class vtk.vtkXMLWriter
Get/Set the name of the output file.
setFileNameSliceOffset(int) - Method in class vtk.vtkImageReader2
When reading files which start at an unusual index, this can be added to the slice number when generating the file name (default = 0)
setFileNameSliceSpacing(int) - Method in class vtk.vtkImageReader2
When reading files which have regular, but non contiguous slices (eg filename.1,filename.3,filename.5) a spacing can be specified to skip missing files (default = 1)
setFilePath(String) - Method in class vtk.vtkGenericEnSightReader
Set/Get the file path.
setFilePattern(String) - Method in class vtk.vtkImageReader2
The sprintf format used to build filename from FilePrefix and number.
setFilePattern(String) - Method in class vtk.vtkImageWriter
The sprintf format used to build filename from FilePrefix and number.
setFilePattern(String) - Method in class vtk.vtkVolumeReader
The sprintf format used to build filename from FilePrefix and number.
setFilePrefix(String) - Method in class vtk.vtkImageReader2
Specify file prefix for the image file(s).You should specify either a FileName or FilePrefix.
setFilePrefix(String) - Method in class vtk.vtkImageWriter
Specify file prefix for the image file(s).You should specify either a FileName or FilePrefix.
setFilePrefix(String) - Method in class vtk.vtkOBJExporter
Specify the prefix of the files to write out.
setFilePrefix(String) - Method in class vtk.vtkRIBExporter
Specify the prefix of the files to write out.
setFilePrefix(String) - Method in class vtk.vtkVolumeReader
Specify file prefix for the image file(s).
setFileType(int) - Method in class vtk.vtkDataObjectWriter
Methods delegated to vtkDataWriter, see vtkDataWriter.
setFileType(int) - Method in class vtk.vtkDataWriter
Specify file type (ASCII or BINARY) for vtk data file.
setFileTypeToASCII() - Method in class vtk.vtkDataObjectWriter
Methods delegated to vtkDataWriter, see vtkDataWriter.
setFileTypeToASCII() - Method in class vtk.vtkDataWriter
Specify file type (ASCII or BINARY) for vtk data file.
setFileTypeToBinary() - Method in class vtk.vtkDataObjectWriter
Methods delegated to vtkDataWriter, see vtkDataWriter.
setFileTypeToBinary() - Method in class vtk.vtkDataWriter
Specify file type (ASCII or BINARY) for vtk data file.
setFillLightAngle(double, double) - Method in class vtk.vtkLightKit
 
setFillLightAngle(double[]) - Method in class vtk.vtkLightKit
 
setFillLightAzimuth(double) - Method in class vtk.vtkLightKit
 
setFillLightElevation(double) - Method in class vtk.vtkLightKit
 
setFillLightWarmth(double) - Method in class vtk.vtkLightKit
 
setFillValue(double) - Method in class vtk.vtkImageGridSource
Set the grey level of the fill.
setFillValue(double) - Method in class vtk.vtkSweptSurface
Voxels are initialized to this value.
setFilled(int) - Method in class vtk.vtkGlyphSource2D
Specify whether the glyph is filled (a polygon) or not (a closed polygon defined by line segments).
setFilter(vtkSource) - Method in class vtk.vtkApplyFilterCommand
The filter to be executed in Execute()
setFilteredAxes(int) - Method in class vtk.vtkImageFlip
For compatibility with old scripts.
setFilteredAxes(int, int, int) - Method in class vtk.vtkImagePermute
The filtered axes are the input axes that get relabeled to X,Y,Z.
setFilteredAxes(int[]) - Method in class vtk.vtkImagePermute
The filtered axes are the input axes that get relabeled to X,Y,Z.
setFilteredAxis(int) - Method in class vtk.vtkImageFlip
Specify which axis will be flipped.
setFlipAboutOrigin(int) - Method in class vtk.vtkImageFlip
By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input.
setFlipNormals(int) - Method in class vtk.vtkMCubesReader
Specify whether to flip normals in opposite direction.
setFlipNormals(int) - Method in class vtk.vtkPolyDataNormals
Turn on/off the global flipping of normal orientation.
setFlipR(int) - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the s-axis.
setFlipS(int) - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the s-axis.
setFlipT(int) - Method in class vtk.vtkTransformTextureCoords
Boolean indicates whether the texture map should be flipped around the t-axis.
setFlipTexture(int) - Method in class vtk.vtkImplicitTextureCoords
If enabled, this will flip the sense of inside and outside the implicit function (i.e., a rotation around the r-s-t=0.5 axis).
setFloatAttribute(String, double) - Method in class vtk.vtkXMLDataElement
Set the attribute with the given name.
setFlush(int) - Method in class vtk.vtkFileOutputWindow
to the log file.
setFlyMode(int) - Method in class vtk.vtkCubeAxesActor2D
Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position.
setFlyModeToClosestTriad() - Method in class vtk.vtkCubeAxesActor2D
Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position.
setFlyModeToOuterEdges() - Method in class vtk.vtkCubeAxesActor2D
Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position.
setFocalDisk(double) - Method in class vtk.vtkCamera
Set the size of the cameras lens in world coordinates.
setFocalPoint(double, double, double) - Method in class vtk.vtkCamera
Set/Get the focal of the camera in world coordinates.
setFocalPoint(double[]) - Method in class vtk.vtkCamera
Set/Get the focal of the camera in world coordinates.
setFocalPoint(double[]) - Method in class vtk.vtkCursor3D
Set/Get the position of cursor focus.
setFocalPoint(double, double, double) - Method in class vtk.vtkCursor3D
Set/Get the position of cursor focus.
setFocalPoint(double, double, double) - Method in class vtk.vtkLight
Set/Get the point at which the light is shining.
setFocalPoint(double[]) - Method in class vtk.vtkLight
Set/Get the point at which the light is shining.
setFocalPoint(double[]) - Method in class vtk.vtkProjectedTexture
Set/Get the focal point of the projector (a point that lies along the center axis of the projector's frustum).
setFocalPoint(double, double, double) - Method in class vtk.vtkProjectedTexture
Set/Get the focal point of the projector (a point that lies along the center axis of the projector's frustum).
setFontFactor(double) - Method in class vtk.vtkAxisActor2D
Set/Get the factor that controls the overall size of the fonts used to label and title the axes.
setFontFactor(double) - Method in class vtk.vtkCubeAxesActor2D
Set/Get the factor that controls the overall size of the fonts used to label and title the axes.
setFontFamily(int) - Method in class vtk.vtkTextProperty
Set/Get the font family.
setFontFamilyToArial() - Method in class vtk.vtkTextProperty
Set/Get the font family.
setFontFamilyToCourier() - Method in class vtk.vtkTextProperty
Set/Get the font family.
setFontFamilyToTimes() - Method in class vtk.vtkTextProperty
Set/Get the font family.
setFontSize(int) - Method in class vtk.vtkTextProperty
Set/Get the font size.
setForceMakeCurrent() - Method in class vtk.vtkRenderWindow
If called, allow MakeCurrent() to skip cache-check when called.
setForceMakeCurrent() - Method in class vtk.vtkXOpenGLRenderWindow
If called, allow MakeCurrent() to skip cache-check when called.
setForceRead(int) - Method in class vtk.vtkPLOT3DReader
Try to read a binary file even if the file length seems to be inconsistent with the header information.
setForegroundColor(double, double, double) - Method in class vtk.vtkTextSource
Set/Get the foreground color.
setForegroundColor(double[]) - Method in class vtk.vtkTextSource
Set/Get the foreground color.
setFormatHeight(double) - Method in class vtk.vtkWarpLens
Specify the imager format width / height in mm
setFormatWidth(double) - Method in class vtk.vtkWarpLens
Specify the imager format width / height in mm
setFrameBufferSize(int) - Method in class vtk.vtkVideoSource
Set size of the frame buffer, i.e. the number of frames that the 'tape' can store.
setFrameCount(int) - Method in class vtk.vtkVideoSource
This value is incremented each time a frame is grabbed.
setFrameRate(double) - Method in class vtk.vtkVideoSource
Request a particular frame rate (default 30 frames per second).
setFrameSize(int, int, int) - Method in class vtk.vtkVideoSource
Set the full-frame size.
setFrameSize(int[]) - Method in class vtk.vtkVideoSource
Set the full-frame size.
setFrequency(double, double, double) - Method in class vtk.vtkPerlinNoise
Set/get the frequency, or physical scale, of the noise function (higher is finer scale).
setFrequency(double[]) - Method in class vtk.vtkPerlinNoise
Set/get the frequency, or physical scale, of the noise function (higher is finer scale).
setFrontBuffer(int) - Method in class vtk.vtkTesting
Use front buffer for tests.
setFrontfaceCulling(int) - Method in class vtk.vtkProperty
Turn on/off fast culling of polygons based on orientation of normal with respect to camera.
setFrustumPlanes(double[]) - Method in class vtk.vtkPlanes
An alternative method to specify six planes defined by the camera view frustrum.
setFullScreen(int) - Method in class vtk.vtkRenderWindow
Turn on/off rendering full screen window size.
setFullScreen(int) - Method in class vtk.vtkXOpenGLRenderWindow
Change the window to fill the entire screen.
setFunction(Object, String) - Method in class vtk.vtkAmoebaMinimizer
Specify the function to be minimized.
setFunction(String) - Method in class vtk.vtkArrayCalculator
Set/Get the function to be evaluated.
setFunction(String) - Method in class vtk.vtkFunctionParser
 
setFunctionSet(vtkFunctionSet) - Method in class vtk.vtkInitialValueProblemSolver
Set / get the dataset used for the implicit function evaluation.
setFunctionValue(double) - Method in class vtk.vtkAmoebaMinimizer
Get the function value resulting from the minimization.
setFunctionWeight(vtkImplicitFunction, double) - Method in class vtk.vtkImplicitSum
Set the weight (coefficient) of the given function to be weight.
setGamma(double) - Method in class vtk.vtkPLOT3DReader
Set/Get the ratio of specific heats.
setGenerateClipScalars(int) - Method in class vtk.vtkClipDataSet
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
setGenerateClipScalars(int) - Method in class vtk.vtkClipPolyData
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
setGenerateClipScalars(int) - Method in class vtk.vtkClipVolume
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
setGenerateClippedOutput(int) - Method in class vtk.vtkClipDataSet
Control whether a second output is generated.
setGenerateClippedOutput(int) - Method in class vtk.vtkClipPolyData
Control whether a second output is generated.
setGenerateClippedOutput(int) - Method in class vtk.vtkClipVolume
Control whether a second output is generated.
setGenerateContourEdges(int) - Method in class vtk.vtkBandedPolyDataContourFilter
Turn on/off a flag to control whether contour edges are generated.
setGenerateCutScalars(int) - Method in class vtk.vtkCutter
If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data.
setGenerateErrorScalars(int) - Method in class vtk.vtkDecimate
Turn on/off the generation of error scalars.
setGenerateErrorScalars(int) - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the generation of scalar distance values.
setGenerateErrorScalars(int) - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the generation of scalar distance values.
setGenerateErrorVectors(int) - Method in class vtk.vtkSmoothPolyDataFilter
Turn on/off the generation of error vectors.
setGenerateErrorVectors(int) - Method in class vtk.vtkWindowedSincPolyDataFilter
Turn on/off the generation of error vectors.
setGeneratePointIds(int) - Method in class vtk.vtkGlyph3D
Enable/disable the generation of point ids as part of the output.
setGenerateSelectionScalars(int) - Method in class vtk.vtkSelectPolyData
Set/Get the flag to control behavior of the filter.
setGenerateTCoords(int) - Method in class vtk.vtkRibbonFilter
Control whether and how texture coordinates are produced.
setGenerateTCoords(int) - Method in class vtk.vtkSplineFilter
Control whether and how texture coordinates are produced.
setGenerateTCoords(int) - Method in class vtk.vtkTubeFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToNormalizedLength() - Method in class vtk.vtkRibbonFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToNormalizedLength() - Method in class vtk.vtkSplineFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToNormalizedLength() - Method in class vtk.vtkTubeFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToOff() - Method in class vtk.vtkRibbonFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToOff() - Method in class vtk.vtkSplineFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToOff() - Method in class vtk.vtkTubeFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToUseLength() - Method in class vtk.vtkRibbonFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToUseLength() - Method in class vtk.vtkSplineFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToUseLength() - Method in class vtk.vtkTubeFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToUseScalars() - Method in class vtk.vtkRibbonFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToUseScalars() - Method in class vtk.vtkSplineFilter
Control whether and how texture coordinates are produced.
setGenerateTCoordsToUseScalars() - Method in class vtk.vtkTubeFilter
Control whether and how texture coordinates are produced.
setGenerateUnselectedOutput(int) - Method in class vtk.vtkSelectPolyData
Control whether a second output is generated.
setGenerateVertices(int) - Method in class vtk.vtkMaskPoints
Generate output polydata vertices as well as points.
setGeometry(int) - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset geometry to a data object.
setGeometry(vtkDataSet) - Method in class vtk.vtkMergeFilter
Specify object from which to extract geometry information.
setGeometryFileName(String) - Method in class vtk.vtkBYUReader
Specify name of geometry FileName.
setGeometryFileName(String) - Method in class vtk.vtkBYUWriter
Specify the name of the geometry file to write.
setGhostLevel(int) - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
setGhostLevel(int) - Method in class vtk.vtkPolyDataMapper
Set the number of ghost cells to return.
setGhostLevel(int) - Method in class vtk.vtkXMLPDataWriter
Get/Set the ghost level used for this writer's piece.
setGhostLevel(int) - Method in class vtk.vtkXMLUnstructuredDataWriter
Get/Set the ghost level used to pad each piece.
setGlobalAntiAliasing(int) - Method in class vtk.vtkTextProperty
Set/Get the global antialiasing hint.
setGlobalAntiAliasingToAll() - Method in class vtk.vtkTextProperty
Set/Get the global antialiasing hint.
setGlobalAntiAliasingToNone() - Method in class vtk.vtkTextProperty
Set/Get the global antialiasing hint.
setGlobalAntiAliasingToSome() - Method in class vtk.vtkTextProperty
Set/Get the global antialiasing hint.
setGlobalDefaultNumberOfThreads(int) - Method in class vtk.vtkMultiThreader
Set/Get the value which is used to initialize the NumberOfThreads in the constructor.
setGlobalImmediateModeRendering(int) - Method in class vtk.vtkMapper
Turn on/off flag to control whether data is rendered using immediate mode or note.
setGlobalMaximumNumberOfMultiSamples(int) - Method in class vtk.vtkOpenGLRenderWindow
Set/Get the maximum number of multisamples
setGlobalMaximumNumberOfThreads(int) - Method in class vtk.vtkMultiThreader
Set/Get the maximum number of threads to use when multithreading.
setGlobalReleaseDataFlag(int) - Method in class vtk.vtkDataObject
Turn on/off flag to control whether every object releases its data after being used by a filter.
setGlobalWarningDisplay(int) - Method in class vtk.vtkObject
This is a global flag that controls whether any debug, warning or error messages are displayed.
setGlyphAngle(double) - Method in class vtk.vtkImageTracerWidget
Set/Get the initial orientation of the glyph/handle when generated.
setGlyphMethod(Object, String) - Method in class vtk.vtkProgrammableGlyphFilter
Specify function to be called for each input point.
setGlyphSize(double) - Method in class vtk.vtkXYPlotActor
Set/Get the factor that controls how big glyphs are in the plot.
setGlyphType(int) - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToArrow() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToCircle() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToCross() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToDash() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToDiamond() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToHookedArrow() - Method in class vtk.vtkGlyphSource2D
 
setGlyphTypeToNone() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToSquare() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToThickArrow() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToThickCross() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToTriangle() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGlyphTypeToVertex() - Method in class vtk.vtkGlyphSource2D
Specify the type of glyph to generate.
setGradMaps(vtkStructuredPoints) - Method in class vtk.vtkSubPixelPositionEdgels
Set/Get the gradient data for doing the position adjustments.
setGradientDiffuseModulation(int) - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude diffuse modulation
setGradientEstimator(vtkEncodedGradientEstimator) - Method in class vtk.vtkVolumeRayCastMapper
Set / Get the gradient estimator used to estimate normals
setGradientEstimator(vtkEncodedGradientEstimator) - Method in class vtk.vtkVolumeTextureMapper
Set / Get the gradient estimator used to estimate normals
setGradientMagnitudeBias(double) - Method in class vtk.vtkEncodedGradientEstimator
Set/Get the scale and bias for the gradient magnitude
setGradientMagnitudeScale(double) - Method in class vtk.vtkEncodedGradientEstimator
Set/Get the scale and bias for the gradient magnitude
setGradientMagnitudeThreshold(int) - Method in class vtk.vtkImageAnisotropicDiffusion2D
Switch between gradient magnitude threshold and pixel gradient threshold.
setGradientMagnitudeThreshold(int) - Method in class vtk.vtkImageAnisotropicDiffusion3D
Switch between gradient magnitude threshold and pixel gradient threshold.
setGradientOpacity(int, vtkPiecewiseFunction) - Method in class vtk.vtkVolumeProperty
Set the opacity of a volume to an opacity transfer function based on gradient magnitude for the given component.
setGradientOpacity(vtkPiecewiseFunction) - Method in class vtk.vtkVolumeProperty
Get the gradient magnitude opacity transfer function for the given component.
setGradientOpacityModulation(int) - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude opacity modulation
setGradientSpecularModulation(int) - Method in class vtk.vtkVolumeProMapper
Set/Get the gradient magnitude specular modulation
setGradientThreshold(double) - Method in class vtk.vtkLinkEdgels
Set/Get the threshold for image gradient thresholding.
setGraphBounds(double, double, double, double, double, double) - Method in class vtk.vtkGraphLayoutFilter
Set / get the region in space in which to place the final graph.
setGraphBounds(double[]) - Method in class vtk.vtkGraphLayoutFilter
Set / get the region in space in which to place the final graph.
setGrayScaleHint(int) - Method in class vtk.vtkImageViewer
By default this is a color viewer.
setGridExtent(int, int, int, int, int, int) - Method in class vtk.vtkTransformToGrid
Get/Set the extent of the grid.
setGridExtent(int[]) - Method in class vtk.vtkTransformToGrid
Get/Set the extent of the grid.
setGridOrigin(int, int, int) - Method in class vtk.vtkImageGridSource
Set/Get the grid origin, in ijk integer values.
setGridOrigin(int[]) - Method in class vtk.vtkImageGridSource
Set/Get the grid origin, in ijk integer values.
setGridOrigin(double, double, double) - Method in class vtk.vtkTransformToGrid
Get/Set the origin of the grid.
setGridOrigin(double[]) - Method in class vtk.vtkTransformToGrid
Get/Set the origin of the grid.
setGridScalarType(int) - Method in class vtk.vtkTransformToGrid
Get/Set the scalar type of the grid.
setGridScalarTypeToChar() - Method in class vtk.vtkTransformToGrid
Get/Set the scalar type of the grid.
setGridScalarTypeToFloat() - Method in class vtk.vtkTransformToGrid
Get/Set the scalar type of the grid.
setGridScalarTypeToShort() - Method in class vtk.vtkTransformToGrid
Get/Set the scalar type of the grid.
setGridScalarTypeToUnsignedChar() - Method in class vtk.vtkTransformToGrid
Get/Set the scalar type of the grid.
setGridScalarTypeToUnsignedShort() - Method in class vtk.vtkTransformToGrid
Get/Set the scalar type of the grid.
setGridSpacing(int, int, int) - Method in class vtk.vtkImageGridSource
Set/Get the grid spacing in pixel units.
setGridSpacing(int[]) - Method in class vtk.vtkImageGridSource
Set/Get the grid spacing in pixel units.
setGridSpacing(double, double, double) - Method in class vtk.vtkTransformToGrid
Get/Set the spacing between samples in the grid.
setGridSpacing(double[]) - Method in class vtk.vtkTransformToGrid
Get/Set the spacing between samples in the grid.
setHBScale(double) - Method in class vtk.vtkMoleculeReaderBase
 
setHandleBoundaries(int) - Method in class vtk.vtkImageGradient
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
setHandleBoundaries(int) - Method in class vtk.vtkImageGradientMagnitude
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
setHandleBoundaries(int) - Method in class vtk.vtkImageNonMaximumSuppression
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
setHandleDirection(double, double, double) - Method in class vtk.vtkSphereWidget
Set/Get the direction vector of the handle relative to the center of the sphere.
setHandleDirection(double[]) - Method in class vtk.vtkSphereWidget
Set/Get the direction vector of the handle relative to the center of the sphere.
setHandleObservers(int) - Method in class vtk.vtkInteractorStyle
Does ProcessEvents handle observers on this class or not
setHandlePosition(int, double[]) - Method in class vtk.vtkImageTracerWidget
Set/Get the handle position in terms of a zero-based array of handles.
setHandlePosition(int, double, double, double) - Method in class vtk.vtkImageTracerWidget
Set/Get the handle position in terms of a zero-based array of handles.
setHandlePosition(int, double, double, double) - Method in class vtk.vtkSplineWidget
Set/Get the position of the spline handles.
setHandlePosition(int, double[]) - Method in class vtk.vtkSplineWidget
Set/Get the position of the spline handles.
setHandleProperty(vtkProperty) - Method in class vtk.vtkImageTracerWidget
Set/Get the handle properties (the 2D glyphs are the handles).
setHandleProperty(vtkProperty) - Method in class vtk.vtkSplineWidget
Set/Get the handle properties (the little balls are the handles).
setHandleSize(double) - Method in class vtk.vtk3DWidget
Set/Get the factor that controls the size of the handles that appear as part of the widget.
setHandleVisibility(int) - Method in class vtk.vtkSphereWidget
The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving.
setHasByteCount(int) - Method in class vtk.vtkPLOT3DReader
Were the arrays written with leading and trailing byte counts ?
setHeader(String) - Method in class vtk.vtkDataObjectWriter
Methods delegated to vtkDataWriter, see vtkDataWriter.
setHeader(String) - Method in class vtk.vtkDataWriter
Specify the header for the vtk data file.
setHeaderSize(int) - Method in class vtk.vtkImageReader2
If there is a tail on the file, you want to explicitly set the header size.
setHeaderSize(int) - Method in class vtk.vtkMCubesReader
Specify a header size if one exists.
setHeaderSize(int) - Method in class vtk.vtkVolume16Reader
Specify the number of bytes to seek over at start of image.
setHeadlightWarmth(double) - Method in class vtk.vtkLightKit
 
setHeight(double) - Method in class vtk.vtkActor2D
Set/Get the height and width of the Actor2D.
setHeight(double) - Method in class vtk.vtkArcPlotter
Set the height of the plot.
setHeight(double) - Method in class vtk.vtkButtonSource
Set/Get the height of the button (the y-ellipsoid axis length * 2).
setHeight(double) - Method in class vtk.vtkConeSource
Set the height of the cone.
setHeight(double) - Method in class vtk.vtkCylinderSource
Set the height of the cylinder.
setHighPoint(double, double, double) - Method in class vtk.vtkElevationFilter
Define other end of the line (large scalar values).
setHighPoint(double[]) - Method in class vtk.vtkElevationFilter
Define other end of the line (large scalar values).
setHotSpotSize(double) - Method in class vtk.vtkPointWidget
Set the "hot spot" size; i.e., the region around the focus, in which the motion vector is used to control the constrained sliding action.
setHueRange(double, double) - Method in class vtk.vtkLookupTable
Set the range in hue (using automatic generation).
setHueRange(double[]) - Method in class vtk.vtkLookupTable
Set the range in hue (using automatic generation).
setIBlanking(int) - Method in class vtk.vtkPLOT3DReader
Is there iblanking (point visibility) information in the file.
setId(int, int) - Method in class vtk.vtkIdList
Set the id at location i.
setId(String) - Method in class vtk.vtkXMLDataElement
Set/Get the value of the id attribute of the element, if any.
setIdType(int) - Method in class vtk.vtkXMLWriter
Get/Set the size of the vtkIdType values stored in the file.
setIdTypeToInt32() - Method in class vtk.vtkXMLWriter
Get/Set the size of the vtkIdType values stored in the file.
setIdTypeToInt64() - Method in class vtk.vtkXMLWriter
Get/Set the size of the vtkIdType values stored in the file.
setIdsArrayName(String) - Method in class vtk.vtkIdFilter
Set/Get the name of the Ids array if generated.
setImage(vtkImageData) - Method in class vtk.vtkImageDifference
Specify the Image to compare the input to.
setImageData(vtkImageData) - Method in class vtk.vtkImageCanvasSource2D
To draw into a different image, set it with this method.
setImageHeight(int) - Method in class vtk.vtkWarpLens
Specify the image width / height in pixels
setImageInput(vtkImageData) - Method in class vtk.vtkImageMask
Set the mask to be used.
setImageLowerLeft(int) - Method in class vtk.vtkImageExport
Set/Get whether the data goes to the exported memory starting in the lower left corner or upper left corner.
setImageNumber(String) - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
setImageRange(int[]) - Method in class vtk.vtkMarchingSquares
Set/Get the i-j-k index range which define a plane on which to generate contour lines.
setImageRange(int, int, int, int, int, int) - Method in class vtk.vtkMarchingSquares
Set/Get the i-j-k index range which define a plane on which to generate contour lines.
setImageRange(int, int) - Method in class vtk.vtkVolumeReader
Set the range of files to read.
setImageRange(int[]) - Method in class vtk.vtkVolumeReader
Set the range of files to read.
setImageSampleDistance(double) - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
Sampling distance in the XY image dimensions.
setImageSampleDistance(double) - Method in class vtk.vtkVolumeRayCastMapper
Sampling distance in the XY image dimensions.
setImageSnapType(int) - Method in class vtk.vtkImageTracerWidget
Set/Get the type of snapping to image data: center of a pixel/voxel or nearest point defining a pixel/voxel.
setImageWidth(int) - Method in class vtk.vtkWarpLens
Specify the image width / height in pixels
setImmediateModeRendering(int) - Method in class vtk.vtkMapper
Turn on/off flag to control whether data is rendered using immediate mode or note.
setImplicitFunction(vtkImplicitFunction) - Method in class vtk.vtkExtractGeometry
Specify the implicit function for inside/outside checks.
setImplicitFunction(vtkImplicitFunction) - Method in class vtk.vtkExtractPolyDataGeometry
Specify the implicit function for inside/outside checks.
setImplicitFunction(vtkImplicitFunction) - Method in class vtk.vtkImplicitWindowFunction
Specify an implicit function to operate on.
setImplicitFunction(vtkImplicitFunction) - Method in class vtk.vtkSampleFunction
Specify the implicit function to use to generate data.
setInAbortCheck(int) - Method in class vtk.vtkRenderWindow
This is a flag that can be set to interrupt a rendering that is in progress.
setInIn(char, char) - Method in class vtk.vtkBooleanTexture
Specify intensity/transparency for "in/in" region.
setInOn(char, char) - Method in class vtk.vtkBooleanTexture
Specify intensity/transparency for "in/on" region.
setInOut(char, char) - Method in class vtk.vtkBooleanTexture
Specify intensity/transparency for "in/out" region.
setInTextureCoord(double, double, double) - Method in class vtk.vtkThresholdTextureCoords
Set the texture coordinate value for point satisfying threshold criterion.
setInTextureCoord(double[]) - Method in class vtk.vtkThresholdTextureCoords
Set the texture coordinate value for point satisfying threshold criterion.
setInValue(double) - Method in class vtk.vtkImageEllipsoidSource
Set/Get the inside pixel values.
setInValue(double) - Method in class vtk.vtkImageThreshold
Replace the in range pixels with this value.
setIncludeBoundary(int) - Method in class vtk.vtkExtractGrid
Control whether to enforce that the "boundary" of the grid is output in the subsampling process.
setIncludeBoundary(int) - Method in class vtk.vtkExtractRectilinearGrid
Control whether to enforce that the "boundary" of the grid is output in the subsampling process.
setIncrement(int) - Method in class vtk.vtkDividingCubes
Every "Increment" point is added to the list of points.
setIncrement(int) - Method in class vtk.vtkRecursiveDividingCubes
Every "Increment" point is added to the list of points.
setIndependentComponents(int) - Method in class vtk.vtkVolumeProperty
Does the data have independent components, or do some define color only?
setIndependentVariables(int) - Method in class vtk.vtkParallelCoordinatesActor
Specify whether to use the rows or columns as independent variables.
setIndependentVariablesToColumns() - Method in class vtk.vtkParallelCoordinatesActor
Specify whether to use the rows or columns as independent variables.
setIndependentVariablesToRows() - Method in class vtk.vtkParallelCoordinatesActor
Specify whether to use the rows or columns as independent variables.
setIndexMode(int) - Method in class vtk.vtkGlyph3D
Index into table of sources by scalar, by vector/normal magnitude, or no indexing.
setIndexModeToOff() - Method in class vtk.vtkGlyph3D
Index into table of sources by scalar, by vector/normal magnitude, or no indexing.
setIndexModeToScalar() - Method in class vtk.vtkGlyph3D
Index into table of sources by scalar, by vector/normal magnitude, or no indexing.
setIndexModeToVector() - Method in class vtk.vtkGlyph3D
Index into table of sources by scalar, by vector/normal magnitude, or no indexing.
setInertia(int) - Method in class vtk.vtkCubeAxesActor2D
Set/Get the inertial factor that controls how often (i.e, how many renders) the axes can switch position (jump from one axes to another).
setInflectionPointRatio(double) - Method in class vtk.vtkDecimatePro
Specify the inflection point ratio.
setInformationInput(vtkImageData) - Method in class vtk.vtkImageChangeInformation
Copy the information from another data set.
setInformationInput(vtkImageData) - Method in class vtk.vtkImageReslice
Set a vtkImageData from which the default Spacing, Origin, and WholeExtent of the output will be copied.
setInitialError(double) - Method in class vtk.vtkDecimate
Set the decimation error bounds.
setInitialFeatureAngle(double) - Method in class vtk.vtkDecimate
Specify the mesh feature angles.
setInitialIntegrationStep(int, double) - Method in class vtk.vtkStreamTracer
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
setInitialIntegrationStep(double) - Method in class vtk.vtkStreamTracer
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
setInitialIntegrationStepUnit(int) - Method in class vtk.vtkStreamTracer
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
setInitialIntegrationStepUnitToCellLengthUnit() - Method in class vtk.vtkStreamTracer
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
setInitialIntegrationStepUnitToLengthUnit() - Method in class vtk.vtkStreamTracer
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
setInitialIntegrationStepUnitToTimeUnit() - Method in class vtk.vtkStreamTracer
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
setInitialize(int) - Method in class vtk.vtkImageEuclideanDistance
Used to set all non-zero voxels to MaximumDistance before starting the distance transformation.
setInnerRadius(double) - Method in class vtk.vtkDiskSource
Specify inner radius of hole in disc.
setInput(vtkDataSet) - Method in class vtk.vtk3DWidget
Specify the input dataset.
setInput(vtkDataSet) - Method in class vtk.vtkAbstractVolumeMapper
Set/Get the input data
setInput(vtkDataSet) - Method in class vtk.vtkCubeAxesActor2D
Use the bounding box of this input dataset to draw the cube axes.
setInput(vtkDataObject) - Method in class vtk.vtkDataObjectToDataSetFilter
Set the input to the filter.
setInput(vtkDataObject) - Method in class vtk.vtkDataObjectWriter
Set / get the input data or filter.
setInput(vtkDataSet) - Method in class vtk.vtkDataSetMapper
Set the Input of this mapper.
setInput(vtkDataSet) - Method in class vtk.vtkDataSetToDataObjectFilter
Cast input to DataSet.
setInput(vtkDataSet) - Method in class vtk.vtkDataSetToDataSetFilter
Specify the input data or filter.
setInput(vtkDataSet) - Method in class vtk.vtkDataSetToImageFilter
Set / get the input data or filter.
setInput(vtkDataSet) - Method in class vtk.vtkDataSetToPolyDataFilter
Set / get the input data or filter.
setInput(vtkDataSet) - Method in class vtk.vtkDataSetToStructuredGridFilter
Set / get the input data or filter.
setInput(vtkDataSet) - Method in class vtk.vtkDataSetToStructuredPointsFilter
Set / get the input data or filter.
setInput(vtkDataSet) - Method in class vtk.vtkDataSetToUnstructuredGridFilter
Set / get the input data or filter.
setInput(vtkDataSet) - Method in class vtk.vtkDataSetWriter
Set / get the input data or filter.
setInput(vtkPointSet) - Method in class vtk.vtkDelaunay2D
Set / get the input data or filter.
setInput(vtkPointSet) - Method in class vtk.vtkDelaunay3D
Set / get the input data or filter.
setInput(vtkImageData) - Method in class vtk.vtkEncodedGradientEstimator
Set/Get the scalar input for which the normals will be calculated
setInput(vtkRenderWindow) - Method in class vtk.vtkExporter
These methods are provided for backward compatibility.
setInput(vtkRectilinearGrid) - Method in class vtk.vtkExtractRectilinearGrid
Set / get the input Grid or filter.
setInput(vtkDataSet) - Method in class vtk.vtkExtractVectorComponents
Specify the input data or filter.
setInput(vtkAbstractTransform) - Method in class vtk.vtkGeneralTransform
Set the input for this transformation.
setInput(vtkHierarchicalBoxDataSet) - Method in class vtk.vtkHierarchicalBoxToHierarchicalBoxFilter
Set / get the input data or filter.
setInput(vtkHierarchicalBoxDataSet) - Method in class vtk.vtkHierarchicalBoxToPolyDataFilter
Set / get the input data or filter.
setInput(vtkImageData) - Method in class vtk.vtkImageActor
Set/Get the image data input for the image actor.
setInput(vtkImageData) - Method in class vtk.vtkImageDifference
Specify the Input for comparison.
setInput(int, vtkImageData) - Method in class vtk.vtkImageDifference
Specify the Input for comparison.
setInput(vtkImageData) - Method in class vtk.vtkImageExport
Set/Get the input object from the image pipeline.
setInput(vtkImageData) - Method in class vtk.vtkImageMapper
Set the Input of a filter.
setInput(vtkImageData) - Method in class vtk.vtkImageMarchingCubes
Set/Get the source for the scalar data to contour.
setInput(int, vtkImageData) - Method in class vtk.vtkImageMultipleInputFilter
Set an Input of this filter.
setInput(vtkImageData) - Method in class vtk.vtkImageOpenClose3D
Set the Input of the filter.
setInput(vtkDataSet) - Method in class vtk.vtkImagePlaneWidget
Set the vtkImageData* input for the vtkImageReslice.
setInput(vtkImageData) - Method in class vtk.vtkImageToImageFilter
Set the Input of a filter.
setInput(vtkImageData) - Method in class vtk.vtkImageToImageStencil
Specify the image data to convert into a stencil.
setInput(vtkImageData) - Method in class vtk.vtkImageToStructuredPoints
Set/Get the input object from the image pipeline.
setInput(vtkImageData) - Method in class vtk.vtkImageViewer
Set/Get the input to the viewer.
setInput(vtkImageData) - Method in class vtk.vtkImageViewer2
Set/Get the input image to the viewer.
setInput(vtkImageData) - Method in class vtk.vtkImageWriter
Set/Get the input object from the image pipeline.
setInput(vtkImplicitFunction) - Method in class vtk.vtkImplicitFunctionToImageStencil
Specify the implicit function to convert into a stencil.
setInput(vtkDataSet) - Method in class vtk.vtkLabeledDataMapper
Set the input dataset to the mapper.
setInput(vtkImageData) - Method in class vtk.vtkMarchingSquares
Set / get the input data or filter.
setInput(vtkPolyData) - Method in class vtk.vtkMassProperties
 
setInput(vtkMatrix4x4) - Method in class vtk.vtkMatrixToHomogeneousTransform
 
setInput(vtkMatrix4x4) - Method in class vtk.vtkMatrixToLinearTransform
Set the input matrix.
setInput(int, vtkPointSet) - Method in class vtk.vtkPCAAnalysisFilter
Specify the input pointset with index idx.
setInput(vtkDataObject) - Method in class vtk.vtkParallelCoordinatesActor
Set the input to the parallel coordinates actor.
setInput(vtkHomogeneousTransform) - Method in class vtk.vtkPerspectiveTransform
Set the input for this transformation.
setInput(vtkPiecewiseFunction) - Method in class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilter
Set / get the input data or filter.
setInput(vtkPointSet) - Method in class vtk.vtkPointSetToPointSetFilter
Specify the input data or filter.
setInput(vtkPolyData) - Method in class vtk.vtkPolyDataMapper
Specify the input data to map.
setInput(vtkPolyData) - Method in class vtk.vtkPolyDataMapper2D
Set the input to the mapper.
setInput(vtkPolyData) - Method in class vtk.vtkPolyDataToImageStencil
Specify the polydata to convert into a stencil.
setInput(vtkPolyData) - Method in class vtk.vtkPolyDataToPolyDataFilter
Set / get the input data or filter.
setInput(vtkPolyData) - Method in class vtk.vtkPolyDataWriter
Set / get the input data or filter.
setInput(int, vtkPointSet) - Method in class vtk.vtkProcrustesAlignmentFilter
Specify the input pointset with index idx.
setInput(vtkRectilinearGrid) - Method in class vtk.vtkRectilinearGridToPolyDataFilter
Set / get the input Grid or filter.
setInput(double[], double[], double) - Method in class vtk.vtkRectilinearGridToTetrahedra
This function for convenience for creating a Rectilinear Grid If Spacing does not fit evenly into extent, the last cell will have a different width (or height or depth).
setInput(double, double, double, double, double, double, double) - Method in class vtk.vtkRectilinearGridToTetrahedra
This version of the function for the wrappers
setInput(vtkRectilinearGrid) - Method in class vtk.vtkRectilinearGridToTetrahedra
Set / get the input data or filter.
setInput(vtkRectilinearGrid) - Method in class vtk.vtkRectilinearGridWriter
Set / get the input data or filter.
setInput(vtkRectilinearGrid) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Set/Get the source for the scalar data to contour.
setInput(vtkRenderer) - Method in class vtk.vtkRenderLargeImage
Indicates what renderer to get the pixel data from.
setInput(vtkRenderer) - Method in class vtk.vtkRendererSource
Indicates what renderer to get the pixel data from.
setInput(vtkImageData) - Method in class vtk.vtkSimpleImageToImageFilter
Set the Input of a filter.
setInput(vtkDataSet) - Method in class vtk.vtkSpatialRepresentationFilter
Set / get the input data or filter.
setInput(vtkStructuredGrid) - Method in class vtk.vtkStructuredGridToPolyDataFilter
Set / get the input Grid or filter.
setInput(vtkStructuredGrid) - Method in class vtk.vtkStructuredGridToStructuredGridFilter
Set / get the input Grid or filter.
setInput(vtkStructuredGrid) - Method in class vtk.vtkStructuredGridWriter
Set / get the input data or filter.
setInput(vtkImageData) - Method in class vtk.vtkStructuredPointsToPolyDataFilter
Set / get the input data or filter.
setInput(vtkImageData) - Method in class vtk.vtkStructuredPointsToStructuredPointsFilter
Set / get the input data or filter.
setInput(vtkImageData) - Method in class vtk.vtkStructuredPointsToUnstructuredGridFilter
Set / get the input data or filter.
setInput(vtkImageData) - Method in class vtk.vtkStructuredPointsWriter
Set / get the input data or filter.
setInput(vtkImageData) - Method in class vtk.vtkSynchronizedTemplates2D
Set / get the input data or filter.
setInput(vtkImageData) - Method in class vtk.vtkSynchronizedTemplates3D
Set/Get the source for the scalar data to contour.
setInput(String) - Method in class vtk.vtkTextActor
Set the text string to be displayed.
setInput(String) - Method in class vtk.vtkTextMapper
Set the input text string to the mapper.
setInput(vtkImageData) - Method in class vtk.vtkTexture
This process object accepts image data as input.
setInput(vtkLinearTransform) - Method in class vtk.vtkTransform
Set the input for this transformation.
setInput(vtkAbstractTransform) - Method in class vtk.vtkTransformToGrid
Set/Get the transform which will be converted into a grid.
setInput(vtkUnstructuredGrid) - Method in class vtk.vtkUnstructuredGridToPolyDataFilter
Set / get the input data or filter.
setInput(vtkUnstructuredGrid) - Method in class vtk.vtkUnstructuredGridToUnstructuredGridFilter
Set / get the input Grid or filter.
setInput(vtkUnstructuredGrid) - Method in class vtk.vtkUnstructuredGridVolumeMapper
Set/Get the input data
setInput(vtkDataSet) - Method in class vtk.vtkUnstructuredGridVolumeMapper
Set/Get the input data
setInput(vtkUnstructuredGrid) - Method in class vtk.vtkUnstructuredGridWriter
Specify the input data or filter.
setInput(vtkImageData) - Method in class vtk.vtkVolumeMapper
Set/Get the input data
setInput(vtkDataSet) - Method in class vtk.vtkVolumeMapper
Set/Get the input data
setInput(vtkWindow) - Method in class vtk.vtkWindowToImageFilter
Indicates what renderer to get the pixel data from.
setInput(vtkDataSet) - Method in class vtk.vtkXMLDataSetWriter
Get/Set the writer's input.
setInput(vtkImageData) - Method in class vtk.vtkXMLImageDataWriter
Get/Set the writer's input.
setInput(vtkDataSet) - Method in class vtk.vtkXMLPDataSetWriter
Get/Set the writer's input.
setInput(vtkImageData) - Method in class vtk.vtkXMLPImageDataWriter
Get/Set the writer's input.
setInput(vtkPolyData) - Method in class vtk.vtkXMLPPolyDataWriter
Get/Set the writer's input.
setInput(vtkRectilinearGrid) - Method in class vtk.vtkXMLPRectilinearGridWriter
Get/Set the writer's input.
setInput(vtkStructuredGrid) - Method in class vtk.vtkXMLPStructuredGridWriter
Get/Set the writer's input.
setInput(vtkUnstructuredGrid) - Method in class vtk.vtkXMLPUnstructuredGridWriter
Get/Set the writer's input.
setInput(vtkPolyData) - Method in class vtk.vtkXMLPolyDataWriter
Get/Set the writer's input.
setInput(vtkRectilinearGrid) - Method in class vtk.vtkXMLRectilinearGridWriter
Get/Set the writer's input.
setInput(vtkStructuredGrid) - Method in class vtk.vtkXMLStructuredGridWriter
Get/Set the writer's input.
setInput(vtkUnstructuredGrid) - Method in class vtk.vtkXMLUnstructuredGridWriter
Get/Set the writer's input.
setInput1(vtkImageData) - Method in class vtk.vtkImageTwoInputFilter
Set the Input1 of this filter.
setInput2(vtkImageData) - Method in class vtk.vtkImageTwoInputFilter
Set the Input2 of this filter.
setInputArray(vtkCharArray) - Method in class vtk.vtkDataReader
Specify the vtkCharArray to be used when reading from a string.
setInputByNumber(int, vtkPolyData) - Method in class vtk.vtkAppendPolyData
 
setInputConnectValue(int) - Method in class vtk.vtkImageSeedConnectivity
Set/Get what value is considered as connecting pixels.
setInputField(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Specify which field data to use to generate the output attribute data.
setInputField(int, int) - Method in class vtk.vtkSplitField
Use the given attribute in the field data given by fieldLoc as input.
setInputField(String, int) - Method in class vtk.vtkSplitField
Use the array with given name in the field data given by fieldLoc as input.
setInputField(String, String) - Method in class vtk.vtkSplitField
Helper method used by other language bindings.
setInputFieldToCellDataField() - Method in class vtk.vtkFieldDataToAttributeDataFilter
Specify which field data to use to generate the output attribute data.
setInputFieldToDataObjectField() - Method in class vtk.vtkFieldDataToAttributeDataFilter
Specify which field data to use to generate the output attribute data.
setInputFieldToPointDataField() - Method in class vtk.vtkFieldDataToAttributeDataFilter
Specify which field data to use to generate the output attribute data.
setInputMemoryLimit(int) - Method in class vtk.vtkGridSynchronizedTemplates3D
This filter will initiate streaming so that no piece requested from the input will be larger than this value (KiloBytes).
setInputMemoryLimit(int) - Method in class vtk.vtkImageMarchingCubes
The InputMemoryLimit determines the chunk size (the number of slices requested at each iteration).
setInputMemoryLimit(int) - Method in class vtk.vtkImageToImageFilter
 
setInputMemoryLimit(int) - Method in class vtk.vtkSynchronizedTemplates3D
Determines the chunk size fro streaming.
setInputString(String) - Method in class vtk.vtkDataReader
Specify the InputString for use when reading from a character array.
setInputString(String, int) - Method in class vtk.vtkDataReader
Specify the InputString for use when reading from a character array.
setInputString(String) - Method in class vtk.vtkInteractorEventRecorder
Set/Get the string to read from.
setInputToExecutionRatio(vtkProcessObject, int, int) - Method in class vtk.vtkPushPipeline
Sets the input ratios for a pipeline member
setInsideOut(int) - Method in class vtk.vtkBoxWidget
Set/Get the InsideOut flag.
setInsideOut(int) - Method in class vtk.vtkClipDataSet
Set/Get the InsideOut flag.
setInsideOut(int) - Method in class vtk.vtkClipPolyData
Set/Get the InsideOut flag.
setInsideOut(int) - Method in class vtk.vtkClipVolume
Set/Get the InsideOut flag.
setInsideOut(int) - Method in class vtk.vtkSelectPolyData
Set/Get the InsideOut flag.
setInstance(vtkOutputWindow) - Method in class vtk.vtkOutputWindow
Supply a user defined output window.
setIntAttribute(String, int) - Method in class vtk.vtkXMLDataElement
Set the attribute with the given name.
setIntegrationDirection(int) - Method in class vtk.vtkHyperStreamline
Specify the direction in which to integrate the hyperstreamline.
setIntegrationDirection(int) - Method in class vtk.vtkStreamTracer
Specify whether the streamtrace will be generated in the upstream or downstream direction.
setIntegrationDirection(int) - Method in class vtk.vtkStreamer
Specify the direction in which to integrate the Streamer.
setIntegrationDirectionToBackward() - Method in class vtk.vtkHyperStreamline
Specify the direction in which to integrate the hyperstreamline.
setIntegrationDirectionToBackward() - Method in class vtk.vtkStreamTracer
Specify whether the streamtrace will be generated in the upstream or downstream direction.
setIntegrationDirectionToBackward() - Method in class vtk.vtkStreamer
Specify the direction in which to integrate the Streamer.
setIntegrationDirectionToBoth() - Method in class vtk.vtkStreamTracer
Specify whether the streamtrace will be generated in the upstream or downstream direction.
setIntegrationDirectionToForward() - Method in class vtk.vtkHyperStreamline
Specify the direction in which to integrate the hyperstreamline.
setIntegrationDirectionToForward() - Method in class vtk.vtkStreamTracer
Specify whether the streamtrace will be generated in the upstream or downstream direction.
setIntegrationDirectionToForward() - Method in class vtk.vtkStreamer
Specify the direction in which to integrate the Streamer.
setIntegrationDirectionToIntegrateBothDirections() - Method in class vtk.vtkHyperStreamline
Specify the direction in which to integrate the hyperstreamline.
setIntegrationDirectionToIntegrateBothDirections() - Method in class vtk.vtkStreamer
Specify the direction in which to integrate the Streamer.
setIntegrationEigenvector(int) - Method in class vtk.vtkHyperStreamline
Set / get the eigenvector field through which to ingrate.
setIntegrationEigenvectorToMajor() - Method in class vtk.vtkHyperStreamline
Set / get the eigenvector field through which to ingrate.
setIntegrationEigenvectorToMedium() - Method in class vtk.vtkHyperStreamline
Set / get the eigenvector field through which to ingrate.
setIntegrationEigenvectorToMinor() - Method in class vtk.vtkHyperStreamline
Set / get the eigenvector field through which to ingrate.
setIntegrationStepLength(double) - Method in class vtk.vtkHyperStreamline
Set / get a nominal integration step size (expressed as a fraction of the size of each cell).
setIntegrationStepLength(double) - Method in class vtk.vtkStreamer
Specify a nominal integration step size (expressed as a fraction of the size of each cell).
setIntegrator(vtkInitialValueProblemSolver) - Method in class vtk.vtkStreamTracer
Set/get the integrator type to be used in the stream line calculation.
setIntegrator(vtkInitialValueProblemSolver) - Method in class vtk.vtkStreamer
Set/get the integrator type to be used in the stream line calculation.
setIntegratorType(int) - Method in class vtk.vtkStreamTracer
Set/get the integrator type to be used in the stream line calculation.
setIntegratorTypeToRungeKutta2() - Method in class vtk.vtkStreamTracer
Set/get the integrator type to be used in the stream line calculation.
setIntegratorTypeToRungeKutta4() - Method in class vtk.vtkStreamTracer
Set/get the integrator type to be used in the stream line calculation.
setIntegratorTypeToRungeKutta45() - Method in class vtk.vtkStreamTracer
Set/get the integrator type to be used in the stream line calculation.
setIntensity(double) - Method in class vtk.vtkLight
Set/Get the brightness of the light (from one to zero).
setInteraction(int) - Method in class vtk.vtkImagePlaneWidget
Enable/disable mouse interaction so the widget remains on display.
setInteraction(int) - Method in class vtk.vtkImageTracerWidget
Enable/disable mouse interaction when the widget is visible.
setInteractive(int) - Method in class vtk.vtkRenderer
Turn on/off interactive status.
setInteractor(vtkRenderWindowInteractor) - Method in class vtk.vtkInteractorEventRecorder
 
setInteractor(vtkRenderWindowInteractor) - Method in class vtk.vtkInteractorObserver
This method is used to associate the widget with the render window interactor.
setInteractor(vtkRenderWindowInteractor) - Method in class vtk.vtkInteractorStyle
Set/Get the Interactor wrapper being controlled by this object.
setInteractor(vtkRenderWindowInteractor) - Method in class vtk.vtkInteractorStyleSwitch
The sub styles need the interactor too.
setInteractor(vtkRenderWindowInteractor) - Method in class vtk.vtkRenderWindow
Get the interactor associated with this render window
setInteractorStyle(vtkInteractorStyle) - Method in class vtk.vtkCanvas
 
setInteractorStyle(vtkInteractorObserver) - Method in class vtk.vtkRenderWindowInteractor
External switching between joystick/trackball/new?
setIntermixIntersectingGeometry(int) - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
setIntermixIntersectingGeometry(int) - Method in class vtk.vtkVolumeProMapper
Specify whether any geometry intersects the volume.
setIntermixIntersectingGeometry(int) - Method in class vtk.vtkVolumeRayCastMapper
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
setInterpolate(int) - Method in class vtk.vtkImageActor
Turn on/off linear interpolation of the image when rendering.
setInterpolate(int) - Method in class vtk.vtkImageMagnify
Turn interpolation on and off (pixel replication is used when off).
setInterpolate(int) - Method in class vtk.vtkImageReslice
Convenient methods for switching between nearest-neighbor and linear interpolation.
setInterpolate(int) - Method in class vtk.vtkTexture
Turn on/off linear interpolation of the texture map when rendering.
setInterpolation(int) - Method in class vtk.vtkProperty
Set the shading interpolation method for an object.
setInterpolationMode(int) - Method in class vtk.vtkGridTransform
Set interpolation mode for sampling the grid.
setInterpolationMode(int) - Method in class vtk.vtkImageReslice
Set interpolation mode (default: nearest neighbor).
setInterpolationModeToCubic() - Method in class vtk.vtkGridTransform
Set interpolation mode for sampling the grid.
setInterpolationModeToCubic() - Method in class vtk.vtkImageReslice
Set interpolation mode (default: nearest neighbor).
setInterpolationModeToLinear() - Method in class vtk.vtkGridTransform
Set interpolation mode for sampling the grid.
setInterpolationModeToLinear() - Method in class vtk.vtkImageReslice
Set interpolation mode (default: nearest neighbor).
setInterpolationModeToNearestNeighbor() - Method in class vtk.vtkGridTransform
Set interpolation mode for sampling the grid.
setInterpolationModeToNearestNeighbor() - Method in class vtk.vtkImageReslice
Set interpolation mode (default: nearest neighbor).
setInterpolationToFlat() - Method in class vtk.vtkProperty
Set the shading interpolation method for an object.
setInterpolationToGouraud() - Method in class vtk.vtkProperty
Set the shading interpolation method for an object.
setInterpolationToPhong() - Method in class vtk.vtkProperty
Set the shading interpolation method for an object.
setInterpolationType(int) - Method in class vtk.vtkVolumeProperty
Set the interpolation type for sampling a volume.
setInterpolationTypeToLinear() - Method in class vtk.vtkVolumeProperty
Set the interpolation type for sampling a volume.
setInterpolationTypeToNearest() - Method in class vtk.vtkVolumeProperty
Set the interpolation type for sampling a volume.
setInverse(vtkAbstractTransform) - Method in class vtk.vtkAbstractTransform
Set a transformation that this transform will be the inverse of.
setInverseIterations(int) - Method in class vtk.vtkWarpTransform
Set the maximum number of iterations for the inverse transformation.
setInverseTolerance(double) - Method in class vtk.vtkWarpTransform
Set the tolerance for inverse transformation.
setInverseVideo(int) - Method in class vtk.vtkWindowLevelLookupTable
Set inverse video on or off.
setInvertMeanCurvature(int) - Method in class vtk.vtkCurvatures
Set/Get the flag which inverts the mean curvature calculation for meshes with inward pointing normals (default false)
setIsPicking(int) - Method in class vtk.vtkRenderWindow
 
setIslandValue(double) - Method in class vtk.vtkImageIslandRemoval2D
Set/Get the value to remove.
setIsoValue(double) - Method in class vtk.vtkVolumeRayCastIsosurfaceFunction
Set/Get the value of IsoValue.
setItalic(int) - Method in class vtk.vtkTextProperty
Enable/disable text italic.
setJustification(int) - Method in class vtk.vtkTextProperty
Set/Get the horizontal justification to left (default), centered, or right.
setJustificationToCentered() - Method in class vtk.vtkTextProperty
Set/Get the horizontal justification to left (default), centered, or right.
setJustificationToLeft() - Method in class vtk.vtkTextProperty
Set/Get the horizontal justification to left (default), centered, or right.
setJustificationToRight() - Method in class vtk.vtkTextProperty
Set/Get the horizontal justification to left (default), centered, or right.
setK1(double) - Method in class vtk.vtkWarpLens
Specify the symmetric radial distortion parameters for the lens
setK2(double) - Method in class vtk.vtkWarpLens
Specify the symmetric radial distortion parameters for the lens
setKappa(double) - Method in class vtk.vtkWarpLens
Specify second order symmetric radial lens distortion parameter.
setKernel3x3(double[]) - Method in class vtk.vtkImageConvolve
Set the kernel to be a given 3x3 or 5x5 or 7x7 kernel.
setKernel3x3x3(double[]) - Method in class vtk.vtkImageConvolve
Set the kernel to be a 3x3x3 or 5x5x5 or 7x7x7 kernel.
setKernel5x5(double[]) - Method in class vtk.vtkImageConvolve
Set the kernel to be a given 3x3 or 5x5 or 7x7 kernel.
setKernelSize(int, int, int) - Method in class vtk.vtkImageContinuousDilate3D
This method sets the size of the neighborhood.
setKernelSize(int, int, int) - Method in class vtk.vtkImageContinuousErode3D
This method sets the size of the neighborhood.
setKernelSize(int, int, int) - Method in class vtk.vtkImageDilateErode3D
This method sets the size of the neighborhood.
setKernelSize(int, int, int) - Method in class vtk.vtkImageMedian3D
This method sets the size of the neighborhood.
setKernelSize(int, int, int) - Method in class vtk.vtkImageOpenClose3D
Selects the size of gaps or objects removed.
setKernelSize(int, int, int) - Method in class vtk.vtkImageRange3D
This method sets the size of the neighborhood.
setKernelSize(int, int, int) - Method in class vtk.vtkImageVariance3D
This method sets the size of the neighborhood.
setKeyCode(char) - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
setKeyEventInformation(int, int, char, int, String) - Method in class vtk.vtkRenderWindowInteractor
This methods sets the Size ivar of the interactor without actually changing the size of the window.
setKeyLightAngle(double, double) - Method in class vtk.vtkLightKit
Get/Set the position of the key, fill, and back lights using angular methods.
setKeyLightAngle(double[]) - Method in class vtk.vtkLightKit
Get/Set the position of the key, fill, and back lights using angular methods.
setKeyLightAzimuth(double) - Method in class vtk.vtkLightKit
 
setKeyLightElevation(double) - Method in class vtk.vtkLightKit
 
setKeyLightIntensity(double) - Method in class vtk.vtkLightKit
Set/Get the intensity of the key light.
setKeyLightWarmth(double) - Method in class vtk.vtkLightKit
Set the warmth of each the lights.
setKeyPressActivation(int) - Method in class vtk.vtkInteractorObserver
Enable/Disable of the use of a keypress to turn on and off the interactor observer.
setKeyPressActivationValue(char) - Method in class vtk.vtkInteractorObserver
Specify which key press value to use to activate the interactor observer (if key press activation is enabled).
setKeySym(String) - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
setKeyToBackRatio(double) - Method in class vtk.vtkLightKit
Set/Get the key-to-back light ratio.
setKeyToFillRatio(double) - Method in class vtk.vtkLightKit
Set/Get the key-to-fill ratio.
setKeyToHeadRatio(double) - Method in class vtk.vtkLightKit
Set/Get the key-to-headlight ratio.
setLODBackfaceProperty(int, vtkProperty) - Method in class vtk.vtkLODProp3D
Methods to set / get the backface property of an LOD.
setLODLevel(int, double) - Method in class vtk.vtkLODProp3D
Set the level of a particular LOD.
setLODMapper(int, vtkMapper) - Method in class vtk.vtkLODProp3D
Methods to set / get the mapper of an LOD.
setLODMapper(int, vtkAbstractVolumeMapper) - Method in class vtk.vtkLODProp3D
Methods to set / get the mapper of an LOD.
setLODProperty(int, vtkProperty) - Method in class vtk.vtkLODProp3D
Methods to set / get the property of an LOD.
setLODProperty(int, vtkVolumeProperty) - Method in class vtk.vtkLODProp3D
Methods to set / get the property of an LOD.
setLODTexture(int, vtkTexture) - Method in class vtk.vtkLODProp3D
Methods to set / get the texture of an LOD.
setLabelFactor(double) - Method in class vtk.vtkAxisActor2D
Set/Get the factor that controls the relative size of the axis labels to the axis title.
setLabelFormat(String) - Method in class vtk.vtkAxisActor2D
Set/Get the format with which to print the labels on the scalar bar.
setLabelFormat(String) - Method in class vtk.vtkCubeAxesActor2D
Set/Get the format with which to print the labels on each of the x-y-z axes.
setLabelFormat(String) - Method in class vtk.vtkLabeledDataMapper
Set/Get the format with which to print the labels.
setLabelFormat(String) - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the format with which to print the labels on the axes.
setLabelFormat(String) - Method in class vtk.vtkScalarBarActor
Set/Get the format with which to print the labels on the scalar bar.
setLabelFormat(String) - Method in class vtk.vtkXYPlotActor
Set/Get the format with which to print the labels on the scalar bar.
setLabelMode(int) - Method in class vtk.vtkLabeledDataMapper
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setLabelModeToLabelFieldData() - Method in class vtk.vtkLabeledDataMapper
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setLabelModeToLabelIds() - Method in class vtk.vtkLabeledDataMapper
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setLabelModeToLabelNormals() - Method in class vtk.vtkLabeledDataMapper
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setLabelModeToLabelScalars() - Method in class vtk.vtkLabeledDataMapper
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setLabelModeToLabelTCoords() - Method in class vtk.vtkLabeledDataMapper
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setLabelModeToLabelTensors() - Method in class vtk.vtkLabeledDataMapper
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setLabelModeToLabelVectors() - Method in class vtk.vtkLabeledDataMapper
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setLabelTextProperty(vtkTextProperty) - Method in class vtk.vtkAxisActor2D
Set/Get the labels text property.
setLabelTextProperty(vtkTextProperty) - Method in class vtk.vtkLabeledDataMapper
Set/Get the text property.
setLabelTextProperty(vtkTextProperty) - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the labels text property.
setLabelTextProperty(vtkTextProperty) - Method in class vtk.vtkScalarBarActor
Set/Get the labels text property.
setLabelVisibility(int) - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis labels.
setLabeledComponent(int) - Method in class vtk.vtkLabeledDataMapper
Set/Get the component number to label if the data to print has more than one component.
setLastCellId(int) - Method in class vtk.vtkInterpolatedVelocityField
Return the cell id cached from last evaluation.
setLatLongLines(int) - Method in class vtk.vtkInteractorStyleTerrain
Turn on/off the latitude/longitude lines.
setLatLongTessellation(int) - Method in class vtk.vtkSphereSource
Cause the sphere to be tessellated with edges along the latitude and longitude lines.
setLayer(int) - Method in class vtk.vtkRenderer
Set/Get the layer that this renderer belongs to.
setLayerNumber(int) - Method in class vtk.vtkActor2D
Set/Get the layer number in the overlay planes into which to render.
setLeader(int) - Method in class vtk.vtkCaptionActor2D
Enable/disable drawing a "line" from the caption to the attachment point.
setLeaderGlyph(vtkPolyData) - Method in class vtk.vtkCaptionActor2D
Specify a glyph to be used as the leader "head".
setLeaderGlyphSize(double) - Method in class vtk.vtkCaptionActor2D
Specify the relative size of the leader head.
setLeftButtonAction(int) - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
setLeftButtonAutoModifier(int) - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
setLeftConstraint(int) - Method in class vtk.vtkSpline
Set the type of constraint of the left(right) end points.
setLeftValue(double) - Method in class vtk.vtkSpline
The values of the derivative on the left and right sides.
setLegend(int) - Method in class vtk.vtkXYPlotActor
Enable/Disable the creation of a legend.
setLegendPosition(double, double) - Method in class vtk.vtkXYPlotActor
Use these methods to control the position of the legend.
setLegendPosition(double[]) - Method in class vtk.vtkXYPlotActor
Use these methods to control the position of the legend.
setLegendPosition2(double, double) - Method in class vtk.vtkXYPlotActor
Use these methods to control the position of the legend.
setLegendPosition2(double[]) - Method in class vtk.vtkXYPlotActor
Use these methods to control the position of the legend.
setLength(double) - Method in class vtk.vtkSplineFilter
Control the number of subdivisions that are created for the polyline based on an absolute length.
setLength(double) - Method in class vtk.vtkTensorGlyph
Set/Get the distance, along x, from the origin to the end of the source glyph.
setLevel(double) - Method in class vtk.vtkImageMapToWindowLevelColors
Set / Get the Level to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window.
setLevel(double) - Method in class vtk.vtkWindowLevelLookupTable
Set the Level for the lookup table.
setLightFollowCamera(int) - Method in class vtk.vtkRenderWindowInteractor
Turn on/off the automatic repositioning of lights as the camera moves.
setLightFollowCamera(int) - Method in class vtk.vtkRenderer
Turn on/off the automatic repositioning of lights as the camera moves.
setLightType(int) - Method in class vtk.vtkLight
Set/Get the type of the light.
setLightTypeToCameraLight() - Method in class vtk.vtkLight
Query the type of the light.
setLightTypeToHeadlight() - Method in class vtk.vtkLight
Set/Get the type of the light.
setLightTypeToSceneLight() - Method in class vtk.vtkLight
Set/Get the type of the light.
setLimitsFileName(String) - Method in class vtk.vtkMCubesReader
Set / get the file name of the marching cubes limits file.
setLimitsFileName(String) - Method in class vtk.vtkMCubesWriter
Set/get file name of marching cubes limits file.
setLimitsFileName(String) - Method in class vtk.vtkSliceCubes
Specify file name of marching cubes limits file.
setLineOffset(double) - Method in class vtk.vtkTextProperty
These methods can be used to control the spacing and placement of text (in the vertical direction).
setLineProperty(vtkProperty) - Method in class vtk.vtkImageTracerWidget
Set/Get the line properties.
setLineProperty(vtkProperty) - Method in class vtk.vtkSplineWidget
Set/Get the line properties.
setLineSmoothing(int) - Method in class vtk.vtkRenderWindow
Turn on/off line smoothing.
setLineSpacing(double) - Method in class vtk.vtkTextProperty
These methods can be used to control the spacing and placement of text (in the vertical direction).
setLineStipplePattern(int) - Method in class vtk.vtkProperty
Set/Get the stippling pattern of a Line, as a 16-bit binary pattern (1 = pixel on, 0 = pixel off).
setLineStipplePattern(int) - Method in class vtk.vtkProperty2D
Set/Get the stippling pattern of a Line, as a 16-bit binary pattern (1 = pixel on, 0 = pixel off).
setLineStippleRepeatFactor(int) - Method in class vtk.vtkProperty
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated.
setLineStippleRepeatFactor(int) - Method in class vtk.vtkProperty2D
Set/Get the stippling repeat factor of a Line, which specifies how many times each bit in the pattern is to be repeated.
setLineValue(double) - Method in class vtk.vtkImageGridSource
Set the grey level of the lines.
setLineWidth(double) - Method in class vtk.vtkProperty
Set/Get the width of a Line.
setLineWidth(double) - Method in class vtk.vtkProperty2D
Set/Get the width of a Line.
setLines(vtkCellArray) - Method in class vtk.vtkPolyData
Set the cell array defining lines.
setLinesComponent(String, int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
setLinesComponent(String, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
setLinkThreshold(double) - Method in class vtk.vtkLinkEdgels
Set/Get the threshold for Phi vs.
setLoadValue(double) - Method in class vtk.vtkPointLoad
Set/Get value of applied load.
setLocality(double) - Method in class vtk.vtkDataObject
Locality is used internally by the pipeline update mechanism.
setLocator(vtkPointLocator) - Method in class vtk.vtkCleanPolyData
Set/Get a spatial locator for speeding the search process.
setLocator(vtkPointLocator) - Method in class vtk.vtkClipDataSet
Specify a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkClipPolyData
Specify a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkClipVolume
Set / Get a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkContourFilter
Set / get a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkContourGrid
Set / get a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkCutter
Specify a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkDelaunay3D
Set / get a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkExtractEdges
Set / get a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkExtractUnstructuredGrid
Set / get a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkFeatureEdges
Set / get a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkGeometryFilter
Set / get a spatial locator for merging points.
setLocator(vtkCellLocator) - Method in class vtk.vtkIterativeClosestPointTransform
Set/Get a spatial locator for speeding up the search process.
setLocator(vtkPointLocator) - Method in class vtk.vtkMCubesReader
Set / get a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkMarchingContourFilter
Set / get a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkMarchingCubes
Overide the default locator.
setLocator(vtkPointLocator) - Method in class vtk.vtkMarchingSquares
 
setLocator(vtkPointLocator) - Method in class vtk.vtkSTLReader
Specify a spatial locator for merging points.
setLocator(vtkPointLocator) - Method in class vtk.vtkUGFacetReader
Specify a spatial locator for merging points.
setLocatorMaxLevel(int) - Method in class vtk.vtkImplicitModeller
Specify the level of the locator to use when using the per voxel process mode.
setLockBorder(int) - Method in class vtk.vtkLegendBoxActor
Set/Get the flag that controls whether the border and legend placement is locked into the rectangle defined by (Position,Position2).
setLogScaling(int) - Method in class vtk.vtkHyperStreamline
Turn on/off logarithmic scaling.
setLogging(int) - Method in class vtk.vtkTimerLog
This flag will turn loging of events off or on.
setLogx(int) - Method in class vtk.vtkXYPlotActor
Enable/Disable plotting of Log of x-values.
setLookupTable(vtkLookupTable) - Method in class vtk.vtkDataArray
Set/get the lookup table associated with this scalar data, if any.
setLookupTable(vtkScalarsToColors) - Method in class vtk.vtkImageMapToColors
Set the lookup table.
setLookupTable(vtkLookupTable) - Method in class vtk.vtkImagePlaneWidget
Set/Get the internal lookuptable (lut) to one defined by the user, or, alternatively, to the lut of another vtkImgePlaneWidget.
setLookupTable(vtkScalarsToColors) - Method in class vtk.vtkImageToPolyDataFilter
Set/Get the vtkLookupTable to use.
setLookupTable(vtkScalarsToColors) - Method in class vtk.vtkMapper
Specify a lookup table for the mapper to use.
setLookupTable(vtkScalarsToColors) - Method in class vtk.vtkPLYWriter
A lookup table can be specified in order to convert data arrays to RGBA colors.
setLookupTable(vtkScalarsToColors) - Method in class vtk.vtkPolyDataMapper2D
Specify a lookup table for the mapper to use.
setLookupTable(vtkScalarsToColors) - Method in class vtk.vtkScalarBarActor
Set/Get the vtkLookupTable to use.
setLookupTable(vtkLookupTable) - Method in class vtk.vtkTexture
Specify the lookup table to convert scalars if necessary
setLookupTableName(String) - Method in class vtk.vtkDataReader
Set the name of the lookup table data to extract.
setLookupTableName(String) - Method in class vtk.vtkDataWriter
Give a name to the lookup table.
setLoop(vtkPoints) - Method in class vtk.vtkImplicitSelectionLoop
Set/Get the array of point coordinates defining the loop.
setLoop(vtkPoints) - Method in class vtk.vtkSelectPolyData
Set/Get the array of point coordinates defining the loop.
setLowPoint(double, double, double) - Method in class vtk.vtkElevationFilter
Define one end of the line (small scalar values).
setLowPoint(double[]) - Method in class vtk.vtkElevationFilter
Define one end of the line (small scalar values).
setLowerThreshold(double) - Method in class vtk.vtkImageToImageStencil
Get the Upper and Lower thresholds.
setMagnification(int) - Method in class vtk.vtkRenderLargeImage
The magnification of the current render window
setMagnification(int) - Method in class vtk.vtkWindowToImageFilter
The magnification of the current render window
setMagnificationFactors(int, int, int) - Method in class vtk.vtkImageMagnify
Set/Get the integer magnification factors in the i-j-k directions.
setMagnificationFactors(int[]) - Method in class vtk.vtkImageMagnify
Set/Get the integer magnification factors in the i-j-k directions.
setMagnitudeInput(vtkImageData) - Method in class vtk.vtkImageNonMaximumSuppression
Set the magnitude and vector inputs.
setMaintainLuminance(int) - Method in class vtk.vtkLightKit
If MaintainLuminance is set, the LightKit will attempt to maintain the apparent intensity of lights based on their perceptual brightnesses.
setManifoldEdges(int) - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of manifold edges.
setMapColorScalarsThroughLookupTable(int) - Method in class vtk.vtkTexture
Turn on/off the mapping of color scalars through the lookup table.
setMapped(int) - Method in class vtk.vtkWindow
Keep track of whether the rendering window has been mapped to screen.
setMapper(vtkMapper) - Method in class vtk.vtkActor
This is the method that is used to connect an actor to the end of a visualization pipeline, i.e. the mapper.
setMapper(vtkMapper2D) - Method in class vtk.vtkActor2D
Set/Get the vtkMapper2D which defines the data to be drawn.
setMapper(vtkTextMapper) - Method in class vtk.vtkTextActor
Override the vtkTextMapper that defines the text to be drawn.
setMapper(vtkAbstractVolumeMapper) - Method in class vtk.vtkVolume
Set/Get the volume mapper.
setMarginProperty(vtkProperty) - Method in class vtk.vtkImagePlaneWidget
Set the properties of the margins.
setMask(int) - Method in class vtk.vtkImageMaskBits
Set/Get the bit-masks.
setMaskAlpha(double) - Method in class vtk.vtkImageMask
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator.
setMaskInput(vtkImageData) - Method in class vtk.vtkImageMask
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image.
setMaskedOutputValue(double) - Method in class vtk.vtkImageMask
SetGet the value of the output pixel replaced by mask.
setMaskedOutputValue(double, double) - Method in class vtk.vtkImageMask
SetGet the value of the output pixel replaced by mask.
setMaskedOutputValue(double, double, double) - Method in class vtk.vtkImageMask
SetGet the value of the output pixel replaced by mask.
setMasks(int, int, int, int) - Method in class vtk.vtkImageMaskBits
Set/Get the bit-masks.
setMasks(int, int) - Method in class vtk.vtkImageMaskBits
Set/Get the bit-masks.
setMasks(int, int, int) - Method in class vtk.vtkImageMaskBits
Set/Get the bit-masks.
setMatrix(vtkMatrix4x4) - Method in class vtk.vtkAssemblyNode
Specify a transformation matrix associated with the prop.
setMatrix(vtkMatrix4x4) - Method in class vtk.vtkMatrixToHomogeneousTransform
 
setMatrix(vtkMatrix4x4) - Method in class vtk.vtkMatrixToLinearTransform
 
setMatrix(vtkMatrix4x4) - Method in class vtk.vtkPerspectiveTransform
Set the current matrix directly.
setMatrix(double[]) - Method in class vtk.vtkPerspectiveTransform
Set the current matrix directly.
setMatrix(vtkMatrix4x4) - Method in class vtk.vtkTransform
Set the current matrix directly.
setMatrix(double[]) - Method in class vtk.vtkTransform
Set the current matrix directly.
setMaxBlankingValue(double) - Method in class vtk.vtkBlankStructuredGrid
Specify the upper data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
setMaxEntries(int) - Method in class vtk.vtkTimerLog
Set/Get the maximum number of entries allowed in the timer log
setMaxIterations(int) - Method in class vtk.vtkAmoebaMinimizer
Specify the maximum number of iterations to try before giving up.
setMaxLevel(int) - Method in class vtk.vtkLocator
Set the maximum allowable level for the tree.
setMaxLevel(int) - Method in class vtk.vtkSimpleScalarTree
Set the maximum allowable level for the tree.
setMaxNumberOfIterations(int) - Method in class vtk.vtkGraphLayoutFilter
Set/Get the maximum number of iterations to be used.
setMaxScaleFactor(double) - Method in class vtk.vtkTensorGlyph
Set/Get the maximum allowable scale factor.
setMaximizeMethod(int) - Method in class vtk.vtkVolumeRayCastMIPFunction
Set the MaximizeMethod to either ScalarValue or Opacity.
setMaximizeMethodToOpacity() - Method in class vtk.vtkVolumeRayCastMIPFunction
Set the MaximizeMethod to either ScalarValue or Opacity.
setMaximizeMethodToScalarValue() - Method in class vtk.vtkVolumeRayCastMIPFunction
Set the MaximizeMethod to either ScalarValue or Opacity.
setMaximum(double) - Method in class vtk.vtkImageGaussianSource
Set/Get the Maximum value of the gaussian
setMaximum(double) - Method in class vtk.vtkImageHSIToRGB
Hue is an angle.
setMaximum(double) - Method in class vtk.vtkImageHSVToRGB
Hue is an angle.
setMaximum(double) - Method in class vtk.vtkImageNoiseSource
Set/Get the minimum and maximum values for the generated noise.
setMaximum(double) - Method in class vtk.vtkImageRGBToHSI
Hue is an angle.
setMaximum(double) - Method in class vtk.vtkImageRGBToHSV
 
setMaximum(int) - Method in class vtk.vtkImageShrink3D
 
setMaximumColor(int, int, int, int) - Method in class vtk.vtkWindowLevelLookupTable
For backwards compatibility: specify the color using integers in the range [0,255].
setMaximumCoverage(double) - Method in class vtk.vtkFrustumCoverageCuller
Set/Get the maximum coverage - props with more coverage than this are given an allocated render time of 1.0 (the maximum)
setMaximumDistance(double) - Method in class vtk.vtkImageEuclideanDistance
Any distance bigger than this->MaximumDistance will not ne computed but set to this->MaximumDistance instead.
setMaximumDistance(double) - Method in class vtk.vtkImplicitModeller
Set / get the distance away from surface of input geometry to sample.
setMaximumDistance(double) - Method in class vtk.vtkShepardMethod
Specify influence distance of each input point.
setMaximumDistance(double) - Method in class vtk.vtkVoxelModeller
Specify distance away from surface of input geometry to sample.
setMaximumError(double) - Method in class vtk.vtkDecimate
Set the largest decimation error that can be achieved by incrementing the error.
setMaximumError(double) - Method in class vtk.vtkDecimatePro
Set the largest decimation error that is allowed during the decimation process.
setMaximumError(double) - Method in class vtk.vtkStreamTracer
 
setMaximumFeatureAngle(double) - Method in class vtk.vtkDecimate
Set the largest permissible feature angle.
setMaximumGhostLevel(int) - Method in class vtk.vtkTableExtentTranslator
Set the maximum ghost level that can be requested.
setMaximumImageSampleDistance(double) - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted
setMaximumImageSampleDistance(double) - Method in class vtk.vtkVolumeRayCastMapper
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted
setMaximumIntegrationStep(int, double) - Method in class vtk.vtkStreamTracer
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMaximumIntegrationStep(double) - Method in class vtk.vtkStreamTracer
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMaximumIntegrationStepUnit(int) - Method in class vtk.vtkStreamTracer
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMaximumIntegrationStepUnitToCellLengthUnit() - Method in class vtk.vtkStreamTracer
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMaximumIntegrationStepUnitToLengthUnit() - Method in class vtk.vtkStreamTracer
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMaximumIntegrationStepUnitToTimeUnit() - Method in class vtk.vtkStreamTracer
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMaximumIterations(int) - Method in class vtk.vtkDecimate
Specify the maximum number of iterations to attempt.
setMaximumLeaderGlyphSize(int) - Method in class vtk.vtkCaptionActor2D
Specify the maximum size of the leader head (if any) in pixels.
setMaximumLength(int) - Method in class vtk.vtkStripper
Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line.
setMaximumLineHeight(double) - Method in class vtk.vtkTextActor
Set/Get the maximum height of a line of text as a percentage of the vertical area allocated to this scaled text actor.
setMaximumMeanDistance(double) - Method in class vtk.vtkIterativeClosestPointTransform
Set/Get the maximum mean distance between two iteration.
setMaximumNumberOfColors(int) - Method in class vtk.vtkScalarBarActor
Set/Get the maximum number of scalar bar segments to show.
setMaximumNumberOfInterpolationSteps(int) - Method in class vtk.vtkSweptSurface
Set/get the maximum number of interpolation steps to take.
setMaximumNumberOfIterations(int) - Method in class vtk.vtkImageMandelbrotSource
The maximum number of cycles run to see if the value goes over 2
setMaximumNumberOfIterations(int) - Method in class vtk.vtkIterativeClosestPointTransform
Set/Get the maximum number of iterations
setMaximumNumberOfLandmarks(int) - Method in class vtk.vtkIterativeClosestPointTransform
Set/Get the maximum number of landmarks sampled in your dataset.
setMaximumNumberOfPieces(int) - Method in class vtk.vtkDataObject
Set/Get the maximum number of pieces that can be requested.
setMaximumNumberOfPlanes(int) - Method in class vtk.vtkVolumeTextureMapper2D
This is the maximum number of planes that will be created for texture mapping the volume.
setMaximumNumberOfPoints(int) - Method in class vtk.vtkMaskPoints
Limit the number of points that can be passed through.
setMaximumNumberOfSquawks(int) - Method in class vtk.vtkDecimate
Control the printout of warnings.
setMaximumNumberOfSteps(int) - Method in class vtk.vtkStreamTracer
 
setMaximumNumberOfSubdivisions(int) - Method in class vtk.vtkSplineFilter
Set the maximum number of subdivisions that are created for each polyline.
setMaximumPropagation(int, double) - Method in class vtk.vtkStreamTracer
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2
setMaximumPropagation(double) - Method in class vtk.vtkStreamTracer
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2
setMaximumPropagationDistance(double) - Method in class vtk.vtkHyperStreamline
Set / get the maximum length of the hyperstreamline expressed as absolute distance (i.e., arc length) value.
setMaximumPropagationTime(double) - Method in class vtk.vtkStreamer
Specify the maximum length of the Streamer expressed in elapsed time.
setMaximumPropagationUnit(int) - Method in class vtk.vtkStreamTracer
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2
setMaximumPropagationUnitToCellLengthUnit() - Method in class vtk.vtkStreamTracer
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2
setMaximumPropagationUnitToLengthUnit() - Method in class vtk.vtkStreamTracer
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2
setMaximumPropagationUnitToTimeUnit() - Method in class vtk.vtkStreamTracer
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2
setMaximumSpeed(double) - Method in class vtk.vtkBrownianPoints
Set the maximum speed value.
setMaximumStorageSize(int) - Method in class vtk.vtkVolumeTextureMapper2D
This is the maximum size of saved textures in bytes.
setMaximumSubIterations(int) - Method in class vtk.vtkDecimate
Specify the maximum sub-iterations to perform.
setMaximumTableValue(double, double, double, double) - Method in class vtk.vtkWindowLevelLookupTable
Set the maximum table value.
setMaximumTableValue(double[]) - Method in class vtk.vtkWindowLevelLookupTable
Set the maximum table value.
setMean(int) - Method in class vtk.vtkImageShrink3D
 
setMeanDistanceMode(int) - Method in class vtk.vtkIterativeClosestPointTransform
Specify the mean distance mode.
setMeanDistanceModeToAbsoluteValue() - Method in class vtk.vtkIterativeClosestPointTransform
Specify the mean distance mode.
setMeanDistanceModeToRMS() - Method in class vtk.vtkIterativeClosestPointTransform
Specify the mean distance mode.
setMedian(int) - Method in class vtk.vtkImageShrink3D
 
setMemoryLimit(int) - Method in class vtk.vtkDicer
Control piece size based on a memory limit.
setMemoryLimitInBytes(int) - Method in class vtk.vtkVoxelContoursToSurfaceFilter
Set / Get the memory limit in bytes for this filter.
setMergeTolerance(double) - Method in class vtk.vtkCell3D
Set the tolerance for merging clip intersection points that are near the vertices of cells.
setMergeTolerance(double) - Method in class vtk.vtkClipDataSet
Set the tolerance for merging clip intersection points that are near the vertices of cells.
setMergeTolerance(double) - Method in class vtk.vtkClipVolume
Set the tolerance for merging clip intersection points that are near the corners of voxels.
setMerging(int) - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off merging of coincident points.
setMerging(int) - Method in class vtk.vtkGeometryFilter
Turn on/off merging of coincident points.
setMerging(int) - Method in class vtk.vtkSTLReader
Turn on/off merging of points/triangles.
setMerging(int) - Method in class vtk.vtkUGFacetReader
Turn on/off merging of points/triangles.
setMiddleButtonAction(int) - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
setMiddleButtonAutoModifier(int) - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
setMinBlankingValue(double) - Method in class vtk.vtkBlankStructuredGrid
Specify the lower data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
setMinimum(double) - Method in class vtk.vtkImageNoiseSource
Set/Get the minimum and maximum values for the generated noise.
setMinimum(int) - Method in class vtk.vtkImageShrink3D
 
setMinimumColor(int, int, int, int) - Method in class vtk.vtkWindowLevelLookupTable
For backwards compatibility: specify the color using integers in the range [0,255].
setMinimumCoverage(double) - Method in class vtk.vtkFrustumCoverageCuller
Set/Get the minimum coverage - props with less coverage than this are given no time to render (they are culled)
setMinimumImageSampleDistance(double) - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted
setMinimumImageSampleDistance(double) - Method in class vtk.vtkVolumeRayCastMapper
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted
setMinimumIntegrationStep(int, double) - Method in class vtk.vtkStreamTracer
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMinimumIntegrationStep(double) - Method in class vtk.vtkStreamTracer
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMinimumIntegrationStepUnit(int) - Method in class vtk.vtkStreamTracer
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMinimumIntegrationStepUnitToCellLengthUnit() - Method in class vtk.vtkStreamTracer
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMinimumIntegrationStepUnitToLengthUnit() - Method in class vtk.vtkStreamTracer
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMinimumIntegrationStepUnitToTimeUnit() - Method in class vtk.vtkStreamTracer
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
setMinimumSize(int, int) - Method in class vtk.vtkTextActor
Set/Get the minimum size in pixels for this actor.
setMinimumSize(int[]) - Method in class vtk.vtkTextActor
Set/Get the minimum size in pixels for this actor.
setMinimumSpeed(double) - Method in class vtk.vtkBrownianPoints
Set the minimum speed value.
setMinimumTableValue(double, double, double, double) - Method in class vtk.vtkWindowLevelLookupTable
Set the minimum table value.
setMinimumTableValue(double[]) - Method in class vtk.vtkWindowLevelLookupTable
Set the minimum table value.
setMirror(int) - Method in class vtk.vtkImageReslice
Turn on mirror-pad feature (default: off).
setMirrorSeparation(double) - Method in class vtk.vtkProjectedTexture
Set/Get the mirror separation for the two mirror system.
setMixed3DCellGeneration(int) - Method in class vtk.vtkClipVolume
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra.
setMode(int) - Method in class vtk.vtkLandmarkTransform
Set the number of degrees of freedom to constrain the solution to.
setModeToAffine() - Method in class vtk.vtkLandmarkTransform
Set the number of degrees of freedom to constrain the solution to.
setModeToRigidBody() - Method in class vtk.vtkLandmarkTransform
Set the number of degrees of freedom to constrain the solution to.
setModeToSimilarity() - Method in class vtk.vtkLandmarkTransform
Set the number of degrees of freedom to constrain the solution to.
setModelBounds(double, double, double, double, double, double) - Method in class vtk.vtkCursor3D
Set / get the boundary of the 3D cursor.
setModelBounds(double[]) - Method in class vtk.vtkCursor3D
Set / get the boundary of the 3D cursor.
setModelBounds(double, double, double, double, double, double) - Method in class vtk.vtkGaussianSplatter
Set / get the (xmin,xmax, ymin,ymax, zmin,zmax) bounding box in which the sampling is performed.
setModelBounds(double[]) - Method in class vtk.vtkGaussianSplatter
Set / get the (xmin,xmax, ymin,ymax, zmin,zmax) bounding box in which the sampling is performed.
setModelBounds(double, double, double, double, double, double) - Method in class vtk.vtkImplicitModeller
Set / get the region in space in which to perform the sampling.
setModelBounds(double[]) - Method in class vtk.vtkImplicitModeller
Set / get the region in space in which to perform the sampling.
setModelBounds(double, double, double, double, double, double) - Method in class vtk.vtkPointLoad
Specify the region in space over which the tensors are computed.
setModelBounds(double[]) - Method in class vtk.vtkPointLoad
Specify the region in space over which the tensors are computed.
setModelBounds(double, double, double, double, double, double) - Method in class vtk.vtkSampleFunction
Specify the region in space over which the sampling occurs.
setModelBounds(double[]) - Method in class vtk.vtkSampleFunction
Specify the region in space over which the sampling occurs.
setModelBounds(double, double, double, double, double, double) - Method in class vtk.vtkShepardMethod
Specify the position in space to perform the sampling.
setModelBounds(double[]) - Method in class vtk.vtkShepardMethod
Specify the position in space to perform the sampling.
setModelBounds(double[]) - Method in class vtk.vtkSweptSurface
Define the volume (in world coordinates) in which the sampling is to occur.
setModelBounds(double, double, double, double, double, double) - Method in class vtk.vtkSweptSurface
Define the volume (in world coordinates) in which the sampling is to occur.
setModelBounds(double[]) - Method in class vtk.vtkVoxelModeller
Specify the position in space to perform the voxelization.
setModelBounds(double, double, double, double, double, double) - Method in class vtk.vtkVoxelModeller
Specify the position in space to perform the voxelization.
setMotionAccelerationFactor(double) - Method in class vtk.vtkInteractorStyleFlight
Set acceleration factor when shift key is applied : default 10
setMotionStepSize(double) - Method in class vtk.vtkInteractorStyleFlight
Set the basic unit step size : by default 1/250 of bounding diagonal
setMultiGrid(int) - Method in class vtk.vtkPLOT3DReader
Does the file to be read contain information about number of grids.
setMultiSamples(int) - Method in class vtk.vtkOpenGLRenderWindow
Set / Get the number of multisamples to use for hardware antialiasing.
setName(String) - Method in class vtk.vtkDataArray
Set/get array's name
setName(String) - Method in class vtk.vtkXMLDataElement
Set/Get the name of the element.
setNearClippingPlaneTolerance(double) - Method in class vtk.vtkRenderer
Specify tolerance for near clipping plane distance to the camera as a percentage of the far clipping plane distance.
setNeighborhoodSize(int) - Method in class vtk.vtkSurfaceReconstructionFilter
Specify the number of neighbors each point has, used for estimating the local surface orientation.
setNextWindowInfo(String) - Method in class vtk.vtkRenderWindow
Dummy stubs for vtkWindow API.
setNextWindowInfo(String) - Method in class vtk.vtkXOpenGLRenderWindow
Set the window info that will be used after WindowRemap()
setNonLinearFontScale(double, int) - Method in class vtk.vtkTextActor
Enable non-linear scaling of font sizes.
setNonManifoldEdges(int) - Method in class vtk.vtkFeatureEdges
Turn on/off the extraction of non-manifold edges.
setNonManifoldSmoothing(int) - Method in class vtk.vtkWindowedSincPolyDataFilter
Smooth non-manifold vertices.
setNonManifoldTraversal(int) - Method in class vtk.vtkPolyDataNormals
Turn on/off traversal across non-manifold edges.
setNormal(double, double, double) - Method in class vtk.vtkImplicitPlaneWidget
Get the normal to the plane.
setNormal(double[]) - Method in class vtk.vtkImplicitPlaneWidget
Get the normal to the plane.
setNormal(double, double, double) - Method in class vtk.vtkImplicitSelectionLoop
Set / get the normal used to determine what is inside and what is outside.
setNormal(double[]) - Method in class vtk.vtkImplicitSelectionLoop
Set / get the normal used to determine what is inside and what is outside.
setNormal(double, double, double) - Method in class vtk.vtkPlane
Set/get plane normal.
setNormal(double[]) - Method in class vtk.vtkPlane
Set/get plane normal.
setNormal(double, double, double) - Method in class vtk.vtkPlaneSource
Set/Get the plane normal.
setNormal(double[]) - Method in class vtk.vtkPlaneSource
Set/Get the plane normal.
setNormal(double, double, double) - Method in class vtk.vtkPlaneWidget
Get the normal to the plane.
setNormal(double[]) - Method in class vtk.vtkPlaneWidget
Get the normal to the plane.
setNormal(double, double, double) - Method in class vtk.vtkTextureMapToPlane
Specify plane normal.
setNormal(double[]) - Method in class vtk.vtkTextureMapToPlane
Specify plane normal.
setNormal(double, double, double) - Method in class vtk.vtkWarpScalar
Normal (i.e., direction) along which to warp geometry.
setNormal(double[]) - Method in class vtk.vtkWarpScalar
Normal (i.e., direction) along which to warp geometry.
setNormalComponent(int, String, int, int, int, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the normal components.
setNormalComponent(int, String, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the normal components.
setNormalComponents(int, int, int, int, int, int) - Method in class vtk.vtkExtractTensorComponents
Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
setNormalComponents(int[]) - Method in class vtk.vtkExtractTensorComponents
Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
setNormalToXAxis(int) - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
setNormalToXAxis(int) - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
setNormalToYAxis(int) - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
setNormalToYAxis(int) - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
setNormalToZAxis(int) - Method in class vtk.vtkImplicitPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
setNormalToZAxis(int) - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
setNormalWarping(int) - Method in class vtk.vtkGaussianSplatter
Turn on/off the generation of elliptical splats.
setNormalize(int) - Method in class vtk.vtkVectorNorm
Specify whether to normalize scalar values.
setNormalizeByWeight(int) - Method in class vtk.vtkImplicitSum
When calculating the function and gradient values of the composite function, setting NormalizeByWeight on will divide the final result by the total weight of the component functions.
setNormalizeNormals(int) - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether normal vector is converted to unit normal after extraction.
setNormals(vtkDataArray) - Method in class vtk.vtkDataSetAttributes
Set/get the normal data.
setNormals(int) - Method in class vtk.vtkMCubesReader
Specify whether to read normals.
setNormals(vtkDataSet) - Method in class vtk.vtkMergeFilter
Set / get the object from which to extract normal information.
setNormals(vtkDataArray) - Method in class vtk.vtkPlanes
Specify a list of normal vectors for the planes.
setNormalsAttribute(int) - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
setNormalsName(String) - Method in class vtk.vtkDataReader
Set the name of the normal data to extract.
setNormalsName(String) - Method in class vtk.vtkDataWriter
Give a name to the normals data.
setNormalsWeight(double) - Method in class vtk.vtkQuadricDecimation
Set/Get the scaling weight contribution of the attribute.
setNotMask(int) - Method in class vtk.vtkImageMask
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image.
setNullValue(double) - Method in class vtk.vtkGaussianSplatter
Set the Null value for output points not receiving a contribution from the input points.
setNullValue(double) - Method in class vtk.vtkShepardMethod
Set the Null value for output points not receiving a contribution from the input points.
setNumberOfCellsPerBucket(int) - Method in class vtk.vtkCellLocator
Specify the average number of cells in each octant.
setNumberOfCloudPoints(int) - Method in class vtk.vtkLODActor
Set/Get the number of random points for the point cloud.
setNumberOfColors(int) - Method in class vtk.vtkImageQuantizeRGBToIndex
Set / Get the number of color index values to produce - must be a number between 2 and 65536.
setNumberOfColors(int) - Method in class vtk.vtkLookupTable
Set the number of colors in the lookup table.
setNumberOfComponents(int) - Method in class vtk.vtkDataArray
Set/Get the dimension (n) of the components.
setNumberOfComponents(int) - Method in class vtk.vtkMergeFields
Set the number of the components in the output field.
setNumberOfContours(int) - Method in class vtk.vtkBandedPolyDataContourFilter
Methods to set / get contour values.
setNumberOfContours(int) - Method in class vtk.vtkContourFilter
Methods to set / get contour values.
setNumberOfContours(int) - Method in class vtk.vtkContourGrid
Methods to set / get contour values.
setNumberOfContours(int) - Method in class vtk.vtkContourValues
Set the number of contours to place into the list.
setNumberOfContours(int) - Method in class vtk.vtkCutter
Get the number of contours in the list of contour values.
setNumberOfContours(int) - Method in class vtk.vtkGridSynchronizedTemplates3D
Get the number of contours in the list of contour values.
setNumberOfContours(int) - Method in class vtk.vtkHierarchicalBoxContour
Delegated to contour
setNumberOfContours(int) - Method in class vtk.vtkHierarchicalBoxCutter
Set the number of contours to place into the list.
setNumberOfContours(int) - Method in class vtk.vtkImageMarchingCubes
 
setNumberOfContours(int) - Method in class vtk.vtkMarchingContourFilter
Methods to set / get contour values.
setNumberOfContours(int) - Method in class vtk.vtkMarchingCubes
 
setNumberOfContours(int) - Method in class vtk.vtkMarchingSquares
 
setNumberOfContours(int) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Get the number of contours in the list of contour values.
setNumberOfContours(int) - Method in class vtk.vtkSynchronizedTemplates2D
Get the number of contours in the list of contour values.
setNumberOfContours(int) - Method in class vtk.vtkSynchronizedTemplates3D
Get the number of contours in the list of contour values.
setNumberOfDataSets(int, int) - Method in class vtk.vtkHierarchicalDataSet
Set the number of datasets in a given level.
setNumberOfDivisions(int, int, int) - Method in class vtk.vtkImageCheckerboard
Set/Get the number of divisions along each axis.
setNumberOfDivisions(int[]) - Method in class vtk.vtkImageCheckerboard
Set/Get the number of divisions along each axis.
setNumberOfDivisions(int[]) - Method in class vtk.vtkQuadricClustering
Set/Get the number of divisions along each axis for the spatial bins.
setNumberOfDivisions(int, int, int) - Method in class vtk.vtkQuadricClustering
Set/Get the number of divisions along each axis for the spatial bins.
setNumberOfEntries(int) - Method in class vtk.vtkLegendBoxActor
Specify the number of entries in the legend box.
setNumberOfFlyFrames(int) - Method in class vtk.vtkRenderWindowInteractor
Set the number of frames to fly to when FlyTo is invoked.
setNumberOfHandles(int) - Method in class vtk.vtkSplineWidget
Set/Get the number of handles for this widget.
setNumberOfIds(int) - Method in class vtk.vtkIdList
Specify the number of ids for this object to hold.
setNumberOfInputs(int) - Method in class vtk.vtkAppendPolyData
Directly set(allocate) number of inputs, should only be used when UserManagedInputs is true.
setNumberOfInputs(int) - Method in class vtk.vtkPCAAnalysisFilter
Specify how many pointsets are going to be given as input.
setNumberOfInputs(int) - Method in class vtk.vtkProcrustesAlignmentFilter
Specify how many pointsets are going to be given as input.
setNumberOfInterpolationSteps(int) - Method in class vtk.vtkSweptSurface
Value specifies/controls interpolation between the nodes (i.e., transforms) defining the path.
setNumberOfIterations(int) - Method in class vtk.vtkImageAnisotropicDiffusion2D
This method sets the number of interations which also affects the input neighborhood needed to compute one output pixel.
setNumberOfIterations(int) - Method in class vtk.vtkImageAnisotropicDiffusion3D
This method sets the number of interations which also affects the input neighborhood needed to compute one output pixel.
setNumberOfIterations(int) - Method in class vtk.vtkImageSkeleton2D
Sets the number of cycles in the erosion.
setNumberOfIterations(int) - Method in class vtk.vtkSmoothPolyDataFilter
Specify the number of iterations for Laplacian smoothing,
setNumberOfIterations(int) - Method in class vtk.vtkWindowedSincPolyDataFilter
Specify the number of iterations (or degree of the polynomial approximating the windowed sinc function).
setNumberOfLabels(int) - Method in class vtk.vtkAxisActor2D
Set/Get the number of annotation labels to show.
setNumberOfLabels(int) - Method in class vtk.vtkCubeAxesActor2D
Set/Get the number of annotation labels to show along the x, y, and z axes.
setNumberOfLabels(int) - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the number of annotation labels to show along each axis.
setNumberOfLabels(int) - Method in class vtk.vtkScalarBarActor
Set/Get the number of annotation labels to show.
setNumberOfLabels(int) - Method in class vtk.vtkXYPlotActor
Enable/Disable the creation of a legend.
setNumberOfLayers(int) - Method in class vtk.vtkRenderWindow
Get the number of layers for renderers.
setNumberOfLevels(int) - Method in class vtk.vtkHierarchicalDataSet
Set the number of refinement levels.
setNumberOfOutputFrames(int) - Method in class vtk.vtkVideoSource
Set the number of frames to copy to the output on each execute.
setNumberOfPieces(int) - Method in class vtk.vtkDicer
Set/Get the number of pieces the object is to be separated into.
setNumberOfPieces(int) - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
setNumberOfPieces(int) - Method in class vtk.vtkPolyDataMapper
If you want only a part of the data, specify by setting the piece.
setNumberOfPieces(int) - Method in class vtk.vtkTableExtentTranslator
Set the number of pieces in the extent table.
setNumberOfPieces(int) - Method in class vtk.vtkXMLPDataWriter
Get/Set the number of pieces that are being written in parallel.
setNumberOfPieces(int) - Method in class vtk.vtkXMLStructuredDataWriter
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file.
setNumberOfPieces(int) - Method in class vtk.vtkXMLUnstructuredDataWriter
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file.
setNumberOfPointers(int) - Method in class vtk.vtkVoidArray
Get the number of void* pointers held in the array.
setNumberOfPoints(int) - Method in class vtk.vtkPointSource
Set the number of points to generate.
setNumberOfPoints(int) - Method in class vtk.vtkPoints
Specify the number of points for this object to hold.
setNumberOfPointsPerBucket(int) - Method in class vtk.vtkPointLocator
Specify the average number of points in each bucket.
setNumberOfPointsPerPiece(int) - Method in class vtk.vtkDicer
Control piece size based on the maximum number of points per piece.
setNumberOfScalarComponents(int) - Method in class vtk.vtkImageData
Set/Get the number of scalar components for points.
setNumberOfScalarComponents(int) - Method in class vtk.vtkImageImport
Set/Get the number of scalar components, for RGB images this must be 3.
setNumberOfScalarComponents(int) - Method in class vtk.vtkImageReader2
Set/Get the number of scalar components
setNumberOfSides(int) - Method in class vtk.vtkHyperStreamline
Set / get the number of sides for the hyperstreamlines.
setNumberOfSides(int) - Method in class vtk.vtkTubeFilter
Set the number of sides for the tube.
setNumberOfSmoothingIterations(int) - Method in class vtk.vtkImageToPolyDataFilter
Specify the number of smoothing iterations to smooth polygons.
setNumberOfSources(int) - Method in class vtk.vtkGlyph3D
Get the number of source objects used to define the glyph table.
setNumberOfStreamDivisions(int) - Method in class vtk.vtkImageDataStreamer
Set how many pieces to divide the input into.
setNumberOfStreamDivisions(int) - Method in class vtk.vtkPolyDataStreamer
Set the number of pieces to divide the problem into.
setNumberOfSubPieces(int) - Method in class vtk.vtkPolyDataMapper
If you want only a part of the data, specify by setting the piece.
setNumberOfSubdivisions(int) - Method in class vtk.vtkApproximatingSubdivisionFilter
Set/get the number of subdivisions.
setNumberOfSubdivisions(int) - Method in class vtk.vtkInterpolatingSubdivisionFilter
Set/get the number of subdivisions.
setNumberOfSubdivisions(int) - Method in class vtk.vtkSplineFilter
Set the number of subdivisions that are created for the polyline.
setNumberOfTCoords(int) - Method in class vtk.vtkExtractTensorComponents
Set the dimension of the texture coordinates to extract.
setNumberOfTableValues(int) - Method in class vtk.vtkLookupTable
Specify the number of values (i.e., colors) in the lookup table.
setNumberOfThreads(int) - Method in class vtk.vtkEncodedGradientEstimator
Get/Set the number of threads to create when encoding normals This defaults to the number of available processors on the machine
setNumberOfThreads(int) - Method in class vtk.vtkGridSynchronizedTemplates3D
Get/Set the number of threads to create when rendering
setNumberOfThreads(int) - Method in class vtk.vtkImageMultipleInputFilter
Get/Set the number of threads to create when rendering
setNumberOfThreads(int) - Method in class vtk.vtkImageToImageFilter
Get/Set the number of threads to create when rendering
setNumberOfThreads(int) - Method in class vtk.vtkImplicitModeller
Set / Get the number of threads used during Per-Voxel processing mode
setNumberOfThreads(int) - Method in class vtk.vtkMultiThreader
Get/Set the number of threads to create.
setNumberOfThreads(int) - Method in class vtk.vtkStreamer
 
setNumberOfThreads(int) - Method in class vtk.vtkSynchronizedTemplates3D
Get/Set the number of threads to create when rendering
setNumberOfThreads(int) - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
Set/Get the number of threads to use.
setNumberOfThreads(int) - Method in class vtk.vtkVolumeRayCastMapper
Set/Get the number of threads to use.
setNumberOfTransforms(int) - Method in class vtk.vtkWeightedTransformFilter
Set the number of transforms for the filter.
setNumberOfTriangles(int) - Method in class vtk.vtkGreedyTerrainDecimation
Specify the number of triangles to produce on output.
setNumberOfTuples(int) - Method in class vtk.vtkBitArray
Set the number of n-tuples in the array.
setNumberOfTuples(int) - Method in class vtk.vtkDataArray
Set the number of tuples (a component group) in the array.
setNumberOfTuples(int) - Method in class vtk.vtkFieldData
Set the number of tuples for each data array in the field.
setNumberOfTuples(int) - Method in class vtk.vtkIdTypeArray
Set the number of n-tuples in the array.
setNumberOfValues(int) - Method in class vtk.vtkBitArray
Fast method based setting of values without memory checks.
setNumberOfValues(int) - Method in class vtk.vtkCharArray
Insert data at a specified position in the array.
setNumberOfValues(int) - Method in class vtk.vtkDoubleArray
Insert data at a specified position in the array.
setNumberOfValues(int) - Method in class vtk.vtkFloatArray
Insert data at a specified position in the array.
setNumberOfValues(int) - Method in class vtk.vtkIdTypeArray
Specify the number of values for this object to hold.
setNumberOfValues(int) - Method in class vtk.vtkIntArray
Insert data at a specified position in the array.
setNumberOfValues(int) - Method in class vtk.vtkLongArray
Insert data at a specified position in the array.
setNumberOfValues(int) - Method in class vtk.vtkShortArray
Insert data at a specified position in the array.
setNumberOfValues(int) - Method in class vtk.vtkUnsignedCharArray
Insert data at a specified position in the array.
setNumberOfValues(int) - Method in class vtk.vtkUnsignedIntArray
Insert data at a specified position in the array.
setNumberOfValues(int) - Method in class vtk.vtkUnsignedLongArray
Insert data at a specified position in the array.
setNumberOfValues(int) - Method in class vtk.vtkUnsignedShortArray
Insert data at a specified position in the array.
setNumberOfXDivisions(int) - Method in class vtk.vtkQuadricClustering
Set/Get the number of divisions along each axis for the spatial bins.
setNumberOfXLabels(int) - Method in class vtk.vtkXYPlotActor
Set/Get the number of annotation labels to show along the x and y axes.
setNumberOfYDivisions(int) - Method in class vtk.vtkQuadricClustering
Set/Get the number of divisions along each axis for the spatial bins.
setNumberOfYLabels(int) - Method in class vtk.vtkXYPlotActor
Set/Get the number of annotation labels to show along the x and y axes.
setNumberOfZDivisions(int) - Method in class vtk.vtkQuadricClustering
Set/Get the number of divisions along each axis for the spatial bins.
setObliqueAngles(double, double) - Method in class vtk.vtkCamera
Get/Set the oblique viewing angles.
setOffScreenRendering(int) - Method in class vtk.vtkImageViewer
Create a window in memory instead of on the screen.
setOffScreenRendering(int) - Method in class vtk.vtkImageViewer2
Create a window in memory instead of on the screen.
setOffScreenRendering(int) - Method in class vtk.vtkWindow
Create a window in memory instead of on the screen.
setOffScreenRendering(int) - Method in class vtk.vtkXOpenGLRenderWindow
Render without displaying the window.
setOffset(double) - Method in class vtk.vtkArcPlotter
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline).
setOffset(double) - Method in class vtk.vtkDelaunay2D
Specify a multiplier to control the size of the initial, bounding Delaunay triangulation.
setOffset(double) - Method in class vtk.vtkDelaunay3D
Specify a multiplier to control the size of the initial, bounding Delaunay triangulation.
setOffset(int) - Method in class vtk.vtkMaskPoints
Start with this point.
setOffset(int) - Method in class vtk.vtkMaskPolyData
Start with this entity (cell).
setOffset(int) - Method in class vtk.vtkRuledSurfaceFilter
Control the striping of the ruled surface.
setOffset(int) - Method in class vtk.vtkTubeFilter
Control the striping of the tubes.
setOldOrigin(double, double, double) - Method in class vtk.vtkImageStencilData
Save the previous data origin.
setOldOrigin(double[]) - Method in class vtk.vtkImageStencilData
Save the previous data origin.
setOldSpacing(double, double, double) - Method in class vtk.vtkImageStencilData
Save the previous data spacing.
setOldSpacing(double[]) - Method in class vtk.vtkImageStencilData
Save the previous data spacing.
setOnIn(char, char) - Method in class vtk.vtkBooleanTexture
Specify intensity/transparency for "on/in" region.
setOnOn(char, char) - Method in class vtk.vtkBooleanTexture
Specify intensity/transparency for "on/on" region.
setOnOut(char, char) - Method in class vtk.vtkBooleanTexture
Specify intensity/transparency for "on/out" region.
setOnRatio(int) - Method in class vtk.vtkEarthSource
Turn on every nth entity.
setOnRatio(int) - Method in class vtk.vtkMaskPoints
Turn on every nth point.
setOnRatio(int) - Method in class vtk.vtkMaskPolyData
Turn on every nth entity (cell).
setOnRatio(int) - Method in class vtk.vtkRuledSurfaceFilter
Control the striping of the ruled surface.
setOnRatio(int) - Method in class vtk.vtkTubeFilter
Control the striping of the tubes.
setOpacity(int, double) - Method in class vtk.vtkImageBlend
Set the opacity of an input image: the alpha values of the image are multiplied by the opacity.
setOpacity(double) - Method in class vtk.vtkProperty
Set/Get the object's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
setOpacity(double) - Method in class vtk.vtkProperty2D
Set/Get the Opacity of this property.
setOpacity(double) - Method in class vtk.vtkTextProperty
Set/Get the text's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
setOpacity(double) - Method in class vtk.vtkVideoSource
For RGBA output only (4 scalar components), set the opacity.
setOpenValue(double) - Method in class vtk.vtkImageOpenClose3D
Determines the value that will opened.
setOperation(int) - Method in class vtk.vtkImageLogic
Set/Get the Operation to perform.
setOperation(int) - Method in class vtk.vtkImageMaskBits
Set/Get the boolean operator.
setOperation(int) - Method in class vtk.vtkImageMathematics
Set/Get the Operation to perform.
setOperationToATAN() - Method in class vtk.vtkImageMathematics
 
setOperationToATAN2() - Method in class vtk.vtkImageMathematics
 
setOperationToAbsoluteValue() - Method in class vtk.vtkImageMathematics
 
setOperationToAdd() - Method in class vtk.vtkImageMathematics
Set/Get the Operation to perform.
setOperationToAddConstant() - Method in class vtk.vtkImageMathematics
 
setOperationToAnd() - Method in class vtk.vtkImageLogic
Set/Get the Operation to perform.
setOperationToAnd() - Method in class vtk.vtkImageMaskBits
Set/Get the boolean operator.
setOperationToComplexMultiply() - Method in class vtk.vtkImageMathematics
Set/Get the Operation to perform.
setOperationToConjugate() - Method in class vtk.vtkImageMathematics
Set/Get the Operation to perform.
setOperationToCos() - Method in class vtk.vtkImageMathematics
 
setOperationToDivide() - Method in class vtk.vtkImageMathematics
Set/Get the Operation to perform.
setOperationToExp() - Method in class vtk.vtkImageMathematics
 
setOperationToInvert() - Method in class vtk.vtkImageMathematics
 
setOperationToLog() - Method in class vtk.vtkImageMathematics
 
setOperationToMax() - Method in class vtk.vtkImageMathematics
 
setOperationToMin() - Method in class vtk.vtkImageMathematics
 
setOperationToMultiply() - Method in class vtk.vtkImageMathematics
Set/Get the Operation to perform.
setOperationToMultiplyByK() - Method in class vtk.vtkImageMathematics
 
setOperationToNand() - Method in class vtk.vtkImageLogic
Set/Get the Operation to perform.
setOperationToNand() - Method in class vtk.vtkImageMaskBits
Set/Get the boolean operator.
setOperationToNor() - Method in class vtk.vtkImageLogic
Set/Get the Operation to perform.
setOperationToNor() - Method in class vtk.vtkImageMaskBits
Set/Get the boolean operator.
setOperationToNot() - Method in class vtk.vtkImageLogic
Set/Get the Operation to perform.
setOperationToOr() - Method in class vtk.vtkImageLogic
Set/Get the Operation to perform.
setOperationToOr() - Method in class vtk.vtkImageMaskBits
Set/Get the boolean operator.
setOperationToReplaceCByK() - Method in class vtk.vtkImageMathematics
 
setOperationToSin() - Method in class vtk.vtkImageMathematics
 
setOperationToSquare() - Method in class vtk.vtkImageMathematics
 
setOperationToSquareRoot() - Method in class vtk.vtkImageMathematics
 
setOperationToSubtract() - Method in class vtk.vtkImageMathematics
Set/Get the Operation to perform.
setOperationToXor() - Method in class vtk.vtkImageLogic
Set/Get the Operation to perform.
setOperationToXor() - Method in class vtk.vtkImageMaskBits
Set/Get the boolean operator.
setOperationType(int) - Method in class vtk.vtkImplicitBoolean
Specify the type of boolean operation.
setOperationTypeToDifference() - Method in class vtk.vtkImplicitBoolean
Specify the type of boolean operation.
setOperationTypeToIntersection() - Method in class vtk.vtkImplicitBoolean
Specify the type of boolean operation.
setOperationTypeToUnion() - Method in class vtk.vtkImplicitBoolean
Specify the type of boolean operation.
setOperationTypeToUnionOfMagnitudes() - Method in class vtk.vtkImplicitBoolean
Specify the type of boolean operation.
setOptimization(int) - Method in class vtk.vtkImageReslice
Turn on and off optimizations (default on, they should only be turned off for testing purposes).
setOrder(int) - Method in class vtk.vtkImageButterworthHighPass
The order determines sharpness of the cutoff curve.
setOrder(int) - Method in class vtk.vtkImageButterworthLowPass
The order determines sharpness of the cutoff curve.
setOrient(int) - Method in class vtk.vtkGlyph3D
Turn on/off orienting of input geometry along vector/normal.
setOrientation(double, double, double) - Method in class vtk.vtkProp3D
Sets the orientation of the Prop3D.
setOrientation(double[]) - Method in class vtk.vtkProp3D
Sets the orientation of the Prop3D.
setOrientation(int) - Method in class vtk.vtkScalarBarActor
Control the orientation of the scalar bar.
setOrientationScalars(int) - Method in class vtk.vtkStreamer
Turn on/off the creation of scalar data from vorticity information.
setOrientationToHorizontal() - Method in class vtk.vtkScalarBarActor
Control the orientation of the scalar bar.
setOrientationToVertical() - Method in class vtk.vtkScalarBarActor
Control the orientation of the scalar bar.
setOrigin(double, double, double) - Method in class vtk.vtkAxes
Set the origin of the axes.
setOrigin(double[]) - Method in class vtk.vtkAxes
Set the origin of the axes.
setOrigin(double, double, double) - Method in class vtk.vtkButtonSource
Specify a point defining the origin of the button.
setOrigin(double[]) - Method in class vtk.vtkButtonSource
Specify a point defining the origin of the button.
setOrigin(double, double, double) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setOrigin(double[]) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setOrigin(double, double, double) - Method in class vtk.vtkDepthSortPolyData
Set/Get the sort origin.
setOrigin(double[]) - Method in class vtk.vtkDepthSortPolyData
Set/Get the sort origin.
setOrigin(double, double, double) - Method in class vtk.vtkImageData
Set the origin of the data.
setOrigin(double[]) - Method in class vtk.vtkImageData
Set the origin of the data.
setOrigin(double, double, double) - Method in class vtk.vtkImagePlaneWidget
Set/Get the origin of the plane.
setOrigin(double[]) - Method in class vtk.vtkImagePlaneWidget
Set/Get the origin of the plane.
setOrigin(double, double, double) - Method in class vtk.vtkImageStencilData
Set the desired origin for the stencil.
setOrigin(double[]) - Method in class vtk.vtkImageStencilData
Set the desired origin for the stencil.
setOrigin(double, double, double) - Method in class vtk.vtkImplicitPlaneWidget
Get the origin of the plane.
setOrigin(double[]) - Method in class vtk.vtkImplicitPlaneWidget
Get the origin of the plane.
setOrigin(double, double, double) - Method in class vtk.vtkPlane
Set/get point through which plane passes.
setOrigin(double[]) - Method in class vtk.vtkPlane
Set/get point through which plane passes.
setOrigin(double, double, double) - Method in class vtk.vtkPlaneSource
Specify a point defining the origin of the plane.
setOrigin(double[]) - Method in class vtk.vtkPlaneSource
Specify a point defining the origin of the plane.
setOrigin(double, double, double) - Method in class vtk.vtkPlaneWidget
Set/Get the origin of the plane.
setOrigin(double[]) - Method in class vtk.vtkPlaneWidget
Set/Get the origin of the plane.
setOrigin(double, double, double) - Method in class vtk.vtkProp3D
Set/Get the origin of the Prop3D.
setOrigin(double[]) - Method in class vtk.vtkProp3D
Set/Get the origin of the Prop3D.
setOrigin(double, double, double) - Method in class vtk.vtkTextureMapToPlane
Specify a point defining the origin of the plane.
setOrigin(double[]) - Method in class vtk.vtkTextureMapToPlane
Specify a point defining the origin of the plane.
setOrigin(double, double, double) - Method in class vtk.vtkTransformTextureCoords
Set/Get the origin of the texture map.
setOrigin(double[]) - Method in class vtk.vtkTransformTextureCoords
Set/Get the origin of the texture map.
setOrigin(double, double, double) - Method in class vtk.vtkUniformGrid
Set the origin of the data.
setOrigin(double[]) - Method in class vtk.vtkUniformGrid
Set the origin of the data.
setOriginCX(double, double, double, double) - Method in class vtk.vtkImageMandelbrotSource
Imaginary and real value for C (constant in equation) and X (initial value).
setOriginCX(double[]) - Method in class vtk.vtkImageMandelbrotSource
Imaginary and real value for C (constant in equation) and X (initial value).
setOriginComponent(String, int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setOriginComponent(String, int) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setOriginScale(double, double, double) - Method in class vtk.vtkImageChangeInformation
Apply a scale to the origin.
setOriginScale(double[]) - Method in class vtk.vtkImageChangeInformation
Apply a scale to the origin.
setOriginTranslation(double, double, double) - Method in class vtk.vtkImageChangeInformation
Apply a translation to the origin.
setOriginTranslation(double[]) - Method in class vtk.vtkImageChangeInformation
Apply a translation to the origin.
setOutGradient(double, double, double) - Method in class vtk.vtkImplicitDataSet
Set / get the function gradient to use for points outside of the dataset.
setOutGradient(double[]) - Method in class vtk.vtkImplicitDataSet
Set / get the function gradient to use for points outside of the dataset.
setOutGradient(double, double, double) - Method in class vtk.vtkImplicitVolume
Set the function gradient to use for points outside of the dataset.
setOutGradient(double[]) - Method in class vtk.vtkImplicitVolume
Set the function gradient to use for points outside of the dataset.
setOutIn(char, char) - Method in class vtk.vtkBooleanTexture
Specify intensity/transparency for "out/in" region.
setOutOn(char, char) - Method in class vtk.vtkBooleanTexture
Specify intensity/transparency for "out/on" region.
setOutOut(char, char) - Method in class vtk.vtkBooleanTexture
Specify intensity/transparency for "out/out" region.
setOutTextureCoord(double, double, double) - Method in class vtk.vtkThresholdTextureCoords
Set the texture coordinate value for point NOT satisfying threshold criterion.
setOutTextureCoord(double[]) - Method in class vtk.vtkThresholdTextureCoords
Set the texture coordinate value for point NOT satisfying threshold criterion.
setOutValue(double) - Method in class vtk.vtkImageEllipsoidSource
Set/Get the outside pixel values.
setOutValue(double) - Method in class vtk.vtkImageThreshold
Replace the in range pixels with this value.
setOutValue(double) - Method in class vtk.vtkImplicitDataSet
Set / get the function value to use for points outside of the dataset.
setOutValue(double) - Method in class vtk.vtkImplicitVolume
Set the function value to use for points outside of the dataset.
setOuterRadius(double) - Method in class vtk.vtkDiskSource
Specify outer radius of disc.
setOutline(int) - Method in class vtk.vtkCursor3D
Turn on/off the wireframe bounding box.
setOutline(int) - Method in class vtk.vtkEarthSource
Turn on/off drawing continents as filled polygons or as wireframe outlines.
setOutline(int) - Method in class vtk.vtkPointWidget
Turn on/off the wireframe bounding box.
setOutlineCursorWires(int) - Method in class vtk.vtkBoxWidget
Control the representation of the outline.
setOutlineFaceWires(int) - Method in class vtk.vtkBoxWidget
Control the representation of the outline.
setOutlineTranslation(int) - Method in class vtk.vtkImplicitPlaneWidget
Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
setOutput(vtkDataObject) - Method in class vtk.vtkDataObjectReader
Get the output field of this reader.
setOutput(vtkDataObject) - Method in class vtk.vtkDataObjectSource
Get the output field of this source.
setOutput(vtkDataSet) - Method in class vtk.vtkDataSetSource
 
setOutput(vtkHierarchicalBoxDataSet) - Method in class vtk.vtkHierarchicalBoxApplyFilterCommand
The output to be used to store the results.
setOutput(vtkHierarchicalBoxDataSet) - Method in class vtk.vtkHierarchicalBoxSource
Get the output of this source.
setOutput(vtkImageData) - Method in class vtk.vtkImageSource
Get the output of this source.
setOutput(vtkImageStencilData) - Method in class vtk.vtkImageStencilSource
Get or set the output for this source.
setOutput(vtkMultiBlockDataSet) - Method in class vtk.vtkMultiBlockApplyFilterCommand
The output to be used to store the results.
setOutput(int, vtkStructuredGrid) - Method in class vtk.vtkPLOT3DReader
Replace an output.
setOutput(vtkPiecewiseFunction) - Method in class vtk.vtkPiecewiseFunctionSource
Get the output of this source.
setOutput(vtkPointSet) - Method in class vtk.vtkPointSetSource
Get the output of this source.
setOutput(vtkPolyData) - Method in class vtk.vtkPolyDataReader
Get the output of this reader.
setOutput(vtkPolyData) - Method in class vtk.vtkPolyDataSource
Get the output of this source.
setOutput(vtkRectilinearGrid) - Method in class vtk.vtkRectilinearGridReader
Get and set the output of this reader.
setOutput(vtkRectilinearGrid) - Method in class vtk.vtkRectilinearGridSource
Get the output of this source.
setOutput(vtkStructuredGrid) - Method in class vtk.vtkStructuredGridReader
Get the output of this reader.
setOutput(vtkStructuredGrid) - Method in class vtk.vtkStructuredGridSource
Get the output of this source.
setOutput(vtkStructuredPoints) - Method in class vtk.vtkStructuredPointsReader
Set/Get the output of this reader.
setOutput(vtkStructuredPoints) - Method in class vtk.vtkStructuredPointsSource
Set/Get the output of this source.
setOutput(vtkUnstructuredGrid) - Method in class vtk.vtkUnstructuredGridReader
Get the output of this reader.
setOutput(vtkUnstructuredGrid) - Method in class vtk.vtkUnstructuredGridSource
Get the output of this source.
setOutput(vtkImageData) - Method in class vtk.vtkXMLImageDataReader
Get/Set the reader's output.
setOutput(vtkImageData) - Method in class vtk.vtkXMLPImageDataReader
Get/Set the reader's output.
setOutput(vtkPolyData) - Method in class vtk.vtkXMLPPolyDataReader
Get/Set the reader's output.
setOutput(vtkRectilinearGrid) - Method in class vtk.vtkXMLPRectilinearGridReader
Get/Set the reader's output.
setOutput(vtkStructuredGrid) - Method in class vtk.vtkXMLPStructuredGridReader
Get/Set the reader's output.
setOutput(vtkUnstructuredGrid) - Method in class vtk.vtkXMLPUnstructuredGridReader
Get/Set the reader's output.
setOutput(vtkPolyData) - Method in class vtk.vtkXMLPolyDataReader
Get/Set the reader's output.
setOutput(vtkRectilinearGrid) - Method in class vtk.vtkXMLRectilinearGridReader
Get/Set the reader's output.
setOutput(vtkStructuredGrid) - Method in class vtk.vtkXMLStructuredGridReader
Get/Set the reader's output.
setOutput(vtkUnstructuredGrid) - Method in class vtk.vtkXMLUnstructuredGridReader
Get/Set the reader's output.
setOutputAttributeData(int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Specify which attribute data to output: point or cell data attributes.
setOutputAttributeDataToCellData() - Method in class vtk.vtkFieldDataToAttributeDataFilter
Specify which attribute data to output: point or cell data attributes.
setOutputAttributeDataToPointData() - Method in class vtk.vtkFieldDataToAttributeDataFilter
Specify which attribute data to output: point or cell data attributes.
setOutputConnectedValue(int) - Method in class vtk.vtkImageSeedConnectivity
Set/Get the value to set connected pixels to.
setOutputDimensionality(int) - Method in class vtk.vtkImageReslice
Force the dimensionality of the output to either 1, 2, 3 or 0 (default: 3).
setOutputExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageReslice
Set the extent for the output data.
setOutputExtent(int[]) - Method in class vtk.vtkImageReslice
Set the extent for the output data.
setOutputExtentStart(int, int, int) - Method in class vtk.vtkImageChangeInformation
Specify new starting values for the extent explicitly.
setOutputExtentStart(int[]) - Method in class vtk.vtkImageChangeInformation
Specify new starting values for the extent explicitly.
setOutputExtentToDefault() - Method in class vtk.vtkImageReslice
Set the extent for the output data.
setOutputField(int) - Method in class vtk.vtkMergeDataObjectFilter
Specify where to place the field data during the merge process.
setOutputField(String, int) - Method in class vtk.vtkMergeFields
The output field will have the given name and it will be in fieldLoc (the input fields also have to be in fieldLoc).
setOutputField(String, String) - Method in class vtk.vtkMergeFields
Helper method used by the other language bindings.
setOutputFieldToCellDataField() - Method in class vtk.vtkMergeDataObjectFilter
Specify where to place the field data during the merge process.
setOutputFieldToDataObjectField() - Method in class vtk.vtkMergeDataObjectFilter
Specify where to place the field data during the merge process.
setOutputFieldToPointDataField() - Method in class vtk.vtkMergeDataObjectFilter
Specify where to place the field data during the merge process.
setOutputFormat(int) - Method in class vtk.vtkImageMapToColors
Set the output format, the default is RGBA.
setOutputFormat(int) - Method in class vtk.vtkVideoSource
Set the output format.
setOutputFormatToLuminance() - Method in class vtk.vtkImageMapToColors
Set the output format, the default is RGBA.
setOutputFormatToLuminance() - Method in class vtk.vtkVideoSource
Set the output format.
setOutputFormatToLuminanceAlpha() - Method in class vtk.vtkImageMapToColors
Set the output format, the default is RGBA.
setOutputFormatToRGB() - Method in class vtk.vtkImageMapToColors
Set the output format, the default is RGBA.
setOutputFormatToRGB() - Method in class vtk.vtkVideoSource
Set the output format.
setOutputFormatToRGBA() - Method in class vtk.vtkImageMapToColors
Set the output format, the default is RGBA.
setOutputFormatToRGBA() - Method in class vtk.vtkVideoSource
Set the output format.
setOutputNumberOfScalarComponents(int) - Method in class vtk.vtkImagePadFilter
Set/Get the number of output scalar components.
setOutputOrigin(double, double, double) - Method in class vtk.vtkImageChangeInformation
Specify a new data origin explicitly.
setOutputOrigin(double[]) - Method in class vtk.vtkImageChangeInformation
Specify a new data origin explicitly.
setOutputOrigin(double, double, double) - Method in class vtk.vtkImageReslice
Set the origin for the output data.
setOutputOrigin(double[]) - Method in class vtk.vtkImageReslice
Set the origin for the output data.
setOutputOriginToDefault() - Method in class vtk.vtkImageReslice
Set the origin for the output data.
setOutputScalarType(int) - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarType(int) - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
setOutputScalarType(int) - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
setOutputScalarType(int) - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
setOutputScalarType(int) - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
setOutputScalarTypeToChar() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarTypeToChar() - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
setOutputScalarTypeToChar() - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
setOutputScalarTypeToChar() - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
setOutputScalarTypeToChar() - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
setOutputScalarTypeToDouble() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarTypeToDouble() - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
setOutputScalarTypeToDouble() - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
setOutputScalarTypeToDouble() - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
setOutputScalarTypeToDouble() - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
setOutputScalarTypeToFloat() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarTypeToFloat() - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
setOutputScalarTypeToFloat() - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
setOutputScalarTypeToFloat() - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
setOutputScalarTypeToFloat() - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
setOutputScalarTypeToInt() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarTypeToInt() - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
setOutputScalarTypeToInt() - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
setOutputScalarTypeToInt() - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
setOutputScalarTypeToInt() - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
setOutputScalarTypeToLong() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarTypeToLong() - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
setOutputScalarTypeToLong() - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
setOutputScalarTypeToLong() - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
setOutputScalarTypeToLong() - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
setOutputScalarTypeToShort() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarTypeToShort() - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
setOutputScalarTypeToShort() - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
setOutputScalarTypeToShort() - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
setOutputScalarTypeToShort() - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
setOutputScalarTypeToUnsignedChar() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarTypeToUnsignedChar() - Method in class vtk.vtkImageEllipsoidSource
 
setOutputScalarTypeToUnsignedChar() - Method in class vtk.vtkImageShiftScale
When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type.
setOutputScalarTypeToUnsignedChar() - Method in class vtk.vtkImageThreshold
 
setOutputScalarTypeToUnsignedChar() - Method in class vtk.vtkSampleFunction
Control the type of the scalars object by explicitly providing a scalar object.
setOutputScalarTypeToUnsignedInt() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarTypeToUnsignedInt() - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
setOutputScalarTypeToUnsignedInt() - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
setOutputScalarTypeToUnsignedInt() - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
setOutputScalarTypeToUnsignedInt() - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
setOutputScalarTypeToUnsignedLong() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarTypeToUnsignedLong() - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
setOutputScalarTypeToUnsignedLong() - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
setOutputScalarTypeToUnsignedLong() - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
setOutputScalarTypeToUnsignedLong() - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
setOutputScalarTypeToUnsignedShort() - Method in class vtk.vtkImageCast
Set the desired output scalar type to cast to.
setOutputScalarTypeToUnsignedShort() - Method in class vtk.vtkImageEllipsoidSource
Set what type of scalar data this source should generate.
setOutputScalarTypeToUnsignedShort() - Method in class vtk.vtkImageShiftScale
Set the desired output scalar type.
setOutputScalarTypeToUnsignedShort() - Method in class vtk.vtkImageThreshold
Set the desired output scalar type to cast to
setOutputScalarTypeToUnsignedShort() - Method in class vtk.vtkSampleFunction
Set what type of scalar data this source should generate.
setOutputSpacing(double, double, double) - Method in class vtk.vtkImageChangeInformation
Specify a new data spacing explicitly.
setOutputSpacing(double[]) - Method in class vtk.vtkImageChangeInformation
Specify a new data spacing explicitly.
setOutputSpacing(double, double, double) - Method in class vtk.vtkImageReslice
Set the voxel spacing for the output data.
setOutputSpacing(double[]) - Method in class vtk.vtkImageReslice
Set the voxel spacing for the output data.
setOutputSpacingToDefault() - Method in class vtk.vtkImageReslice
Set the voxel spacing for the output data.
setOutputStyle(int) - Method in class vtk.vtkImageToPolyDataFilter
Specify how to create the output.
setOutputStyleToPixelize() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to create the output.
setOutputStyleToPolygonalize() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to create the output.
setOutputStyleToRunLength() - Method in class vtk.vtkImageToPolyDataFilter
Specify how to create the output.
setOutputTrueValue(double) - Method in class vtk.vtkImageLogic
Set the value to use for true in the output.
setOutputUnconnectedValue(int) - Method in class vtk.vtkImageSeedConnectivity
Set/Get the value to set unconnected pixels to.
setOutputWholeExtent(int[]) - Method in class vtk.vtkImageClip
The whole extent of the output has to be set explicitly.
setOutputWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageClip
The whole extent of the output has to be set explicitly.
setOutputWholeExtent(int, int) - Method in class vtk.vtkImageClip
Hack set output by piece
setOutputWholeExtent(int[]) - Method in class vtk.vtkImagePadFilter
The image extent of the output has to be set explicitly.
setOutputWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkImagePadFilter
The image extent of the output has to be set explicitly.
setOutputWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkVideoSource
Get/Set the WholeExtent of the output.
setOutputWholeExtent(int[]) - Method in class vtk.vtkVideoSource
Get/Set the WholeExtent of the output.
setP1(double) - Method in class vtk.vtkWarpLens
Specify the decentering distortion parameters for the lens
setP2(double) - Method in class vtk.vtkWarpLens
Specify the decentering distortion parameters for the lens
setPadding(int) - Method in class vtk.vtkCaptionActor2D
Set/Get the padding between the caption and the border.
setPadding(int) - Method in class vtk.vtkLegendBoxActor
Set/Get the padding between the legend entries and the border.
setParallelProjection(int) - Method in class vtk.vtkCamera
Set/Get the value of the ParallelProjection instance variable.
setParallelScale(double) - Method in class vtk.vtkCamera
Set/Get the scaling used for a parallel projection, i.e. the height of the viewport in world-coordinate distances.
setParallelStreaming(int) - Method in class vtk.vtkAppendPolyData
ParallelStreaming is for a particular application.
setParameter(String, String) - Method in class vtk.vtkRIBProperty
Specify parameter values for variables.
setParameterScale(String, double) - Method in class vtk.vtkAmoebaMinimizer
Set the scale to use when modifying a parameter, i.e. the initial amount by which the parameter will be modified during the search for the minimum.
setParameterScale(int, double) - Method in class vtk.vtkAmoebaMinimizer
Set the scale to use when modifying a parameter, i.e. the initial amount by which the parameter will be modified during the search for the minimum.
setParameterValue(String, double) - Method in class vtk.vtkAmoebaMinimizer
Set the initial value for the specified parameter.
setParameterValue(int, double) - Method in class vtk.vtkAmoebaMinimizer
Set the initial value for the specified parameter.
setParent(vtkXMLDataElement) - Method in class vtk.vtkXMLDataElement
Set/Get the parent of this element.
setParentInfo(String) - Method in class vtk.vtkRenderWindow
Dummy stubs for vtkWindow API.
setParentInfo(String) - Method in class vtk.vtkWindow
These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
setParentInfo(String) - Method in class vtk.vtkXOpenGLRenderWindow
Sets the X window id of the window that WILL BE created.
setPartNumber(int) - Method in class vtk.vtkBYUReader
Set/Get the part number to be read.
setPartNumber(int) - Method in class vtk.vtkUGFacetReader
Specify the desired part to extract.
setPassAlphaToOutput(int) - Method in class vtk.vtkImageMapToColors
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA)
setPassAttributeData(int) - Method in class vtk.vtkAttributeDataToFieldDataFilter
Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
setPassBand(double) - Method in class vtk.vtkWindowedSincPolyDataFilter
Set the passband value for the windowed sinc filter
setPassCellData(int) - Method in class vtk.vtkCellDataToPointData
Control whether the input cell data is to be passed to the output.
setPassCellData(int) - Method in class vtk.vtkHierarchicalBoxCellDataToPointData
Control whether the input cell data is to be passed to the output.
setPassLines(int) - Method in class vtk.vtkRuledSurfaceFilter
Indicate whether the generating lines are to be passed to the output.
setPassLines(int) - Method in class vtk.vtkTriangleFilter
Turn on/off passing lines through filter.
setPassPointData(int) - Method in class vtk.vtkPointDataToCellData
Control whether the input point data is to be passed to the output.
setPassTensorsToOutput(int) - Method in class vtk.vtkExtractTensorComponents
Boolean controls whether tensor data is passed through to output.
setPassVerts(int) - Method in class vtk.vtkTriangleFilter
Turn on/off passing vertices through filter.
setPath(vtkAssemblyPath) - Method in class vtk.vtkAbstractPropPicker
Return the vtkAssemblyPath that has been picked.
setPatientID(String) - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
setPatientName(String) - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
setPeriod(double) - Method in class vtk.vtkImageSinusoidSource
Set/Get the period of the sinusoid in pixels.
setPermutation(int[]) - Method in class vtk.vtkSpherePuzzleArrows
 
setPermutation(vtkSpherePuzzle) - Method in class vtk.vtkSpherePuzzleArrows
 
setPermutationComponent(int, int) - Method in class vtk.vtkSpherePuzzleArrows
 
setPhase(double) - Method in class vtk.vtkImageSinusoidSource
Set/Get the phase: 0->2Pi. 0 => Cosine, pi/2 => Sine.
setPhase(double, double, double) - Method in class vtk.vtkPerlinNoise
Set/get the phase of the noise function.
setPhase(double[]) - Method in class vtk.vtkPerlinNoise
Set/get the phase of the noise function.
setPhi(double) - Method in class vtk.vtkTexturedSphereSource
Set the maximum latitude angle (0 is at north pole).
setPhiResolution(int) - Method in class vtk.vtkSphereSource
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi).
setPhiResolution(int) - Method in class vtk.vtkSphereWidget
Set/Get the resolution of the sphere in the Phi direction.
setPhiResolution(int) - Method in class vtk.vtkSuperquadricSource
Set the number of points in the latitude direction.
setPhiResolution(int) - Method in class vtk.vtkTexturedSphereSource
Set the number of points in the latitude direction.
setPhiRoundness(double) - Method in class vtk.vtkSuperquadric
Set/Get Superquadric north/south roundness.
setPhiRoundness(double) - Method in class vtk.vtkSuperquadricSource
Set/Get Superquadric north/south roundness.
setPhiThreshold(double) - Method in class vtk.vtkLinkEdgels
Set/get the threshold for Phi vs.
setPickColor(double, double, double) - Method in class vtk.vtkInteractorStyle
Set/Get the pick color (used by default to color vtkActor2D's).
setPickColor(double[]) - Method in class vtk.vtkInteractorStyle
Set/Get the pick color (used by default to color vtkActor2D's).
setPickFromList(int) - Method in class vtk.vtkAbstractPicker
Use these methods to control whether to limit the picking to this list (rather than renderer's actors).
setPickable(int) - Method in class vtk.vtkProp
Set/Get the pickable instance variable.
setPicker(vtkCellPicker) - Method in class vtk.vtkImagePlaneWidget
Set the internal picker to one defined by the user.
setPicker(vtkAbstractPicker) - Method in class vtk.vtkRenderWindowInteractor
Set/Get the object used to perform pick operations.
setPiece(int) - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
setPiece(int) - Method in class vtk.vtkPolyDataMapper
If you want only a part of the data, specify by setting the piece.
setPieceAvailable(int, int) - Method in class vtk.vtkTableExtentTranslator
Get/Set whether the given piece is available.
setPieceInvariant(int) - Method in class vtk.vtkCleanPolyData
 
setPipelineMTime(int) - Method in class vtk.vtkDataObject
 
setPixelAspect(double, double) - Method in class vtk.vtkViewport
Set the aspect ratio of a pixel in the rendered image.
setPixelAspect(double[]) - Method in class vtk.vtkViewport
Set the aspect ratio of a pixel in the rendered image.
setPixelData(int, int, int, int, vtkUnsignedCharArray, int) - Method in class vtk.vtkOpenGLRenderWindow
Set/Get the pixel data of an image, transmitted as RGBRGB...
setPixelData(int, int, int, int, vtkUnsignedCharArray, int) - Method in class vtk.vtkRenderWindow
Set/Get the pixel data of an image, transmitted as RGBRGBRGB.
setPixelSamples(int, int) - Method in class vtk.vtkRIBExporter
 
setPixelSamples(int[]) - Method in class vtk.vtkRIBExporter
 
setPlaceFactor(double) - Method in class vtk.vtk3DWidget
Set/Get a factor representing the scaling of the widget upon placement (via the PlaceWidget() method).
setPlane(int, double, double, double) - Method in class vtk.vtkHull
Set the normal values for plane i.
setPlane(int, double[]) - Method in class vtk.vtkHull
Set the normal values for plane i.
setPlane(int, double, double, double, double) - Method in class vtk.vtkHull
Variations of AddPlane()/SetPlane() that allow D to be set.
setPlane(int, double[], double) - Method in class vtk.vtkHull
Variations of AddPlane()/SetPlane() that allow D to be set.
setPlane(int) - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
setPlaneOrientation(int) - Method in class vtk.vtkImagePlaneWidget
Convenience method sets the plane orientation normal to the x, y, or z axes.
setPlaneOrientationToXAxes() - Method in class vtk.vtkImagePlaneWidget
Convenience method sets the plane orientation normal to the x, y, or z axes.
setPlaneOrientationToYAxes() - Method in class vtk.vtkImagePlaneWidget
Convenience method sets the plane orientation normal to the x, y, or z axes.
setPlaneOrientationToZAxes() - Method in class vtk.vtkImagePlaneWidget
Set the internal picker to one defined by the user.
setPlaneProperty(vtkProperty) - Method in class vtk.vtkImagePlaneWidget
Set/Get the plane's outline properties.
setPlaneProperty(vtkProperty) - Method in class vtk.vtkPlaneWidget
Get the plane properties.
setPlaneSource(vtkPlaneSource) - Method in class vtk.vtkSplineWidget
Set up a reference to a vtkPlaneSource that could be from another widget object, e.g. a vtkPolyDataSourceWidget.
setPlaneToX() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
setPlaneToXMax() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
setPlaneToXMin() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
setPlaneToY() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
setPlaneToYMax() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
setPlaneToYMin() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
setPlaneToZ() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
setPlaneToZMax() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
setPlaneToZMin() - Method in class vtk.vtkReflectionFilter
Set the normal of the plane to use as mirror.
setPlanes(vtkPlanes) - Method in class vtk.vtkHull
Set all the planes at once using a vtkPlanes implicit function.
setPlotColor(int, double, double, double) - Method in class vtk.vtkXYPlotActor
 
setPlotColor(int, double[]) - Method in class vtk.vtkXYPlotActor
 
setPlotComponent(int) - Method in class vtk.vtkArcPlotter
Set/Get the component number to plot if the data has more than one component.
setPlotCoordinate(double, double) - Method in class vtk.vtkXYPlotActor
An alternate form of ViewportToPlotCoordinate() above.
setPlotCoordinate(double[]) - Method in class vtk.vtkXYPlotActor
An alternate form of ViewportToPlotCoordinate() above.
setPlotCurveLines(int) - Method in class vtk.vtkXYPlotActor
 
setPlotCurvePoints(int) - Method in class vtk.vtkXYPlotActor
 
setPlotLabel(int, String) - Method in class vtk.vtkXYPlotActor
 
setPlotLines(int, int) - Method in class vtk.vtkXYPlotActor
 
setPlotLines(int) - Method in class vtk.vtkXYPlotActor
Set/Get whether the lines are rendered.
setPlotMode(int) - Method in class vtk.vtkArcPlotter
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setPlotModeToPlotFieldData() - Method in class vtk.vtkArcPlotter
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setPlotModeToPlotNormals() - Method in class vtk.vtkArcPlotter
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setPlotModeToPlotScalars() - Method in class vtk.vtkArcPlotter
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setPlotModeToPlotTCoords() - Method in class vtk.vtkArcPlotter
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setPlotModeToPlotTensors() - Method in class vtk.vtkArcPlotter
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setPlotModeToPlotVectors() - Method in class vtk.vtkArcPlotter
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data.
setPlotPoints(int, int) - Method in class vtk.vtkXYPlotActor
 
setPlotPoints(int) - Method in class vtk.vtkXYPlotActor
Set/Get whether the points are rendered.
setPlotRange(double, double, double, double) - Method in class vtk.vtkXYPlotActor
Set/Get the number of annotation labels to show along the x and y axes.
setPlotSymbol(int, vtkPolyData) - Method in class vtk.vtkXYPlotActor
 
setPoint(int, double[]) - Method in class vtk.vtkPoints
Insert point into object.
setPoint(int, double, double, double) - Method in class vtk.vtkPoints
Insert point into object.
setPoint(double, double, double) - Method in class vtk.vtkSpherePuzzle
SetPoint will be called as the mouse moves over the screen.
setPoint1(double[]) - Method in class vtk.vtkAxisActor2D
Specify the position of the first point defining the axis.
setPoint1(double, double) - Method in class vtk.vtkAxisActor2D
Specify the position of the first point defining the axis.
setPoint1(double, double, double) - Method in class vtk.vtkImagePlaneWidget
Set/Get the position of the point defining the first axis of the plane.
setPoint1(double[]) - Method in class vtk.vtkImagePlaneWidget
Set/Get the position of the point defining the first axis of the plane.
setPoint1(double, double, double) - Method in class vtk.vtkLineSource
Set position of first end point.
setPoint1(double[]) - Method in class vtk.vtkLineSource
Set position of first end point.
setPoint1(double, double, double) - Method in class vtk.vtkLineWidget
Set/Get the position of first end point.
setPoint1(double[]) - Method in class vtk.vtkLineWidget
Set/Get the position of first end point.
setPoint1(double, double, double) - Method in class vtk.vtkPlaneSource
Specify a point defining the first axis of the plane.
setPoint1(double[]) - Method in class vtk.vtkPlaneSource
Specify a point defining the first axis of the plane.
setPoint1(double, double, double) - Method in class vtk.vtkPlaneWidget
Set/Get the position of the point defining the first axis of the plane.
setPoint1(double[]) - Method in class vtk.vtkPlaneWidget
Set/Get the position of the point defining the first axis of the plane.
setPoint1(double, double, double) - Method in class vtk.vtkTextureMapToCylinder
Specify the first point defining the cylinder axis,
setPoint1(double[]) - Method in class vtk.vtkTextureMapToCylinder
Specify the first point defining the cylinder axis,
setPoint1(double, double, double) - Method in class vtk.vtkTextureMapToPlane
Specify a point defining the first axis of the plane.
setPoint1(double[]) - Method in class vtk.vtkTextureMapToPlane
Specify a point defining the first axis of the plane.
setPoint2(double[]) - Method in class vtk.vtkAxisActor2D
Specify the position of the second point defining the axis.
setPoint2(double, double) - Method in class vtk.vtkAxisActor2D
Specify the position of the second point defining the axis.
setPoint2(double, double, double) - Method in class vtk.vtkImagePlaneWidget
Set/Get the position of the point defining the second axis of the plane.
setPoint2(double[]) - Method in class vtk.vtkImagePlaneWidget
Set/Get the position of the point defining the second axis of the plane.
setPoint2(double, double, double) - Method in class vtk.vtkLineSource
Set position of other end point.
setPoint2(double[]) - Method in class vtk.vtkLineSource
Set position of other end point.
setPoint2(double, double, double) - Method in class vtk.vtkLineWidget
Set position of other end point.
setPoint2(double[]) - Method in class vtk.vtkLineWidget
Set position of other end point.
setPoint2(double, double, double) - Method in class vtk.vtkPlaneSource
Specify a point defining the second axis of the plane.
setPoint2(double[]) - Method in class vtk.vtkPlaneSource
Specify a point defining the second axis of the plane.
setPoint2(double, double, double) - Method in class vtk.vtkPlaneWidget
Set/Get the position of the point defining the second axis of the plane.
setPoint2(double[]) - Method in class vtk.vtkPlaneWidget
Set/Get the position of the point defining the second axis of the plane.
setPoint2(double, double, double) - Method in class vtk.vtkTextureMapToCylinder
Specify the second point defining the cylinder axis,
setPoint2(double[]) - Method in class vtk.vtkTextureMapToCylinder
Specify the second point defining the cylinder axis,
setPoint2(double, double, double) - Method in class vtk.vtkTextureMapToPlane
Specify a point defining the second axis of the plane.
setPoint2(double[]) - Method in class vtk.vtkTextureMapToPlane
Specify a point defining the second axis of the plane.
setPointArrayStatus(String, int) - Method in class vtk.vtkAVSucdReader
The following methods allow selective reading of solutions fields.
setPointArrayStatus(String, int) - Method in class vtk.vtkGenericEnSightReader
Get/Set whether the point or cell array with the given name is to be read.
setPointArrayStatus(String, int) - Method in class vtk.vtkXMLReader
Get/Set whether the point or cell array with the given name is to be read.
setPointClipping(int) - Method in class vtk.vtkExtractUnstructuredGrid
Turn on/off selection of geometry by point id.
setPointClipping(int) - Method in class vtk.vtkGeometryFilter
Turn on/off selection of geometry by point id.
setPointComponent(int, String, int, int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define the component of the field to be used for the x, y, and z values of the points.
setPointComponent(int, String, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define the component of the field to be used for the x, y, and z values of the points.
setPointComponent(int, int) - Method in class vtk.vtkXYPlotActor
If plotting points by value, which component to use to determine the value.
setPointData(int) - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset point data to a data object.
setPointIds(int) - Method in class vtk.vtkIdFilter
Enable/disable the generation of point ids.
setPointIdsName(String) - Method in class vtk.vtkGlyph3D
Set/Get the name of the PointIds array if generated.
setPointMaximum(int) - Method in class vtk.vtkExtractUnstructuredGrid
Specify the maximum point id for point id selection.
setPointMaximum(int) - Method in class vtk.vtkGeometryFilter
Specify the maximum point id for point id selection.
setPointMerging(int) - Method in class vtk.vtkCleanPolyData
Set/Get a boolean value that controls whether point merging is performed.
setPointMinimum(int) - Method in class vtk.vtkExtractUnstructuredGrid
Specify the minimum point id for point id selection.
setPointMinimum(int) - Method in class vtk.vtkGeometryFilter
Specify the minimum point id for point id selection.
setPointMode(int) - Method in class vtk.vtkExtentSplitter
Get/Set whether "point mode" is on.
setPointSize(double) - Method in class vtk.vtkProperty
Set/Get the diameter of a point.
setPointSize(double) - Method in class vtk.vtkProperty2D
Set/Get the diameter of a Point.
setPointSmoothing(int) - Method in class vtk.vtkRenderWindow
Turn on/off point smoothing.
setPointVisibilityArray(vtkUnsignedCharArray) - Method in class vtk.vtkStructuredGrid
Set an array that defines the (blanking) visibility of the points in the grid.
setPointVisibilityArray(vtkUnsignedCharArray) - Method in class vtk.vtkUniformGrid
Set an array that defines the (blanking) visibility of the points in the grid.
setPoints(vtkPoints) - Method in class vtk.vtkPlanes
Specify a list of points defining points through which the planes pass.
setPoints(vtkPoints) - Method in class vtk.vtkPointSet
Specify point array to define point coordinates.
setPoissonsRatio(double) - Method in class vtk.vtkPointLoad
Set/Get Poisson's ratio.
setPolygonSmoothing(int) - Method in class vtk.vtkRenderWindow
Turn on/off polygon smoothing.
setPolys(vtkCellArray) - Method in class vtk.vtkPolyData
Set the cell array defining polygons.
setPolysComponent(String, int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
setPolysComponent(String, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
setPosition(double, double) - Method in class vtk.vtkActor2D
Get the PositionCoordinate instance of vtkCoordinate.
setPosition(double[]) - Method in class vtk.vtkActor2D
Get the PositionCoordinate instance of vtkCoordinate.
setPosition(double, double, double) - Method in class vtk.vtkCamera
Set/Get the position of the camera in world coordinates.
setPosition(double[]) - Method in class vtk.vtkCamera
Set/Get the position of the camera in world coordinates.
setPosition(int, int) - Method in class vtk.vtkImageRectilinearWipe
Set/Get the location of the image transition.
setPosition(int[]) - Method in class vtk.vtkImageRectilinearWipe
Set/Get the location of the image transition.
setPosition(int, int) - Method in class vtk.vtkImageViewer
Set/Get the position in screen coordinates of the rendering window.
setPosition(int[]) - Method in class vtk.vtkImageViewer
Set/Get the position in screen coordinates of the rendering window.
setPosition(int, int) - Method in class vtk.vtkImageViewer2
Set/Get the position in screen coordinates of the rendering window.
setPosition(int[]) - Method in class vtk.vtkImageViewer2
Set/Get the position in screen coordinates of the rendering window.
setPosition(double, double, double) - Method in class vtk.vtkLight
Set/Get the position of the light.
setPosition(double[]) - Method in class vtk.vtkLight
Set/Get the position of the light.
setPosition(double, double, double) - Method in class vtk.vtkPointWidget
Set/Get the position of the point.
setPosition(double[]) - Method in class vtk.vtkPointWidget
Set/Get the position of the point.
setPosition(double, double, double) - Method in class vtk.vtkProjectedTexture
Set/Get the position of the focus of the projector.
setPosition(double[]) - Method in class vtk.vtkProjectedTexture
Set/Get the position of the focus of the projector.
setPosition(double, double, double) - Method in class vtk.vtkProp3D
Set/Get/Add the position of the Prop3D in world coordinates.
setPosition(double[]) - Method in class vtk.vtkProp3D
Set/Get/Add the position of the Prop3D in world coordinates.
setPosition(double, double, double) - Method in class vtk.vtkTransformTextureCoords
Set/Get the position of the texture map.
setPosition(double[]) - Method in class vtk.vtkTransformTextureCoords
Set/Get the position of the texture map.
setPosition(double, double, double) - Method in class vtk.vtkWarpTo
Set/Get the position to warp towards.
setPosition(double[]) - Method in class vtk.vtkWarpTo
Set/Get the position to warp towards.
setPosition(int, int) - Method in class vtk.vtkWindow
Set/Get the position in screen coordinates of the rendering window.
setPosition(int[]) - Method in class vtk.vtkWindow
Set/Get the position in screen coordinates of the rendering window.
setPosition(int, int) - Method in class vtk.vtkXOpenGLRenderWindow
Move the window to a new position on the display.
setPosition(int[]) - Method in class vtk.vtkXOpenGLRenderWindow
Move the window to a new position on the display.
setPosition2(double, double) - Method in class vtk.vtkActor2D
Access the Position2 instance variable.
setPosition2(double[]) - Method in class vtk.vtkActor2D
Access the Position2 instance variable.
setPositionScale(double) - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
setPositionShift(double) - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
setPositional(int) - Method in class vtk.vtkLight
Turn positional lighting on or off.
setPreSorted(int) - Method in class vtk.vtkOrderedTriangulator
Boolean indicates whether the points have been pre-sorted.
setPreSplitMesh(int) - Method in class vtk.vtkDecimatePro
In some cases you may wish to split the mesh prior to algorithm execution.
setPreserveEdges(int) - Method in class vtk.vtkDecimate
Turn on/off the preservation of feature edges.
setPreserveExtents(int) - Method in class vtk.vtkImageAppend
By default "PreserveExtents" is off and the append axis is used.
setPreserveImageExtent(int) - Method in class vtk.vtkImageFlip
PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken.
setPreserveTopology(int) - Method in class vtk.vtkDecimate
 
setPreserveTopology(int) - Method in class vtk.vtkDecimatePro
Turn on/off whether to preserve the topology of the original mesh.
setPreventSeam(int) - Method in class vtk.vtkTextureMapToCylinder
Control how the texture coordinates are generated.
setPreventSeam(int) - Method in class vtk.vtkTextureMapToSphere
Control how the texture coordinates are generated.
setPrincipalPoint(double, double) - Method in class vtk.vtkWarpLens
Specify the calibrated principal point of the camera/lens
setPrincipalPoint(double[]) - Method in class vtk.vtkWarpLens
Specify the calibrated principal point of the camera/lens
setPriority(double) - Method in class vtk.vtkInteractorObserver
Set/Get the priority at which events are processed.
setProcessMode(int) - Method in class vtk.vtkImplicitModeller
Specify whether to visit each cell once per append or each voxel once per append.
setProcessModeToPerCell() - Method in class vtk.vtkImplicitModeller
Specify whether to visit each cell once per append or each voxel once per append.
setProcessModeToPerVoxel() - Method in class vtk.vtkImplicitModeller
Specify whether to visit each cell once per append or each voxel once per append.
setProgress(double) - Method in class vtk.vtkProcessObject
Set/Get the execution progress of a process object.
setProgress(double) - Method in class vtk.vtkXMLDataParser
Get/Set progress of reading data.
setProgressText(String) - Method in class vtk.vtkProcessObject
Set the current text message associated with the progress state.
setProgressive(int) - Method in class vtk.vtkJPEGWriter
Progressive JPEG generation.
setProjectToPlane(int) - Method in class vtk.vtkImageTracerWidget
Force handles to be on a specific ortho plane.
setProjectToPlane(int) - Method in class vtk.vtkSplineWidget
Force the spline widget to be projected onto one of the orthogonal planes.
setProjectionAxes(int, int, int) - Method in class vtk.vtkImageMandelbrotSource
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary
setProjectionAxes(int[]) - Method in class vtk.vtkImageMandelbrotSource
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary
setProjectionNormal(int) - Method in class vtk.vtkImageTracerWidget
Set the projection normal.
setProjectionNormal(int) - Method in class vtk.vtkSplineWidget
 
setProjectionNormalToOblique() - Method in class vtk.vtkSplineWidget
Set the position of spline handles and points in terms of a plane's position. i.e., if ProjectionNormal is 0, all of the x-coordinate values of the points are set to position.
setProjectionNormalToXAxes() - Method in class vtk.vtkImageTracerWidget
Set the projection normal.
setProjectionNormalToXAxes() - Method in class vtk.vtkSplineWidget
 
setProjectionNormalToYAxes() - Method in class vtk.vtkImageTracerWidget
Set the projection normal.
setProjectionNormalToYAxes() - Method in class vtk.vtkSplineWidget
 
setProjectionNormalToZAxes() - Method in class vtk.vtkImageTracerWidget
Set the position of the widgets' handles in terms of a plane's position.
setProjectionNormalToZAxes() - Method in class vtk.vtkSplineWidget
 
setProjectionPosition(double) - Method in class vtk.vtkImageTracerWidget
Set the position of the widgets' handles in terms of a plane's position.
setProjectionPosition(double) - Method in class vtk.vtkSplineWidget
Set the position of spline handles and points in terms of a plane's position. i.e., if ProjectionNormal is 0, all of the x-coordinate values of the points are set to position.
setPromptUser(int) - Method in class vtk.vtkOutputWindow
If PromptUser is set to true then each time a line of text is displayed, the user is asked if they want to keep getting messages.
setProp(vtkProp) - Method in class vtk.vtkAssemblyNode
Set/Get the prop that this assembly node refers to.
setProp(vtkProp) - Method in class vtk.vtkCubeAxesActor2D
Use the bounding box of this prop to draw the cube axes.
setProp(vtkProp) - Method in class vtk.vtkImageTracerWidget
Set the prop, usually a vtkImageActor, to trace over.
setProp3D(vtkProp3D) - Method in class vtk.vtk3DWidget
Specify a vtkProp3D around which to place the widget.
setProp3D(vtkProp3D) - Method in class vtk.vtkDepthSortPolyData
Specify a transformation matrix (via the vtkProp3D::GetMatrix() method) that is used to include the effects of transformation.
setProperty(vtkProperty) - Method in class vtk.vtkActor
Set/Get the property object that controls this actors surface properties.
setProperty(vtkProperty2D) - Method in class vtk.vtkActor2D
Set this vtkProp's vtkProperty2D.
setProperty(vtkVolumeProperty) - Method in class vtk.vtkVolume
Set/Get the volume property.
setPrune(int) - Method in class vtk.vtkImageSkeleton2D
When prune is on, only closed loops are left unchanged.
setPushPipeline(vtkPushPipeline) - Method in class vtk.vtkPushImageReader
Set the push pipeline for this reader
setQFactor(double) - Method in class vtk.vtkQuantizePolyDataPoints
Specify quantization grain size
setQFileName(String) - Method in class vtk.vtkPLOT3DReader
Set/Get the PLOT3D solution filename.
setQuality(int) - Method in class vtk.vtkJPEGWriter
Compression quality. 0 = Low quality, 100 = High quality
setQuality(int) - Method in class vtk.vtkTexture
Force texture quality to 16-bit or 32-bit.
setQualityTo16Bit() - Method in class vtk.vtkTexture
Force texture quality to 16-bit or 32-bit.
setQualityTo32Bit() - Method in class vtk.vtkTexture
Force texture quality to 16-bit or 32-bit.
setQualityToDefault() - Method in class vtk.vtkTexture
Force texture quality to 16-bit or 32-bit.
setR(double) - Method in class vtk.vtkPLOT3DReader
Set/Get the gas constant.
setRAWFileName(String) - Method in class vtk.vtkMetaImageWriter
Specify the file name of the raw image data.
setRFunction(vtkImplicitFunction) - Method in class vtk.vtkImplicitTextureCoords
Specify an implicit function to compute the r texture coordinate.
setRGBACharPixelData(int, int, int, int, vtkUnsignedCharArray, int, int) - Method in class vtk.vtkOpenGLRenderWindow
Set/Get the pixel data of an image, transmitted as RGBARGBA...
setRGBACharPixelData(int, int, int, int, vtkUnsignedCharArray, int, int) - Method in class vtk.vtkRenderWindow
Same as Get/SetPixelData except that the image also contains an alpha component.
setRGBAPixelData(int, int, int, int, vtkFloatArray, int, int) - Method in class vtk.vtkOpenGLRenderWindow
Set/Get the pixel data of an image, transmitted as RGBARGBA...
setRGBAPixelData(int, int, int, int, vtkFloatArray, int, int) - Method in class vtk.vtkRenderWindow
Same as Get/SetPixelData except that the image also contains an alpha component.
setRadialRatio(double) - Method in class vtk.vtkButtonSource
Set/Get the radial ratio.
setRadialResolution(int) - Method in class vtk.vtkDiskSource
Set the number of points in radius direction.
setRadius(double) - Method in class vtk.vtkArcPlotter
Set the radius of the "median" value of the first plotted component.
setRadius(double) - Method in class vtk.vtkConeSource
Set the base radius of the cone.
setRadius(double) - Method in class vtk.vtkCylinder
Set/Get cylinder radius.
setRadius(double) - Method in class vtk.vtkCylinderSource
Set the radius of the cylinder.
setRadius(double) - Method in class vtk.vtkEarthSource
Set radius of earth.
setRadius(double) - Method in class vtk.vtkGaussianSplatter
Set / get the radius of propagation of the splat.
setRadius(double) - Method in class vtk.vtkHyperStreamline
Set / get the initial tube radius.
setRadius(double, double, double) - Method in class vtk.vtkImageEllipsoidSource
Set/Get the radius of the ellipsoid.
setRadius(double[]) - Method in class vtk.vtkImageEllipsoidSource
Set/Get the radius of the ellipsoid.
setRadius(double) - Method in class vtk.vtkPointSource
Set the radius of the point cloud.
setRadius(double) - Method in class vtk.vtkSphere
Set / get the radius of the sphere.
setRadius(double) - Method in class vtk.vtkSphereSource
Set radius of sphere.
setRadius(double) - Method in class vtk.vtkSphereWidget
Set/Get the radius of sphere.
setRadius(double) - Method in class vtk.vtkTexturedSphereSource
Set radius of sphere.
setRadius(double) - Method in class vtk.vtkTubeFilter
Set the minimum tube radius (minimum because the tube radius may vary).
setRadiusFactor(double) - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Radius Factors of the gaussian in pixel units.
setRadiusFactor(double) - Method in class vtk.vtkTubeFilter
Set the maximum tube radius in terms of a multiple of the minimum radius.
setRadiusFactors(double, double, double) - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Radius Factors of the gaussian in pixel units.
setRadiusFactors(double[]) - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Radius Factors of the gaussian in pixel units.
setRadiusFactors(double, double) - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Radius Factors of the gaussian in pixel units.
setRamp(int) - Method in class vtk.vtkLookupTable
Set the shape of the table ramp to either linear or S-curve.
setRampToLinear() - Method in class vtk.vtkLookupTable
Set the shape of the table ramp to either linear or S-curve.
setRampToSCurve() - Method in class vtk.vtkLookupTable
Set the shape of the table ramp to either linear or S-curve.
setRampToSQRT() - Method in class vtk.vtkLookupTable
Set the shape of the table ramp to either linear or S-curve.
setRandomMode(int) - Method in class vtk.vtkMaskPoints
Special flag causes randomization of point selection.
setRange(double, double) - Method in class vtk.vtkAxisActor2D
Specify the (min,max) axis range.
setRange(double[]) - Method in class vtk.vtkAxisActor2D
Specify the (min,max) axis range.
setRange(double, double) - Method in class vtk.vtkGlyph3D
Specify range to map scalar values into.
setRange(double[]) - Method in class vtk.vtkGlyph3D
Specify range to map scalar values into.
setRange(double, double) - Method in class vtk.vtkLookupTable
Sets/Gets the range of scalars which will be mapped.
setRange(double[]) - Method in class vtk.vtkLookupTable
Sets/Gets the range of scalars which will be mapped.
setRange(double, double) - Method in class vtk.vtkScalarsToColors
Sets/Gets the range of scalars which will be mapped.
setRange(double[]) - Method in class vtk.vtkScalarsToColors
Map one value through the lookup table and return a color defined as a RGBA unsigned char tuple (4 bytes).
setRanges(double, double, double, double, double, double) - Method in class vtk.vtkCubeAxesActor2D
Explicitly specify the range of values used on the bounds.
setRanges(double[]) - Method in class vtk.vtkCubeAxesActor2D
Explicitly specify the range of values used on the bounds.
setRatio(double, double, double) - Method in class vtk.vtkImageCanvasSource2D
Set/Get Ratio.
setRatio(double[]) - Method in class vtk.vtkImageCanvasSource2D
Set/Get Ratio.
setRatio(int) - Method in class vtk.vtkMeshQuality
Turn on/off the calculation of the quality ratio for each cell (Default: On).
setReadAllVariables(int) - Method in class vtk.vtkGenericEnSightReader
Set/get the flag for whether to read all the variables
setReadDisplacement(int) - Method in class vtk.vtkBYUReader
Turn on/off the reading of the displacement file.
setReadFromInputString(int) - Method in class vtk.vtkDataReader
Enable reading from an InputString or InputArray instead of the default, a file.
setReadFromInputString(int) - Method in class vtk.vtkInteractorEventRecorder
Enable reading from an InputString as compared to the default behavior, which is to read from a file.
setReadFrontBuffer(int) - Method in class vtk.vtkWindowToImageFilter
Set/Get the flag that determines which buffer to read from.
setReadScalar(int) - Method in class vtk.vtkBYUReader
Turn on/off the reading of the scalar file.
setReadTexture(int) - Method in class vtk.vtkBYUReader
Turn on/off the reading of the texture coordinate file.
setReader(vtkVolumeReader) - Method in class vtk.vtkSliceCubes
Set/get object to read slices.
setRecursionDepth(int) - Method in class vtk.vtkRecursiveSphereDirectionEncoder
Set / Get the recursion depth for the subdivision.
setReduction(double) - Method in class vtk.vtkGreedyTerrainDecimation
Specify the reduction of the mesh (represented as a fraction).
setReferenceCoordinate(vtkCoordinate) - Method in class vtk.vtkCoordinate
If this coordinate is relative to another coordinate, then specify that coordinate as the ReferenceCoordinate.
setReferenceCount(int) - Method in class vtk.vtkObjectBase
Sets the reference count.
setRefinementRatio(int, int) - Method in class vtk.vtkHierarchicalBoxDataSet
Sets the refinement of a given level.
setRelativeError(double) - Method in class vtk.vtkGreedyTerrainDecimation
Specify the relative error of the mesh; that is, the error in height between the decimated mesh and the original height field normalized by the diagonal of the image.
setRelaxationFactor(double) - Method in class vtk.vtkSmoothPolyDataFilter
Specify the relaxation factor for Laplacian smoothing.
setReleaseDataFlag(int) - Method in class vtk.vtkDataObject
Turn on/off flag to control whether this object's data is released after being used by a filter.
setReleaseDataFlag(int) - Method in class vtk.vtkSource
Turn on/off flag to control whether this object's data is released after being used by a source.
setRememberVoxelId(int) - Method in class vtk.vtkRectilinearGridToTetrahedra
Should the tetrahedra have scalar data indicating which Voxel they came from in the vtkRectilinearGrid?
setRenderFlag(int) - Method in class vtk.vtkRendererSource
If this flag is on, the Executing causes a render first.
setRenderTime(double) - Method in class vtk.vtkMapper
This instance variable is used by vtkLODActor to determine which mapper to use.
setRenderToRectangle(int) - Method in class vtk.vtkImageMapper
If RenderToRectangle is set (by default not), then the imagemapper will render the image into the rectangle supplied by the Actor2D's PositionCoordinate and Position2Coordinate
setRenderWindow(vtkRenderWindow) - Method in class vtk.vtkExporter
Set/Get the rendering window that contains the scene to be written.
setRenderWindow(vtkRenderWindow) - Method in class vtk.vtkImporter
 
setRenderWindow(vtkRenderWindow) - Method in class vtk.vtkRenderWindowInteractor
Set/Get the rendering window being controlled by this object.
setRenderWindow(vtkRenderWindow) - Method in class vtk.vtkRenderer
Specify the rendering window in which to draw.
setRenderWindow(vtkRenderWindow) - Method in class vtk.vtkTesting
Set and get the render window that will be used for regression testing.
setRenderer(vtkRenderer) - Method in class vtk.vtkSelectVisiblePoints
Specify the renderer in which the visibility computation is to be performed.
setRepeat(int) - Method in class vtk.vtkTexture
Turn on/off the repetition of the texture map when the texture coords extend beyond the [0,1] range.
setRepeatCount(int) - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
setReplaceIn(int) - Method in class vtk.vtkImageThreshold
Determines whether to replace the pixel in range with InValue
setReplaceOut(int) - Method in class vtk.vtkImageThreshold
Determines whether to replace the pixel out of range with OutValue
setReplaceValue(double) - Method in class vtk.vtkImageIslandRemoval2D
Set/Get the value to put in the place of removed pixels.
setRepresentation(int) - Method in class vtk.vtkPlaneWidget
Control how the plane appears when GetPolyData() is invoked.
setRepresentation(int) - Method in class vtk.vtkProperty
Control the surface geometry representation for the object.
setRepresentation(int) - Method in class vtk.vtkSphereWidget
Set the representation of the sphere.
setRepresentationToOff() - Method in class vtk.vtkPlaneWidget
Control how the plane appears when GetPolyData() is invoked.
setRepresentationToOff() - Method in class vtk.vtkSphereWidget
Set the representation of the sphere.
setRepresentationToOutline() - Method in class vtk.vtkPlaneWidget
Control how the plane appears when GetPolyData() is invoked.
setRepresentationToPoints() - Method in class vtk.vtkProperty
Control the surface geometry representation for the object.
setRepresentationToSurface() - Method in class vtk.vtkPlaneWidget
Force the plane widget to be aligned with one of the x-y-z axes.
setRepresentationToSurface() - Method in class vtk.vtkProperty
Control the surface geometry representation for the object.
setRepresentationToSurface() - Method in class vtk.vtkSphereWidget
Set/Get the resolution of the sphere in the Theta direction.
setRepresentationToWireframe() - Method in class vtk.vtkPlaneWidget
Control how the plane appears when GetPolyData() is invoked.
setRepresentationToWireframe() - Method in class vtk.vtkProperty
Control the surface geometry representation for the object.
setRepresentationToWireframe() - Method in class vtk.vtkSphereWidget
Set the representation of the sphere.
setRequestExactExtent(int) - Method in class vtk.vtkDataObject
This request flag indicates whether the requester can handle more data than requested.
setResliceAxes(vtkMatrix4x4) - Method in class vtk.vtkImageReslice
This method is used to set up the axes for the output voxels.
setResliceAxesDirectionCosines(double, double, double, double, double, double, double, double, double) - Method in class vtk.vtkImageReslice
Specify the direction cosines for the ResliceAxes (i.e. the first three elements of each of the first three columns of the ResliceAxes matrix).
setResliceAxesDirectionCosines(double[], double[], double[]) - Method in class vtk.vtkImageReslice
Specify the direction cosines for the ResliceAxes (i.e. the first three elements of each of the first three columns of the ResliceAxes matrix).
setResliceAxesDirectionCosines(double[]) - Method in class vtk.vtkImageReslice
Specify the direction cosines for the ResliceAxes (i.e. the first three elements of each of the first three columns of the ResliceAxes matrix).
setResliceAxesOrigin(double, double, double) - Method in class vtk.vtkImageReslice
Specify the origin for the ResliceAxes (i.e. the first three elements of the final column of the ResliceAxes matrix).
setResliceAxesOrigin(double[]) - Method in class vtk.vtkImageReslice
Specify the origin for the ResliceAxes (i.e. the first three elements of the final column of the ResliceAxes matrix).
setResliceInterpolate(int) - Method in class vtk.vtkImagePlaneWidget
Set the interpolation to use when texturing the plane.
setResliceInterpolateToCubic() - Method in class vtk.vtkImagePlaneWidget
Convenience method to get the vtkImageReslice output.
setResliceInterpolateToLinear() - Method in class vtk.vtkImagePlaneWidget
Set the interpolation to use when texturing the plane.
setResliceInterpolateToNearestNeighbour() - Method in class vtk.vtkImagePlaneWidget
Set the interpolation to use when texturing the plane.
setResliceTransform(vtkAbstractTransform) - Method in class vtk.vtkImageReslice
Set a transform to be applied to the resampling grid that has been defined via the ResliceAxes and the output Origin, Spacing and Extent.
setResolution(int) - Method in class vtk.vtkCGMWriter
Specify the resolution of the CGM file.
setResolution(int) - Method in class vtk.vtkConeSource
Set the number of facets used to represent the cone.
setResolution(int) - Method in class vtk.vtkCylinderSource
Set the number of facets used to define cylinder.
setResolution(int) - Method in class vtk.vtkLineSource
Divide line into resolution number of pieces.
setResolution(int) - Method in class vtk.vtkLineWidget
Set/Get the resolution (number of subdivisions) of the line.
setResolution(int, int) - Method in class vtk.vtkPlaneSource
Set the number of x-y subdivisions in the plane.
setResolution(int) - Method in class vtk.vtkPlaneWidget
Set/Get the resolution (number of subdivisions) of the plane.
setResolution(int) - Method in class vtk.vtkRotationalExtrusionFilter
Set/Get resolution of sweep operation.
setResolution(int, int) - Method in class vtk.vtkRuledSurfaceFilter
If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate.
setResolution(int[]) - Method in class vtk.vtkRuledSurfaceFilter
If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate.
setResolution(int) - Method in class vtk.vtkSplineWidget
Set/Get the number of line segments representing the spline for this widget.
setResolveCoincidentTopology(int) - Method in class vtk.vtkMapper
Set/Get a global flag that controls whether coincident topology (e.g., a line on top of a polygon) is shifted to avoid z-buffer resolution (and hence rendering problems).
setResolveCoincidentTopologyPolygonOffsetParameters(double, double) - Method in class vtk.vtkMapper
Used to set the polygon offset scale factor and units.
setResolveCoincidentTopologyToDefault() - Method in class vtk.vtkMapper
Set/Get a global flag that controls whether coincident topology (e.g., a line on top of a polygon) is shifted to avoid z-buffer resolution (and hence rendering problems).
setResolveCoincidentTopologyToOff() - Method in class vtk.vtkMapper
Set/Get a global flag that controls whether coincident topology (e.g., a line on top of a polygon) is shifted to avoid z-buffer resolution (and hence rendering problems).
setResolveCoincidentTopologyToPolygonOffset() - Method in class vtk.vtkMapper
Set/Get a global flag that controls whether coincident topology (e.g., a line on top of a polygon) is shifted to avoid z-buffer resolution (and hence rendering problems).
setResolveCoincidentTopologyToShiftZBuffer() - Method in class vtk.vtkMapper
Used to set the polygon offset scale factor and units.
setResolveCoincidentTopologyZShift(double) - Method in class vtk.vtkMapper
Used to set the z-shift if ResolveCoincidentTopology is set to ShiftZBuffer.
setRestoreUpVector(int) - Method in class vtk.vtkInteractorStyleFlight
When flying, apply a restorative force to the "Up" vector.
setRestrictPlaneToVolume(int) - Method in class vtk.vtkImagePlaneWidget
Make sure that the plane remains within the volume.
setResult(vtkUnsignedCharArray) - Method in class vtk.vtkJPEGWriter
When writing to memory this is the result, it will be NULL until the data is written the first time
setResult(vtkUnsignedCharArray) - Method in class vtk.vtkPNGWriter
When writing to memory this is the result, it will be NULL until the data is written the first time
setResultArrayName(String) - Method in class vtk.vtkArrayCalculator
Set the name of the array in which to store the result of evaluating this function.
setRetainCellLists(int) - Method in class vtk.vtkLocator
Boolean controls whether to maintain list of entities in each bucket.
setReverseCells(int) - Method in class vtk.vtkReverseSense
Flag controls whether to reverse cell ordering.
setReverseNormals(int) - Method in class vtk.vtkReverseSense
Flag controls whether to reverse normal orientation.
setReverseStencil(int) - Method in class vtk.vtkImageAccumulate
Reverse the stencil.
setReverseStencil(int) - Method in class vtk.vtkImageStencil
Reverse the stencil.
setReverseXAxis(int) - Method in class vtk.vtkXYPlotActor
Normally the x-axis is plotted from minimum to maximum.
setReverseYAxis(int) - Method in class vtk.vtkXYPlotActor
Normally the y-axis is plotted from minimum to maximum.
setRightButtonAction(int) - Method in class vtk.vtkImagePlaneWidget
Set action associated to buttons.
setRightButtonAutoModifier(int) - Method in class vtk.vtkImagePlaneWidget
Set the auto-modifiers associated to buttons.
setRightConstraint(int) - Method in class vtk.vtkSpline
Set the type of constraint of the left(right) end points.
setRightValue(double) - Method in class vtk.vtkSpline
The values of the derivative on the left and right sides.
setRoll(double) - Method in class vtk.vtkCamera
Set the roll angle of the camera about the direction of projection.
setRotationAngle(double) - Method in class vtk.vtkGlyphSource2D
Specify an angle (in degrees) to rotate the glyph around the z-axis.
setRotationEnabled(int) - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
setRotationScale(double) - Method in class vtk.vtkStreamTracer
 
setRuledMode(int) - Method in class vtk.vtkRuledSurfaceFilter
Set the mode by which to create the ruled surface.
setRuledModeToPointWalk() - Method in class vtk.vtkRuledSurfaceFilter
Set the mode by which to create the ruled surface.
setRuledModeToResample() - Method in class vtk.vtkRuledSurfaceFilter
Set the mode by which to create the ruled surface.
setRunState(int) - Method in class vtk.vtkPushPipeline
What is the run state, a pusher should set this to 2 when it is out of data
setSFunction(vtkImplicitFunction) - Method in class vtk.vtkImplicitTextureCoords
Specify an implicit function to compute the s texture coordinate.
setSRange(double, double) - Method in class vtk.vtkProjectedTexture
Specify s-coordinate range for texture s-t coordinate pair.
setSRange(double[]) - Method in class vtk.vtkProjectedTexture
Specify s-coordinate range for texture s-t coordinate pair.
setSRange(double, double) - Method in class vtk.vtkTextureMapToPlane
Specify s-coordinate range for texture s-t coordinate pair.
setSRange(double[]) - Method in class vtk.vtkTextureMapToPlane
Specify s-coordinate range for texture s-t coordinate pair.
setSampleCX(double, double, double, double) - Method in class vtk.vtkImageMandelbrotSource
Imaginary and real value for C (constant in equation) and X (initial value).
setSampleCX(double[]) - Method in class vtk.vtkImageMandelbrotSource
Imaginary and real value for C (constant in equation) and X (initial value).
setSampleDimensions(int, int, int) - Method in class vtk.vtkGaussianSplatter
Set / get the dimensions of the sampling structured point set.
setSampleDimensions(int[]) - Method in class vtk.vtkGaussianSplatter
Set / get the dimensions of the sampling structured point set.
setSampleDimensions(int, int, int) - Method in class vtk.vtkImplicitModeller
Set/Get the i-j-k dimensions on which to sample distance function.
setSampleDimensions(int[]) - Method in class vtk.vtkImplicitModeller
Set/Get the i-j-k dimensions on which to sample distance function.
setSampleDimensions(int, int, int) - Method in class vtk.vtkPointLoad
Specify the dimensions of the volume.
setSampleDimensions(int[]) - Method in class vtk.vtkPointLoad
Specify the dimensions of the volume.
setSampleDimensions(int, int, int) - Method in class vtk.vtkSampleFunction
Specify the dimensions of the data on which to sample.
setSampleDimensions(int[]) - Method in class vtk.vtkSampleFunction
Specify the dimensions of the data on which to sample.
setSampleDimensions(int, int, int) - Method in class vtk.vtkShepardMethod
Set the i-j-k dimensions on which to sample the distance function.
setSampleDimensions(int[]) - Method in class vtk.vtkShepardMethod
Set the i-j-k dimensions on which to sample the distance function.
setSampleDimensions(int, int, int) - Method in class vtk.vtkSweptSurface
Specify i-j-k dimensions to sample input with.
setSampleDimensions(int[]) - Method in class vtk.vtkSweptSurface
Specify i-j-k dimensions to sample input with.
setSampleDimensions(int, int, int) - Method in class vtk.vtkVoxelModeller
Set the i-j-k dimensions on which to sample the distance function.
setSampleDimensions(int[]) - Method in class vtk.vtkVoxelModeller
Set the i-j-k dimensions on which to sample the distance function.
setSampleDistance(double) - Method in class vtk.vtkVolumeRayCastMapper
Set/Get the distance between samples.
setSampleRate(int, int, int) - Method in class vtk.vtkExtractGrid
Set the sampling rate in the i, j, and k directions.
setSampleRate(int[]) - Method in class vtk.vtkExtractGrid
Set the sampling rate in the i, j, and k directions.
setSampleRate(int, int, int) - Method in class vtk.vtkExtractRectilinearGrid
Set the sampling rate in the i, j, and k directions.
setSampleRate(int[]) - Method in class vtk.vtkExtractRectilinearGrid
Set the sampling rate in the i, j, and k directions.
setSampleRate(int, int, int) - Method in class vtk.vtkExtractVOI
Set the sampling rate in the i, j, and k directions.
setSampleRate(int[]) - Method in class vtk.vtkExtractVOI
Set the sampling rate in the i, j, and k directions.
setSampleSpacing(double) - Method in class vtk.vtkSurfaceReconstructionFilter
Specify the spacing of the 3D sampling grid.
setSampleSpacingInVoxels(int) - Method in class vtk.vtkFiniteDifferenceGradientEstimator
Set/Get the spacing between samples for the finite differences method used to compute the normal.
setSaturationRange(double, double) - Method in class vtk.vtkLookupTable
Set the range in saturation (using automatic generation).
setSaturationRange(double[]) - Method in class vtk.vtkLookupTable
Set the range in saturation (using automatic generation).
setSavePointInterval(double) - Method in class vtk.vtkStreamer
 
setScalarArrayName(String) - Method in class vtk.vtkImageReader
Set/get the scalar array name for this data set.
setScalarBarActor(vtkScalarBarActor) - Method in class vtk.vtkScalarBarWidget
Get the ScalarBar used by this Widget.
setScalarComponent(int, String, int, int, int, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the scalar components.
setScalarComponent(int, String, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the scalar components.
setScalarComponentFromDouble(int, int, int, int, double) - Method in class vtk.vtkImageData
For access to data from tcl
setScalarComponents(int, int) - Method in class vtk.vtkExtractTensorComponents
Specify the (row,column) tensor component to extract as a scalar.
setScalarComponents(int[]) - Method in class vtk.vtkExtractTensorComponents
Specify the (row,column) tensor component to extract as a scalar.
setScalarConnectivity(int) - Method in class vtk.vtkConnectivityFilter
Turn on/off connectivity based on scalar value.
setScalarConnectivity(int) - Method in class vtk.vtkPolyDataConnectivityFilter
Turn on/off connectivity based on scalar value.
setScalarFileName(String) - Method in class vtk.vtkBYUReader
Specify name of scalar FileName.
setScalarFileName(String) - Method in class vtk.vtkBYUWriter
Specify the name of the scalar file to write.
setScalarFunctionNumber(int) - Method in class vtk.vtkPLOT3DReader
Specify the scalar function to extract.
setScalarMaterialMode(int) - Method in class vtk.vtkMapper
Set/Get the light-model color mode.
setScalarMaterialModeToAmbient() - Method in class vtk.vtkMapper
Set/Get the light-model color mode.
setScalarMaterialModeToAmbientAndDiffuse() - Method in class vtk.vtkMapper
Set/Get the light-model color mode.
setScalarMaterialModeToDefault() - Method in class vtk.vtkMapper
Set/Get the light-model color mode.
setScalarMaterialModeToDiffuse() - Method in class vtk.vtkMapper
Set/Get the light-model color mode.
setScalarMode(int) - Method in class vtk.vtkBandedPolyDataContourFilter
Control whether the cell scalars are output as an integer index or a scalar value.
setScalarMode(int) - Method in class vtk.vtkExtractTensorComponents
Specify how to extract the scalar.
setScalarMode(int) - Method in class vtk.vtkMapper
Control how the filter works with scalar point data and cell attribute data.
setScalarMode(int) - Method in class vtk.vtkPolyDataMapper2D
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToComponent() - Method in class vtk.vtkExtractTensorComponents
Specify how to extract the scalar.
setScalarModeToDefault() - Method in class vtk.vtkMapper
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToDefault() - Method in class vtk.vtkPolyDataMapper2D
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToDeterminant() - Method in class vtk.vtkExtractTensorComponents
Specify how to extract the scalar.
setScalarModeToEffectiveStress() - Method in class vtk.vtkExtractTensorComponents
Specify how to extract the scalar.
setScalarModeToIndex() - Method in class vtk.vtkBandedPolyDataContourFilter
Control whether the cell scalars are output as an integer index or a scalar value.
setScalarModeToUseCellData() - Method in class vtk.vtkMapper
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToUseCellData() - Method in class vtk.vtkPolyDataMapper2D
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToUseCellFieldData() - Method in class vtk.vtkMapper
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToUseCellFieldData() - Method in class vtk.vtkPolyDataMapper2D
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToUsePointData() - Method in class vtk.vtkMapper
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToUsePointData() - Method in class vtk.vtkPolyDataMapper2D
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToUsePointFieldData() - Method in class vtk.vtkMapper
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToUsePointFieldData() - Method in class vtk.vtkPolyDataMapper2D
Control how the filter works with scalar point data and cell attribute data.
setScalarModeToValue() - Method in class vtk.vtkBandedPolyDataContourFilter
Turn on/off a flag to control whether contour edges are generated.
setScalarOpacity(int, vtkPiecewiseFunction) - Method in class vtk.vtkVolumeProperty
Set the opacity of a volume to an opacity transfer function based on scalar value for the component indicated by index.
setScalarOpacity(vtkPiecewiseFunction) - Method in class vtk.vtkVolumeProperty
Set the opacity of a volume to an opacity transfer function based on scalar value for the component indicated by index.
setScalarOpacityUnitDistance(int, double) - Method in class vtk.vtkVolumeProperty
Set/Get the unit distance on which the scalar opacity transfer function is defined.
setScalarOpacityUnitDistance(double) - Method in class vtk.vtkVolumeProperty
Set/Get the unit distance on which the scalar opacity transfer function is defined.
setScalarRange(double, double) - Method in class vtk.vtkConnectivityFilter
Set the scalar range to use to extract cells based on scalar connectivity.
setScalarRange(double[]) - Method in class vtk.vtkConnectivityFilter
Set the scalar range to use to extract cells based on scalar connectivity.
setScalarRange(double, double) - Method in class vtk.vtkElevationFilter
Specify range to map scalars into.
setScalarRange(double[]) - Method in class vtk.vtkElevationFilter
Specify range to map scalars into.
setScalarRange(double, double) - Method in class vtk.vtkMapper
Specify range in terms of scalar minimum and maximum (smin,smax).
setScalarRange(double[]) - Method in class vtk.vtkMapper
Specify range in terms of scalar minimum and maximum (smin,smax).
setScalarRange(double[]) - Method in class vtk.vtkPolyDataConnectivityFilter
Set the scalar range to use to extract cells based on scalar connectivity.
setScalarRange(double, double) - Method in class vtk.vtkPolyDataMapper2D
Specify range in terms of scalar minimum and maximum (smin,smax).
setScalarRange(double[]) - Method in class vtk.vtkPolyDataMapper2D
Specify range in terms of scalar minimum and maximum (smin,smax).
setScalarRange(double, double) - Method in class vtk.vtkVectorDot
Specify range to map scalars into.
setScalarRange(double[]) - Method in class vtk.vtkVectorDot
Specify range to map scalars into.
setScalarTags(int) - Method in class vtk.vtkSTLReader
Turn on/off tagging of solids with scalars.
setScalarTree(vtkScalarTree) - Method in class vtk.vtkContourFilter
Enable the use of a scalar tree to accelerate contour extraction.
setScalarType(int) - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarTypeToChar() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarTypeToDouble() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarTypeToFloat() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarTypeToInt() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarTypeToLong() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarTypeToShort() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarTypeToUnsignedChar() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarTypeToUnsignedInt() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarTypeToUnsignedLong() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarTypeToUnsignedShort() - Method in class vtk.vtkImageData
Set/Get the data scalar type (i.e VTK_DOUBLE).
setScalarVariableValue(String, double) - Method in class vtk.vtkFunctionParser
Set the value of a scalar variable.
setScalarVariableValue(int, double) - Method in class vtk.vtkFunctionParser
Set the value of a scalar variable.
setScalarVisibility(int) - Method in class vtk.vtkLegendBoxActor
Turn on/off flag to control whether the symbol's scalar data is used to color the symbol.
setScalarVisibility(int) - Method in class vtk.vtkMapper
Turn on/off flag to control whether scalar data is used to color objects.
setScalarVisibility(int) - Method in class vtk.vtkPolyDataMapper2D
Turn on/off flag to control whether scalar data is used to color objects.
setScalarWarping(int) - Method in class vtk.vtkGaussianSplatter
Turn on/off the scaling of splats by scalar value.
setScalars(vtkDataArray) - Method in class vtk.vtkDataSetAttributes
Set/Get the scalar data.
setScalars(vtkDataSet) - Method in class vtk.vtkMergeFilter
Specify object from which to extract scalar information.
setScalars(vtkDataArray) - Method in class vtk.vtkSampleFunction
Control the type of the scalars object by explicitly providing a scalar object.
setScalarsAttribute(int) - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
setScalarsName(String) - Method in class vtk.vtkDataReader
Set the name of the scalar data to extract.
setScalarsName(String) - Method in class vtk.vtkDataWriter
Give a name to the scalar data.
setScalarsWeight(double) - Method in class vtk.vtkQuadricDecimation
Set/Get the scaling weight contribution of the attribute.
setScale(double) - Method in class vtk.vtkGlyphSource2D
Set the scale of the glyph.
setScale(double) - Method in class vtk.vtkImageShiftScale
Set/Get the scale value.
setScale(int) - Method in class vtk.vtkLookupTable
Set the type of scale to use, linear or logarithmic.
setScale(double, double, double) - Method in class vtk.vtkProp3D
Set/Get the scale of the actor.
setScale(double[]) - Method in class vtk.vtkProp3D
Set/Get the scale of the actor.
setScale(double) - Method in class vtk.vtkProp3D
Method to set the scale isotropically
setScale(int) - Method in class vtk.vtkSphereWidget
Enable translation and scaling of the widget.
setScale(double, double, double) - Method in class vtk.vtkSuperquadric
Set the scale factors of the superquadric.
setScale(double[]) - Method in class vtk.vtkSuperquadric
Set the scale factors of the superquadric.
setScale(double, double, double) - Method in class vtk.vtkSuperquadricSource
Set the scale factors of the superquadric.
setScale(double[]) - Method in class vtk.vtkSuperquadricSource
Set the scale factors of the superquadric.
setScale(double, double, double) - Method in class vtk.vtkTransformTextureCoords
Set/Get the scale of the texture map.
setScale(double[]) - Method in class vtk.vtkTransformTextureCoords
Set/Get the scale of the texture map.
setScale2(double) - Method in class vtk.vtkGlyphSource2D
Set the scale of optional portions of the glyph (e.g., the dash and cross is DashOn() and CrossOn()).
setScaleFactor(double) - Method in class vtk.vtkAxes
Set the scale factor of the axes.
setScaleFactor(double) - Method in class vtk.vtkGaussianSplatter
Multiply Gaussian splat distribution by this value.
setScaleFactor(double) - Method in class vtk.vtkGlyph3D
Specify scale factor to scale object by.
setScaleFactor(double) - Method in class vtk.vtkHedgeHog
Set scale factor to control size of oriented lines.
setScaleFactor(double) - Method in class vtk.vtkLinearExtrusionFilter
Set/Get extrusion scale factor,
setScaleFactor(double) - Method in class vtk.vtkTensorGlyph
Specify scale factor to scale object by.
setScaleFactor(double) - Method in class vtk.vtkTriangularTexture
Set a Scale Factor.
setScaleFactor(double) - Method in class vtk.vtkWarpScalar
Specify value to scale displacement.
setScaleFactor(double) - Method in class vtk.vtkWarpTo
Set/Get the value to scale displacement.
setScaleFactor(double) - Method in class vtk.vtkWarpVector
Specify value to scale displacement.
setScaleMode(int) - Method in class vtk.vtkGlyph3D
Either scale by scalar or by vector/normal magnitude.
setScaleModeToDataScalingOff() - Method in class vtk.vtkGlyph3D
Either scale by scalar or by vector/normal magnitude.
setScaleModeToScaleByScalar() - Method in class vtk.vtkGlyph3D
Either scale by scalar or by vector/normal magnitude.
setScaleModeToScaleByVector() - Method in class vtk.vtkGlyph3D
Either scale by scalar or by vector/normal magnitude.
setScaleModeToScaleByVectorComponents() - Method in class vtk.vtkGlyph3D
Either scale by scalar or by vector/normal magnitude.
setScaleToLinear() - Method in class vtk.vtkLookupTable
Set the type of scale to use, linear or logarithmic.
setScaleToLog10() - Method in class vtk.vtkLookupTable
Set the type of scale to use, linear or logarithmic.
setScaledText(int) - Method in class vtk.vtkTextActor
Turn on or off the ScaledText option.
setScaling(int) - Method in class vtk.vtkCubeAxesActor2D
Set/Get a flag that controls whether the axes are scaled to fit in the viewport.
setScaling(int) - Method in class vtk.vtkGlyph3D
Turn on/off scaling of source geometry.
setScaling(int) - Method in class vtk.vtkTensorGlyph
Turn on/off scaling of glyph with eigenvalues.
setScalingEnabled(int) - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
setSelectInvisible(int) - Method in class vtk.vtkSelectVisiblePoints
Set/Get the flag which enables inverse selection; i.e., invisible points are selected.
setSelectedComponent(int) - Method in class vtk.vtkThreshold
When the component mode is UseSelected, this ivar indicated the selected component.
setSelectedHandleProperty(vtkProperty) - Method in class vtk.vtkImageTracerWidget
Set/Get the handle properties (the 2D glyphs are the handles).
setSelectedHandleProperty(vtkProperty) - Method in class vtk.vtkSplineWidget
Set/Get the handle properties (the little balls are the handles).
setSelectedLODID(int) - Method in class vtk.vtkLODProp3D
Set the id of the LOD that is to be drawn when automatic LOD selection is turned off.
setSelectedLineProperty(vtkProperty) - Method in class vtk.vtkImageTracerWidget
Set/Get the line properties.
setSelectedLineProperty(vtkProperty) - Method in class vtk.vtkSplineWidget
Set/Get the line properties.
setSelectedPickLODID(int) - Method in class vtk.vtkLODProp3D
Set the id of the LOD that is to be used for picking when automatic LOD pick selection is turned off.
setSelectedPlaneProperty(vtkProperty) - Method in class vtk.vtkImagePlaneWidget
Set/Get the plane's outline properties.
setSelection(int, int, int, int) - Method in class vtk.vtkSelectVisiblePoints
Specify the selection window in display coordinates.
setSelection(int[]) - Method in class vtk.vtkSelectVisiblePoints
Specify the selection window in display coordinates.
setSelectionMode(int) - Method in class vtk.vtkSelectPolyData
Control how inside/outside of loop is defined.
setSelectionModeToClosestPointRegion() - Method in class vtk.vtkSelectPolyData
Control how inside/outside of loop is defined.
setSelectionModeToLargestRegion() - Method in class vtk.vtkSelectPolyData
Control how inside/outside of loop is defined.
setSelectionModeToSmallestRegion() - Method in class vtk.vtkSelectPolyData
Control how inside/outside of loop is defined.
setSelectionWindow(int) - Method in class vtk.vtkSelectVisiblePoints
Set/Get the flag which enables selection in a rectangular display region.
setSeries(String) - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
setShade(int, int) - Method in class vtk.vtkVolumeProperty
Set/Get the shading of a volume.
setShade(int) - Method in class vtk.vtkVolumeProperty
Set/Get the shading of a volume.
setShadow(int) - Method in class vtk.vtkTextProperty
Enable/disable text shadows.
setShadows(int) - Method in class vtk.vtkRIBLight
 
setShaftRadius(double) - Method in class vtk.vtkArrowSource
Set the radius of the shaft.
setShaftResolution(int) - Method in class vtk.vtkArrowSource
Set the resolution of the shaft. 2 gives a rectangle.
setShift(double) - Method in class vtk.vtkImageShiftScale
Set/Get the shift value.
setShift(int, int, int) - Method in class vtk.vtkImageShrink3D
Set/Get the pixel to use as origin.
setShift(int[]) - Method in class vtk.vtkImageShrink3D
Set/Get the pixel to use as origin.
setShiftKey(int) - Method in class vtk.vtkRenderWindowInteractor
Set/Get information about the current event.
setShoulderResolution(int) - Method in class vtk.vtkButtonSource
Specify the resolution of the texture in the radial direction in the shoulder region.
setShoulderTextureCoordinate(double, double) - Method in class vtk.vtkButtonSource
Set/Get the default texture coordinate to set the shoulder region to.
setShoulderTextureCoordinate(double[]) - Method in class vtk.vtkButtonSource
Set/Get the default texture coordinate to set the shoulder region to.
setShrinkFactor(double) - Method in class vtk.vtkShrinkFilter
Set the fraction of shrink for each cell.
setShrinkFactor(double) - Method in class vtk.vtkShrinkPolyData
Set the fraction of shrink for each cell.
setShrinkFactors(int, int, int) - Method in class vtk.vtkImageShrink3D
Set/Get the shrink factors
setShrinkFactors(int[]) - Method in class vtk.vtkImageShrink3D
Set/Get the shrink factors
setSidesShareVertices(int) - Method in class vtk.vtkTubeFilter
Set a boolean to control whether tube sides should share vertices.
setSigma(double) - Method in class vtk.vtkThinPlateSplineTransform
Specify the 'stiffness' of the spline.
setSize(int, int) - Method in class vtk.vtkCanvas
 
setSize(int, int) - Method in class vtk.vtkImageViewer
Set/Get the size of the window in screen coordinates.
setSize(int[]) - Method in class vtk.vtkImageViewer
Set/Get the size of the window in screen coordinates.
setSize(int, int) - Method in class vtk.vtkImageViewer2
Set/Get the size of the window in screen coordinates.
setSize(int[]) - Method in class vtk.vtkImageViewer2
Set/Get the size of the window in screen coordinates.
setSize(int, int) - Method in class vtk.vtkPanel
 
setSize(int, int) - Method in class vtk.vtkRIBExporter
 
setSize(int[]) - Method in class vtk.vtkRIBExporter
 
setSize(int, int) - Method in class vtk.vtkRenderWindowInteractor
This methods sets the Size ivar of the interactor without actually changing the size of the window.
setSize(int[]) - Method in class vtk.vtkRenderWindowInteractor
This methods sets the Size ivar of the interactor without actually changing the size of the window.
setSize(double) - Method in class vtk.vtkSuperquadric
Set/Get Superquadric isotropic size.
setSize(double) - Method in class vtk.vtkSuperquadricSource
Set/Get Superquadric isotropic size.
setSize(int, int) - Method in class vtk.vtkWindow
Set/Get the size of the window in screen coordinates.
setSize(int[]) - Method in class vtk.vtkWindow
Set/Get the size of the window in screen coordinates.
setSize(int, int) - Method in class vtk.vtkXOpenGLRenderWindow
Specify the size of the rendering window.
setSize(int[]) - Method in class vtk.vtkXOpenGLRenderWindow
Specify the size of the rendering window.
setSizeCX(double, double, double, double) - Method in class vtk.vtkImageMandelbrotSource
Just a different way of setting the sample.
setSliceIndex(int) - Method in class vtk.vtkImagePlaneWidget
Set the slice position in terms of the data extent.
setSlicePosition(double) - Method in class vtk.vtkImagePlaneWidget
Set the position of the slice along its normal.
setSmoothing(int) - Method in class vtk.vtkImageToPolyDataFilter
If the output style is set to polygonalize, then you can control whether to smooth boundaries.
setSnapToImage(int) - Method in class vtk.vtkImageTracerWidget
Force snapping to image data while tracing.
setSolidType(int) - Method in class vtk.vtkPlatonicSolidSource
Specify the type of PlatonicSolid solid to create.
setSolidTypeToCube() - Method in class vtk.vtkPlatonicSolidSource
Specify the type of PlatonicSolid solid to create.
setSolidTypeToDodecahedron() - Method in class vtk.vtkPlatonicSolidSource
 
setSolidTypeToIcosahedron() - Method in class vtk.vtkPlatonicSolidSource
Specify the type of PlatonicSolid solid to create.
setSolidTypeToOctahedron() - Method in class vtk.vtkPlatonicSolidSource
Specify the type of PlatonicSolid solid to create.
setSolidTypeToTetrahedron() - Method in class vtk.vtkPlatonicSolidSource
Specify the type of PlatonicSolid solid to create.
setSort(int) - Method in class vtk.vtkCGMWriter
Turn on/off the sorting of the cells via depth.
setSortBy(int) - Method in class vtk.vtkCutter
Set the sorting order for the generated polydata.
setSortByToSortByCell() - Method in class vtk.vtkCutter
Set the sorting order for the generated polydata.
setSortByToSortByValue() - Method in class vtk.vtkCutter
Set the sorting order for the generated polydata.
setSortScalars(int) - Method in class vtk.vtkDepthSortPolyData
Set/Get a flag that controls the generation of scalar values corresponding to the sort order.
setSortingStyle(int) - Method in class vtk.vtkFrustumCoverageCuller
Set the sorting style - none, front-to-back or back-to-front The default is none
setSortingStyleToBackToFront() - Method in class vtk.vtkFrustumCoverageCuller
Set the sorting style - none, front-to-back or back-to-front The default is none
setSortingStyleToFrontToBack() - Method in class vtk.vtkFrustumCoverageCuller
Set the sorting style - none, front-to-back or back-to-front The default is none
setSortingStyleToNone() - Method in class vtk.vtkFrustumCoverageCuller
Set the sorting style - none, front-to-back or back-to-front The default is none
setSource(vtkSource) - Method in class vtk.vtkDataObject
Set/Get the source object creating this data object.
setSource(vtkPolyData) - Method in class vtk.vtkDelaunay2D
Specify the source object used to specify constrained edges and loops.
setSource(vtkPolyData) - Method in class vtk.vtkGlyph3D
Set the source to use for he glyph.
setSource(int, vtkPolyData) - Method in class vtk.vtkGlyph3D
Specify a source object at a specified table location.
setSource(vtkDataSet) - Method in class vtk.vtkIterativeClosestPointTransform
Specify the source and target data sets.
setSource(vtkDataSet) - Method in class vtk.vtkProbeFilter
Specify the point locations used to probe input.
setSource(vtkPolyData) - Method in class vtk.vtkProgrammableGlyphFilter
Set/Get the source to use for this glyph.
setSource(vtkPolyData) - Method in class vtk.vtkSmoothPolyDataFilter
Specify the source object which is used to constrain smoothing.
setSource(vtkDataSet) - Method in class vtk.vtkStreamTracer
Specify the source object used to generate starting points.
setSource(vtkDataSet) - Method in class vtk.vtkStreamer
Specify the source object used to generate starting points.
setSource(vtkPolyData) - Method in class vtk.vtkTensorGlyph
Specify the geometry to copy to each point.
setSourceLandmarks(vtkPoints) - Method in class vtk.vtkLandmarkTransform
Specify the source and target landmark sets.
setSourceLandmarks(vtkPoints) - Method in class vtk.vtkThinPlateSplineTransform
Set the source landmarks for the warp.
setSpacing(double, double, double) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setSpacing(double[]) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setSpacing(double, double, double) - Method in class vtk.vtkImageData
Set the spacing (width,height,length) of the cubical cells that compose the data set.
setSpacing(double[]) - Method in class vtk.vtkImageData
Set the spacing (width,height,length) of the cubical cells that compose the data set.
setSpacing(double, double, double) - Method in class vtk.vtkImageStencilData
Set the desired spacing for the stencil.
setSpacing(double[]) - Method in class vtk.vtkImageStencilData
Set the desired spacing for the stencil.
setSpacing(double, double, double) - Method in class vtk.vtkUniformGrid
Set the spacing (width,height,length) of the cubical cells that compose the data set.
setSpacing(double[]) - Method in class vtk.vtkUniformGrid
Set the spacing (width,height,length) of the cubical cells that compose the data set.
setSpacing(double, double, double) - Method in class vtk.vtkVoxelContoursToSurfaceFilter
 
setSpacing(double[]) - Method in class vtk.vtkVoxelContoursToSurfaceFilter
 
setSpacingComponent(String, int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setSpacingComponent(String, int) - Method in class vtk.vtkDataObjectToDataSetFilter
 
setSpacingScale(double, double, double) - Method in class vtk.vtkImageChangeInformation
Apply a scale factor to the spacing.
setSpacingScale(double[]) - Method in class vtk.vtkImageChangeInformation
Apply a scale factor to the spacing.
setSpatialMatch(int) - Method in class vtk.vtkProbeFilter
This flag is used only when a piece is requested to update.
setSpatialRepresentation(vtkLocator) - Method in class vtk.vtkSpatialRepresentationFilter
Set/Get the locator that will be used to generate the representation.
setSpecifiedColor(double, double, double) - Method in class vtk.vtkCGMWriter
Set/Get the specified color to color the polydata cells.
setSpecifiedColor(double[]) - Method in class vtk.vtkCGMWriter
Set/Get the specified color to color the polydata cells.
setSpecular(double) - Method in class vtk.vtkProperty
Set/Get the specular lighting coefficient.
setSpecular(int, double) - Method in class vtk.vtkVolumeProperty
Set/Get the specular lighting coefficient.
setSpecular(double) - Method in class vtk.vtkVolumeProperty
Set/Get the specular lighting coefficient.
setSpecularColor(double, double, double) - Method in class vtk.vtkLight
Set/Get the color of the light.
setSpecularColor(double[]) - Method in class vtk.vtkLight
Set/Get the color of the light.
setSpecularColor(double, double, double) - Method in class vtk.vtkProperty
Set/Get the specular surface color.
setSpecularColor(double[]) - Method in class vtk.vtkProperty
Set/Get the specular surface color.
setSpecularPower(double) - Method in class vtk.vtkProperty
Set/Get the specular power.
setSpecularPower(int, double) - Method in class vtk.vtkVolumeProperty
Set/Get the specular power.
setSpecularPower(double) - Method in class vtk.vtkVolumeProperty
Set/Get the specular power.
setSpeed(double) - Method in class vtk.vtkVRMLExporter
Specify the Speed of navigation.
setSpeedScalars(int) - Method in class vtk.vtkStreamer
Turn on/off the creation of scalar data from velocity magnitude.
setSpline(vtkSpline) - Method in class vtk.vtkSplineFilter
Specify an instance of vtkSpline to use to perform the interpolation.
setSplitAngle(double) - Method in class vtk.vtkDecimatePro
Specify the mesh split angle.
setSplitModeToBlock() - Method in class vtk.vtkExtentTranslator
How should the streamer break up extents.
setSplitModeToXSlab() - Method in class vtk.vtkExtentTranslator
How should the streamer break up extents.
setSplitModeToYSlab() - Method in class vtk.vtkExtentTranslator
How should the streamer break up extents.
setSplitModeToZSlab() - Method in class vtk.vtkExtentTranslator
How should the streamer break up extents.
setSplitting(int) - Method in class vtk.vtkDecimatePro
Turn on/off the splitting of the mesh at corners, along edges, at non-manifold points, or anywhere else a split is required.
setSplitting(int) - Method in class vtk.vtkPolyDataNormals
Turn on/off the splitting of sharp edges.
setSquareNeighborhood(int) - Method in class vtk.vtkImageIslandRemoval2D
Set/Get whether to use 4 or 8 neighbors
setStandardDeviation(double) - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Standard deviation of the gaussian in pixel units.
setStandardDeviation(double, double) - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Standard deviation of the gaussian in pixel units.
setStandardDeviation(double, double, double) - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Radius Factors of the gaussian in pixel units.
setStandardDeviation(double) - Method in class vtk.vtkImageGaussianSource
Set/Get the standard deviation of the gaussian
setStandardDeviations(double, double, double) - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Standard deviation of the gaussian in pixel units.
setStandardDeviations(double[]) - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Standard deviation of the gaussian in pixel units.
setStandardDeviations(double, double) - Method in class vtk.vtkImageGaussianSmooth
Sets/Gets the Standard deviation of the gaussian in pixel units.
setStartByMatchingCentroids(int) - Method in class vtk.vtkIterativeClosestPointTransform
Starts the process by translating source centroid to target centroid.
setStartLocation(int, int, double[]) - Method in class vtk.vtkHyperStreamline
Specify the start of the hyperstreamline in the cell coordinate system.
setStartLocation(int, int, double, double, double) - Method in class vtk.vtkHyperStreamline
Specify the start of the hyperstreamline in the cell coordinate system.
setStartLocation(int, int, double[]) - Method in class vtk.vtkStreamer
Specify the start of the streamline in the cell coordinate system.
setStartLocation(int, int, double, double, double) - Method in class vtk.vtkStreamer
Specify the start of the streamline in the cell coordinate system.
setStartPhi(double) - Method in class vtk.vtkSphereSource
Set the starting latitude angle (0 is at north pole).
setStartPiece(int) - Method in class vtk.vtkXMLPDataWriter
Get/Set the range of pieces assigned to this writer.
setStartPosition(double[]) - Method in class vtk.vtkHyperStreamline
Specify the start of the hyperstreamline in the global coordinate system.
setStartPosition(double, double, double) - Method in class vtk.vtkHyperStreamline
Specify the start of the hyperstreamline in the global coordinate system.
setStartPosition(double, double, double) - Method in class vtk.vtkStreamTracer
Specify the start of the streamline in the global coordinate system.
setStartPosition(double[]) - Method in class vtk.vtkStreamTracer
Specify the start of the streamline in the global coordinate system.
setStartPosition(double[]) - Method in class vtk.vtkStreamer
Specify the start of the streamline in the global coordinate system.
setStartPosition(double, double, double) - Method in class vtk.vtkStreamer
Specify the start of the streamline in the global coordinate system.
setStartTheta(double) - Method in class vtk.vtkSphereSource
Set the starting longitude angle.
setStartTimeStamp(double) - Method in class vtk.vtkVideoSource
And internal variable which marks the beginning of a Record session.
setStartWrite(Object, String) - Method in class vtk.vtkExporter
Specify a function to be called before data is written.
setStencil(vtkImageStencilData) - Method in class vtk.vtkImageAccumulate
Use a stencil to specify which voxels to accumulate.
setStencil(vtkImageStencilData) - Method in class vtk.vtkImageBlend
Set a stencil to apply when blending the data.
setStencil(vtkImageStencilData) - Method in class vtk.vtkImageReslice
Use a stencil to limit the calculations to a specific region of the output.
setStencil(vtkImageStencilData) - Method in class vtk.vtkImageStencil
Specify the stencil to use.
setStepLength(double) - Method in class vtk.vtkHyperStreamline
Set / get the length of a tube segment composing the hyperstreamline.
setStepLength(double) - Method in class vtk.vtkStreamLine
Specify the length of a line segment.
setStereoCapableWindow(int) - Method in class vtk.vtkRenderWindow
Prescribe that the window be created in a stereo-capable mode.
setStereoCapableWindow(int) - Method in class vtk.vtkXOpenGLRenderWindow
Prescribe that the window be created in a stereo-capable mode.
setStereoRender(int) - Method in class vtk.vtkRenderWindow
Turn on/off stereo rendering.
setStereoType(int) - Method in class vtk.vtkPanel
 
setStereoType(int) - Method in class vtk.vtkRenderWindow
Set/Get what type of stereo rendering to use.
setStereoTypeToCrystalEyes() - Method in class vtk.vtkRenderWindow
Set/Get what type of stereo rendering to use.
setStereoTypeToDresden() - Method in class vtk.vtkRenderWindow
Set/Get what type of stereo rendering to use.
setStereoTypeToInterlaced() - Method in class vtk.vtkRenderWindow
Set/Get what type of stereo rendering to use.
setStereoTypeToLeft() - Method in class vtk.vtkRenderWindow
Set/Get what type of stereo rendering to use.
setStereoTypeToRedBlue() - Method in class vtk.vtkRenderWindow
Set/Get what type of stereo rendering to use.
setStereoTypeToRight() - Method in class vtk.vtkRenderWindow
Set/Get what type of stereo rendering to use.
setStillUpdateRate(double) - Method in class vtk.vtkRenderWindowInteractor
Set/Get the desired update rate when movement has stopped.
setStrips(vtkCellArray) - Method in class vtk.vtkPolyData
Set the cell array defining triangle strips.
setStripsComponent(String, int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
setStripsComponent(String, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
setStudy(String) - Method in class vtk.vtkMedicalImageReader2
Methods to set/get the patient information data.
setSubFrames(int) - Method in class vtk.vtkRenderWindow
Set the number of sub frames for doing motion blur.
setSubImageSize(int) - Method in class vtk.vtkImageToPolyDataFilter
Specify the size (n by n pixels) of the largest region to polygonalize.
setSubVolume(int, int, int, int, int, int) - Method in class vtk.vtkVolumeProMapper
Set the subvolume
setSubVolume(int[]) - Method in class vtk.vtkVolumeProMapper
Set the subvolume
setSubdivide(int) - Method in class vtk.vtkSplineFilter
Specify how the number of subdivisions is determined.
setSubdivideToLength() - Method in class vtk.vtkSplineFilter
Specify how the number of subdivisions is determined.
setSubdivideToSpecified() - Method in class vtk.vtkSplineFilter
Specify how the number of subdivisions is determined.
setSuperSampling(int) - Method in class vtk.vtkVolumeProMapper
Turn supersampling on/off
setSuperSamplingFactor(double, double, double) - Method in class vtk.vtkVolumeProMapper
Set the supersampling factors
setSuperSamplingFactor(double[]) - Method in class vtk.vtkVolumeProMapper
Set the supersampling factors
setSurfaceShader(String) - Method in class vtk.vtkRIBProperty
Specify the name of a surface shader.
setSwapBuffers(int) - Method in class vtk.vtkRenderWindow
Turn on/off buffer swapping between images.
setSwapBytes(int) - Method in class vtk.vtkImageReader2
Set/Get the byte swapping to explicitly swap the bytes of a file.
setSwapBytes(int) - Method in class vtk.vtkMCubesReader
Turn on/off byte swapping.
setSwapBytes(int) - Method in class vtk.vtkParticleReader
Set/Get the byte swapping to explicitly swap the bytes of a file.
setSwapBytes(int) - Method in class vtk.vtkVolume16Reader
Turn on/off byte swapping.
setSwitch(int) - Method in class vtk.vtkLight
Turn the light on or off.
setSymmetric(int) - Method in class vtk.vtkAxes
If Symetric is on, the the axis continue to negative values.
setSymmetric(int) - Method in class vtk.vtkTensorGlyph
Turn on/off drawing a mirror of each glyph
setT(double) - Method in class vtk.vtkInterpolateDataSetAttributes
Specify interpolation parameter t.
setTCoordComponent(int, String, int, int, int, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the cell texture coord components.
setTCoordComponent(int, String, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the cell texture coord components.
setTCoordComponents(int, int, int, int, int, int) - Method in class vtk.vtkExtractTensorComponents
Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
setTCoordComponents(int[]) - Method in class vtk.vtkExtractTensorComponents
Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
setTCoords(vtkDataArray) - Method in class vtk.vtkDataSetAttributes
Set/Get the texture coordinate data.
setTCoords(vtkDataSet) - Method in class vtk.vtkMergeFilter
Set / get the object from which to extract texture coordinates information.
setTCoordsAttribute(int) - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
setTCoordsName(String) - Method in class vtk.vtkDataReader
Set the name of the texture coordinate data to extract.
setTCoordsName(String) - Method in class vtk.vtkDataWriter
Give a name to the texture coordinates data.
setTCoordsWeight(double) - Method in class vtk.vtkQuadricDecimation
Set/Get the scaling weight contribution of the attribute.
setTFunction(vtkImplicitFunction) - Method in class vtk.vtkImplicitTextureCoords
Specify an implicit function to compute the t texture coordinate.
setTRange(double, double) - Method in class vtk.vtkProjectedTexture
Specify t-coordinate range for texture s-t coordinate pair.
setTRange(double[]) - Method in class vtk.vtkProjectedTexture
Specify t-coordinate range for texture s-t coordinate pair.
setTRange(double, double) - Method in class vtk.vtkTextureMapToPlane
Specify t-coordinate range for texture s-t coordinate pair.
setTRange(double[]) - Method in class vtk.vtkTextureMapToPlane
Specify t-coordinate range for texture s-t coordinate pair.
setTableRange(double[]) - Method in class vtk.vtkLookupTable
Set/Get the minimum/maximum scalar values for scalar mapping.
setTableRange(double, double) - Method in class vtk.vtkLookupTable
Set/Get the minimum/maximum scalar values for scalar mapping.
setTableValue(int, double[]) - Method in class vtk.vtkLookupTable
Directly load color into lookup table.
setTableValue(int, double, double, double, double) - Method in class vtk.vtkLookupTable
Directly load color into lookup table.
setTableValues(Color[]) - Method in class vtk.vtkSimpleLookupTable
Directly load color into lookup table.
setTarget(vtkDataSet) - Method in class vtk.vtkIterativeClosestPointTransform
Specify the source and target data sets.
setTargetFlag(int) - Method in class vtk.vtkSubPixelPositionEdgels
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
setTargetLandmarks(vtkPoints) - Method in class vtk.vtkLandmarkTransform
Specify the source and target landmark sets.
setTargetLandmarks(vtkPoints) - Method in class vtk.vtkThinPlateSplineTransform
Set the target landmarks for the warp.
setTargetReduction(double) - Method in class vtk.vtkDecimate
Specify the desired reduction in the total number of polygons.
setTargetReduction(double) - Method in class vtk.vtkDecimatePro
Specify the desired reduction in the total number of polygons (e.g., if TargetReduction is set to 0.9, this filter will try to reduce the data set to 10% of its original size).
setTargetReduction(double) - Method in class vtk.vtkQuadricDecimation
Set/Get the desired reduction (expressed as a fraction of the original number of triangles).
setTargetTextureSize(int, int) - Method in class vtk.vtkVolumeTextureMapper2D
Target size in pixels of each size of the texture for downloading.
setTargetTextureSize(int[]) - Method in class vtk.vtkVolumeTextureMapper2D
Target size in pixels of each size of the texture for downloading.
setTargetValue(double) - Method in class vtk.vtkSubPixelPositionEdgels
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
setTensorComponent(int, String, int, int, int, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the tensor components.
setTensorComponent(int, String, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the components of the field to be used for the tensor components.
setTensorMode(int) - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate tensor cell data.
setTensorModeToComputeGradient() - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate tensor cell data.
setTensorModeToComputeStrain() - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate tensor cell data.
setTensorModeToPassTensors() - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate tensor cell data.
setTensors(vtkDataArray) - Method in class vtk.vtkDataSetAttributes
Set/Get the tensor data.
setTensors(vtkDataSet) - Method in class vtk.vtkMergeFilter
Set / get the object from which to extract tensor data.
setTensorsAttribute(int) - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
setTensorsName(String) - Method in class vtk.vtkDataReader
Set the name of the tensor data to extract.
setTensorsName(String) - Method in class vtk.vtkDataWriter
Give a name to the tensors data.
setTensorsWeight(double) - Method in class vtk.vtkQuadricDecimation
Set/Get the scaling weight contribution of the attribute.
setTerminalEigenvalue(double) - Method in class vtk.vtkHyperStreamline
Set/get terminal eigenvalue.
setTerminalSpeed(double) - Method in class vtk.vtkStreamTracer
 
setTerminalSpeed(double) - Method in class vtk.vtkStreamer
Set/get terminal speed (i.e., speed is velocity magnitude).
setTetraPerCell(int) - Method in class vtk.vtkRectilinearGridToTetrahedra
Set the method to divide each cell (voxel) in the RectilinearGrid into tetrahedra.
setTetraPerCellTo12() - Method in class vtk.vtkRectilinearGridToTetrahedra
Set the method to divide each cell (voxel) in the RectilinearGrid into tetrahedra.
setTetraPerCellTo5() - Method in class vtk.vtkRectilinearGridToTetrahedra
Set the method to divide each cell (voxel) in the RectilinearGrid into tetrahedra.
setTetraPerCellTo5And12() - Method in class vtk.vtkRectilinearGridToTetrahedra
Set the method to divide each cell (voxel) in the RectilinearGrid into tetrahedra.
setTetraPerCellTo6() - Method in class vtk.vtkRectilinearGridToTetrahedra
Set the method to divide each cell (voxel) in the RectilinearGrid into tetrahedra.
setText(String) - Method in class vtk.vtkTextSource
Set/Get the text to be drawn.
setText(String) - Method in class vtk.vtkVectorText
Set/Get the text to be drawn.
setTextProperty(vtkTextProperty) - Method in class vtk.vtkImagePlaneWidget
Set/Get the text property for the image data and window-level annotation.
setTextProperty(vtkTextProperty) - Method in class vtk.vtkTextActor
Set/Get the text property.
setTextProperty(vtkTextProperty) - Method in class vtk.vtkTextMapper
Set/Get the text property.
setTexture(vtkTexture) - Method in class vtk.vtkActor
Set/Get the texture object to control rendering texture maps.
setTextureDimension(int) - Method in class vtk.vtkThresholdTextureCoords
Set the desired dimension of the texture map.
setTextureDimensions(int, int) - Method in class vtk.vtkButtonSource
Set/get the texture dimension.
setTextureDimensions(int[]) - Method in class vtk.vtkButtonSource
Set/get the texture dimension.
setTextureFileName(String) - Method in class vtk.vtkBYUReader
Specify name of texture coordinates FileName.
setTextureFileName(String) - Method in class vtk.vtkBYUWriter
Specify the name of the texture file to write.
setTextureInterpolate(int) - Method in class vtk.vtkImagePlaneWidget
Specify whether to interpolate the texture or not.
setTextureLength(double) - Method in class vtk.vtkRibbonFilter
Control the conversion of units during the texture coordinates calculation.
setTextureLength(double) - Method in class vtk.vtkSplineFilter
Control the conversion of units during the texture coordinates calculation.
setTextureLength(double) - Method in class vtk.vtkTubeFilter
Control the conversion of units during the texture coordinates calculation.
setTexturePattern(int) - Method in class vtk.vtkTriangularTexture
Set the texture pattern. 1 = opaque at centroid (default) 2 = opaque at vertices 3 = opaque in rings around vertices
setTexturePlaneProperty(vtkProperty) - Method in class vtk.vtkImagePlaneWidget
Set/Get the property for the resliced image.
setTexturePrefix(String) - Method in class vtk.vtkRIBExporter
Specify the prefix of any generated texture files.
setTextureResolution(int) - Method in class vtk.vtkButtonSource
Specify the resolution of the texture in the radial direction in the texture region.
setTextureStyle(int) - Method in class vtk.vtkButtonSource
Set/Get the style of the texture region: whether to size it according to the x-y dimensions of the texture, or whether to make the texture region proportional to the width/height of the button.
setTextureStyleToFitImage() - Method in class vtk.vtkButtonSource
Set/Get the style of the texture region: whether to size it according to the x-y dimensions of the texture, or whether to make the texture region proportional to the width/height of the button.
setTextureStyleToProportional() - Method in class vtk.vtkButtonSource
Set/get the texture dimension.
setTextureVisibility(int) - Method in class vtk.vtkImagePlaneWidget
Control the visibility of the actual texture mapped reformatted plane.
setTheta(double) - Method in class vtk.vtkTexturedSphereSource
Set the maximum longitude angle.
setThetaMaximum(double) - Method in class vtk.vtkImageEuclideanToPolar
Theta is an angle.
setThetaResolution(int) - Method in class vtk.vtkSphereSource
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta).
setThetaResolution(int) - Method in class vtk.vtkSphereWidget
Set/Get the resolution of the sphere in the Theta direction.
setThetaResolution(int) - Method in class vtk.vtkSuperquadricSource
Set the number of points in the longitude direction.
setThetaResolution(int) - Method in class vtk.vtkTexturedSphereSource
Set the number of points in the longitude direction.
setThetaRoundness(double) - Method in class vtk.vtkSuperquadric
Set/Get Superquadric east/west roundness.
setThetaRoundness(double) - Method in class vtk.vtkSuperquadricSource
Set/Get Superquadric east/west roundness.
setThickness(int) - Method in class vtk.vtkBooleanTexture
Set the thickness of the "on" region.
setThickness(double) - Method in class vtk.vtkCamera
Set the distance between clipping planes.
setThickness(double) - Method in class vtk.vtkSuperquadric
Set/Get Superquadric ring thickness (toroids only).
setThickness(double) - Method in class vtk.vtkSuperquadricSource
Set/Get Superquadric ring thickness (toroids only).
setThreeDimensionalLayout(int) - Method in class vtk.vtkGraphLayoutFilter
 
setThreeDimensionalLeader(int) - Method in class vtk.vtkCaptionActor2D
Indicate whether the leader is 2D (no hidden line) or 3D (z-buffered).
setThreeGlyphs(int) - Method in class vtk.vtkTensorGlyph
Turn on/off drawing three glyphs
setThreshold(int) - Method in class vtk.vtkImageDifference
Specify a threshold tolerance for pixel differences.
setThreshold(double) - Method in class vtk.vtkImplicitFunctionToImageStencil
Set the threshold value for the implicit function.
setTickLength(int) - Method in class vtk.vtkAxisActor2D
Set/Get the length of the tick marks (expressed in pixels or display coordinates).
setTickOffset(int) - Method in class vtk.vtkAxisActor2D
Set/Get the offset of the labels (expressed in pixels or display coordinates).
setTickVisibility(int) - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis tick marks.
setTileScale(int) - Method in class vtk.vtkWindow
These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
setTileViewport(double, double, double, double) - Method in class vtk.vtkWindow
These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
setTileViewport(double[]) - Method in class vtk.vtkWindow
These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
setTimeIncrement(double) - Method in class vtk.vtkStreamPoints
Specify the separation of points in terms of absolute time.
setTimeStep(int) - Method in class vtk.vtkXYZMolReader
Set the current time step.
setTimeValue(double) - Method in class vtk.vtkGenericEnSightReader
Set/Get the time value at which to get the value.
setTipLength(double) - Method in class vtk.vtkArrowSource
Set the length, and radius of the tip.
setTipRadius(double) - Method in class vtk.vtkArrowSource
Set the length, and radius of the tip.
setTipResolution(int) - Method in class vtk.vtkArrowSource
Set the resolution of the tip.
setTitle(String) - Method in class vtk.vtkAxisActor2D
Set/Get the title of the scalar bar actor,
setTitle(String) - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the title of the parallel coordinates plot.
setTitle(String) - Method in class vtk.vtkScalarBarActor
Set/Get the title of the scalar bar actor,
setTitle(String) - Method in class vtk.vtkXYPlotActor
Set/Get the title of the x-y plot, and the title along the x and y axes.
setTitleTextProperty(vtkTextProperty) - Method in class vtk.vtkAxisActor2D
Set/Get the title text property.
setTitleTextProperty(vtkTextProperty) - Method in class vtk.vtkParallelCoordinatesActor
Set/Get the title text property.
setTitleTextProperty(vtkTextProperty) - Method in class vtk.vtkScalarBarActor
Set/Get the title text property.
setTitleTextProperty(vtkTextProperty) - Method in class vtk.vtkXYPlotActor
Set/Get the title text property.
setTitleVisibility(int) - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis title.
setTolerance(double) - Method in class vtk.vtkAmoebaMinimizer
Specify the fractional tolerance to aim for during the minimization.
setTolerance(double) - Method in class vtk.vtkCleanPolyData
Specify tolerance in terms of fraction of bounding box length.
setTolerance(double) - Method in class vtk.vtkDelaunay2D
Specify a tolerance to control discarding of closely spaced points.
setTolerance(double) - Method in class vtk.vtkDelaunay3D
Specify a tolerance to control discarding of closely spaced points.
setTolerance(double) - Method in class vtk.vtkLocator
Specify absolute tolerance (in world coordinates) for performing geometric operations.
setTolerance(double) - Method in class vtk.vtkPicker
Specify tolerance for performing pick operation.
setTolerance(double) - Method in class vtk.vtkPolyDataToImageStencil
Set the tolerance for doing spatial searches of the polydata.
setTolerance(double) - Method in class vtk.vtkSelectVisiblePoints
Set/Get a tolerance to use to determine whether a point is visible.
setToleranceIsAbsolute(int) - Method in class vtk.vtkCleanPolyData
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging)
setTopology(int) - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset topology to a data object.
setToroidal(int) - Method in class vtk.vtkSuperquadric
Set/Get whether or not the superquadric is toroidal (1) or ellipsoidal (0).
setToroidal(int) - Method in class vtk.vtkSuperquadricSource
Set/Get whether or not the superquadric is toroidal (1) or ellipsoidal (0).
setTransform(vtkTransform) - Method in class vtk.vtkBoxWidget
Set the position, scale and orientation of the box widget using the transform specified.
setTransform(vtkAbstractTransform) - Method in class vtk.vtkDelaunay2D
Set / get the transform which is applied to points to generate a 2D problem.
setTransform(vtkTransform) - Method in class vtk.vtkImageReader
Set/Get transformation matrix to transform the data from slice space into world space.
setTransform(vtkAbstractTransform) - Method in class vtk.vtkImplicitFunction
Set/Get a transformation to apply to input points before executing the implicit function.
setTransform(vtkAbstractTransform) - Method in class vtk.vtkTransformFilter
Specify the transform object used to transform points.
setTransform(vtkAbstractTransform) - Method in class vtk.vtkTransformPolyDataFilter
Specify the transform object used to transform points.
setTransform(vtkTransform) - Method in class vtk.vtkVolume16Reader
Set/Get transformation matrix to transform the data from slice space into world space.
setTransform(vtkAbstractTransform, int) - Method in class vtk.vtkWeightedTransformFilter
Set or Get one of the filter's transforms.
setTransformCoordinate(vtkCoordinate) - Method in class vtk.vtkPolyDataMapper2D
Specify a vtkCoordinate object to be used to transform the vtkPolyData point coordinates.
setTransformInputSampling(int) - Method in class vtk.vtkImageReslice
Specify whether to transform the spacing, origin and extent of the Input (or the InformationInput) according to the direction cosines and origin of the ResliceAxes before applying them as the default output spacing, origin and extent.
setTransformMatrix(vtkMatrix4x4) - Method in class vtk.vtkLight
Set/Get the light's transformation matrix.
setTransforms(vtkTransformCollection) - Method in class vtk.vtkSweptSurface
Specify a path (i.e., list of transforms) that the input moves along.
setTranslation(int, int, int) - Method in class vtk.vtkImageTranslateExtent
Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
setTranslation(int[]) - Method in class vtk.vtkImageTranslateExtent
Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
setTranslation(double) - Method in class vtk.vtkRotationalExtrusionFilter
Set/Get total amount of translation along the z-axis.
setTranslation(int) - Method in class vtk.vtkSphereWidget
Enable translation and scaling of the widget.
setTranslationEnabled(int) - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
setTranslationMode(int) - Method in class vtk.vtkCursor3D
Enable/disable the translation mode.
setTranslationMode(int) - Method in class vtk.vtkPointWidget
If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves.
setTraversalLocation(int) - Method in class vtk.vtkCellArray
Computes the current traversal location within the internal array.
setTubing(int) - Method in class vtk.vtkImplicitPlaneWidget
Turn on/off tubing of the wire outline of the plane.
setTuple1(int, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
setTuple2(int, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
setTuple3(int, double, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
setTuple4(int, double, double, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
setTuple9(int, double, double, double, double, double, double, double, double, double) - Method in class vtk.vtkDataArray
These methods are included as convenience for the wrappers.
setTwoDimensionalGeometry(int) - Method in class vtk.vtkPLOT3DReader
If only two-dimensional data was written to the file, turn this on.
setTwoSided(int) - Method in class vtk.vtkButtonSource
Indicate whether the button is single or double sided.
setTwoSidedLighting(int) - Method in class vtk.vtkRenderer
Turn on/off two-sided lighting of surfaces.
setUnconnectedValue(char) - Method in class vtk.vtkImageConnector
Values used by the MarkRegion method
setUnsignedLongAttribute(String, int) - Method in class vtk.vtkXMLDataElement
Set the attribute with the given name.
setUp(double, double, double) - Method in class vtk.vtkProjectedTexture
 
setUp(double[]) - Method in class vtk.vtkProjectedTexture
 
setUpdateExtent(int, int, int) - Method in class vtk.vtkCompositeDataSet
For streaming.
setUpdateExtent(int, int) - Method in class vtk.vtkCompositeDataSet
For streaming.
setUpdateExtent(int, int, int, int, int, int) - Method in class vtk.vtkCompositeDataSet
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on.
setUpdateExtent(int[]) - Method in class vtk.vtkCompositeDataSet
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on.
setUpdateExtent(int, int, int) - Method in class vtk.vtkDataObject
A generic way of specifying an update extent.
setUpdateExtent(int, int) - Method in class vtk.vtkDataObject
Set the update extent for data objects that use 3D extents.
setUpdateExtent(int, int, int, int, int, int) - Method in class vtk.vtkDataObject
Set the update extent for data objects that use 3D extents.
setUpdateExtent(int[]) - Method in class vtk.vtkDataObject
Set the update extent for data objects that use 3D extents.
setUpdateExtent(int, int, int) - Method in class vtk.vtkImageData
Required for the lowest common denominator for setting the UpdateExtent (i.e. vtkDataSetToStructuredPointsFilter).
setUpdateExtent(int, int) - Method in class vtk.vtkImageData
Call superclass method to avoid hiding
setUpdateExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageData
Call superclass method to avoid hiding
setUpdateExtent(int[]) - Method in class vtk.vtkImageData
Call superclass method to avoid hiding
setUpdateExtent(int, int, int) - Method in class vtk.vtkPolyData
For streaming.
setUpdateExtent(int, int) - Method in class vtk.vtkPolyData
For streaming.
setUpdateExtent(int, int, int, int, int, int) - Method in class vtk.vtkPolyData
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on.
setUpdateExtent(int[]) - Method in class vtk.vtkPolyData
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on.
setUpdateExtent(int, int, int) - Method in class vtk.vtkRectilinearGrid
Required for the lowest common denominator for setting the UpdateExtent (i.e. vtkDataSetToStructuredPointsFilter).
setUpdateExtent(int, int) - Method in class vtk.vtkRectilinearGrid
Call superclasses method to avoid hiding
setUpdateExtent(int, int, int, int, int, int) - Method in class vtk.vtkRectilinearGrid
Call superclasses method to avoid hiding
setUpdateExtent(int[]) - Method in class vtk.vtkRectilinearGrid
Call superclasses method to avoid hiding
setUpdateExtent(int, int, int) - Method in class vtk.vtkStructuredGrid
Required for the lowest common denominator for setting the UpdateExtent (i.e. vtkDataSetToStructuredPointsFilter).
setUpdateExtent(int, int) - Method in class vtk.vtkStructuredGrid
Call superclass method to avoid hiding
setUpdateExtent(int, int, int, int, int, int) - Method in class vtk.vtkStructuredGrid
Call superclass method to avoid hiding
setUpdateExtent(int[]) - Method in class vtk.vtkStructuredGrid
Call superclass method to avoid hiding
setUpdateExtent(int, int, int) - Method in class vtk.vtkUniformGrid
For streaming.
setUpdateExtent(int, int) - Method in class vtk.vtkUniformGrid
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on.
setUpdateExtent(int, int, int, int, int, int) - Method in class vtk.vtkUniformGrid
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on.
setUpdateExtent(int[]) - Method in class vtk.vtkUniformGrid
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on.
setUpdateExtent(int, int, int) - Method in class vtk.vtkUnstructuredGrid
For streaming.
setUpdateExtent(int, int) - Method in class vtk.vtkUnstructuredGrid
For streaming.
setUpdateExtent(int, int, int, int, int, int) - Method in class vtk.vtkUnstructuredGrid
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on.
setUpdateExtent(int[]) - Method in class vtk.vtkUnstructuredGrid
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on.
setUpdateExtentToWholeExtent() - Method in class vtk.vtkDataObject
If the whole input extent is required to generate the requested output extent, this method can be called to set the input update extent to the whole input extent.
setUpdateGhostLevel(int) - Method in class vtk.vtkDataObject
Set / Get the update ghost level and the update number of ghost levels.
setUpdateNumberOfPieces(int) - Method in class vtk.vtkDataObject
Set / Get the update piece and the update number of pieces.
setUpdatePiece(int) - Method in class vtk.vtkDataObject
Set / Get the update piece and the update number of pieces.
setUpperThreshold(double) - Method in class vtk.vtkImageToImageStencil
Get the Upper and Lower thresholds.
setUseCustomExtents(int) - Method in class vtk.vtkImageMapper
Usually, the entire image is displayed, if UseCustomExtents is set (by default not), then the region supplied in the CustomDisplayExtents is used in preference.
setUseDefaultNormal(int) - Method in class vtk.vtkArcPlotter
Set a boolean to control whether to use default normals.
setUseDefaultNormal(int) - Method in class vtk.vtkRibbonFilter
Set a boolean to control whether to use default normals.
setUseDefaultNormal(int) - Method in class vtk.vtkTubeFilter
Set a boolean to control whether to use default normals.
setUseFeatureEdges(int) - Method in class vtk.vtkQuadricClustering
By default, this flag is off.
setUseFeaturePoints(int) - Method in class vtk.vtkQuadricClustering
By default, this flag is off.
setUseHorizontalViewAngle(int) - Method in class vtk.vtkCamera
Set/Get the value of the UseHorizontalViewAngle instance variable.
setUseImageClipper(int) - Method in class vtk.vtkVolumeMapper
The default behaviour is to use a vtkImageClip on input to ensure it is the right size.
setUseInputPoints(int) - Method in class vtk.vtkQuadricClustering
Normally the point that minimizes the quadric error function is used as the output of the bin.
setUseInternalTriangles(int) - Method in class vtk.vtkQuadricClustering
When this flag is on (and it is on by default), then triangles that are completely contained in a bin are added to the bin quadrics.
setUseLookupTableScalarRange(int) - Method in class vtk.vtkMapper
Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting.
setUseLookupTableScalarRange(int) - Method in class vtk.vtkPolyDataMapper2D
Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting.
setUseMesaClasses(int) - Method in class vtk.vtkGraphicsFactory
This option enables the creation of Mesa classes instead of the OpenGL classes when using mangled Mesa.
setUseMesaClasses(int) - Method in class vtk.vtkImagingFactory
This option enables the creation of Mesa classes instead of the OpenGL classes when using mangled Mesa.
setUseNormal(int) - Method in class vtk.vtkWarpScalar
Turn on/off use of user specified normal.
setUseRanges(int) - Method in class vtk.vtkCubeAxesActor2D
Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.
setUseScalarTree(int) - Method in class vtk.vtkContourFilter
Enable the use of a scalar tree to accelerate contour extraction.
setUseScalarTree(int) - Method in class vtk.vtkContourGrid
Enable the use of a scalar tree to accelerate contour extraction.
setUseScalarTree(int) - Method in class vtk.vtkMarchingContourFilter
Enable the use of a scalar tree to accelerate contour extraction.
setUseStrips(int) - Method in class vtk.vtkDataSetSurfaceFilter
When input is structured data, this flag will generate faces with triangle strips.
setUseTemplates(int) - Method in class vtk.vtkOrderedTriangulator
If this flag is set, then the ordered triangulator will create and use templates for the triangulation.
setUseTimers(int) - Method in class vtk.vtkInteractorStyle
Set/Get timer hint
setUseTwoSortIds(int) - Method in class vtk.vtkOrderedTriangulator
Tells the triangulator that a second sort id is provided for each point and should also be considered when sorting.
setUserControlledLookupTable(int) - Method in class vtk.vtkImagePlaneWidget
Let the user control the lookup table.
setUserManagedInputs(int) - Method in class vtk.vtkAppendPolyData
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions.
setUserMatrix(vtkMatrix4x4) - Method in class vtk.vtkProp3D
The UserMatrix can be used in place of UserTransform.
setUserTransform(vtkHomogeneousTransform) - Method in class vtk.vtkCamera
In addition to the instance variables such as position and orientation, you can add an additional transformation for your own use.
setUserTransform(vtkLinearTransform) - Method in class vtk.vtkProp3D
In addition to the instance variables such as position and orientation, you can add an additional transformation for your own use.
setUvinf(double) - Method in class vtk.vtkPLOT3DReader
Set/Get the x-component of the free-stream velocity.
setVOI(int, int, int, int, int, int) - Method in class vtk.vtkExtractGrid
Specify i-j-k (min,max) pairs to extract.
setVOI(int[]) - Method in class vtk.vtkExtractGrid
Specify i-j-k (min,max) pairs to extract.
setVOI(int, int, int, int, int, int) - Method in class vtk.vtkExtractRectilinearGrid
Specify i-j-k (min,max) pairs to extract.
setVOI(int[]) - Method in class vtk.vtkExtractRectilinearGrid
Specify i-j-k (min,max) pairs to extract.
setVOI(int, int, int, int, int, int) - Method in class vtk.vtkExtractVOI
Specify i-j-k (min,max) pairs to extract.
setVOI(int[]) - Method in class vtk.vtkExtractVOI
Specify i-j-k (min,max) pairs to extract.
setValue(int, double) - Method in class vtk.vtkBandedPolyDataContourFilter
Methods to set / get contour values.
setValue(int, int) - Method in class vtk.vtkBitArray
Set the data at a particular index.
setValue(int, char) - Method in class vtk.vtkCharArray
Specify the number of values for this object to hold.
setValue(double) - Method in class vtk.vtkClipDataSet
Set the clipping value of the implicit function (if clipping with implicit function) or scalar value (if clipping with scalars).
setValue(double) - Method in class vtk.vtkClipPolyData
Set the clipping value of the implicit function (if clipping with implicit function) or scalar value (if clipping with scalars).
setValue(double) - Method in class vtk.vtkClipVolume
Set the clipping value of the implicit function (if clipping with implicit function) or scalar value (if clipping with scalars).
setValue(int, double) - Method in class vtk.vtkContourFilter
Methods to set / get contour values.
setValue(int, double) - Method in class vtk.vtkContourGrid
Methods to set / get contour values.
setValue(int, double) - Method in class vtk.vtkContourValues
Set the ith contour value.
setValue(double, double, double) - Method in class vtk.vtkCoordinate
Set/get the value of this coordinate.
setValue(double[]) - Method in class vtk.vtkCoordinate
Set/get the value of this coordinate.
setValue(double, double) - Method in class vtk.vtkCoordinate
If this coordinate is relative to another coordinate, then specify that coordinate as the ReferenceCoordinate.
setValue(int, double) - Method in class vtk.vtkCutter
Get the ith contour value.
setValue(double) - Method in class vtk.vtkDividingCubes
Set isosurface value.
setValue(int, double) - Method in class vtk.vtkDoubleArray
Specify the number of values for this object to hold.
setValue(double) - Method in class vtk.vtkEdgePoints
Set/get the contour value.
setValue(int, double) - Method in class vtk.vtkFloatArray
Specify the number of values for this object to hold.
setValue(int, double) - Method in class vtk.vtkGridSynchronizedTemplates3D
Get the ith contour value.
setValue(int, double) - Method in class vtk.vtkHierarchicalBoxContour
Delegated to contour
setValue(int, double) - Method in class vtk.vtkHierarchicalBoxCutter
Set a particular contour value at contour number i.
setValue(int, int) - Method in class vtk.vtkIdTypeArray
Specify the number of values for this object to hold.
setValue(int, double) - Method in class vtk.vtkImageMarchingCubes
 
setValue(int, int) - Method in class vtk.vtkIntArray
Specify the number of values for this object to hold.
setValue(int, int) - Method in class vtk.vtkLongArray
Specify the number of values for this object to hold.
setValue(int, double) - Method in class vtk.vtkMarchingContourFilter
Methods to set / get contour values.
setValue(int, double) - Method in class vtk.vtkMarchingCubes
 
setValue(int, double) - Method in class vtk.vtkMarchingSquares
 
setValue(int, double) - Method in class vtk.vtkRectilinearSynchronizedTemplates
Get the ith contour value.
setValue(double) - Method in class vtk.vtkRecursiveDividingCubes
Set isosurface value.
setValue(int, int) - Method in class vtk.vtkShortArray
Specify the number of values for this object to hold.
setValue(double) - Method in class vtk.vtkSliceCubes
Set/get isosurface contour value.
setValue(int, double) - Method in class vtk.vtkSynchronizedTemplates2D
Get the ith contour value.
setValue(int, double) - Method in class vtk.vtkSynchronizedTemplates3D
Get the ith contour value.
setValue(int, char) - Method in class vtk.vtkUnsignedCharArray
Specify the number of values for this object to hold.
setValue(int, int) - Method in class vtk.vtkUnsignedIntArray
Specify the number of values for this object to hold.
setValue(int, int) - Method in class vtk.vtkUnsignedLongArray
Specify the number of values for this object to hold.
setValue(int, int) - Method in class vtk.vtkUnsignedShortArray
Specify the number of values for this object to hold.
setValueRange(double, double) - Method in class vtk.vtkLookupTable
Set the range in value (using automatic generation).
setValueRange(double[]) - Method in class vtk.vtkLookupTable
Set the range in value (using automatic generation).
setValueScale(double) - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
setValueShift(double) - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
setVariable(String, String) - Method in class vtk.vtkRIBProperty
Specify declarations for variables..
setVaryRadius(int) - Method in class vtk.vtkTubeFilter
Turn on/off the variation of tube radius with scalar value.
setVaryRadiusToVaryRadiusByAbsoluteScalar() - Method in class vtk.vtkTubeFilter
Turn on/off the variation of tube radius with scalar value.
setVaryRadiusToVaryRadiusByScalar() - Method in class vtk.vtkTubeFilter
Turn on/off the variation of tube radius with scalar value.
setVaryRadiusToVaryRadiusByVector() - Method in class vtk.vtkTubeFilter
Turn on/off the variation of tube radius with scalar value.
setVaryRadiusToVaryRadiusOff() - Method in class vtk.vtkTubeFilter
Turn on/off the variation of tube radius with scalar value.
setVaryWidth(int) - Method in class vtk.vtkRibbonFilter
Turn on/off the variation of ribbon width with scalar value.
setVector(double, double, double) - Method in class vtk.vtkDepthSortPolyData
Set/Get the sort direction.
setVector(double[]) - Method in class vtk.vtkDepthSortPolyData
Set/Get the sort direction.
setVector(double, double, double) - Method in class vtk.vtkLinearExtrusionFilter
Set/Get extrusion vector.
setVector(double[]) - Method in class vtk.vtkLinearExtrusionFilter
Set/Get extrusion vector.
setVector(double, double, double) - Method in class vtk.vtkSimpleElevationFilter
Define one end of the line (small scalar values).
setVector(double[]) - Method in class vtk.vtkSimpleElevationFilter
Define one end of the line (small scalar values).
setVectorComponent(int, String, int, int, int, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the vector components.
setVectorComponent(int, String, int) - Method in class vtk.vtkFieldDataToAttributeDataFilter
Define the component(s) of the field to be used for the vector components.
setVectorComponent(int) - Method in class vtk.vtkScalarsToColors
If the mapper does not select which component of a vector to map to colors, you can specify it here.
setVectorComponents(int, int, int, int, int, int) - Method in class vtk.vtkExtractTensorComponents
Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
setVectorComponents(int[]) - Method in class vtk.vtkExtractTensorComponents
Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
setVectorFunctionNumber(int) - Method in class vtk.vtkPLOT3DReader
Specify the vector function to extract.
setVectorInput(vtkImageData) - Method in class vtk.vtkImageNonMaximumSuppression
Set the magnitude and vector inputs.
setVectorInput(vtkImageData) - Method in class vtk.vtkImageToStructuredPoints
Set/Get the input object from the image pipeline.
setVectorMode(int) - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate vector cell data.
setVectorMode(int) - Method in class vtk.vtkGlyph3D
Specify whether to use vector or normal to perform vector operations.
setVectorMode(int) - Method in class vtk.vtkHedgeHog
Specify whether to use vector or normal to perform vector operations.
setVectorMode(int) - Method in class vtk.vtkScalarsToColors
Change mode that maps vectors by magnitude vs. component.
setVectorModeToComponent() - Method in class vtk.vtkScalarsToColors
Change mode that maps vectors by magnitude vs. component.
setVectorModeToComputeGradient() - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate vector cell data.
setVectorModeToComputeVorticity() - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate vector cell data.
setVectorModeToMagnitude() - Method in class vtk.vtkScalarsToColors
Change mode that maps vectors by magnitude vs. component.
setVectorModeToPassVectors() - Method in class vtk.vtkCellDerivatives
Control how the filter works to generate vector cell data.
setVectorModeToUseNormal() - Method in class vtk.vtkGlyph3D
Specify whether to use vector or normal to perform vector operations.
setVectorModeToUseNormal() - Method in class vtk.vtkHedgeHog
Specify whether to use vector or normal to perform vector operations.
setVectorModeToUseVector() - Method in class vtk.vtkGlyph3D
Specify whether to use vector or normal to perform vector operations.
setVectorModeToUseVector() - Method in class vtk.vtkHedgeHog
Specify whether to use vector or normal to perform vector operations.
setVectorModeToVectorRotationOff() - Method in class vtk.vtkGlyph3D
Specify whether to use vector or normal to perform vector operations.
setVectorVariableValue(String, double, double, double) - Method in class vtk.vtkFunctionParser
Set the value of a vector variable.
setVectorVariableValue(String, double[]) - Method in class vtk.vtkFunctionParser
Set the value of a vector variable.
setVectorVariableValue(int, double, double, double) - Method in class vtk.vtkFunctionParser
Set the value of a vector variable.
setVectorVariableValue(int, double[]) - Method in class vtk.vtkFunctionParser
Set the value of a vector variable.
setVectors(vtkDataArray) - Method in class vtk.vtkDataSetAttributes
Set/Get the vector data.
setVectors(vtkDataSet) - Method in class vtk.vtkMergeFilter
Set / get the object from which to extract vector information.
setVectorsAttribute(int) - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
setVectorsName(String) - Method in class vtk.vtkDataReader
Set the name of the vector data to extract.
setVectorsName(String) - Method in class vtk.vtkDataWriter
Give a name to the vector data.
setVectorsWeight(double) - Method in class vtk.vtkQuadricDecimation
Set/Get the scaling weight contribution of the attribute.
setVertexCells(int) - Method in class vtk.vtkCellCenters
Enable/disable the generation of vertex cells.
setVerticalJustification(int) - Method in class vtk.vtkTextProperty
Set/Get the vertical justification to bottom (default), middle, or top.
setVerticalJustificationToBottom() - Method in class vtk.vtkTextProperty
Set/Get the vertical justification to bottom (default), middle, or top.
setVerticalJustificationToCentered() - Method in class vtk.vtkTextProperty
Set/Get the vertical justification to bottom (default), middle, or top.
setVerticalJustificationToTop() - Method in class vtk.vtkTextProperty
Set/Get the vertical justification to bottom (default), middle, or top.
setVerts(vtkCellArray) - Method in class vtk.vtkPolyData
Set the cell array defining vertices.
setVertsComponent(String, int, int, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
setVertsComponent(String, int) - Method in class vtk.vtkDataObjectToDataSetFilter
Define cell connectivity when creating vtkPolyData.
setViewAngle(double) - Method in class vtk.vtkCamera
Set/Get the camera view angle, which is the angular height of the camera view measured in degrees.
setViewPlaneNormal(double, double, double) - Method in class vtk.vtkCamera
These methods have been deprecated.
setViewPlaneNormal(double[]) - Method in class vtk.vtkCamera
These methods have been deprecated.
setViewPoint(double, double, double) - Method in class vtk.vtkViewport
Specify a point location in view coordinates.
setViewPoint(double[]) - Method in class vtk.vtkViewport
Specify a point location in view coordinates.
setViewShear(double, double, double) - Method in class vtk.vtkCamera
Set/get the shear transform of the viewing frustum.
setViewShear(double[]) - Method in class vtk.vtkCamera
Set/get the shear transform of the viewing frustum.
setViewUp(double, double, double) - Method in class vtk.vtkCamera
Set/Get the view up direction for the camera.
setViewUp(double[]) - Method in class vtk.vtkCamera
Set/Get the view up direction for the camera.
setViewport(vtkViewport) - Method in class vtk.vtkCGMWriter
Specify a vtkViewport object to be used to transform the vtkPolyData points into 2D coordinates.
setViewport(vtkViewport) - Method in class vtk.vtkCoordinate
If you want this coordinate to be relative to a specific vtkViewport (vtkRenderer, vtkImager) then you can specify that here.
setViewport(double, double, double, double) - Method in class vtk.vtkViewport
Specify the viewport for the Viewport to draw in the rendering window.
setViewport(double[]) - Method in class vtk.vtkViewport
Specify the viewport for the Viewport to draw in the rendering window.
setViewportCoordinate(double, double) - Method in class vtk.vtkXYPlotActor
An alternate form of PlotToViewportCoordinate() above.
setViewportCoordinate(double[]) - Method in class vtk.vtkXYPlotActor
An alternate form of PlotToViewportCoordinate() above.
setVisibility(int) - Method in class vtk.vtkProp
Set/Get visibility of this vtkProp.
setVisibilityById(vtkUnsignedCharArray) - Method in class vtk.vtkStructuredVisibilityConstraint
Set/Get the array used to store the visibility flags.
setVolume(vtkImageData) - Method in class vtk.vtkImplicitVolume
Specify the volume for the implicit function.
setVolume(int) - Method in class vtk.vtkMeshQuality
Turn on/off the calculation of volume for each cell (Default: On).
setVolumeRayCastFunction(vtkVolumeRayCastFunction) - Method in class vtk.vtkVolumeRayCastMapper
Get / Set the volume ray cast function.
setVorticity(int) - Method in class vtk.vtkStreamer
Turn on/off the computation of vorticity.
setVvinf(double) - Method in class vtk.vtkPLOT3DReader
Set/Get the y-component of the free-stream velocity.
setWeightArray(String) - Method in class vtk.vtkWeightedTransformFilter
WeightArray is the string name of the DataArray in the input's FieldData that holds the weighting coefficients for each point.
setWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkDataObject
Set/Get the whole extent of this data object.
setWholeExtent(int[]) - Method in class vtk.vtkDataObject
Set/Get the whole extent of this data object.
setWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
setWholeExtent(int[]) - Method in class vtk.vtkExtentTranslator
Set the Piece/NumPieces.
setWholeExtent(int[]) - Method in class vtk.vtkImageEllipsoidSource
Set/Get the extent of the whole output image.
setWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageEllipsoidSource
Set/Get the extent of the whole output image.
setWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageGaussianSource
Set/Get the extent of the whole output image.
setWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageImport
Get/Set the whole extent of the image.
setWholeExtent(int[]) - Method in class vtk.vtkImageImport
Get/Set the whole extent of the image.
setWholeExtent(int[]) - Method in class vtk.vtkImageMandelbrotSource
Set/Get the extent of the whole output Volume.
setWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageMandelbrotSource
Set/Get the extent of the whole output Volume.
setWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageNoiseSource
Set how large of an image to generate.
setWholeExtent(int, int, int, int, int, int) - Method in class vtk.vtkImageSinusoidSource
Set/Get the extent of the whole output image.
setWholeSlices(int) - Method in class vtk.vtkXMLStructuredDataReader
Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed.
setWholeWindow(int) - Method in class vtk.vtkRendererSource
Use the entire RenderWindow as a data source or just the Renderer.
setWidth(double) - Method in class vtk.vtkActor2D
Set/Get the height and width of the Actor2D.
setWidth(double) - Method in class vtk.vtkButtonSource
Set/Get the width of the button (the x-ellipsoid axis length * 2).
setWidth(double) - Method in class vtk.vtkRibbonFilter
Set the "half" width of the ribbon.
setWidthFactor(double) - Method in class vtk.vtkRibbonFilter
Set the maximum ribbon width in terms of a multiple of the minimum width.
setWindow(double) - Method in class vtk.vtkImageMapToWindowLevelColors
Set / Get the Window to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window.
setWindow(double) - Method in class vtk.vtkWindowLevelLookupTable
Set the window for the lookup table.
setWindowCenter(double, double) - Method in class vtk.vtkCamera
Set/Get the center of the window in viewport coordinates.
setWindowInfo(String) - Method in class vtk.vtkRenderWindow
Dummy stubs for vtkWindow API.
setWindowInfo(String) - Method in class vtk.vtkWindow
These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
setWindowInfo(String) - Method in class vtk.vtkXOpenGLRenderWindow
Set this RenderWindow's X window id to a pre-existing window.
setWindowLevel(double, double) - Method in class vtk.vtkImagePlaneWidget
Set/Get the current window and level values.
setWindowName(String) - Method in class vtk.vtkWindow
Get name of rendering window
setWindowName(String) - Method in class vtk.vtkXOpenGLRenderWindow
 
setWindowRange(double, double) - Method in class vtk.vtkImplicitWindowFunction
Specify the range of function values which are considered to lie within the window.
setWindowRange(double[]) - Method in class vtk.vtkImplicitWindowFunction
Specify the range of function values which are considered to lie within the window.
setWindowValues(double, double) - Method in class vtk.vtkImplicitWindowFunction
Specify the range of output values that the window range is mapped into.
setWindowValues(double[]) - Method in class vtk.vtkImplicitWindowFunction
Specify the range of output values that the window range is mapped into.
setWipe(int) - Method in class vtk.vtkImageRectilinearWipe
Specify the wipe mode.
setWipeToHorizontal() - Method in class vtk.vtkImageRectilinearWipe
Specify the wipe mode.
setWipeToLowerLeft() - Method in class vtk.vtkImageRectilinearWipe
Specify the wipe mode.
setWipeToLowerRight() - Method in class vtk.vtkImageRectilinearWipe
Specify the wipe mode.
setWipeToQuad() - Method in class vtk.vtkImageRectilinearWipe
Specify the wipe mode.
setWipeToUpperLeft() - Method in class vtk.vtkImageRectilinearWipe
Specify the wipe mode.
setWipeToUpperRight() - Method in class vtk.vtkImageRectilinearWipe
 
setWipeToVertical() - Method in class vtk.vtkImageRectilinearWipe
Specify the wipe mode.
setWorldPoint(double, double, double, double) - Method in class vtk.vtkViewport
Specify a point location in world coordinates.
setWorldPoint(double[]) - Method in class vtk.vtkViewport
Specify a point location in world coordinates.
setWorldUpVector(double[]) - Method in class vtk.vtkInteractorStyleUnicam
 
setWorldUpVector(double, double, double) - Method in class vtk.vtkInteractorStyleUnicam
 
setWrap(int) - Method in class vtk.vtkCursor3D
Turn on/off cursor wrapping.
setWrap(int) - Method in class vtk.vtkImageReslice
Turn on wrap-pad feature (default: off).
setWriteDisplacement(int) - Method in class vtk.vtkBYUWriter
Turn on/off writing the displacement file.
setWriteExtent(int, int, int, int, int, int) - Method in class vtk.vtkXMLStructuredDataWriter
Get/Set the extent of the input that should be treated as the WholeExtent in the output file.
setWriteExtent(int[]) - Method in class vtk.vtkXMLStructuredDataWriter
Get/Set the extent of the input that should be treated as the WholeExtent in the output file.
setWritePiece(int) - Method in class vtk.vtkXMLUnstructuredDataWriter
negative or equal to the NumberOfPieces, all pieces will be written.
setWriteScalar(int) - Method in class vtk.vtkBYUWriter
Turn on/off writing the scalar file.
setWriteSummaryFile(int) - Method in class vtk.vtkXMLPDataWriter
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files.
setWriteTexture(int) - Method in class vtk.vtkBYUWriter
Turn on/off writing the texture file.
setWriteToMemory(int) - Method in class vtk.vtkJPEGWriter
Write the image to memory (a vtkUnsignedCharArray)
setWriteToMemory(int) - Method in class vtk.vtkPNGWriter
Write the image to memory (a vtkUnsignedCharArray)
setWriteToOutputString(int) - Method in class vtk.vtkDataWriter
Enable writing to an OutputString instead of the default, a file.
setWvinf(double) - Method in class vtk.vtkPLOT3DReader
Set/Get the z-component of the free-stream velocity.
setXAxisVisibility(int) - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
setXCoordinates(vtkDataArray) - Method in class vtk.vtkRectilinearGrid
Specify the grid coordinates in the x-direction.
setXCutOff(double) - Method in class vtk.vtkImageButterworthHighPass
Set/Get the cutoff frequency for each axis.
setXCutOff(double) - Method in class vtk.vtkImageButterworthLowPass
Set/Get the cutoff frequency for each axis.
setXCutOff(double) - Method in class vtk.vtkImageIdealHighPass
Set/Get the cutoff frequency for each axis.
setXCutOff(double) - Method in class vtk.vtkImageIdealLowPass
Set/Get the cutoff frequency for each axis.
setXKernel(vtkFloatArray) - Method in class vtk.vtkImageSeparableConvolution
 
setXLabel(String) - Method in class vtk.vtkCubeAxesActor2D
Set/Get the labels for the x, y, and z axes.
setXLength(double) - Method in class vtk.vtkCubeSource
Set the length of the cube in the x-direction.
setXMLByteIndex(int) - Method in class vtk.vtkXMLDataElement
Set/Get the offset from the beginning of the XML document to this element.
setXMax(double, double, double) - Method in class vtk.vtkBox
Set / get the bounding box using various methods.
setXMax(double[]) - Method in class vtk.vtkBox
Set / get the bounding box using various methods.
setXMin(double, double, double) - Method in class vtk.vtkBox
Set / get the bounding box using various methods.
setXMin(double[]) - Method in class vtk.vtkBox
Set / get the bounding box using various methods.
setXRange(double, double) - Method in class vtk.vtkXYPlotActor
Set the plot range (range of independent and dependent variables) to plot.
setXRange(double[]) - Method in class vtk.vtkXYPlotActor
Set the plot range (range of independent and dependent variables) to plot.
setXResolution(int) - Method in class vtk.vtkPlaneSource
Specify the resolution of the plane along the first axes.
setXShadows(int) - Method in class vtk.vtkCursor3D
Turn on/off the wireframe x-shadows.
setXShadows(int) - Method in class vtk.vtkPointWidget
Turn on/off the wireframe x-shadows.
setXSize(int) - Method in class vtk.vtkBooleanTexture
Set the X texture map dimension.
setXSize(int) - Method in class vtk.vtkTriangularTexture
Set the X texture map dimension.
setXSpline(vtkSpline) - Method in class vtk.vtkSplineWidget
Set the spline objects.
setXTitle(String) - Method in class vtk.vtkXYPlotActor
Set/Get the title of the x-y plot, and the title along the x and y axes.
setXValues(int) - Method in class vtk.vtkXYPlotActor
Specify how the independent (x) variable is computed from the points.
setXValuesToArcLength() - Method in class vtk.vtkXYPlotActor
Specify how the independent (x) variable is computed from the points.
setXValuesToIndex() - Method in class vtk.vtkXYPlotActor
Specify how the independent (x) variable is computed from the points.
setXValuesToNormalizedArcLength() - Method in class vtk.vtkXYPlotActor
Specify how the independent (x) variable is computed from the points.
setXValuesToValue() - Method in class vtk.vtkXYPlotActor
Specify how the independent (x) variable is computed from the points.
setXYPlane(int) - Method in class vtk.vtkWarpScalar
Turn on/off flag specifying that input data is x-y plane.
setXYPlotActor(vtkXYPlotActor) - Method in class vtk.vtkXYPlotWidget
Get the XY plot used by this Widget.
setXYZFileName(String) - Method in class vtk.vtkPLOT3DReader
Set/Get the PLOT3D geometry filename.
setYAxisVisibility(int) - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
setYCoordinates(vtkDataArray) - Method in class vtk.vtkRectilinearGrid
Specify the grid coordinates in the y-direction.
setYCutOff(double) - Method in class vtk.vtkImageButterworthHighPass
Set/Get the cutoff frequency for each axis.
setYCutOff(double) - Method in class vtk.vtkImageButterworthLowPass
Set/Get the cutoff frequency for each axis.
setYCutOff(double) - Method in class vtk.vtkImageIdealHighPass
Set/Get the cutoff frequency for each axis.
setYCutOff(double) - Method in class vtk.vtkImageIdealLowPass
Set/Get the cutoff frequency for each axis.
setYKernel(vtkFloatArray) - Method in class vtk.vtkImageSeparableConvolution
 
setYLabel(String) - Method in class vtk.vtkCubeAxesActor2D
Set/Get the labels for the x, y, and z axes.
setYLength(double) - Method in class vtk.vtkCubeSource
Set the length of the cube in the y-direction.
setYRange(double, double) - Method in class vtk.vtkXYPlotActor
Set the plot range (range of independent and dependent variables) to plot.
setYRange(double[]) - Method in class vtk.vtkXYPlotActor
Set the plot range (range of independent and dependent variables) to plot.
setYResolution(int) - Method in class vtk.vtkPlaneSource
Specify the resolution of the plane along the second axes.
setYShadows(int) - Method in class vtk.vtkCursor3D
Turn on/off the wireframe y-shadows.
setYShadows(int) - Method in class vtk.vtkPointWidget
Turn on/off the wireframe y-shadows.
setYSize(int) - Method in class vtk.vtkBooleanTexture
Set the Y texture map dimension.
setYSize(int) - Method in class vtk.vtkTriangularTexture
Set the Y texture map dimension.
setYSpline(vtkSpline) - Method in class vtk.vtkSplineWidget
Set the spline objects.
setYTitle(String) - Method in class vtk.vtkXYPlotActor
Set/Get the title of the x-y plot, and the title along the x and y axes.
setZAxisVisibility(int) - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
setZCoordinates(vtkDataArray) - Method in class vtk.vtkRectilinearGrid
Specify the grid coordinates in the z-direction.
setZCutOff(double) - Method in class vtk.vtkImageButterworthHighPass
Set/Get the cutoff frequency for each axis.
setZCutOff(double) - Method in class vtk.vtkImageButterworthLowPass
Set/Get the cutoff frequency for each axis.
setZCutOff(double) - Method in class vtk.vtkImageIdealHighPass
Set/Get the cutoff frequency for each axis.
setZCutOff(double) - Method in class vtk.vtkImageIdealLowPass
Set/Get the cutoff frequency for each axis.
setZKernel(vtkFloatArray) - Method in class vtk.vtkImageSeparableConvolution
 
setZLabel(String) - Method in class vtk.vtkCubeAxesActor2D
Set/Get the labels for the x, y, and z axes.
setZLength(double) - Method in class vtk.vtkCubeSource
Set the length of the cube in the z-direction.
setZShadows(int) - Method in class vtk.vtkCursor3D
Turn on/off the wireframe z-shadows.
setZShadows(int) - Method in class vtk.vtkPointWidget
Turn on/off the wireframe z-shadows.
setZSlice(int) - Method in class vtk.vtkImageActor
Set/Get the current slice number.
setZSlice(int) - Method in class vtk.vtkImageMapper
Set/Get the current slice number.
setZSlice(int) - Method in class vtk.vtkImageViewer
Set/Get the current Z Slice to display
setZSlice(int) - Method in class vtk.vtkImageViewer2
Set window and level for mapping pixels to colors.
setZSpline(vtkSpline) - Method in class vtk.vtkSplineWidget
Set the spline objects.
setZbufferData(int, int, int, int, vtkFloatArray) - Method in class vtk.vtkOpenGLRenderWindow
Set/Get the zbuffer data from an image
setZbufferData(int, int, int, int, vtkFloatArray) - Method in class vtk.vtkRenderWindow
Set/Get the zbuffer data from the frame buffer.
setZeroNormalDiffuseIntensity(double) - Method in class vtk.vtkEncodedGradientShader
Set / Get the intensity diffuse / specular light used for the zero normals.
setZeroNormalSpecularIntensity(double) - Method in class vtk.vtkEncodedGradientShader
Set / Get the intensity diffuse / specular light used for the zero normals.
setZeroNormalThreshold(double) - Method in class vtk.vtkEncodedGradientEstimator
Set / Get the ZeroNormalThreshold - this defines the minimum magnitude of a gradient that is considered sufficient to define a direction.
setZeroPad(int) - Method in class vtk.vtkEncodedGradientEstimator
Assume that the data value outside the volume is zero when computing normals.
setupCamera(double[], double[], double[]) - Method in class vtk.vtkPerspectiveTransform
Set a view transformation matrix for the camera (this matrix does not contain any perspective) and concatenate it with the current transformation.
setupCamera(double, double, double, double, double, double, double, double, double) - Method in class vtk.vtkPerspectiveTransform
 
setupInteractor(vtkRenderWindowInteractor) - Method in class vtk.vtkImageViewer
Create and attach an interactor for this window
setupInteractor(vtkRenderWindowInteractor) - Method in class vtk.vtkImageViewer2
Create and attach an interactor for the internal render window.
setupUpdateExtent(int, int, int) - Method in class vtk.vtkXMLUnstructuredDataReader
Setup the reader as if the given update extent were requested by its output.
shadeOff(int) - Method in class vtk.vtkVolumeProperty
Set/Get the shading of a volume.
shadeOff() - Method in class vtk.vtkVolumeProperty
Set/Get the ambient lighting coefficient.
shadeOn(int) - Method in class vtk.vtkVolumeProperty
Set/Get the shading of a volume.
shadeOn() - Method in class vtk.vtkVolumeProperty
Set/Get the shading of a volume.
shadowOff() - Method in class vtk.vtkTextProperty
Enable/disable text shadows.
shadowOn() - Method in class vtk.vtkTextProperty
Enable/disable text shadows.
shadowsOff() - Method in class vtk.vtkRIBLight
 
shadowsOn() - Method in class vtk.vtkRIBLight
 
shallowCopy(vtkAbstractMapper) - Method in class vtk.vtkAbstractMapper
Make a shallow copy of this mapper.
shallowCopy(vtkProp) - Method in class vtk.vtkActor
Shallow copy of an actor.
shallowCopy(vtkProp) - Method in class vtk.vtkActor2D
Shallow copy of this vtkActor2D.
shallowCopy(vtkProp) - Method in class vtk.vtkAssembly
Shallow copy of an assembly.
shallowCopy(vtkAssemblyPath) - Method in class vtk.vtkAssemblyPath
Perform a shallow copy (reference counted) on the incoming path.
shallowCopy(vtkProp) - Method in class vtk.vtkAxisActor2D
Shallow copy of an axis actor.
shallowCopy(vtkProp) - Method in class vtk.vtkCaptionActor2D
Shallow copy of this scaled text actor.
shallowCopy(vtkCell) - Method in class vtk.vtkCell
Copy this cell by reference counting the internal data structures.
shallowCopy(vtkCubeAxesActor2D) - Method in class vtk.vtkCubeAxesActor2D
Shallow copy of a CubeAxesActor2D.
shallowCopy(vtkDataObject) - Method in class vtk.vtkDataObject
Shallow and Deep copy.
shallowCopy(vtkDataObject) - Method in class vtk.vtkDataSet
Shallow and Deep copy.
shallowCopy(vtkFieldData) - Method in class vtk.vtkDataSetAttributes
Shallow copy of data (i.e., use reference counting).
shallowCopy(vtkFieldData) - Method in class vtk.vtkFieldData
Copy a field by reference counting the data arrays.
shallowCopy(vtkProp) - Method in class vtk.vtkFollower
Shallow copy of a follower.
shallowCopy(vtkCell) - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
shallowCopy(vtkDataObject) - Method in class vtk.vtkHierarchicalBoxDataSet
Shallow and Deep copy.
shallowCopy(vtkDataObject) - Method in class vtk.vtkHierarchicalDataSet
Shallow and Deep copy.
shallowCopy(vtkDataObject) - Method in class vtk.vtkImageData
Shallow and Deep copy.
shallowCopy(vtkDataObject) - Method in class vtk.vtkImageStencilData
 
shallowCopy(vtkProp) - Method in class vtk.vtkLODActor
Shallow copy of an LOD actor.
shallowCopy(vtkProp) - Method in class vtk.vtkLODProp3D
Shallow copy of this vtkLODProp3D.
shallowCopy(vtkProp) - Method in class vtk.vtkLegendBoxActor
Shallow copy of this scaled text actor.
shallowCopy(vtkAbstractMapper) - Method in class vtk.vtkMapper
Make a shallow copy of this mapper.
shallowCopy(vtkDataObject) - Method in class vtk.vtkPiecewiseFunction
 
shallowCopy(vtkDataObject) - Method in class vtk.vtkPointSet
Shallow and Deep copy.
shallowCopy(vtkPoints) - Method in class vtk.vtkPoints
Different ways to copy data.
shallowCopy(vtkDataObject) - Method in class vtk.vtkPolyData
Shallow and Deep copy.
shallowCopy(vtkAbstractMapper) - Method in class vtk.vtkPolyDataMapper
Make a shallow copy of this mapper.
shallowCopy(vtkAbstractMapper) - Method in class vtk.vtkPolyDataMapper2D
Make a shallow copy of this mapper.
shallowCopy(vtkProp) - Method in class vtk.vtkProp
Shallow copy of this vtkProp.
shallowCopy(vtkProp) - Method in class vtk.vtkProp3D
Shallow copy of this vtkProp3D.
shallowCopy(vtkProp) - Method in class vtk.vtkPropAssembly
Shallow copy of this vtkPropAssembly.
shallowCopy(vtkDataObject) - Method in class vtk.vtkRectilinearGrid
Shallow and Deep copy.
shallowCopy(vtkProp) - Method in class vtk.vtkScalarBarActor
Shallow copy of a scalar bar actor.
shallowCopy(vtkDataObject) - Method in class vtk.vtkStructuredGrid
Shallow and Deep copy.
shallowCopy(vtkStructuredVisibilityConstraint) - Method in class vtk.vtkStructuredVisibilityConstraint
Copies the dimensions, the visibility array pointer and the initialized flag.
shallowCopy(vtkProp) - Method in class vtk.vtkTextActor
Shallow copy of this text actor.
shallowCopy(vtkTextMapper) - Method in class vtk.vtkTextMapper
Shallow copy of an actor.
shallowCopy(vtkTextProperty) - Method in class vtk.vtkTextProperty
Shallow copy of a text property.
shallowCopy(vtkDataObject) - Method in class vtk.vtkUniformGrid
Shallow and Deep copy.
shallowCopy(vtkDataObject) - Method in class vtk.vtkUnstructuredGrid
Shallow and Deep copy.
shallowCopy(vtkProp) - Method in class vtk.vtkVolume
Shallow copy of this vtkVolume.
shear(double, double, double) - Method in class vtk.vtkPerspectiveTransform
Create a shear transformation about a plane at distance z from the camera.
shiftPressed - Variable in class vtk.vtkCanvas
 
shouldIReleaseData() - Method in class vtk.vtkDataObject
Return flag indicating whether data should be released after use by a filter.
showCursor() - Method in class vtk.vtkRenderWindow
Hide or Show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to display a 3D cursor instead.
showCursor() - Method in class vtk.vtkRenderWindowInteractor
Hide or show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to display a 3D cursor instead.
showCursor() - Method in class vtk.vtkXOpenGLRenderWindow
Hide or Show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to display a 3D cursor instead.
sidesShareVerticesOff() - Method in class vtk.vtkTubeFilter
Set a boolean to control whether tube sides should share vertices.
sidesShareVerticesOn() - Method in class vtk.vtkTubeFilter
Set a boolean to control whether tube sides should share vertices.
smoothingOff() - Method in class vtk.vtkImageToPolyDataFilter
If the output style is set to polygonalize, then you can control whether to smooth boundaries.
smoothingOn() - Method in class vtk.vtkImageToPolyDataFilter
If the output style is set to polygonalize, then you can control whether to smooth boundaries.
snapToImageOff() - Method in class vtk.vtkImageTracerWidget
Force snapping to image data while tracing.
snapToImageOn() - Method in class vtk.vtkImageTracerWidget
Force snapping to image data while tracing.
sort() - Method in class vtk.vtkActor2DCollection
Sorts the vtkActor2DCollection by layer number.
sortScalarsOff() - Method in class vtk.vtkDepthSortPolyData
Set/Get a flag that controls the generation of scalar values corresponding to the sort order.
sortScalarsOn() - Method in class vtk.vtkDepthSortPolyData
Set/Get a flag that controls the generation of scalar values corresponding to the sort order.
spatialMatchOff() - Method in class vtk.vtkProbeFilter
This flag is used only when a piece is requested to update.
spatialMatchOn() - Method in class vtk.vtkProbeFilter
This flag is used only when a piece is requested to update.
speedScalarsOff() - Method in class vtk.vtkStreamer
Turn on/off the creation of scalar data from velocity magnitude.
speedScalarsOn() - Method in class vtk.vtkStreamer
Turn on/off the creation of scalar data from velocity magnitude.
spin() - Method in class vtk.vtkInteractorStyle
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion.
spin() - Method in class vtk.vtkInteractorStyleJoystickActor
 
spin() - Method in class vtk.vtkInteractorStyleJoystickCamera
 
spin() - Method in class vtk.vtkInteractorStyleTrackballActor
 
spin() - Method in class vtk.vtkInteractorStyleTrackballCamera
 
split(int, String) - Method in class vtk.vtkSplitField
Create a new array with the given component.
splitExtent(int[], int[], int, int) - Method in class vtk.vtkImageEuclideanDistance
Used internally for streaming and threads.
splitExtent(int[], int[], int, int) - Method in class vtk.vtkImageFFT
Used internally for streaming and threads.
splitExtent(int[], int[], int, int) - Method in class vtk.vtkImageMultipleInputFilter
Putting this here until I merge graphics and imaging streaming.
splitExtent(int[], int[], int, int) - Method in class vtk.vtkImageRFFT
For streaming and threads.
splitExtent(int[], int[], int, int) - Method in class vtk.vtkImageToImageFilter
Putting this here until I merge graphics and imaging streaming.
splittingOff() - Method in class vtk.vtkDecimatePro
Turn on/off the splitting of the mesh at corners, along edges, at non-manifold points, or anywhere else a split is required.
splittingOff() - Method in class vtk.vtkPolyDataNormals
Turn on/off the splitting of sharp edges.
splittingOn() - Method in class vtk.vtkDecimatePro
Turn on/off the splitting of the mesh at corners, along edges, at non-manifold points, or anywhere else a split is required.
splittingOn() - Method in class vtk.vtkPolyDataNormals
Turn on/off the splitting of sharp edges.
squareNeighborhoodOff() - Method in class vtk.vtkImageIslandRemoval2D
Set/Get whether to use 4 or 8 neighbors
squareNeighborhoodOn() - Method in class vtk.vtkImageIslandRemoval2D
Set/Get whether to use 4 or 8 neighbors
squeeze() - Method in class vtk.vtkBitArray
Free any unneeded memory.
squeeze() - Method in class vtk.vtkCellArray
Return the memory in kilobytes consumed by this cell array.
squeeze() - Method in class vtk.vtkCellLinks
Reclaim any unused memory.
squeeze() - Method in class vtk.vtkCellTypes
Reclaim any extra memory.
squeeze() - Method in class vtk.vtkDataArray
Free any unnecessary memory.
squeeze() - Method in class vtk.vtkDataSet
Reclaim any extra memory used to store data.
squeeze() - Method in class vtk.vtkFieldData
Squeezes each data array in the field (Squeeze() reclaims unused memory.)
squeeze() - Method in class vtk.vtkIdList
Free any unused memory.
squeeze() - Method in class vtk.vtkIdTypeArray
Resize the array while conserving the data.
squeeze() - Method in class vtk.vtkPointSet
Reclaim any unused memory.
squeeze() - Method in class vtk.vtkPoints
Reclaim any extra memory.
squeeze() - Method in class vtk.vtkPolyData
Recover extra allocated memory when creating data whose initial size is unknown.
squeeze() - Method in class vtk.vtkUnstructuredGrid
 
squeeze() - Method in class vtk.vtkVoidArray
Get the address of a particular data index.
squeezeInputArray() - Method in class vtk.vtkProcessObject
This method will rearrange the input array so that all NULL entries are removed.
start() - Method in class vtk.vtkRenderWindow
Initialize the rendering process.
start() - Method in class vtk.vtkRenderWindowInteractor
Start the event loop.
start() - Method in class vtk.vtkXOpenGLRenderWindow
Begin the rendering process.
start() - Method in class vtk.vtkXRenderWindowInteractor
This will start up the X event loop and never return.
startAnimate() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
startAppend() - Method in class vtk.vtkImplicitModeller
Initialize the filter for appending data.
startAppend(double, double, double, double, double, double) - Method in class vtk.vtkQuadricClustering
These methods provide an alternative way of executing the filter.
startByMatchingCentroidsOff() - Method in class vtk.vtkIterativeClosestPointTransform
Starts the process by translating source centroid to target centroid.
startByMatchingCentroidsOn() - Method in class vtk.vtkIterativeClosestPointTransform
Starts the process by translating source centroid to target centroid.
startDolly() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
startForwardFly() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Keyboard event bindings for flight
startPan() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
startPick() - Method in class vtk.vtkInteractorStyleImage
 
startPickCallback() - Method in class vtk.vtkRenderWindowInteractor
These methods correspond to the the Exit, User and Pick callbacks.
startReading() - Method in class vtk.vtkBase64InputStream
Called after the stream position has been set by the caller, but before any Seek or Read calls.
startReading() - Method in class vtk.vtkInputStream
Called after the stream position has been set by the caller, but before any Seek or Read calls.
startReverseFly() - Method in class vtk.vtkInteractorStyleFlight
Concrete implementation of Keyboard event bindings for flight
startRotate() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
startSpin() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
startState(int) - Method in class vtk.vtkInteractorStyle
utility routines used by state changes
startTimer() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
startTimer() - Method in class vtk.vtkTimerLog
Set the StartTime to the current time.
startUniformScale() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
startWindowLevel() - Method in class vtk.vtkInteractorStyleImage
 
startWriting() - Method in class vtk.vtkBase64OutputStream
Called after the stream position has been set by the caller, but before any Write calls.
startWriting() - Method in class vtk.vtkOutputStream
Called after the stream position has been set by the caller, but before any Write calls.
startZoom() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
stereo(double, double) - Method in class vtk.vtkPerspectiveTransform
Create a stereo shear matrix and concatenate it with the current transformation.
stereoCapableWindowOff() - Method in class vtk.vtkRenderWindow
Prescribe that the window be created in a stereo-capable mode.
stereoCapableWindowOn() - Method in class vtk.vtkRenderWindow
Prescribe that the window be created in a stereo-capable mode.
stereoMidpoint() - Method in class vtk.vtkRenderWindow
Intermediate method performs operations required between the rendering of the left and right eye.
stereoRenderComplete() - Method in class vtk.vtkRenderWindow
Handles work required once both views have been rendered when using stereo rendering.
stereoRenderOff() - Method in class vtk.vtkPanel
 
stereoRenderOff() - Method in class vtk.vtkRenderWindow
Turn on/off stereo rendering.
stereoRenderOn() - Method in class vtk.vtkRenderWindow
Turn on/off stereo rendering.
stereoUpdate() - Method in class vtk.vtkOpenGLRenderWindow
Update system if needed due to stereo rendering.
stereoUpdate() - Method in class vtk.vtkRenderWindow
Update the system, if needed, due to stereo rendering.
stop() - Method in class vtk.vtkInteractorEventRecorder
Invoke this method to stop recording/playing events.
stop() - Method in class vtk.vtkVideoSource
Stop recording or playing.
stopAnimate() - Method in class vtk.vtkInteractorStyle
Interaction mode entry points used internally.
stopState() - Method in class vtk.vtkInteractorStyle
utility routines used by state changes
stopTimer() - Method in class vtk.vtkTimerLog
Sets EndTime to the current time.
stringDup(String) - Method in class vtk.vtkHeap
Convenience method performs string duplication.
superSamplingOff() - Method in class vtk.vtkVolumeProMapper
Turn supersampling on/off
superSamplingOn() - Method in class vtk.vtkVolumeProMapper
Turn supersampling on/off
supportsOpenGL() - Method in class vtk.vtkRenderWindow
Does this render window support OpenGL?
supportsOpenGL() - Method in class vtk.vtkXOpenGLRenderWindow
Does this render window support OpenGL?
swap2BERange(String, int) - Method in class vtk.vtkByteSwap
Swap bunch of bytes to BE.
swap2LERange(String, int) - Method in class vtk.vtkByteSwap
Swap bunch of bytes to LE.
swap4BE(String) - Method in class vtk.vtkByteSwap
For writing, swap four byte word to be BE.
swap4BERange(String, int) - Method in class vtk.vtkByteSwap
Swap bunch of bytes to be BE.
swap4LE(String) - Method in class vtk.vtkByteSwap
Swap four byte word to be LE.
swap4LERange(String, int) - Method in class vtk.vtkByteSwap
Swap bunch of bytes to be LE.
swap8BE(String) - Method in class vtk.vtkByteSwap
For writing, swap eight byte word to be BE.
swap8BERange(String, int) - Method in class vtk.vtkByteSwap
Swap bunch of bytes to be BE.
swap8LE(String) - Method in class vtk.vtkByteSwap
Swap eight byte word to be LE.
swap8LERange(String, int) - Method in class vtk.vtkByteSwap
Swap bunch of bytes to be LE.
swapBuffersOff() - Method in class vtk.vtkRenderWindow
Turn on/off buffer swapping between images.
swapBuffersOn() - Method in class vtk.vtkRenderWindow
Turn on/off buffer swapping between images.
swapBytesOff() - Method in class vtk.vtkImageReader2
Set/Get the byte swapping to explicitly swap the bytes of a file.
swapBytesOff() - Method in class vtk.vtkMCubesReader
Turn on/off byte swapping.
swapBytesOff() - Method in class vtk.vtkParticleReader
Set/Get the byte swapping to explicitly swap the bytes of a file.
swapBytesOff() - Method in class vtk.vtkVolume16Reader
Turn on/off byte swapping.
swapBytesOn() - Method in class vtk.vtkImageReader2
Set/Get the byte swapping to explicitly swap the bytes of a file.
swapBytesOn() - Method in class vtk.vtkMCubesReader
Turn on/off byte swapping.
swapBytesOn() - Method in class vtk.vtkParticleReader
Set/Get the byte swapping to explicitly swap the bytes of a file.
swapBytesOn() - Method in class vtk.vtkVolume16Reader
Turn on/off byte swapping.
switchOff() - Method in class vtk.vtkLight
Turn the light on or off.
switchOn() - Method in class vtk.vtkLight
Turn the light on or off.
symmetricOff() - Method in class vtk.vtkAxes
If Symetric is on, the the axis continue to negative values.
symmetricOff() - Method in class vtk.vtkTensorGlyph
Turn on/off drawing a mirror of each glyph
symmetricOn() - Method in class vtk.vtkAxes
If Symetric is on, the the axis continue to negative values.
symmetricOn() - Method in class vtk.vtkTensorGlyph
Turn on/off drawing a mirror of each glyph

T

tCoordsAttributeOff() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
tCoordsAttributeOn() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
targetFlagOff() - Method in class vtk.vtkSubPixelPositionEdgels
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
targetFlagOn() - Method in class vtk.vtkSubPixelPositionEdgels
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
templateTransformInverse(double[], double[]) - Method in class vtk.vtkWarpTransform
Do not use these methods.
templateTransformPoint(double[], double[]) - Method in class vtk.vtkWarpTransform
Do not use these methods.
templateTriangulate(int, int, int) - Method in class vtk.vtkOrderedTriangulator
Perform the triangulation.
tensorsAttributeOff() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
tensorsAttributeOn() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
terminateApp() - Method in class vtk.vtkRenderWindowInteractor
This function is called on 'q','e' keypress if exitmethod is not specified and should be overridden by platform dependent subclasses to provide a termination procedure if one is required.
terminateApp() - Method in class vtk.vtkXRenderWindowInteractor
The BreakLoopFlag is checked in the Start() method.
tessellate(int, vtkDataSet, vtkPolyData, vtkPointLocator) - Method in class vtk.vtkNonLinearCell
This method tessellates the cell returning polydata.
tessellate(int, vtkDataSet, vtkUnstructuredGrid, vtkPointLocator) - Method in class vtk.vtkNonLinearCell
This method tessellates the cell returning unstructured grid.
testReadFile() - Method in class vtk.vtkXMLFileReadTester
Try to read the file given by FileName.
tetraCenter(double[], double[], double[], double[], double[]) - Method in class vtk.vtkTetra
Compute the center of the tetrahedron,
textureInterpolateOff() - Method in class vtk.vtkImagePlaneWidget
Specify whether to interpolate the texture or not.
textureInterpolateOn() - Method in class vtk.vtkImagePlaneWidget
Specify whether to interpolate the texture or not.
textureVisibilityOff() - Method in class vtk.vtkImagePlaneWidget
Control the visibility of the actual texture mapped reformatted plane.
textureVisibilityOn() - Method in class vtk.vtkImagePlaneWidget
Control the visibility of the actual texture mapped reformatted plane.
threadedExecute(vtkImageData, vtkImageData, int[], int) - Method in class vtk.vtkImageToImageFilter
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method.
threeDimensionalLayoutOff() - Method in class vtk.vtkGraphLayoutFilter
 
threeDimensionalLayoutOn() - Method in class vtk.vtkGraphLayoutFilter
 
threeDimensionalLeaderOff() - Method in class vtk.vtkCaptionActor2D
Indicate whether the leader is 2D (no hidden line) or 3D (z-buffered).
threeDimensionalLeaderOn() - Method in class vtk.vtkCaptionActor2D
Indicate whether the leader is 2D (no hidden line) or 3D (z-buffered).
threeGlyphsOff() - Method in class vtk.vtkTensorGlyph
Turn on/off drawing three glyphs
threeGlyphsOn() - Method in class vtk.vtkTensorGlyph
Turn on/off drawing three glyphs
thresholdBetween(double, double) - Method in class vtk.vtkImageThreshold
The values in a range (inclusive) match
thresholdBetween(double, double) - Method in class vtk.vtkImageToImageStencil
The values in a range (inclusive) match
thresholdBetween(double, double) - Method in class vtk.vtkThreshold
Criterion is cells whose scalars are between lower and upper thresholds (inclusive of the end values).
thresholdBetween(double, double) - Method in class vtk.vtkThresholdPoints
Criterion is cells whose scalars are between lower and upper thresholds (inclusive of the end values).
thresholdBetween(double, double) - Method in class vtk.vtkThresholdTextureCoords
Criterion is cells whose scalars are between lower and upper thresholds.
thresholdByLower(double) - Method in class vtk.vtkImageThreshold
The values less than or equal to the value match.
thresholdByLower(double) - Method in class vtk.vtkImageToImageStencil
The values less than or equal to the value match.
thresholdByLower(double) - Method in class vtk.vtkThreshold
Criterion is cells whose scalars are less or equal to lower threshold.
thresholdByLower(double) - Method in class vtk.vtkThresholdPoints
Criterion is cells whose scalars are less or equal to lower threshold.
thresholdByLower(double) - Method in class vtk.vtkThresholdTextureCoords
Criterion is cells whose scalars are less than lower threshold.
thresholdByUpper(double) - Method in class vtk.vtkImageThreshold
The values greater than or equal to the value match.
thresholdByUpper(double) - Method in class vtk.vtkImageToImageStencil
The values greater than or equal to the value match.
thresholdByUpper(double) - Method in class vtk.vtkThreshold
Criterion is cells whose scalars are greater or equal to upper threshold.
thresholdByUpper(double) - Method in class vtk.vtkThresholdPoints
Criterion is cells whose scalars are greater or equal to upper threshold.
thresholdByUpper(double) - Method in class vtk.vtkThresholdTextureCoords
Criterion is cells whose scalars are less than upper threshold.
tickVisibilityOff() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis tick marks.
tickVisibilityOn() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis tick marks.
timer - Variable in class vtk.vtkCanvas
 
timerEvent() - Method in class vtk.vtkGenericRenderWindowInteractor
Fire various events, SetEventInformation should be called just prior to calling any of these methods.
titleVisibilityOff() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis title.
titleVisibilityOn() - Method in class vtk.vtkAxisActor2D
Set/Get visibility of the axis title.
toleranceIsAbsoluteOff() - Method in class vtk.vtkCleanPolyData
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging)
toleranceIsAbsoluteOn() - Method in class vtk.vtkCleanPolyData
By default ToleranceIsAbsolute is false and Tolerance is a fraction of Bounding box diagonal, if true, AbsoluteTolerance is used when adding points to locator (merging)
topologyOff() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset topology to a data object.
topologyOn() - Method in class vtk.vtkDataSetToDataObjectFilter
Turn on/off the conversion of dataset topology to a data object.
toroidalOff() - Method in class vtk.vtkSuperquadric
Set/Get whether or not the superquadric is toroidal (1) or ellipsoidal (0).
toroidalOff() - Method in class vtk.vtkSuperquadricSource
Set/Get whether or not the superquadric is toroidal (1) or ellipsoidal (0).
toroidalOn() - Method in class vtk.vtkSuperquadric
Set/Get whether or not the superquadric is toroidal (1) or ellipsoidal (0).
toroidalOn() - Method in class vtk.vtkSuperquadricSource
Set/Get whether or not the superquadric is toroidal (1) or ellipsoidal (0).
transformDoubleNormal(double, double, double) - Method in class vtk.vtkLinearTransform
Apply the transformation to a double-precision (x,y,z) normal.
transformDoubleNormal(double[]) - Method in class vtk.vtkLinearTransform
Apply the transformation to a double-precision (x,y,z) normal.
transformDoubleNormalAtPoint(double[], double[]) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a double-precision normal at the specified vertex.
transformDoublePoint(double, double, double) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a double-precision (x,y,z) coordinate.
transformDoublePoint(double[]) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a double-precision (x,y,z) coordinate.
transformDoubleVector(double, double, double) - Method in class vtk.vtkLinearTransform
Apply the transformation to a double-precision (x,y,z) vector.
transformDoubleVector(double[]) - Method in class vtk.vtkLinearTransform
Apply the transformation to a double-precision (x,y,z) vector.
transformDoubleVectorAtPoint(double[], double[]) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a double-precision vector at the specified vertex.
transformFloatNormal(double, double, double) - Method in class vtk.vtkLinearTransform
Apply the transformation to an (x,y,z) normal.
transformFloatNormal(double[]) - Method in class vtk.vtkLinearTransform
Apply the transformation to an (x,y,z) normal.
transformFloatNormalAtPoint(double[], double[]) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a single-precision normal at the specified vertex.
transformFloatPoint(double, double, double) - Method in class vtk.vtkAbstractTransform
Apply the transformation to an (x,y,z) coordinate.
transformFloatPoint(double[]) - Method in class vtk.vtkAbstractTransform
Apply the transformation to an (x,y,z) coordinate.
transformFloatVector(double, double, double) - Method in class vtk.vtkLinearTransform
Apply the transformation to an (x,y,z) vector.
transformFloatVector(double[]) - Method in class vtk.vtkLinearTransform
Apply the transformation to an (x,y,z) vector.
transformFloatVectorAtPoint(double[], double[]) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a single-precision vector at the specified vertex.
transformInputSamplingOff() - Method in class vtk.vtkImageReslice
Specify whether to transform the spacing, origin and extent of the Input (or the InformationInput) according to the direction cosines and origin of the ResliceAxes before applying them as the default output spacing, origin and extent.
transformInputSamplingOn() - Method in class vtk.vtkImageReslice
Specify whether to transform the spacing, origin and extent of the Input (or the InformationInput) according to the direction cosines and origin of the ResliceAxes before applying them as the default output spacing, origin and extent.
transformNormal(double[], double[]) - Method in class vtk.vtkLinearTransform
Apply the transformation to a normal.
transformNormal(double, double, double) - Method in class vtk.vtkLinearTransform
Synonymous with TransformDoubleNormal(x,y,z).
transformNormal(double[]) - Method in class vtk.vtkLinearTransform
Synonymous with TransformDoubleNormal(x,y,z).
transformNormalAtPoint(double[], double[], double[]) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a normal at the specified vertex.
transformNormalAtPoint(double[], double[]) - Method in class vtk.vtkAbstractTransform
 
transformNormals(vtkDataArray, vtkDataArray) - Method in class vtk.vtkIdentityTransform
Apply the transformation to a series of normals, and append the results to outNms.
transformNormals(vtkDataArray, vtkDataArray) - Method in class vtk.vtkLinearTransform
Apply the transformation to a series of normals, and append the results to outNms.
transformPoint(double[], double[]) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a coordinate.
transformPoint(double, double, double) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a double-precision coordinate.
transformPoint(double[]) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a double-precision coordinate.
transformPoints(vtkPoints, vtkPoints) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a series of points, and append the results to outPts.
transformPoints(vtkPoints, vtkPoints) - Method in class vtk.vtkHomogeneousTransform
Apply the transformation to a series of points, and append the results to outPts.
transformPoints(vtkPoints, vtkPoints) - Method in class vtk.vtkIdentityTransform
Apply the transformation to a series of points, and append the results to outPts.
transformPoints(vtkPoints, vtkPoints) - Method in class vtk.vtkLinearTransform
Apply the transformation to a series of points, and append the results to outPts.
transformPointsNormalsVectors(vtkPoints, vtkPoints, vtkDataArray, vtkDataArray, vtkDataArray, vtkDataArray) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a combination of points, normals and vectors.
transformPointsNormalsVectors(vtkPoints, vtkPoints, vtkDataArray, vtkDataArray, vtkDataArray, vtkDataArray) - Method in class vtk.vtkHomogeneousTransform
Apply the transformation to a combination of points, normals and vectors.
transformPointsNormalsVectors(vtkPoints, vtkPoints, vtkDataArray, vtkDataArray, vtkDataArray, vtkDataArray) - Method in class vtk.vtkIdentityTransform
Apply the transformation to a combination of points, normals and vectors.
transformPointsNormalsVectors(vtkPoints, vtkPoints, vtkDataArray, vtkDataArray, vtkDataArray, vtkDataArray) - Method in class vtk.vtkLinearTransform
Apply the transformation to a combination of points, normals and vectors.
transformVector(double, double, double) - Method in class vtk.vtkLinearTransform
Synonymous with TransformDoubleVector(x,y,z).
transformVector(double[]) - Method in class vtk.vtkLinearTransform
Synonymous with TransformDoubleVector(x,y,z).
transformVector(double[], double[]) - Method in class vtk.vtkLinearTransform
Apply the transformation to a vector.
transformVectorAtPoint(double[], double[], double[]) - Method in class vtk.vtkAbstractTransform
Apply the transformation to a vector at the specified vertex.
transformVectorAtPoint(double[], double[]) - Method in class vtk.vtkAbstractTransform
 
transformVectors(vtkDataArray, vtkDataArray) - Method in class vtk.vtkIdentityTransform
Apply the transformation to a series of vectors, and append the results to outVrs.
transformVectors(vtkDataArray, vtkDataArray) - Method in class vtk.vtkLinearTransform
Apply the transformation to a series of vectors, and append the results to outVrs.
translate(double, double, double) - Method in class vtk.vtkGeneralTransform
Create a translation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
translate(double[]) - Method in class vtk.vtkGeneralTransform
Create a translation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
translate(double, double, double) - Method in class vtk.vtkPerspectiveTransform
Create a translation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
translate(double[]) - Method in class vtk.vtkPerspectiveTransform
Create a translation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
translate(double, double, double) - Method in class vtk.vtkTransform
Create a translation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
translate(double[]) - Method in class vtk.vtkTransform
Create a translation matrix and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
translationEnabledOff() - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
translationEnabledOn() - Method in class vtk.vtkBoxWidget
Control the behavior of the widget.
translationModeOff() - Method in class vtk.vtkCursor3D
Enable/disable the translation mode.
translationModeOff() - Method in class vtk.vtkPointWidget
Convenience methods to turn outline and shadows on and off.
translationModeOn() - Method in class vtk.vtkCursor3D
Enable/disable the translation mode.
translationModeOn() - Method in class vtk.vtkPointWidget
If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves.
translationOff() - Method in class vtk.vtkSphereWidget
Enable translation and scaling of the widget.
translationOn() - Method in class vtk.vtkSphereWidget
Enable translation and scaling of the widget.
transparent() - Method in class vtk.vtkRenderer
Returns a boolean indicating if this renderer is transparent.
transpose(vtkMatrix4x4, vtkMatrix4x4) - Method in class vtk.vtkMatrix4x4
Transpose the matrix and put it into out.
transpose() - Method in class vtk.vtkMatrix4x4
Multiply a homogeneous coordinate by this matrix, i.e. out = A*in.
triangleArea(double[], double[], double[]) - Method in class vtk.vtkTriangle
Compute the area of a triangle in 3D.
triangleCenter(double[], double[], double[], double[]) - Method in class vtk.vtkTriangle
Compute the center of the triangle.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkCell
Generate simplices of proper dimension.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkConvexPointSet
Triangulate using methods of vtkOrderedTriangulator.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkEmptyCell
 
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkGenericCell
See the vtkCell API for descriptions of these methods.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkHexahedron
 
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkLine
See the vtkCell API for descriptions of these methods.
triangulate() - Method in class vtk.vtkOrderedTriangulator
Perform the triangulation.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkPixel
See the vtkCell API for descriptions of these methods.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkPolyLine
See the vtkCell API for descriptions of these methods.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkPolyVertex
See the vtkCell API for descriptions of these methods.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkPolygon
See the vtkCell API for descriptions of these methods.
triangulate(vtkIdList) - Method in class vtk.vtkPolygon
Triangulate this polygon.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkPyramid
See the vtkCell API for descriptions of these methods.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkQuad
See the vtkCell API for descriptions of these methods.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkQuadraticEdge
 
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkQuadraticHexahedron
 
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkQuadraticQuad
 
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkQuadraticTetra
 
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkQuadraticTriangle
 
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkTetra
See the vtkCell API for descriptions of these methods.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkTriangle
See the vtkCell API for descriptions of these methods.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkTriangleStrip
 
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkVertex
Triangulate the vertex.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkVoxel
See the vtkCell API for descriptions of these methods.
triangulate(int, vtkIdList, vtkPoints) - Method in class vtk.vtkWedge
See the vtkCell API for descriptions of these methods.
triggerAsynchronousUpdate() - Method in class vtk.vtkDataObject
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE.
triggerAsynchronousUpdate() - Method in class vtk.vtkImageStencilData
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE.
triggerAsynchronousUpdate() - Method in class vtk.vtkSource
 
tubingOff() - Method in class vtk.vtkImplicitPlaneWidget
Turn on/off tubing of the wire outline of the plane.
tubingOn() - Method in class vtk.vtkImplicitPlaneWidget
Turn on/off tubing of the wire outline of the plane.
twoDimensionalGeometryOff() - Method in class vtk.vtkPLOT3DReader
If only two-dimensional data was written to the file, turn this on.
twoDimensionalGeometryOn() - Method in class vtk.vtkPLOT3DReader
If only two-dimensional data was written to the file, turn this on.
twoSidedLightingOff() - Method in class vtk.vtkRenderer
Turn on/off two-sided lighting of surfaces.
twoSidedLightingOn() - Method in class vtk.vtkRenderer
Turn on/off two-sided lighting of surfaces.
twoSidedOff() - Method in class vtk.vtkButtonSource
Indicate whether the button is single or double sided.
twoSidedOn() - Method in class vtk.vtkButtonSource
Indicate whether the button is single or double sided.

U

UnLock() - Method in class vtk.vtkPanel
 
UpdateLight() - Method in class vtk.vtkPanel
 
unBlank(int) - Method in class vtk.vtkStructuredVisibilityConstraint
Sets the visibility flag of the given point/cell on.
unBlankCell(int) - Method in class vtk.vtkStructuredGrid
Methods for supporting blanking of cells.
unBlankCell(int) - Method in class vtk.vtkUniformGrid
Methods for supporting blanking of cells.
unBlankPoint(int) - Method in class vtk.vtkStructuredGrid
Methods for supporting blanking of cells.
unBlankPoint(int) - Method in class vtk.vtkUniformGrid
Methods for supporting blanking of cells.
unFactorElements(vtkXMLDataElement) - Method in class vtk.vtkXMLUtilities
Factor and unfactor a tree.
unRegister(vtkObjectBase) - Method in class vtk.vtkAbstractTransform
Needs a special UnRegister() implementation to avoid circular references.
unRegister(vtkObjectBase) - Method in class vtk.vtkDataObject
 
unRegister(vtkObjectBase) - Method in class vtk.vtkObject
Decrease the reference count (release by another object).
unRegister(vtkObjectBase) - Method in class vtk.vtkObjectBase
Decrease the reference count (release by another object).
unRegister(vtkObjectBase) - Method in class vtk.vtkPointSet
Detect reference loop PointSet <-> locator.
unRegister(vtkObjectBase) - Method in class vtk.vtkRenderWindow
This Method detects loops of RenderWindow<->Interactor, so objects are freed properly.
unRegister(vtkObjectBase) - Method in class vtk.vtkRenderWindowInteractor
This Method detects loops of RenderWindow-Interactor, so objects are freed properly.
unRegister(vtkObjectBase) - Method in class vtk.vtkSelectPolyData
Handle the source/data loop.
unRegister(vtkObjectBase) - Method in class vtk.vtkSource
Handle the source/data loop.
unRegisterAllFactories() - Method in class vtk.vtkObjectFactory
Unregister all factories
unRegisterAllOutputs() - Method in class vtk.vtkSource
Release/disconnect all outputs of this source.
unRegisterFactory(vtkObjectFactory) - Method in class vtk.vtkObjectFactory
Remove a factory from the list of registered factories
uniformScale() - Method in class vtk.vtkInteractorStyle
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion.
uniformScale() - Method in class vtk.vtkInteractorStyleJoystickActor
 
uniformScale() - Method in class vtk.vtkInteractorStyleTrackballActor
 
uninitializeBounds(double[]) - Method in class vtk.vtkMath
Are the bounds initialized?
unlock() - Method in class vtk.vtkCriticalSection
Unlock the vtkCriticalSection
unlock() - Method in class vtk.vtkMutexLock
Unlock the vtkMutexLock
update() - Method in class vtk.vtkAbstractMapper3D
Update the network connected to this mapper.
update() - Method in class vtk.vtkAbstractTransform
Update the transform to account for any changes which have been made.
update() - Method in class vtk.vtkAbstractVolumeMapper
Update the volume rendering pipeline by updating the scalar input
update() - Method in class vtk.vtkDataObject
Provides opportunity for the data object to insure internal consistency before access.
update() - Method in class vtk.vtkDataSetAttributes
Pass entire arrays of input data through to output.
update() - Method in class vtk.vtkDataSetReader
If there is no output, execute anyway.
update() - Method in class vtk.vtkEnSightReader
 
update() - Method in class vtk.vtkEncodedGradientEstimator
Recompute the encoded normals and gradient magnitudes.
update() - Method in class vtk.vtkExporter
Convenient alias for Write() method.
update() - Method in class vtk.vtkGenericEnSightReader
 
update() - Method in class vtk.vtkImageMarchingCubes
 
update() - Method in class vtk.vtkImporter
 
update() - Method in class vtk.vtkLightKit
 
update() - Method in class vtk.vtkLocator
Cause the locator to rebuild itself if it or its input dataset has changed.
update() - Method in class vtk.vtkMapper
Update the input to the Mapper.
update() - Method in class vtk.vtkMassProperties
 
update(Graphics) - Method in class vtk.vtkPanel
 
update() - Method in class vtk.vtkPolyDataMapper
Update that sets the update piece first.
update() - Method in class vtk.vtkSliceCubes
 
update() - Method in class vtk.vtkSource
Bring object up-to-date before execution.
update() - Method in class vtk.vtkVolume
Update the volume rendering pipeline by updating the volume mapper
update() - Method in class vtk.vtkVolumeTextureMapper
Update the volume rendering pipeline by updating the scalar input
update() - Method in class vtk.vtkWriter
Convenient alias for Write() method.
updateCellCount(int) - Method in class vtk.vtkCellArray
Used in conjunction with InsertNextCell(int npts) and InsertCellPoint() to update the number of points defining the cell.
updateData() - Method in class vtk.vtkDataObject
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE.
updateData(vtkDataObject) - Method in class vtk.vtkImageCacheFilter
This is an internal method that you should not call.
updateData() - Method in class vtk.vtkImageData
This update method will supply the ghost level arrays if they are requested.
updateData(vtkDataObject) - Method in class vtk.vtkImageDataStreamer
Need to override since this is where streaming will be done
updateData() - Method in class vtk.vtkImageStencilData
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE.
updateData(vtkDataObject) - Method in class vtk.vtkImplicitModeller
 
updateData(vtkDataObject) - Method in class vtk.vtkProgrammableSource
 
updateData() - Method in class vtk.vtkRectilinearGrid
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE.
updateData(vtkDataObject) - Method in class vtk.vtkSource
 
updateData() - Method in class vtk.vtkStructuredGrid
This method calls the superclass then generates ghost levels if necessary.
updateInformation() - Method in class vtk.vtkDataObject
WARNING: INTERNAL METHOD - NOT FOR GENERAL USE.
updateInformation() - Method in class vtk.vtkProgrammableSource
 
updateInformation() - Method in class vtk.vtkSource
Updates any global information about the data (like spacing for images)
updateLights() - Method in class vtk.vtkOpenGLRenderer
Ask lights to load themselves into graphics pipeline.
updateLightsGeometryToFollowCamera() - Method in class vtk.vtkRenderer
Ask the lights in the scene that are not in world space (for instance, Headlights or CameraLights that are attached to the camera) to update their geometry to match the active camera.
updatePlacement() - Method in class vtk.vtkImagePlaneWidget
Satisfies superclass API.
updatePlacement() - Method in class vtk.vtkImplicitPlaneWidget
Satisfies the superclass API.
updatePlacement() - Method in class vtk.vtkPlaneWidget
Satisfies superclass API.
updatePlacement() - Method in class vtk.vtkPolyDataSourceWidget
If you've made changes to the underlying vtkPolyDataSource AFTER your initial call to PlaceWidget(), use this method to realise the changes in the widget.
updatePointType(int, int) - Method in class vtk.vtkOrderedTriangulator
Update the point type.
updateProgress(double) - Method in class vtk.vtkProcessObject
Update the progress of the process object.
updateShadingTable(vtkRenderer, vtkVolume, vtkEncodedGradientEstimator) - Method in class vtk.vtkEncodedGradientShader
Cause the shading table to be updated
updateSize(int, int) - Method in class vtk.vtkRenderWindowInteractor
Event loop notification member for Window size change
updateViewport(vtkRenderer) - Method in class vtk.vtkCamera
 
updateViewport(vtkRenderer) - Method in class vtk.vtkOpenGLCamera
 
updateWholeExtent() - Method in class vtk.vtkSource
Like update, but make sure the update extent is the whole extent in the output.
useCustomExtentsOff() - Method in class vtk.vtkImageMapper
Usually, the entire image is displayed, if UseCustomExtents is set (by default not), then the region supplied in the CustomDisplayExtents is used in preference.
useCustomExtentsOn() - Method in class vtk.vtkImageMapper
Usually, the entire image is displayed, if UseCustomExtents is set (by default not), then the region supplied in the CustomDisplayExtents is used in preference.
useDefaultNormalOff() - Method in class vtk.vtkArcPlotter
Set a boolean to control whether to use default normals.
useDefaultNormalOff() - Method in class vtk.vtkRibbonFilter
Set a boolean to control whether to use default normals.
useDefaultNormalOff() - Method in class vtk.vtkTubeFilter
Set a boolean to control whether to use default normals.
useDefaultNormalOn() - Method in class vtk.vtkArcPlotter
Set a boolean to control whether to use default normals.
useDefaultNormalOn() - Method in class vtk.vtkRibbonFilter
Set a boolean to control whether to use default normals.
useDefaultNormalOn() - Method in class vtk.vtkTubeFilter
Set a boolean to control whether to use default normals.
useFeatureEdgesOff() - Method in class vtk.vtkQuadricClustering
By default, this flag is off.
useFeatureEdgesOn() - Method in class vtk.vtkQuadricClustering
By default, this flag is off.
useFeaturePointsOff() - Method in class vtk.vtkQuadricClustering
By default, this flag is off.
useFeaturePointsOn() - Method in class vtk.vtkQuadricClustering
By default, this flag is off.
useHorizontalViewAngleOff() - Method in class vtk.vtkCamera
Set/Get the value of the UseHorizontalViewAngle instance variable.
useHorizontalViewAngleOn() - Method in class vtk.vtkCamera
Set/Get the value of the UseHorizontalViewAngle instance variable.
useImageClipperOff() - Method in class vtk.vtkVolumeMapper
The default behaviour is to use a vtkImageClip on input to ensure it is the right size.
useImageClipperOn() - Method in class vtk.vtkVolumeMapper
The default behaviour is to use a vtkImageClip on input to ensure it is the right size.
useInputPointsOff() - Method in class vtk.vtkQuadricClustering
Normally the point that minimizes the quadric error function is used as the output of the bin.
useInputPointsOn() - Method in class vtk.vtkQuadricClustering
Normally the point that minimizes the quadric error function is used as the output of the bin.
useInternalTrianglesOff() - Method in class vtk.vtkQuadricClustering
When this flag is on (and it is on by default), then triangles that are completely contained in a bin are added to the bin quadrics.
useInternalTrianglesOn() - Method in class vtk.vtkQuadricClustering
When this flag is on (and it is on by default), then triangles that are completely contained in a bin are added to the bin quadrics.
useLookupTableScalarRangeOff() - Method in class vtk.vtkMapper
Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting.
useLookupTableScalarRangeOff() - Method in class vtk.vtkPolyDataMapper2D
Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting.
useLookupTableScalarRangeOn() - Method in class vtk.vtkMapper
Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting.
useLookupTableScalarRangeOn() - Method in class vtk.vtkPolyDataMapper2D
Control whether the mapper sets the lookuptable range based on its own ScalarRange, or whether it will use the LookupTable ScalarRange regardless of it's own setting.
useNode(String) - Method in class vtk.vtkVRMLImporter
Needed by the yacc/lex grammar used
useNormalOff() - Method in class vtk.vtkWarpScalar
Turn on/off use of user specified normal.
useNormalOn() - Method in class vtk.vtkWarpScalar
Turn on/off use of user specified normal.
useRangesOff() - Method in class vtk.vtkCubeAxesActor2D
Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.
useRangesOn() - Method in class vtk.vtkCubeAxesActor2D
Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.
useScalarTreeOff() - Method in class vtk.vtkContourFilter
Enable the use of a scalar tree to accelerate contour extraction.
useScalarTreeOff() - Method in class vtk.vtkContourGrid
Enable the use of a scalar tree to accelerate contour extraction.
useScalarTreeOff() - Method in class vtk.vtkMarchingContourFilter
Enable the use of a scalar tree to accelerate contour extraction.
useScalarTreeOn() - Method in class vtk.vtkContourFilter
Enable the use of a scalar tree to accelerate contour extraction.
useScalarTreeOn() - Method in class vtk.vtkContourGrid
Enable the use of a scalar tree to accelerate contour extraction.
useScalarTreeOn() - Method in class vtk.vtkMarchingContourFilter
Enable the use of a scalar tree to accelerate contour extraction.
useStripsOff() - Method in class vtk.vtkDataSetSurfaceFilter
When input is structured data, this flag will generate faces with triangle strips.
useStripsOn() - Method in class vtk.vtkDataSetSurfaceFilter
When input is structured data, this flag will generate faces with triangle strips.
useTemplatesOff() - Method in class vtk.vtkOrderedTriangulator
If this flag is set, then the ordered triangulator will create and use templates for the triangulation.
useTemplatesOn() - Method in class vtk.vtkOrderedTriangulator
If this flag is set, then the ordered triangulator will create and use templates for the triangulation.
useTimersOff() - Method in class vtk.vtkInteractorStyle
Set/Get timer hint
useTimersOn() - Method in class vtk.vtkInteractorStyle
Set/Get timer hint
useTwoSortIdsOff() - Method in class vtk.vtkOrderedTriangulator
Tells the triangulator that a second sort id is provided for each point and should also be considered when sorting.
useTwoSortIdsOn() - Method in class vtk.vtkOrderedTriangulator
Tells the triangulator that a second sort id is provided for each point and should also be considered when sorting.
userCallback() - Method in class vtk.vtkRenderWindowInteractor
These methods correspond to the the Exit, User and Pick callbacks.
userControlledLookupTableOff() - Method in class vtk.vtkImagePlaneWidget
Let the user control the lookup table.
userControlledLookupTableOn() - Method in class vtk.vtkImagePlaneWidget
Let the user control the lookup table.
userManagedInputsOff() - Method in class vtk.vtkAppendPolyData
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions.
userManagedInputsOn() - Method in class vtk.vtkAppendPolyData
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions.

V

VTKBeanInfo - class vtk.VTKBeanInfo.
 
VTKBeanInfo() - Constructor for class vtk.VTKBeanInfo
 
VTKCastInit() - Method in class vtk.vtk3DSImporter
 
VTKCastInit() - Method in class vtk.vtk3DWidget
 
VTKCastInit() - Method in class vtk.vtkAVSucdReader
 
VTKCastInit() - Method in class vtk.vtkAbstractMapper
 
VTKCastInit() - Method in class vtk.vtkAbstractMapper3D
 
VTKCastInit() - Method in class vtk.vtkAbstractPicker
 
VTKCastInit() - Method in class vtk.vtkAbstractPropPicker
 
VTKCastInit() - Method in class vtk.vtkAbstractTransform
 
VTKCastInit() - Method in class vtk.vtkAbstractVolumeMapper
 
VTKCastInit() - Method in class vtk.vtkActor
 
VTKCastInit() - Method in class vtk.vtkActor2D
 
VTKCastInit() - Method in class vtk.vtkActor2DCollection
 
VTKCastInit() - Method in class vtk.vtkActorCollection
 
VTKCastInit() - Method in class vtk.vtkAmoebaMinimizer
 
VTKCastInit() - Method in class vtk.vtkAppendFilter
 
VTKCastInit() - Method in class vtk.vtkAppendPolyData
 
VTKCastInit() - Method in class vtk.vtkApplyFilterCommand
 
VTKCastInit() - Method in class vtk.vtkApproximatingSubdivisionFilter
 
VTKCastInit() - Method in class vtk.vtkArcPlotter
 
VTKCastInit() - Method in class vtk.vtkArrayCalculator
 
VTKCastInit() - Method in class vtk.vtkArrowSource
 
VTKCastInit() - Method in class vtk.vtkAssembly
 
VTKCastInit() - Method in class vtk.vtkAssemblyNode
 
VTKCastInit() - Method in class vtk.vtkAssemblyPath
 
VTKCastInit() - Method in class vtk.vtkAssemblyPaths
 
VTKCastInit() - Method in class vtk.vtkAssignAttribute
 
VTKCastInit() - Method in class vtk.vtkAttributeDataToFieldDataFilter
 
VTKCastInit() - Method in class vtk.vtkAxes
 
VTKCastInit() - Method in class vtk.vtkAxisActor2D
 
VTKCastInit() - Method in class vtk.vtkBMPReader
 
VTKCastInit() - Method in class vtk.vtkBMPWriter
 
VTKCastInit() - Method in class vtk.vtkBYUReader
 
VTKCastInit() - Method in class vtk.vtkBYUWriter
 
VTKCastInit() - Method in class vtk.vtkBandedPolyDataContourFilter
 
VTKCastInit() - Method in class vtk.vtkBase64InputStream
 
VTKCastInit() - Method in class vtk.vtkBase64OutputStream
 
VTKCastInit() - Method in class vtk.vtkBase64Utilities
 
VTKCastInit() - Method in class vtk.vtkBitArray
 
VTKCastInit() - Method in class vtk.vtkBlankStructuredGrid
 
VTKCastInit() - Method in class vtk.vtkBlankStructuredGridWithImage
 
VTKCastInit() - Method in class vtk.vtkBooleanTexture
 
VTKCastInit() - Method in class vtk.vtkBox
 
VTKCastInit() - Method in class vtk.vtkBoxWidget
 
VTKCastInit() - Method in class vtk.vtkBrownianPoints
 
VTKCastInit() - Method in class vtk.vtkButterflySubdivisionFilter
 
VTKCastInit() - Method in class vtk.vtkButtonSource
 
VTKCastInit() - Method in class vtk.vtkByteSwap
 
VTKCastInit() - Method in class vtk.vtkCGMWriter
 
VTKCastInit() - Method in class vtk.vtkCamera
 
VTKCastInit() - Method in class vtk.vtkCaptionActor2D
 
VTKCastInit() - Method in class vtk.vtkCardinalSpline
 
VTKCastInit() - Method in class vtk.vtkCastToConcrete
 
VTKCastInit() - Method in class vtk.vtkCell
 
VTKCastInit() - Method in class vtk.vtkCell3D
 
VTKCastInit() - Method in class vtk.vtkCellArray
 
VTKCastInit() - Method in class vtk.vtkCellCenters
 
VTKCastInit() - Method in class vtk.vtkCellData
 
VTKCastInit() - Method in class vtk.vtkCellDataToPointData
 
VTKCastInit() - Method in class vtk.vtkCellDerivatives
 
VTKCastInit() - Method in class vtk.vtkCellLinks
 
VTKCastInit() - Method in class vtk.vtkCellLocator
 
VTKCastInit() - Method in class vtk.vtkCellPicker
 
VTKCastInit() - Method in class vtk.vtkCellTypes
 
VTKCastInit() - Method in class vtk.vtkCharArray
 
VTKCastInit() - Method in class vtk.vtkCleanPolyData
 
VTKCastInit() - Method in class vtk.vtkClipDataSet
 
VTKCastInit() - Method in class vtk.vtkClipPolyData
 
VTKCastInit() - Method in class vtk.vtkClipVolume
 
VTKCastInit() - Method in class vtk.vtkCollection
 
VTKCastInit() - Method in class vtk.vtkCollectionIterator
 
VTKCastInit() - Method in class vtk.vtkColorTransferFunction
 
VTKCastInit() - Method in class vtk.vtkCompositeDataCommand
 
VTKCastInit() - Method in class vtk.vtkCompositeDataIterator
 
VTKCastInit() - Method in class vtk.vtkCompositeDataSet
 
VTKCastInit() - Method in class vtk.vtkCompositeDataVisitor
 
VTKCastInit() - Method in class vtk.vtkCone
 
VTKCastInit() - Method in class vtk.vtkConeSource
 
VTKCastInit() - Method in class vtk.vtkConnectivityFilter
 
VTKCastInit() - Method in class vtk.vtkContourFilter
 
VTKCastInit() - Method in class vtk.vtkContourGrid
 
VTKCastInit() - Method in class vtk.vtkContourValues
 
VTKCastInit() - Method in class vtk.vtkConvexPointSet
 
VTKCastInit() - Method in class vtk.vtkCoordinate
 
VTKCastInit() - Method in class vtk.vtkCriticalSection
 
VTKCastInit() - Method in class vtk.vtkCubeAxesActor2D
 
VTKCastInit() - Method in class vtk.vtkCubeSource
 
VTKCastInit() - Method in class vtk.vtkCuller
 
VTKCastInit() - Method in class vtk.vtkCullerCollection
 
VTKCastInit() - Method in class vtk.vtkCursor3D
 
VTKCastInit() - Method in class vtk.vtkCurvatures
 
VTKCastInit() - Method in class vtk.vtkCutter
 
VTKCastInit() - Method in class vtk.vtkCylinder
 
VTKCastInit() - Method in class vtk.vtkCylinderSource
 
VTKCastInit() - Method in class vtk.vtkCylindricalTransform
 
VTKCastInit() - Method in class vtk.vtkDEMReader
 
VTKCastInit() - Method in class vtk.vtkDICOMImageReader
 
VTKCastInit() - Method in class vtk.vtkDashedStreamLine
 
VTKCastInit() - Method in class vtk.vtkDataArray
 
VTKCastInit() - Method in class vtk.vtkDataArrayCollection
 
VTKCastInit() - Method in class vtk.vtkDataArrayCollectionIterator
 
VTKCastInit() - Method in class vtk.vtkDataArraySelection
 
VTKCastInit() - Method in class vtk.vtkDataCompressor
 
VTKCastInit() - Method in class vtk.vtkDataObject
 
VTKCastInit() - Method in class vtk.vtkDataObjectCollection
 
VTKCastInit() - Method in class vtk.vtkDataObjectReader
 
VTKCastInit() - Method in class vtk.vtkDataObjectSource
 
VTKCastInit() - Method in class vtk.vtkDataObjectToDataSetFilter
 
VTKCastInit() - Method in class vtk.vtkDataObjectWriter
 
VTKCastInit() - Method in class vtk.vtkDataReader
 
VTKCastInit() - Method in class vtk.vtkDataSet
 
VTKCastInit() - Method in class vtk.vtkDataSetAttributes
 
VTKCastInit() - Method in class vtk.vtkDataSetCollection
 
VTKCastInit() - Method in class vtk.vtkDataSetMapper
 
VTKCastInit() - Method in class vtk.vtkDataSetReader
 
VTKCastInit() - Method in class vtk.vtkDataSetSource
 
VTKCastInit() - Method in class vtk.vtkDataSetSurfaceFilter
 
VTKCastInit() - Method in class vtk.vtkDataSetToDataObjectFilter
 
VTKCastInit() - Method in class vtk.vtkDataSetToDataSetFilter
 
VTKCastInit() - Method in class vtk.vtkDataSetToImageFilter
 
VTKCastInit() - Method in class vtk.vtkDataSetToPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkDataSetToStructuredGridFilter
 
VTKCastInit() - Method in class vtk.vtkDataSetToStructuredPointsFilter
 
VTKCastInit() - Method in class vtk.vtkDataSetToUnstructuredGridFilter
 
VTKCastInit() - Method in class vtk.vtkDataSetTriangleFilter
 
VTKCastInit() - Method in class vtk.vtkDataSetWriter
 
VTKCastInit() - Method in class vtk.vtkDataWriter
 
VTKCastInit() - Method in class vtk.vtkDebugLeaks
 
VTKCastInit() - Method in class vtk.vtkDecimate
 
VTKCastInit() - Method in class vtk.vtkDecimatePro
 
VTKCastInit() - Method in class vtk.vtkDelaunay2D
 
VTKCastInit() - Method in class vtk.vtkDelaunay3D
 
VTKCastInit() - Method in class vtk.vtkDepthSortPolyData
 
VTKCastInit() - Method in class vtk.vtkDicer
 
VTKCastInit() - Method in class vtk.vtkDirectionEncoder
 
VTKCastInit() - Method in class vtk.vtkDirectory
 
VTKCastInit() - Method in class vtk.vtkDiskSource
 
VTKCastInit() - Method in class vtk.vtkDividingCubes
 
VTKCastInit() - Method in class vtk.vtkDoubleArray
 
VTKCastInit() - Method in class vtk.vtkDynamicLoader
 
VTKCastInit() - Method in class vtk.vtkEarthSource
 
VTKCastInit() - Method in class vtk.vtkEdgePoints
 
VTKCastInit() - Method in class vtk.vtkEdgeTable
 
VTKCastInit() - Method in class vtk.vtkElevationFilter
 
VTKCastInit() - Method in class vtk.vtkEmptyCell
 
VTKCastInit() - Method in class vtk.vtkEnSight6BinaryReader
 
VTKCastInit() - Method in class vtk.vtkEnSight6Reader
 
VTKCastInit() - Method in class vtk.vtkEnSightGoldBinaryReader
 
VTKCastInit() - Method in class vtk.vtkEnSightGoldReader
 
VTKCastInit() - Method in class vtk.vtkEnSightMasterServerReader
 
VTKCastInit() - Method in class vtk.vtkEnSightReader
 
VTKCastInit() - Method in class vtk.vtkEncodedGradientEstimator
 
VTKCastInit() - Method in class vtk.vtkEncodedGradientShader
 
VTKCastInit() - Method in class vtk.vtkExplicitCell
 
VTKCastInit() - Method in class vtk.vtkExporter
 
VTKCastInit() - Method in class vtk.vtkExtentSplitter
 
VTKCastInit() - Method in class vtk.vtkExtentTranslator
 
VTKCastInit() - Method in class vtk.vtkExtractEdges
 
VTKCastInit() - Method in class vtk.vtkExtractGeometry
 
VTKCastInit() - Method in class vtk.vtkExtractGrid
 
VTKCastInit() - Method in class vtk.vtkExtractPolyDataGeometry
 
VTKCastInit() - Method in class vtk.vtkExtractRectilinearGrid
 
VTKCastInit() - Method in class vtk.vtkExtractTensorComponents
 
VTKCastInit() - Method in class vtk.vtkExtractUnstructuredGrid
 
VTKCastInit() - Method in class vtk.vtkExtractVOI
 
VTKCastInit() - Method in class vtk.vtkExtractVectorComponents
 
VTKCastInit() - Method in class vtk.vtkFeatureEdges
 
VTKCastInit() - Method in class vtk.vtkFieldData
 
VTKCastInit() - Method in class vtk.vtkFieldDataToAttributeDataFilter
 
VTKCastInit() - Method in class vtk.vtkFileOutputWindow
 
VTKCastInit() - Method in class vtk.vtkFiniteDifferenceGradientEstimator
 
VTKCastInit() - Method in class vtk.vtkFloatArray
 
VTKCastInit() - Method in class vtk.vtkFollower
 
VTKCastInit() - Method in class vtk.vtkFrustumCoverageCuller
 
VTKCastInit() - Method in class vtk.vtkFunctionParser
 
VTKCastInit() - Method in class vtk.vtkFunctionSet
 
VTKCastInit() - Method in class vtk.vtkGESignaReader
 
VTKCastInit() - Method in class vtk.vtkGaussianCubeReader
 
VTKCastInit() - Method in class vtk.vtkGaussianSplatter
 
VTKCastInit() - Method in class vtk.vtkGeneralTransform
 
VTKCastInit() - Method in class vtk.vtkGenericCell
 
VTKCastInit() - Method in class vtk.vtkGenericEnSightReader
 
VTKCastInit() - Method in class vtk.vtkGenericRenderWindowInteractor
 
VTKCastInit() - Method in class vtk.vtkGeometryFilter
 
VTKCastInit() - Method in class vtk.vtkGlyph2D
 
VTKCastInit() - Method in class vtk.vtkGlyph3D
 
VTKCastInit() - Method in class vtk.vtkGlyphSource2D
 
VTKCastInit() - Method in class vtk.vtkGraphLayoutFilter
 
VTKCastInit() - Method in class vtk.vtkGraphicsFactory
 
VTKCastInit() - Method in class vtk.vtkGreedyTerrainDecimation
 
VTKCastInit() - Method in class vtk.vtkGridSynchronizedTemplates3D
 
VTKCastInit() - Method in class vtk.vtkGridTransform
 
VTKCastInit() - Method in class vtk.vtkHeap
 
VTKCastInit() - Method in class vtk.vtkHedgeHog
 
VTKCastInit() - Method in class vtk.vtkHexahedron
 
VTKCastInit() - Method in class vtk.vtkHierarchicalBoxApplyFilterCommand
 
VTKCastInit() - Method in class vtk.vtkHierarchicalBoxCellDataToPointData
 
VTKCastInit() - Method in class vtk.vtkHierarchicalBoxContour
 
VTKCastInit() - Method in class vtk.vtkHierarchicalBoxCutter
 
VTKCastInit() - Method in class vtk.vtkHierarchicalBoxDataSet
 
VTKCastInit() - Method in class vtk.vtkHierarchicalBoxOutlineFilter
 
VTKCastInit() - Method in class vtk.vtkHierarchicalBoxSource
 
VTKCastInit() - Method in class vtk.vtkHierarchicalBoxToHierarchicalBoxFilter
 
VTKCastInit() - Method in class vtk.vtkHierarchicalBoxToPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkHierarchicalBoxVisitor
 
VTKCastInit() - Method in class vtk.vtkHierarchicalDataIterator
 
VTKCastInit() - Method in class vtk.vtkHierarchicalDataSet
 
VTKCastInit() - Method in class vtk.vtkHomogeneousTransform
 
VTKCastInit() - Method in class vtk.vtkHull
 
VTKCastInit() - Method in class vtk.vtkHyperStreamline
 
VTKCastInit() - Method in class vtk.vtkIVExporter
 
VTKCastInit() - Method in class vtk.vtkIVWriter
 
VTKCastInit() - Method in class vtk.vtkIdFilter
 
VTKCastInit() - Method in class vtk.vtkIdList
 
VTKCastInit() - Method in class vtk.vtkIdListCollection
 
VTKCastInit() - Method in class vtk.vtkIdTypeArray
 
VTKCastInit() - Method in class vtk.vtkIdentityTransform
 
VTKCastInit() - Method in class vtk.vtkImageAccumulate
 
VTKCastInit() - Method in class vtk.vtkImageActor
 
VTKCastInit() - Method in class vtk.vtkImageAnisotropicDiffusion2D
 
VTKCastInit() - Method in class vtk.vtkImageAnisotropicDiffusion3D
 
VTKCastInit() - Method in class vtk.vtkImageAppend
 
VTKCastInit() - Method in class vtk.vtkImageAppendComponents
 
VTKCastInit() - Method in class vtk.vtkImageBlend
 
VTKCastInit() - Method in class vtk.vtkImageButterworthHighPass
 
VTKCastInit() - Method in class vtk.vtkImageButterworthLowPass
 
VTKCastInit() - Method in class vtk.vtkImageCacheFilter
 
VTKCastInit() - Method in class vtk.vtkImageCanvasSource2D
 
VTKCastInit() - Method in class vtk.vtkImageCast
 
VTKCastInit() - Method in class vtk.vtkImageChangeInformation
 
VTKCastInit() - Method in class vtk.vtkImageCheckerboard
 
VTKCastInit() - Method in class vtk.vtkImageCityBlockDistance
 
VTKCastInit() - Method in class vtk.vtkImageClip
 
VTKCastInit() - Method in class vtk.vtkImageConnector
 
VTKCastInit() - Method in class vtk.vtkImageConstantPad
 
VTKCastInit() - Method in class vtk.vtkImageContinuousDilate3D
 
VTKCastInit() - Method in class vtk.vtkImageContinuousErode3D
 
VTKCastInit() - Method in class vtk.vtkImageConvolve
 
VTKCastInit() - Method in class vtk.vtkImageCorrelation
 
VTKCastInit() - Method in class vtk.vtkImageCursor3D
 
VTKCastInit() - Method in class vtk.vtkImageData
 
VTKCastInit() - Method in class vtk.vtkImageDataGeometryFilter
 
VTKCastInit() - Method in class vtk.vtkImageDataStreamer
 
VTKCastInit() - Method in class vtk.vtkImageDecomposeFilter
 
VTKCastInit() - Method in class vtk.vtkImageDifference
 
VTKCastInit() - Method in class vtk.vtkImageDilateErode3D
 
VTKCastInit() - Method in class vtk.vtkImageDivergence
 
VTKCastInit() - Method in class vtk.vtkImageDotProduct
 
VTKCastInit() - Method in class vtk.vtkImageEllipsoidSource
 
VTKCastInit() - Method in class vtk.vtkImageEuclideanDistance
 
VTKCastInit() - Method in class vtk.vtkImageEuclideanToPolar
 
VTKCastInit() - Method in class vtk.vtkImageExport
 
VTKCastInit() - Method in class vtk.vtkImageExtractComponents
 
VTKCastInit() - Method in class vtk.vtkImageFFT
 
VTKCastInit() - Method in class vtk.vtkImageFlip
 
VTKCastInit() - Method in class vtk.vtkImageFourierCenter
 
VTKCastInit() - Method in class vtk.vtkImageFourierFilter
 
VTKCastInit() - Method in class vtk.vtkImageGaussianSmooth
 
VTKCastInit() - Method in class vtk.vtkImageGaussianSource
 
VTKCastInit() - Method in class vtk.vtkImageGradient
 
VTKCastInit() - Method in class vtk.vtkImageGradientMagnitude
 
VTKCastInit() - Method in class vtk.vtkImageGridSource
 
VTKCastInit() - Method in class vtk.vtkImageHSIToRGB
 
VTKCastInit() - Method in class vtk.vtkImageHSVToRGB
 
VTKCastInit() - Method in class vtk.vtkImageHybridMedian2D
 
VTKCastInit() - Method in class vtk.vtkImageIdealHighPass
 
VTKCastInit() - Method in class vtk.vtkImageIdealLowPass
 
VTKCastInit() - Method in class vtk.vtkImageImport
 
VTKCastInit() - Method in class vtk.vtkImageInPlaceFilter
 
VTKCastInit() - Method in class vtk.vtkImageIslandRemoval2D
 
VTKCastInit() - Method in class vtk.vtkImageIterateFilter
 
VTKCastInit() - Method in class vtk.vtkImageLaplacian
 
VTKCastInit() - Method in class vtk.vtkImageLogarithmicScale
 
VTKCastInit() - Method in class vtk.vtkImageLogic
 
VTKCastInit() - Method in class vtk.vtkImageLuminance
 
VTKCastInit() - Method in class vtk.vtkImageMagnify
 
VTKCastInit() - Method in class vtk.vtkImageMagnitude
 
VTKCastInit() - Method in class vtk.vtkImageMandelbrotSource
 
VTKCastInit() - Method in class vtk.vtkImageMapToColors
 
VTKCastInit() - Method in class vtk.vtkImageMapToRGBA
 
VTKCastInit() - Method in class vtk.vtkImageMapToWindowLevelColors
 
VTKCastInit() - Method in class vtk.vtkImageMapper
 
VTKCastInit() - Method in class vtk.vtkImageMarchingCubes
 
VTKCastInit() - Method in class vtk.vtkImageMask
 
VTKCastInit() - Method in class vtk.vtkImageMaskBits
 
VTKCastInit() - Method in class vtk.vtkImageMathematics
 
VTKCastInit() - Method in class vtk.vtkImageMedian3D
 
VTKCastInit() - Method in class vtk.vtkImageMirrorPad
 
VTKCastInit() - Method in class vtk.vtkImageMultipleInputFilter
 
VTKCastInit() - Method in class vtk.vtkImageMultipleInputOutputFilter
 
VTKCastInit() - Method in class vtk.vtkImageNoiseSource
 
VTKCastInit() - Method in class vtk.vtkImageNonMaximumSuppression
 
VTKCastInit() - Method in class vtk.vtkImageNormalize
 
VTKCastInit() - Method in class vtk.vtkImageOpenClose3D
 
VTKCastInit() - Method in class vtk.vtkImagePadFilter
 
VTKCastInit() - Method in class vtk.vtkImagePermute
 
VTKCastInit() - Method in class vtk.vtkImagePlaneWidget
 
VTKCastInit() - Method in class vtk.vtkImageQuantizeRGBToIndex
 
VTKCastInit() - Method in class vtk.vtkImageRFFT
 
VTKCastInit() - Method in class vtk.vtkImageRGBToHSI
 
VTKCastInit() - Method in class vtk.vtkImageRGBToHSV
 
VTKCastInit() - Method in class vtk.vtkImageRange3D
 
VTKCastInit() - Method in class vtk.vtkImageReader
 
VTKCastInit() - Method in class vtk.vtkImageReader2
 
VTKCastInit() - Method in class vtk.vtkImageReader2Collection
 
VTKCastInit() - Method in class vtk.vtkImageReader2Factory
 
VTKCastInit() - Method in class vtk.vtkImageRectilinearWipe
 
VTKCastInit() - Method in class vtk.vtkImageResample
 
VTKCastInit() - Method in class vtk.vtkImageReslice
 
VTKCastInit() - Method in class vtk.vtkImageSeedConnectivity
 
VTKCastInit() - Method in class vtk.vtkImageSeparableConvolution
 
VTKCastInit() - Method in class vtk.vtkImageShiftScale
 
VTKCastInit() - Method in class vtk.vtkImageShrink3D
 
VTKCastInit() - Method in class vtk.vtkImageSinusoidSource
 
VTKCastInit() - Method in class vtk.vtkImageSkeleton2D
 
VTKCastInit() - Method in class vtk.vtkImageSobel2D
 
VTKCastInit() - Method in class vtk.vtkImageSobel3D
 
VTKCastInit() - Method in class vtk.vtkImageSource
 
VTKCastInit() - Method in class vtk.vtkImageSpatialFilter
 
VTKCastInit() - Method in class vtk.vtkImageStencil
 
VTKCastInit() - Method in class vtk.vtkImageStencilData
 
VTKCastInit() - Method in class vtk.vtkImageStencilSource
 
VTKCastInit() - Method in class vtk.vtkImageThreshold
 
VTKCastInit() - Method in class vtk.vtkImageToImageFilter
 
VTKCastInit() - Method in class vtk.vtkImageToImageStencil
 
VTKCastInit() - Method in class vtk.vtkImageToPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkImageToStructuredPoints
 
VTKCastInit() - Method in class vtk.vtkImageTracerWidget
 
VTKCastInit() - Method in class vtk.vtkImageTranslateExtent
 
VTKCastInit() - Method in class vtk.vtkImageTwoInputFilter
 
VTKCastInit() - Method in class vtk.vtkImageVariance3D
 
VTKCastInit() - Method in class vtk.vtkImageViewer
 
VTKCastInit() - Method in class vtk.vtkImageViewer2
 
VTKCastInit() - Method in class vtk.vtkImageWrapPad
 
VTKCastInit() - Method in class vtk.vtkImageWriter
 
VTKCastInit() - Method in class vtk.vtkImagingFactory
 
VTKCastInit() - Method in class vtk.vtkImplicitBoolean
 
VTKCastInit() - Method in class vtk.vtkImplicitDataSet
 
VTKCastInit() - Method in class vtk.vtkImplicitFunction
 
VTKCastInit() - Method in class vtk.vtkImplicitFunctionCollection
 
VTKCastInit() - Method in class vtk.vtkImplicitFunctionToImageStencil
 
VTKCastInit() - Method in class vtk.vtkImplicitModeller
 
VTKCastInit() - Method in class vtk.vtkImplicitPlaneWidget
 
VTKCastInit() - Method in class vtk.vtkImplicitSelectionLoop
 
VTKCastInit() - Method in class vtk.vtkImplicitSum
 
VTKCastInit() - Method in class vtk.vtkImplicitTextureCoords
 
VTKCastInit() - Method in class vtk.vtkImplicitVolume
 
VTKCastInit() - Method in class vtk.vtkImplicitWindowFunction
 
VTKCastInit() - Method in class vtk.vtkImporter
 
VTKCastInit() - Method in class vtk.vtkInitialValueProblemSolver
 
VTKCastInit() - Method in class vtk.vtkInputStream
 
VTKCastInit() - Method in class vtk.vtkInstantiator
 
VTKCastInit() - Method in class vtk.vtkIntArray
 
VTKCastInit() - Method in class vtk.vtkInteractorEventRecorder
 
VTKCastInit() - Method in class vtk.vtkInteractorObserver
 
VTKCastInit() - Method in class vtk.vtkInteractorStyle
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleFlight
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleImage
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleJoystickActor
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleJoystickCamera
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleRubberBandZoom
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleSwitch
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleTerrain
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleTrackball
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleTrackballActor
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleTrackballCamera
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleUnicam
 
VTKCastInit() - Method in class vtk.vtkInteractorStyleUser
 
VTKCastInit() - Method in class vtk.vtkInterpolateDataSetAttributes
 
VTKCastInit() - Method in class vtk.vtkInterpolatedVelocityField
 
VTKCastInit() - Method in class vtk.vtkInterpolatingSubdivisionFilter
 
VTKCastInit() - Method in class vtk.vtkIterativeClosestPointTransform
 
VTKCastInit() - Method in class vtk.vtkJPEGReader
 
VTKCastInit() - Method in class vtk.vtkJPEGWriter
 
VTKCastInit() - Method in class vtk.vtkKitwareContourFilter
 
VTKCastInit() - Method in class vtk.vtkKitwareCutter
 
VTKCastInit() - Method in class vtk.vtkKochanekSpline
 
VTKCastInit() - Method in class vtk.vtkLODActor
 
VTKCastInit() - Method in class vtk.vtkLODProp3D
 
VTKCastInit() - Method in class vtk.vtkLabeledDataMapper
 
VTKCastInit() - Method in class vtk.vtkLandmarkTransform
 
VTKCastInit() - Method in class vtk.vtkLegendBoxActor
 
VTKCastInit() - Method in class vtk.vtkLight
 
VTKCastInit() - Method in class vtk.vtkLightCollection
 
VTKCastInit() - Method in class vtk.vtkLightKit
 
VTKCastInit() - Method in class vtk.vtkLine
 
VTKCastInit() - Method in class vtk.vtkLineSource
 
VTKCastInit() - Method in class vtk.vtkLineWidget
 
VTKCastInit() - Method in class vtk.vtkLinearExtrusionFilter
 
VTKCastInit() - Method in class vtk.vtkLinearSubdivisionFilter
 
VTKCastInit() - Method in class vtk.vtkLinearTransform
 
VTKCastInit() - Method in class vtk.vtkLinkEdgels
 
VTKCastInit() - Method in class vtk.vtkLocator
 
VTKCastInit() - Method in class vtk.vtkLogLookupTable
 
VTKCastInit() - Method in class vtk.vtkLongArray
 
VTKCastInit() - Method in class vtk.vtkLookupTable
 
VTKCastInit() - Method in class vtk.vtkLoopSubdivisionFilter
 
VTKCastInit() - Method in class vtk.vtkMCubesReader
 
VTKCastInit() - Method in class vtk.vtkMCubesWriter
 
VTKCastInit() - Method in class vtk.vtkMapper
 
VTKCastInit() - Method in class vtk.vtkMapper2D
 
VTKCastInit() - Method in class vtk.vtkMapperCollection
 
VTKCastInit() - Method in class vtk.vtkMarchingContourFilter
 
VTKCastInit() - Method in class vtk.vtkMarchingCubes
 
VTKCastInit() - Method in class vtk.vtkMarchingSquares
 
VTKCastInit() - Method in class vtk.vtkMaskFields
 
VTKCastInit() - Method in class vtk.vtkMaskPoints
 
VTKCastInit() - Method in class vtk.vtkMaskPolyData
 
VTKCastInit() - Method in class vtk.vtkMassProperties
 
VTKCastInit() - Method in class vtk.vtkMath
 
VTKCastInit() - Method in class vtk.vtkMatrix4x4
 
VTKCastInit() - Method in class vtk.vtkMatrixToHomogeneousTransform
 
VTKCastInit() - Method in class vtk.vtkMatrixToLinearTransform
 
VTKCastInit() - Method in class vtk.vtkMedicalImageReader2
 
VTKCastInit() - Method in class vtk.vtkMergeDataObjectFilter
 
VTKCastInit() - Method in class vtk.vtkMergeFields
 
VTKCastInit() - Method in class vtk.vtkMergeFilter
 
VTKCastInit() - Method in class vtk.vtkMergePoints
 
VTKCastInit() - Method in class vtk.vtkMeshQuality
 
VTKCastInit() - Method in class vtk.vtkMetaImageReader
 
VTKCastInit() - Method in class vtk.vtkMetaImageWriter
 
VTKCastInit() - Method in class vtk.vtkMoleculeReaderBase
 
VTKCastInit() - Method in class vtk.vtkMultiBlockApplyFilterCommand
 
VTKCastInit() - Method in class vtk.vtkMultiBlockDataIterator
 
VTKCastInit() - Method in class vtk.vtkMultiBlockDataSet
 
VTKCastInit() - Method in class vtk.vtkMultiBlockDataVisitor
 
VTKCastInit() - Method in class vtk.vtkMultiPartExtentTranslator
 
VTKCastInit() - Method in class vtk.vtkMultiThreader
 
VTKCastInit() - Method in class vtk.vtkMutexLock
 
VTKCastInit() - Method in class vtk.vtkNonLinearCell
 
VTKCastInit() - Method in class vtk.vtkOBBDicer
 
VTKCastInit() - Method in class vtk.vtkOBBTree
 
VTKCastInit() - Method in class vtk.vtkOBJExporter
 
VTKCastInit() - Method in class vtk.vtkOBJReader
 
VTKCastInit() - Method in class vtk.vtkOOGLExporter
 
VTKCastInit() - Method in class vtk.vtkObject
 
VTKCastInit() - Method in class vtk.vtkObjectBase
 
VTKCastInit() - Method in class vtk.vtkObjectFactory
 
VTKCastInit() - Method in class vtk.vtkObjectFactoryCollection
 
VTKCastInit() - Method in class vtk.vtkOpenGLActor
 
VTKCastInit() - Method in class vtk.vtkOpenGLCamera
 
VTKCastInit() - Method in class vtk.vtkOpenGLFreeTypeTextMapper
 
VTKCastInit() - Method in class vtk.vtkOpenGLImageActor
 
VTKCastInit() - Method in class vtk.vtkOpenGLImageMapper
 
VTKCastInit() - Method in class vtk.vtkOpenGLLight
 
VTKCastInit() - Method in class vtk.vtkOpenGLPolyDataMapper
 
VTKCastInit() - Method in class vtk.vtkOpenGLPolyDataMapper2D
 
VTKCastInit() - Method in class vtk.vtkOpenGLProperty
 
VTKCastInit() - Method in class vtk.vtkOpenGLRayCastImageDisplayHelper
 
VTKCastInit() - Method in class vtk.vtkOpenGLRenderWindow
 
VTKCastInit() - Method in class vtk.vtkOpenGLRenderer
 
VTKCastInit() - Method in class vtk.vtkOpenGLTexture
 
VTKCastInit() - Method in class vtk.vtkOpenGLVolumeRayCastMapper
 
VTKCastInit() - Method in class vtk.vtkOpenGLVolumeTextureMapper2D
 
VTKCastInit() - Method in class vtk.vtkOrderedTriangulator
 
VTKCastInit() - Method in class vtk.vtkOutlineCornerFilter
 
VTKCastInit() - Method in class vtk.vtkOutlineCornerSource
 
VTKCastInit() - Method in class vtk.vtkOutlineFilter
 
VTKCastInit() - Method in class vtk.vtkOutlineSource
 
VTKCastInit() - Method in class vtk.vtkOutputStream
 
VTKCastInit() - Method in class vtk.vtkOutputWindow
 
VTKCastInit() - Method in class vtk.vtkOverrideInformation
 
VTKCastInit() - Method in class vtk.vtkOverrideInformationCollection
 
VTKCastInit() - Method in class vtk.vtkPCAAnalysisFilter
 
VTKCastInit() - Method in class vtk.vtkPDBReader
 
VTKCastInit() - Method in class vtk.vtkPLOT3DReader
 
VTKCastInit() - Method in class vtk.vtkPLYReader
 
VTKCastInit() - Method in class vtk.vtkPLYWriter
 
VTKCastInit() - Method in class vtk.vtkPNGReader
 
VTKCastInit() - Method in class vtk.vtkPNGWriter
 
VTKCastInit() - Method in class vtk.vtkPNMReader
 
VTKCastInit() - Method in class vtk.vtkPNMWriter
 
VTKCastInit() - Method in class vtk.vtkParallelCoordinatesActor
 
VTKCastInit() - Method in class vtk.vtkParticleReader
 
VTKCastInit() - Method in class vtk.vtkPerlinNoise
 
VTKCastInit() - Method in class vtk.vtkPerspectiveTransform
 
VTKCastInit() - Method in class vtk.vtkPicker
 
VTKCastInit() - Method in class vtk.vtkPiecewiseFunction
 
VTKCastInit() - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
VTKCastInit() - Method in class vtk.vtkPiecewiseFunctionSource
 
VTKCastInit() - Method in class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilter
 
VTKCastInit() - Method in class vtk.vtkPixel
 
VTKCastInit() - Method in class vtk.vtkPlane
 
VTKCastInit() - Method in class vtk.vtkPlaneCollection
 
VTKCastInit() - Method in class vtk.vtkPlaneSource
 
VTKCastInit() - Method in class vtk.vtkPlaneWidget
 
VTKCastInit() - Method in class vtk.vtkPlanes
 
VTKCastInit() - Method in class vtk.vtkPlatonicSolidSource
 
VTKCastInit() - Method in class vtk.vtkPointData
 
VTKCastInit() - Method in class vtk.vtkPointDataToCellData
 
VTKCastInit() - Method in class vtk.vtkPointLoad
 
VTKCastInit() - Method in class vtk.vtkPointLocator
 
VTKCastInit() - Method in class vtk.vtkPointPicker
 
VTKCastInit() - Method in class vtk.vtkPointSet
 
VTKCastInit() - Method in class vtk.vtkPointSetSource
 
VTKCastInit() - Method in class vtk.vtkPointSetToPointSetFilter
 
VTKCastInit() - Method in class vtk.vtkPointSource
 
VTKCastInit() - Method in class vtk.vtkPointWidget
 
VTKCastInit() - Method in class vtk.vtkPoints
 
VTKCastInit() - Method in class vtk.vtkPolyData
 
VTKCastInit() - Method in class vtk.vtkPolyDataCollection
 
VTKCastInit() - Method in class vtk.vtkPolyDataConnectivityFilter
 
VTKCastInit() - Method in class vtk.vtkPolyDataMapper
 
VTKCastInit() - Method in class vtk.vtkPolyDataMapper2D
 
VTKCastInit() - Method in class vtk.vtkPolyDataNormals
 
VTKCastInit() - Method in class vtk.vtkPolyDataReader
 
VTKCastInit() - Method in class vtk.vtkPolyDataSource
 
VTKCastInit() - Method in class vtk.vtkPolyDataSourceWidget
 
VTKCastInit() - Method in class vtk.vtkPolyDataStreamer
 
VTKCastInit() - Method in class vtk.vtkPolyDataToImageStencil
 
VTKCastInit() - Method in class vtk.vtkPolyDataToPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkPolyDataWriter
 
VTKCastInit() - Method in class vtk.vtkPolyLine
 
VTKCastInit() - Method in class vtk.vtkPolyVertex
 
VTKCastInit() - Method in class vtk.vtkPolygon
 
VTKCastInit() - Method in class vtk.vtkPostScriptWriter
 
VTKCastInit() - Method in class vtk.vtkPriorityQueue
 
VTKCastInit() - Method in class vtk.vtkProbeFilter
 
VTKCastInit() - Method in class vtk.vtkProcessObject
 
VTKCastInit() - Method in class vtk.vtkProcrustesAlignmentFilter
 
VTKCastInit() - Method in class vtk.vtkProgrammableAttributeDataFilter
 
VTKCastInit() - Method in class vtk.vtkProgrammableDataObjectSource
 
VTKCastInit() - Method in class vtk.vtkProgrammableFilter
 
VTKCastInit() - Method in class vtk.vtkProgrammableGlyphFilter
 
VTKCastInit() - Method in class vtk.vtkProgrammableSource
 
VTKCastInit() - Method in class vtk.vtkProjectedTexture
 
VTKCastInit() - Method in class vtk.vtkProp
 
VTKCastInit() - Method in class vtk.vtkProp3D
 
VTKCastInit() - Method in class vtk.vtkProp3DCollection
 
VTKCastInit() - Method in class vtk.vtkPropAssembly
 
VTKCastInit() - Method in class vtk.vtkPropCollection
 
VTKCastInit() - Method in class vtk.vtkPropPicker
 
VTKCastInit() - Method in class vtk.vtkProperty
 
VTKCastInit() - Method in class vtk.vtkProperty2D
 
VTKCastInit() - Method in class vtk.vtkPushImageFilterSample
 
VTKCastInit() - Method in class vtk.vtkPushImageReader
 
VTKCastInit() - Method in class vtk.vtkPushPipeline
 
VTKCastInit() - Method in class vtk.vtkPyramid
 
VTKCastInit() - Method in class vtk.vtkQuad
 
VTKCastInit() - Method in class vtk.vtkQuadraticEdge
 
VTKCastInit() - Method in class vtk.vtkQuadraticHexahedron
 
VTKCastInit() - Method in class vtk.vtkQuadraticQuad
 
VTKCastInit() - Method in class vtk.vtkQuadraticTetra
 
VTKCastInit() - Method in class vtk.vtkQuadraticTriangle
 
VTKCastInit() - Method in class vtk.vtkQuadric
 
VTKCastInit() - Method in class vtk.vtkQuadricClustering
 
VTKCastInit() - Method in class vtk.vtkQuadricDecimation
 
VTKCastInit() - Method in class vtk.vtkQuantizePolyDataPoints
 
VTKCastInit() - Method in class vtk.vtkRIBExporter
 
VTKCastInit() - Method in class vtk.vtkRIBLight
 
VTKCastInit() - Method in class vtk.vtkRIBProperty
 
VTKCastInit() - Method in class vtk.vtkRayCastImageDisplayHelper
 
VTKCastInit() - Method in class vtk.vtkRearrangeFields
 
VTKCastInit() - Method in class vtk.vtkRectilinearGrid
 
VTKCastInit() - Method in class vtk.vtkRectilinearGridGeometryFilter
 
VTKCastInit() - Method in class vtk.vtkRectilinearGridReader
 
VTKCastInit() - Method in class vtk.vtkRectilinearGridSource
 
VTKCastInit() - Method in class vtk.vtkRectilinearGridToPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkRectilinearGridToTetrahedra
 
VTKCastInit() - Method in class vtk.vtkRectilinearGridWriter
 
VTKCastInit() - Method in class vtk.vtkRectilinearSynchronizedTemplates
 
VTKCastInit() - Method in class vtk.vtkRecursiveDividingCubes
 
VTKCastInit() - Method in class vtk.vtkRecursiveSphereDirectionEncoder
 
VTKCastInit() - Method in class vtk.vtkReferenceCount
 
VTKCastInit() - Method in class vtk.vtkReflectionFilter
 
VTKCastInit() - Method in class vtk.vtkRenderLargeImage
 
VTKCastInit() - Method in class vtk.vtkRenderWindow
 
VTKCastInit() - Method in class vtk.vtkRenderWindowCollection
 
VTKCastInit() - Method in class vtk.vtkRenderWindowInteractor
 
VTKCastInit() - Method in class vtk.vtkRenderer
 
VTKCastInit() - Method in class vtk.vtkRendererCollection
 
VTKCastInit() - Method in class vtk.vtkRendererSource
 
VTKCastInit() - Method in class vtk.vtkReverseSense
 
VTKCastInit() - Method in class vtk.vtkRibbonFilter
 
VTKCastInit() - Method in class vtk.vtkRotationalExtrusionFilter
 
VTKCastInit() - Method in class vtk.vtkRuledSurfaceFilter
 
VTKCastInit() - Method in class vtk.vtkRungeKutta2
 
VTKCastInit() - Method in class vtk.vtkRungeKutta4
 
VTKCastInit() - Method in class vtk.vtkRungeKutta45
 
VTKCastInit() - Method in class vtk.vtkSLCReader
 
VTKCastInit() - Method in class vtk.vtkSTLReader
 
VTKCastInit() - Method in class vtk.vtkSTLWriter
 
VTKCastInit() - Method in class vtk.vtkSampleFunction
 
VTKCastInit() - Method in class vtk.vtkScalarBarActor
 
VTKCastInit() - Method in class vtk.vtkScalarBarWidget
 
VTKCastInit() - Method in class vtk.vtkScalarTree
 
VTKCastInit() - Method in class vtk.vtkScalarsToColors
 
VTKCastInit() - Method in class vtk.vtkScaledTextActor
 
VTKCastInit() - Method in class vtk.vtkSelectPolyData
 
VTKCastInit() - Method in class vtk.vtkSelectVisiblePoints
 
VTKCastInit() - Method in class vtk.vtkShepardMethod
 
VTKCastInit() - Method in class vtk.vtkShortArray
 
VTKCastInit() - Method in class vtk.vtkShrinkFilter
 
VTKCastInit() - Method in class vtk.vtkShrinkPolyData
 
VTKCastInit() - Method in class vtk.vtkSimpleElevationFilter
 
VTKCastInit() - Method in class vtk.vtkSimpleImageFilterExample
 
VTKCastInit() - Method in class vtk.vtkSimpleImageToImageFilter
 
VTKCastInit() - Method in class vtk.vtkSimpleScalarTree
 
VTKCastInit() - Method in class vtk.vtkSliceCubes
 
VTKCastInit() - Method in class vtk.vtkSmoothPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkSource
 
VTKCastInit() - Method in class vtk.vtkSpatialRepresentationFilter
 
VTKCastInit() - Method in class vtk.vtkSphere
 
VTKCastInit() - Method in class vtk.vtkSpherePuzzle
 
VTKCastInit() - Method in class vtk.vtkSpherePuzzleArrows
 
VTKCastInit() - Method in class vtk.vtkSphereSource
 
VTKCastInit() - Method in class vtk.vtkSphereWidget
 
VTKCastInit() - Method in class vtk.vtkSphericalTransform
 
VTKCastInit() - Method in class vtk.vtkSpline
 
VTKCastInit() - Method in class vtk.vtkSplineFilter
 
VTKCastInit() - Method in class vtk.vtkSplineWidget
 
VTKCastInit() - Method in class vtk.vtkSplitField
 
VTKCastInit() - Method in class vtk.vtkStreamLine
 
VTKCastInit() - Method in class vtk.vtkStreamPoints
 
VTKCastInit() - Method in class vtk.vtkStreamTracer
 
VTKCastInit() - Method in class vtk.vtkStreamer
 
VTKCastInit() - Method in class vtk.vtkStripper
 
VTKCastInit() - Method in class vtk.vtkStructuredData
 
VTKCastInit() - Method in class vtk.vtkStructuredGrid
 
VTKCastInit() - Method in class vtk.vtkStructuredGridGeometryFilter
 
VTKCastInit() - Method in class vtk.vtkStructuredGridOutlineFilter
 
VTKCastInit() - Method in class vtk.vtkStructuredGridReader
 
VTKCastInit() - Method in class vtk.vtkStructuredGridSource
 
VTKCastInit() - Method in class vtk.vtkStructuredGridToPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkStructuredGridToStructuredGridFilter
 
VTKCastInit() - Method in class vtk.vtkStructuredGridWriter
 
VTKCastInit() - Method in class vtk.vtkStructuredPoints
 
VTKCastInit() - Method in class vtk.vtkStructuredPointsCollection
 
VTKCastInit() - Method in class vtk.vtkStructuredPointsGeometryFilter
 
VTKCastInit() - Method in class vtk.vtkStructuredPointsReader
 
VTKCastInit() - Method in class vtk.vtkStructuredPointsSource
 
VTKCastInit() - Method in class vtk.vtkStructuredPointsToPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkStructuredPointsToStructuredPointsFilter
 
VTKCastInit() - Method in class vtk.vtkStructuredPointsToUnstructuredGridFilter
 
VTKCastInit() - Method in class vtk.vtkStructuredPointsWriter
 
VTKCastInit() - Method in class vtk.vtkStructuredVisibilityConstraint
 
VTKCastInit() - Method in class vtk.vtkSubPixelPositionEdgels
 
VTKCastInit() - Method in class vtk.vtkSubdivideTetra
 
VTKCastInit() - Method in class vtk.vtkSuperquadric
 
VTKCastInit() - Method in class vtk.vtkSuperquadricSource
 
VTKCastInit() - Method in class vtk.vtkSurfaceReconstructionFilter
 
VTKCastInit() - Method in class vtk.vtkSweptSurface
 
VTKCastInit() - Method in class vtk.vtkSynchronizedTemplates2D
 
VTKCastInit() - Method in class vtk.vtkSynchronizedTemplates3D
 
VTKCastInit() - Method in class vtk.vtkTIFFReader
 
VTKCastInit() - Method in class vtk.vtkTIFFWriter
 
VTKCastInit() - Method in class vtk.vtkTableExtentTranslator
 
VTKCastInit() - Method in class vtk.vtkTensor
 
VTKCastInit() - Method in class vtk.vtkTensorGlyph
 
VTKCastInit() - Method in class vtk.vtkTesting
 
VTKCastInit() - Method in class vtk.vtkTetra
 
VTKCastInit() - Method in class vtk.vtkTextActor
 
VTKCastInit() - Method in class vtk.vtkTextMapper
 
VTKCastInit() - Method in class vtk.vtkTextProperty
 
VTKCastInit() - Method in class vtk.vtkTextSource
 
VTKCastInit() - Method in class vtk.vtkTexture
 
VTKCastInit() - Method in class vtk.vtkTextureMapToCylinder
 
VTKCastInit() - Method in class vtk.vtkTextureMapToPlane
 
VTKCastInit() - Method in class vtk.vtkTextureMapToSphere
 
VTKCastInit() - Method in class vtk.vtkTexturedSphereSource
 
VTKCastInit() - Method in class vtk.vtkThinPlateSplineTransform
 
VTKCastInit() - Method in class vtk.vtkThreshold
 
VTKCastInit() - Method in class vtk.vtkThresholdPoints
 
VTKCastInit() - Method in class vtk.vtkThresholdTextureCoords
 
VTKCastInit() - Method in class vtk.vtkTimerLog
 
VTKCastInit() - Method in class vtk.vtkTransform
 
VTKCastInit() - Method in class vtk.vtkTransformCollection
 
VTKCastInit() - Method in class vtk.vtkTransformFilter
 
VTKCastInit() - Method in class vtk.vtkTransformPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkTransformTextureCoords
 
VTKCastInit() - Method in class vtk.vtkTransformToGrid
 
VTKCastInit() - Method in class vtk.vtkTriangle
 
VTKCastInit() - Method in class vtk.vtkTriangleFilter
 
VTKCastInit() - Method in class vtk.vtkTriangleStrip
 
VTKCastInit() - Method in class vtk.vtkTriangularTCoords
 
VTKCastInit() - Method in class vtk.vtkTriangularTexture
 
VTKCastInit() - Method in class vtk.vtkTubeFilter
 
VTKCastInit() - Method in class vtk.vtkUGFacetReader
 
VTKCastInit() - Method in class vtk.vtkUniformGrid
 
VTKCastInit() - Method in class vtk.vtkUnsignedCharArray
 
VTKCastInit() - Method in class vtk.vtkUnsignedIntArray
 
VTKCastInit() - Method in class vtk.vtkUnsignedLongArray
 
VTKCastInit() - Method in class vtk.vtkUnsignedShortArray
 
VTKCastInit() - Method in class vtk.vtkUnstructuredGrid
 
VTKCastInit() - Method in class vtk.vtkUnstructuredGridBunykRayCastFunction
 
VTKCastInit() - Method in class vtk.vtkUnstructuredGridReader
 
VTKCastInit() - Method in class vtk.vtkUnstructuredGridSource
 
VTKCastInit() - Method in class vtk.vtkUnstructuredGridToPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkUnstructuredGridToUnstructuredGridFilter
 
VTKCastInit() - Method in class vtk.vtkUnstructuredGridVolumeMapper
 
VTKCastInit() - Method in class vtk.vtkUnstructuredGridVolumeRayCastFunction
 
VTKCastInit() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
 
VTKCastInit() - Method in class vtk.vtkUnstructuredGridWriter
 
VTKCastInit() - Method in class vtk.vtkVRMLExporter
 
VTKCastInit() - Method in class vtk.vtkVRMLImporter
 
VTKCastInit() - Method in class vtk.vtkVectorDot
 
VTKCastInit() - Method in class vtk.vtkVectorNorm
 
VTKCastInit() - Method in class vtk.vtkVectorText
 
VTKCastInit() - Method in class vtk.vtkVersion
 
VTKCastInit() - Method in class vtk.vtkVertex
 
VTKCastInit() - Method in class vtk.vtkVideoSource
 
VTKCastInit() - Method in class vtk.vtkViewport
 
VTKCastInit() - Method in class vtk.vtkVoidArray
 
VTKCastInit() - Method in class vtk.vtkVolume
 
VTKCastInit() - Method in class vtk.vtkVolume16Reader
 
VTKCastInit() - Method in class vtk.vtkVolumeCollection
 
VTKCastInit() - Method in class vtk.vtkVolumeMapper
 
VTKCastInit() - Method in class vtk.vtkVolumeProMapper
 
VTKCastInit() - Method in class vtk.vtkVolumeProperty
 
VTKCastInit() - Method in class vtk.vtkVolumeRayCastCompositeFunction
 
VTKCastInit() - Method in class vtk.vtkVolumeRayCastFunction
 
VTKCastInit() - Method in class vtk.vtkVolumeRayCastIsosurfaceFunction
 
VTKCastInit() - Method in class vtk.vtkVolumeRayCastMIPFunction
 
VTKCastInit() - Method in class vtk.vtkVolumeRayCastMapper
 
VTKCastInit() - Method in class vtk.vtkVolumeReader
 
VTKCastInit() - Method in class vtk.vtkVolumeTextureMapper
 
VTKCastInit() - Method in class vtk.vtkVolumeTextureMapper2D
 
VTKCastInit() - Method in class vtk.vtkVoxel
 
VTKCastInit() - Method in class vtk.vtkVoxelContoursToSurfaceFilter
 
VTKCastInit() - Method in class vtk.vtkVoxelModeller
 
VTKCastInit() - Method in class vtk.vtkWarpLens
 
VTKCastInit() - Method in class vtk.vtkWarpScalar
 
VTKCastInit() - Method in class vtk.vtkWarpTo
 
VTKCastInit() - Method in class vtk.vtkWarpTransform
 
VTKCastInit() - Method in class vtk.vtkWarpVector
 
VTKCastInit() - Method in class vtk.vtkWedge
 
VTKCastInit() - Method in class vtk.vtkWeightedTransformFilter
 
VTKCastInit() - Method in class vtk.vtkWindow
 
VTKCastInit() - Method in class vtk.vtkWindowLevelLookupTable
 
VTKCastInit() - Method in class vtk.vtkWindowToImageFilter
 
VTKCastInit() - Method in class vtk.vtkWindowedSincPolyDataFilter
 
VTKCastInit() - Method in class vtk.vtkWorldPointPicker
 
VTKCastInit() - Method in class vtk.vtkWriter
 
VTKCastInit() - Method in class vtk.vtkXMLDataElement
 
VTKCastInit() - Method in class vtk.vtkXMLDataParser
 
VTKCastInit() - Method in class vtk.vtkXMLDataReader
 
VTKCastInit() - Method in class vtk.vtkXMLDataSetWriter
 
VTKCastInit() - Method in class vtk.vtkXMLFileOutputWindow
 
VTKCastInit() - Method in class vtk.vtkXMLFileReadTester
 
VTKCastInit() - Method in class vtk.vtkXMLImageDataReader
 
VTKCastInit() - Method in class vtk.vtkXMLImageDataWriter
 
VTKCastInit() - Method in class vtk.vtkXMLPDataReader
 
VTKCastInit() - Method in class vtk.vtkXMLPDataSetWriter
 
VTKCastInit() - Method in class vtk.vtkXMLPDataWriter
 
VTKCastInit() - Method in class vtk.vtkXMLPImageDataReader
 
VTKCastInit() - Method in class vtk.vtkXMLPImageDataWriter
 
VTKCastInit() - Method in class vtk.vtkXMLPPolyDataReader
 
VTKCastInit() - Method in class vtk.vtkXMLPPolyDataWriter
 
VTKCastInit() - Method in class vtk.vtkXMLPRectilinearGridReader
 
VTKCastInit() - Method in class vtk.vtkXMLPRectilinearGridWriter
 
VTKCastInit() - Method in class vtk.vtkXMLPStructuredDataReader
 
VTKCastInit() - Method in class vtk.vtkXMLPStructuredDataWriter
 
VTKCastInit() - Method in class vtk.vtkXMLPStructuredGridReader
 
VTKCastInit() - Method in class vtk.vtkXMLPStructuredGridWriter
 
VTKCastInit() - Method in class vtk.vtkXMLPUnstructuredDataReader
 
VTKCastInit() - Method in class vtk.vtkXMLPUnstructuredDataWriter
 
VTKCastInit() - Method in class vtk.vtkXMLPUnstructuredGridReader
 
VTKCastInit() - Method in class vtk.vtkXMLPUnstructuredGridWriter
 
VTKCastInit() - Method in class vtk.vtkXMLParser
 
VTKCastInit() - Method in class vtk.vtkXMLPolyDataReader
 
VTKCastInit() - Method in class vtk.vtkXMLPolyDataWriter
 
VTKCastInit() - Method in class vtk.vtkXMLReader
 
VTKCastInit() - Method in class vtk.vtkXMLRectilinearGridReader
 
VTKCastInit() - Method in class vtk.vtkXMLRectilinearGridWriter
 
VTKCastInit() - Method in class vtk.vtkXMLStructuredDataReader
 
VTKCastInit() - Method in class vtk.vtkXMLStructuredDataWriter
 
VTKCastInit() - Method in class vtk.vtkXMLStructuredGridReader
 
VTKCastInit() - Method in class vtk.vtkXMLStructuredGridWriter
 
VTKCastInit() - Method in class vtk.vtkXMLUnstructuredDataReader
 
VTKCastInit() - Method in class vtk.vtkXMLUnstructuredDataWriter
 
VTKCastInit() - Method in class vtk.vtkXMLUnstructuredGridReader
 
VTKCastInit() - Method in class vtk.vtkXMLUnstructuredGridWriter
 
VTKCastInit() - Method in class vtk.vtkXMLUtilities
 
VTKCastInit() - Method in class vtk.vtkXMLWriter
 
VTKCastInit() - Method in class vtk.vtkXOpenGLRenderWindow
 
VTKCastInit() - Method in class vtk.vtkXRenderWindowInteractor
 
VTKCastInit() - Method in class vtk.vtkXYPlotActor
 
VTKCastInit() - Method in class vtk.vtkXYPlotWidget
 
VTKCastInit() - Method in class vtk.vtkXYZMolReader
 
VTKCastInit() - Method in class vtk.vtkZLibDataCompressor
 
VTKDelete() - Method in class vtk.vtkObjectBase
 
VTKInit() - Method in class vtk.vtk3DSImporter
 
VTKInit() - Method in class vtk.vtkAVSucdReader
 
VTKInit() - Method in class vtk.vtkActor
 
VTKInit() - Method in class vtk.vtkActor2D
 
VTKInit() - Method in class vtk.vtkActor2DCollection
 
VTKInit() - Method in class vtk.vtkActorCollection
 
VTKInit() - Method in class vtk.vtkAmoebaMinimizer
 
VTKInit() - Method in class vtk.vtkAppendFilter
 
VTKInit() - Method in class vtk.vtkAppendPolyData
 
VTKInit() - Method in class vtk.vtkArcPlotter
 
VTKInit() - Method in class vtk.vtkArrayCalculator
 
VTKInit() - Method in class vtk.vtkArrowSource
 
VTKInit() - Method in class vtk.vtkAssembly
 
VTKInit() - Method in class vtk.vtkAssemblyNode
 
VTKInit() - Method in class vtk.vtkAssemblyPath
 
VTKInit() - Method in class vtk.vtkAssemblyPaths
 
VTKInit() - Method in class vtk.vtkAssignAttribute
 
VTKInit() - Method in class vtk.vtkAttributeDataToFieldDataFilter
 
VTKInit() - Method in class vtk.vtkAxes
 
VTKInit() - Method in class vtk.vtkAxisActor2D
 
VTKInit() - Method in class vtk.vtkBMPReader
 
VTKInit() - Method in class vtk.vtkBMPWriter
 
VTKInit() - Method in class vtk.vtkBYUReader
 
VTKInit() - Method in class vtk.vtkBYUWriter
 
VTKInit() - Method in class vtk.vtkBandedPolyDataContourFilter
 
VTKInit() - Method in class vtk.vtkBase64InputStream
 
VTKInit() - Method in class vtk.vtkBase64OutputStream
 
VTKInit() - Method in class vtk.vtkBase64Utilities
 
VTKInit() - Method in class vtk.vtkBitArray
 
VTKInit() - Method in class vtk.vtkBlankStructuredGrid
 
VTKInit() - Method in class vtk.vtkBlankStructuredGridWithImage
 
VTKInit() - Method in class vtk.vtkBooleanTexture
 
VTKInit() - Method in class vtk.vtkBox
 
VTKInit() - Method in class vtk.vtkBoxWidget
 
VTKInit() - Method in class vtk.vtkBrownianPoints
 
VTKInit() - Method in class vtk.vtkButterflySubdivisionFilter
 
VTKInit() - Method in class vtk.vtkButtonSource
 
VTKInit() - Method in class vtk.vtkByteSwap
 
VTKInit() - Method in class vtk.vtkCGMWriter
 
VTKInit() - Method in class vtk.vtkCamera
 
VTKInit() - Method in class vtk.vtkCaptionActor2D
 
VTKInit() - Method in class vtk.vtkCardinalSpline
 
VTKInit() - Method in class vtk.vtkCastToConcrete
 
VTKInit() - Method in class vtk.vtkCellArray
 
VTKInit() - Method in class vtk.vtkCellCenters
 
VTKInit() - Method in class vtk.vtkCellData
 
VTKInit() - Method in class vtk.vtkCellDataToPointData
 
VTKInit() - Method in class vtk.vtkCellDerivatives
 
VTKInit() - Method in class vtk.vtkCellLinks
 
VTKInit() - Method in class vtk.vtkCellLocator
 
VTKInit() - Method in class vtk.vtkCellPicker
 
VTKInit() - Method in class vtk.vtkCellTypes
 
VTKInit() - Method in class vtk.vtkCharArray
 
VTKInit() - Method in class vtk.vtkCleanPolyData
 
VTKInit() - Method in class vtk.vtkClipDataSet
 
VTKInit() - Method in class vtk.vtkClipPolyData
 
VTKInit() - Method in class vtk.vtkClipVolume
 
VTKInit() - Method in class vtk.vtkCollection
 
VTKInit() - Method in class vtk.vtkCollectionIterator
 
VTKInit() - Method in class vtk.vtkColorTransferFunction
 
VTKInit() - Method in class vtk.vtkCone
 
VTKInit() - Method in class vtk.vtkConeSource
 
VTKInit() - Method in class vtk.vtkConnectivityFilter
 
VTKInit() - Method in class vtk.vtkContourFilter
 
VTKInit() - Method in class vtk.vtkContourGrid
 
VTKInit() - Method in class vtk.vtkContourValues
 
VTKInit() - Method in class vtk.vtkConvexPointSet
 
VTKInit() - Method in class vtk.vtkCoordinate
 
VTKInit() - Method in class vtk.vtkCriticalSection
 
VTKInit() - Method in class vtk.vtkCubeAxesActor2D
 
VTKInit() - Method in class vtk.vtkCubeSource
 
VTKInit() - Method in class vtk.vtkCullerCollection
 
VTKInit() - Method in class vtk.vtkCursor3D
 
VTKInit() - Method in class vtk.vtkCurvatures
 
VTKInit() - Method in class vtk.vtkCutter
 
VTKInit() - Method in class vtk.vtkCylinder
 
VTKInit() - Method in class vtk.vtkCylinderSource
 
VTKInit() - Method in class vtk.vtkCylindricalTransform
 
VTKInit() - Method in class vtk.vtkDEMReader
 
VTKInit() - Method in class vtk.vtkDICOMImageReader
 
VTKInit() - Method in class vtk.vtkDashedStreamLine
 
VTKInit() - Method in class vtk.vtkDataArrayCollection
 
VTKInit() - Method in class vtk.vtkDataArrayCollectionIterator
 
VTKInit() - Method in class vtk.vtkDataArraySelection
 
VTKInit() - Method in class vtk.vtkDataObject
 
VTKInit() - Method in class vtk.vtkDataObjectCollection
 
VTKInit() - Method in class vtk.vtkDataObjectReader
 
VTKInit() - Method in class vtk.vtkDataObjectToDataSetFilter
 
VTKInit() - Method in class vtk.vtkDataObjectWriter
 
VTKInit() - Method in class vtk.vtkDataReader
 
VTKInit() - Method in class vtk.vtkDataSetAttributes
 
VTKInit() - Method in class vtk.vtkDataSetCollection
 
VTKInit() - Method in class vtk.vtkDataSetMapper
 
VTKInit() - Method in class vtk.vtkDataSetReader
 
VTKInit() - Method in class vtk.vtkDataSetSurfaceFilter
 
VTKInit() - Method in class vtk.vtkDataSetToDataObjectFilter
 
VTKInit() - Method in class vtk.vtkDataSetTriangleFilter
 
VTKInit() - Method in class vtk.vtkDataSetWriter
 
VTKInit() - Method in class vtk.vtkDataWriter
 
VTKInit() - Method in class vtk.vtkDebugLeaks
 
VTKInit() - Method in class vtk.vtkDecimate
 
VTKInit() - Method in class vtk.vtkDecimatePro
 
VTKInit() - Method in class vtk.vtkDelaunay2D
 
VTKInit() - Method in class vtk.vtkDelaunay3D
 
VTKInit() - Method in class vtk.vtkDepthSortPolyData
 
VTKInit() - Method in class vtk.vtkDirectory
 
VTKInit() - Method in class vtk.vtkDiskSource
 
VTKInit() - Method in class vtk.vtkDividingCubes
 
VTKInit() - Method in class vtk.vtkDoubleArray
 
VTKInit() - Method in class vtk.vtkDynamicLoader
 
VTKInit() - Method in class vtk.vtkEarthSource
 
VTKInit() - Method in class vtk.vtkEdgePoints
 
VTKInit() - Method in class vtk.vtkEdgeTable
 
VTKInit() - Method in class vtk.vtkElevationFilter
 
VTKInit() - Method in class vtk.vtkEmptyCell
 
VTKInit() - Method in class vtk.vtkEnSight6BinaryReader
 
VTKInit() - Method in class vtk.vtkEnSight6Reader
 
VTKInit() - Method in class vtk.vtkEnSightGoldBinaryReader
 
VTKInit() - Method in class vtk.vtkEnSightGoldReader
 
VTKInit() - Method in class vtk.vtkEnSightMasterServerReader
 
VTKInit() - Method in class vtk.vtkEncodedGradientShader
 
VTKInit() - Method in class vtk.vtkExtentSplitter
 
VTKInit() - Method in class vtk.vtkExtentTranslator
 
VTKInit() - Method in class vtk.vtkExtractEdges
 
VTKInit() - Method in class vtk.vtkExtractGeometry
 
VTKInit() - Method in class vtk.vtkExtractGrid
 
VTKInit() - Method in class vtk.vtkExtractPolyDataGeometry
 
VTKInit() - Method in class vtk.vtkExtractRectilinearGrid
 
VTKInit() - Method in class vtk.vtkExtractTensorComponents
 
VTKInit() - Method in class vtk.vtkExtractUnstructuredGrid
 
VTKInit() - Method in class vtk.vtkExtractVOI
 
VTKInit() - Method in class vtk.vtkExtractVectorComponents
 
VTKInit() - Method in class vtk.vtkFeatureEdges
 
VTKInit() - Method in class vtk.vtkFieldData
 
VTKInit() - Method in class vtk.vtkFieldDataToAttributeDataFilter
 
VTKInit() - Method in class vtk.vtkFileOutputWindow
 
VTKInit() - Method in class vtk.vtkFiniteDifferenceGradientEstimator
 
VTKInit() - Method in class vtk.vtkFloatArray
 
VTKInit() - Method in class vtk.vtkFollower
 
VTKInit() - Method in class vtk.vtkFrustumCoverageCuller
 
VTKInit() - Method in class vtk.vtkFunctionParser
 
VTKInit() - Method in class vtk.vtkGESignaReader
 
VTKInit() - Method in class vtk.vtkGaussianCubeReader
 
VTKInit() - Method in class vtk.vtkGaussianSplatter
 
VTKInit() - Method in class vtk.vtkGeneralTransform
 
VTKInit() - Method in class vtk.vtkGenericCell
 
VTKInit() - Method in class vtk.vtkGenericEnSightReader
 
VTKInit() - Method in class vtk.vtkGenericRenderWindowInteractor
 
VTKInit() - Method in class vtk.vtkGeometryFilter
 
VTKInit() - Method in class vtk.vtkGlyph2D
 
VTKInit() - Method in class vtk.vtkGlyph3D
 
VTKInit() - Method in class vtk.vtkGlyphSource2D
 
VTKInit() - Method in class vtk.vtkGraphLayoutFilter
 
VTKInit() - Method in class vtk.vtkGraphicsFactory
 
VTKInit() - Method in class vtk.vtkGreedyTerrainDecimation
 
VTKInit() - Method in class vtk.vtkGridSynchronizedTemplates3D
 
VTKInit() - Method in class vtk.vtkGridTransform
 
VTKInit() - Method in class vtk.vtkHeap
 
VTKInit() - Method in class vtk.vtkHedgeHog
 
VTKInit() - Method in class vtk.vtkHexahedron
 
VTKInit() - Method in class vtk.vtkHierarchicalBoxApplyFilterCommand
 
VTKInit() - Method in class vtk.vtkHierarchicalBoxCellDataToPointData
 
VTKInit() - Method in class vtk.vtkHierarchicalBoxContour
 
VTKInit() - Method in class vtk.vtkHierarchicalBoxCutter
 
VTKInit() - Method in class vtk.vtkHierarchicalBoxDataSet
 
VTKInit() - Method in class vtk.vtkHierarchicalBoxOutlineFilter
 
VTKInit() - Method in class vtk.vtkHierarchicalBoxVisitor
 
VTKInit() - Method in class vtk.vtkHierarchicalDataIterator
 
VTKInit() - Method in class vtk.vtkHull
 
VTKInit() - Method in class vtk.vtkHyperStreamline
 
VTKInit() - Method in class vtk.vtkIVExporter
 
VTKInit() - Method in class vtk.vtkIVWriter
 
VTKInit() - Method in class vtk.vtkIdFilter
 
VTKInit() - Method in class vtk.vtkIdList
 
VTKInit() - Method in class vtk.vtkIdListCollection
 
VTKInit() - Method in class vtk.vtkIdTypeArray
 
VTKInit() - Method in class vtk.vtkIdentityTransform
 
VTKInit() - Method in class vtk.vtkImageAccumulate
 
VTKInit() - Method in class vtk.vtkImageActor
 
VTKInit() - Method in class vtk.vtkImageAnisotropicDiffusion2D
 
VTKInit() - Method in class vtk.vtkImageAnisotropicDiffusion3D
 
VTKInit() - Method in class vtk.vtkImageAppend
 
VTKInit() - Method in class vtk.vtkImageAppendComponents
 
VTKInit() - Method in class vtk.vtkImageBlend
 
VTKInit() - Method in class vtk.vtkImageButterworthHighPass
 
VTKInit() - Method in class vtk.vtkImageButterworthLowPass
 
VTKInit() - Method in class vtk.vtkImageCacheFilter
 
VTKInit() - Method in class vtk.vtkImageCanvasSource2D
 
VTKInit() - Method in class vtk.vtkImageCast
 
VTKInit() - Method in class vtk.vtkImageChangeInformation
 
VTKInit() - Method in class vtk.vtkImageCheckerboard
 
VTKInit() - Method in class vtk.vtkImageCityBlockDistance
 
VTKInit() - Method in class vtk.vtkImageClip
 
VTKInit() - Method in class vtk.vtkImageConnector
 
VTKInit() - Method in class vtk.vtkImageConstantPad
 
VTKInit() - Method in class vtk.vtkImageContinuousDilate3D
 
VTKInit() - Method in class vtk.vtkImageContinuousErode3D
 
VTKInit() - Method in class vtk.vtkImageConvolve
 
VTKInit() - Method in class vtk.vtkImageCorrelation
 
VTKInit() - Method in class vtk.vtkImageCursor3D
 
VTKInit() - Method in class vtk.vtkImageData
 
VTKInit() - Method in class vtk.vtkImageDataGeometryFilter
 
VTKInit() - Method in class vtk.vtkImageDataStreamer
 
VTKInit() - Method in class vtk.vtkImageDifference
 
VTKInit() - Method in class vtk.vtkImageDilateErode3D
 
VTKInit() - Method in class vtk.vtkImageDivergence
 
VTKInit() - Method in class vtk.vtkImageDotProduct
 
VTKInit() - Method in class vtk.vtkImageEllipsoidSource
 
VTKInit() - Method in class vtk.vtkImageEuclideanDistance
 
VTKInit() - Method in class vtk.vtkImageEuclideanToPolar
 
VTKInit() - Method in class vtk.vtkImageExport
 
VTKInit() - Method in class vtk.vtkImageExtractComponents
 
VTKInit() - Method in class vtk.vtkImageFFT
 
VTKInit() - Method in class vtk.vtkImageFlip
 
VTKInit() - Method in class vtk.vtkImageFourierCenter
 
VTKInit() - Method in class vtk.vtkImageGaussianSmooth
 
VTKInit() - Method in class vtk.vtkImageGaussianSource
 
VTKInit() - Method in class vtk.vtkImageGradient
 
VTKInit() - Method in class vtk.vtkImageGradientMagnitude
 
VTKInit() - Method in class vtk.vtkImageGridSource
 
VTKInit() - Method in class vtk.vtkImageHSIToRGB
 
VTKInit() - Method in class vtk.vtkImageHSVToRGB
 
VTKInit() - Method in class vtk.vtkImageHybridMedian2D
 
VTKInit() - Method in class vtk.vtkImageIdealHighPass
 
VTKInit() - Method in class vtk.vtkImageIdealLowPass
 
VTKInit() - Method in class vtk.vtkImageImport
 
VTKInit() - Method in class vtk.vtkImageIslandRemoval2D
 
VTKInit() - Method in class vtk.vtkImageLaplacian
 
VTKInit() - Method in class vtk.vtkImageLogarithmicScale
 
VTKInit() - Method in class vtk.vtkImageLogic
 
VTKInit() - Method in class vtk.vtkImageLuminance
 
VTKInit() - Method in class vtk.vtkImageMagnify
 
VTKInit() - Method in class vtk.vtkImageMagnitude
 
VTKInit() - Method in class vtk.vtkImageMandelbrotSource
 
VTKInit() - Method in class vtk.vtkImageMapToColors
 
VTKInit() - Method in class vtk.vtkImageMapToRGBA
 
VTKInit() - Method in class vtk.vtkImageMapToWindowLevelColors
 
VTKInit() - Method in class vtk.vtkImageMapper
 
VTKInit() - Method in class vtk.vtkImageMarchingCubes
 
VTKInit() - Method in class vtk.vtkImageMask
 
VTKInit() - Method in class vtk.vtkImageMaskBits
 
VTKInit() - Method in class vtk.vtkImageMathematics
 
VTKInit() - Method in class vtk.vtkImageMedian3D
 
VTKInit() - Method in class vtk.vtkImageMirrorPad
 
VTKInit() - Method in class vtk.vtkImageNoiseSource
 
VTKInit() - Method in class vtk.vtkImageNonMaximumSuppression
 
VTKInit() - Method in class vtk.vtkImageNormalize
 
VTKInit() - Method in class vtk.vtkImageOpenClose3D
 
VTKInit() - Method in class vtk.vtkImagePermute
 
VTKInit() - Method in class vtk.vtkImagePlaneWidget
 
VTKInit() - Method in class vtk.vtkImageQuantizeRGBToIndex
 
VTKInit() - Method in class vtk.vtkImageRFFT
 
VTKInit() - Method in class vtk.vtkImageRGBToHSI
 
VTKInit() - Method in class vtk.vtkImageRGBToHSV
 
VTKInit() - Method in class vtk.vtkImageRange3D
 
VTKInit() - Method in class vtk.vtkImageReader
 
VTKInit() - Method in class vtk.vtkImageReader2
 
VTKInit() - Method in class vtk.vtkImageReader2Collection
 
VTKInit() - Method in class vtk.vtkImageReader2Factory
 
VTKInit() - Method in class vtk.vtkImageRectilinearWipe
 
VTKInit() - Method in class vtk.vtkImageResample
 
VTKInit() - Method in class vtk.vtkImageReslice
 
VTKInit() - Method in class vtk.vtkImageSeedConnectivity
 
VTKInit() - Method in class vtk.vtkImageSeparableConvolution
 
VTKInit() - Method in class vtk.vtkImageShiftScale
 
VTKInit() - Method in class vtk.vtkImageShrink3D
 
VTKInit() - Method in class vtk.vtkImageSinusoidSource
 
VTKInit() - Method in class vtk.vtkImageSkeleton2D
 
VTKInit() - Method in class vtk.vtkImageSobel2D
 
VTKInit() - Method in class vtk.vtkImageSobel3D
 
VTKInit() - Method in class vtk.vtkImageStencil
 
VTKInit() - Method in class vtk.vtkImageStencilData
 
VTKInit() - Method in class vtk.vtkImageStencilSource
 
VTKInit() - Method in class vtk.vtkImageThreshold
 
VTKInit() - Method in class vtk.vtkImageToImageStencil
 
VTKInit() - Method in class vtk.vtkImageToPolyDataFilter
 
VTKInit() - Method in class vtk.vtkImageToStructuredPoints
 
VTKInit() - Method in class vtk.vtkImageTracerWidget
 
VTKInit() - Method in class vtk.vtkImageTranslateExtent
 
VTKInit() - Method in class vtk.vtkImageVariance3D
 
VTKInit() - Method in class vtk.vtkImageViewer
 
VTKInit() - Method in class vtk.vtkImageViewer2
 
VTKInit() - Method in class vtk.vtkImageWrapPad
 
VTKInit() - Method in class vtk.vtkImageWriter
 
VTKInit() - Method in class vtk.vtkImagingFactory
 
VTKInit() - Method in class vtk.vtkImplicitBoolean
 
VTKInit() - Method in class vtk.vtkImplicitDataSet
 
VTKInit() - Method in class vtk.vtkImplicitFunctionCollection
 
VTKInit() - Method in class vtk.vtkImplicitFunctionToImageStencil
 
VTKInit() - Method in class vtk.vtkImplicitModeller
 
VTKInit() - Method in class vtk.vtkImplicitPlaneWidget
 
VTKInit() - Method in class vtk.vtkImplicitSelectionLoop
 
VTKInit() - Method in class vtk.vtkImplicitSum
 
VTKInit() - Method in class vtk.vtkImplicitTextureCoords
 
VTKInit() - Method in class vtk.vtkImplicitVolume
 
VTKInit() - Method in class vtk.vtkImplicitWindowFunction
 
VTKInit() - Method in class vtk.vtkInputStream
 
VTKInit() - Method in class vtk.vtkInstantiator
 
VTKInit() - Method in class vtk.vtkIntArray
 
VTKInit() - Method in class vtk.vtkInteractorEventRecorder
 
VTKInit() - Method in class vtk.vtkInteractorStyle
 
VTKInit() - Method in class vtk.vtkInteractorStyleFlight
 
VTKInit() - Method in class vtk.vtkInteractorStyleImage
 
VTKInit() - Method in class vtk.vtkInteractorStyleJoystickActor
 
VTKInit() - Method in class vtk.vtkInteractorStyleJoystickCamera
 
VTKInit() - Method in class vtk.vtkInteractorStyleRubberBandZoom
 
VTKInit() - Method in class vtk.vtkInteractorStyleSwitch
 
VTKInit() - Method in class vtk.vtkInteractorStyleTerrain
 
VTKInit() - Method in class vtk.vtkInteractorStyleTrackball
 
VTKInit() - Method in class vtk.vtkInteractorStyleTrackballActor
 
VTKInit() - Method in class vtk.vtkInteractorStyleTrackballCamera
 
VTKInit() - Method in class vtk.vtkInteractorStyleUnicam
 
VTKInit() - Method in class vtk.vtkInteractorStyleUser
 
VTKInit() - Method in class vtk.vtkInterpolateDataSetAttributes
 
VTKInit() - Method in class vtk.vtkInterpolatedVelocityField
 
VTKInit() - Method in class vtk.vtkIterativeClosestPointTransform
 
VTKInit() - Method in class vtk.vtkJPEGReader
 
VTKInit() - Method in class vtk.vtkJPEGWriter
 
VTKInit() - Method in class vtk.vtkKitwareContourFilter
 
VTKInit() - Method in class vtk.vtkKitwareCutter
 
VTKInit() - Method in class vtk.vtkKochanekSpline
 
VTKInit() - Method in class vtk.vtkLODActor
 
VTKInit() - Method in class vtk.vtkLODProp3D
 
VTKInit() - Method in class vtk.vtkLabeledDataMapper
 
VTKInit() - Method in class vtk.vtkLandmarkTransform
 
VTKInit() - Method in class vtk.vtkLegendBoxActor
 
VTKInit() - Method in class vtk.vtkLight
 
VTKInit() - Method in class vtk.vtkLightCollection
 
VTKInit() - Method in class vtk.vtkLightKit
 
VTKInit() - Method in class vtk.vtkLine
 
VTKInit() - Method in class vtk.vtkLineSource
 
VTKInit() - Method in class vtk.vtkLineWidget
 
VTKInit() - Method in class vtk.vtkLinearExtrusionFilter
 
VTKInit() - Method in class vtk.vtkLinearSubdivisionFilter
 
VTKInit() - Method in class vtk.vtkLinkEdgels
 
VTKInit() - Method in class vtk.vtkLogLookupTable
 
VTKInit() - Method in class vtk.vtkLongArray
 
VTKInit() - Method in class vtk.vtkLookupTable
 
VTKInit() - Method in class vtk.vtkLoopSubdivisionFilter
 
VTKInit() - Method in class vtk.vtkMCubesReader
 
VTKInit() - Method in class vtk.vtkMCubesWriter
 
VTKInit() - Method in class vtk.vtkMapperCollection
 
VTKInit() - Method in class vtk.vtkMarchingContourFilter
 
VTKInit() - Method in class vtk.vtkMarchingCubes
 
VTKInit() - Method in class vtk.vtkMarchingSquares
 
VTKInit() - Method in class vtk.vtkMaskFields
 
VTKInit() - Method in class vtk.vtkMaskPoints
 
VTKInit() - Method in class vtk.vtkMaskPolyData
 
VTKInit() - Method in class vtk.vtkMassProperties
 
VTKInit() - Method in class vtk.vtkMath
 
VTKInit() - Method in class vtk.vtkMatrix4x4
 
VTKInit() - Method in class vtk.vtkMatrixToHomogeneousTransform
 
VTKInit() - Method in class vtk.vtkMatrixToLinearTransform
 
VTKInit() - Method in class vtk.vtkMedicalImageReader2
 
VTKInit() - Method in class vtk.vtkMergeDataObjectFilter
 
VTKInit() - Method in class vtk.vtkMergeFields
 
VTKInit() - Method in class vtk.vtkMergeFilter
 
VTKInit() - Method in class vtk.vtkMergePoints
 
VTKInit() - Method in class vtk.vtkMeshQuality
 
VTKInit() - Method in class vtk.vtkMetaImageReader
 
VTKInit() - Method in class vtk.vtkMetaImageWriter
 
VTKInit() - Method in class vtk.vtkMultiBlockApplyFilterCommand
 
VTKInit() - Method in class vtk.vtkMultiBlockDataIterator
 
VTKInit() - Method in class vtk.vtkMultiBlockDataSet
 
VTKInit() - Method in class vtk.vtkMultiBlockDataVisitor
 
VTKInit() - Method in class vtk.vtkMultiPartExtentTranslator
 
VTKInit() - Method in class vtk.vtkMultiThreader
 
VTKInit() - Method in class vtk.vtkMutexLock
 
VTKInit() - Method in class vtk.vtkOBBDicer
 
VTKInit() - Method in class vtk.vtkOBBTree
 
VTKInit() - Method in class vtk.vtkOBJExporter
 
VTKInit() - Method in class vtk.vtkOBJReader
 
VTKInit() - Method in class vtk.vtkOOGLExporter
 
VTKInit() - Method in class vtk.vtkObject
 
VTKInit() - Method in class vtk.vtkObjectFactoryCollection
 
VTKInit() - Method in class vtk.vtkOpenGLActor
 
VTKInit() - Method in class vtk.vtkOpenGLCamera
 
VTKInit() - Method in class vtk.vtkOpenGLFreeTypeTextMapper
 
VTKInit() - Method in class vtk.vtkOpenGLImageActor
 
VTKInit() - Method in class vtk.vtkOpenGLImageMapper
 
VTKInit() - Method in class vtk.vtkOpenGLLight
 
VTKInit() - Method in class vtk.vtkOpenGLPolyDataMapper
 
VTKInit() - Method in class vtk.vtkOpenGLPolyDataMapper2D
 
VTKInit() - Method in class vtk.vtkOpenGLProperty
 
VTKInit() - Method in class vtk.vtkOpenGLRayCastImageDisplayHelper
 
VTKInit() - Method in class vtk.vtkOpenGLRenderer
 
VTKInit() - Method in class vtk.vtkOpenGLTexture
 
VTKInit() - Method in class vtk.vtkOpenGLVolumeRayCastMapper
 
VTKInit() - Method in class vtk.vtkOpenGLVolumeTextureMapper2D
 
VTKInit() - Method in class vtk.vtkOrderedTriangulator
 
VTKInit() - Method in class vtk.vtkOutlineCornerFilter
 
VTKInit() - Method in class vtk.vtkOutlineCornerSource
 
VTKInit() - Method in class vtk.vtkOutlineFilter
 
VTKInit() - Method in class vtk.vtkOutlineSource
 
VTKInit() - Method in class vtk.vtkOutputStream
 
VTKInit() - Method in class vtk.vtkOutputWindow
 
VTKInit() - Method in class vtk.vtkPCAAnalysisFilter
 
VTKInit() - Method in class vtk.vtkPDBReader
 
VTKInit() - Method in class vtk.vtkPLOT3DReader
 
VTKInit() - Method in class vtk.vtkPLYReader
 
VTKInit() - Method in class vtk.vtkPLYWriter
 
VTKInit() - Method in class vtk.vtkPNGReader
 
VTKInit() - Method in class vtk.vtkPNGWriter
 
VTKInit() - Method in class vtk.vtkPNMReader
 
VTKInit() - Method in class vtk.vtkPNMWriter
 
VTKInit() - Method in class vtk.vtkParallelCoordinatesActor
 
VTKInit() - Method in class vtk.vtkParticleReader
 
VTKInit() - Method in class vtk.vtkPerlinNoise
 
VTKInit() - Method in class vtk.vtkPerspectiveTransform
 
VTKInit() - Method in class vtk.vtkPicker
 
VTKInit() - Method in class vtk.vtkPiecewiseFunction
 
VTKInit() - Method in class vtk.vtkPiecewiseFunctionShiftScale
 
VTKInit() - Method in class vtk.vtkPixel
 
VTKInit() - Method in class vtk.vtkPlane
 
VTKInit() - Method in class vtk.vtkPlaneCollection
 
VTKInit() - Method in class vtk.vtkPlaneSource
 
VTKInit() - Method in class vtk.vtkPlaneWidget
 
VTKInit() - Method in class vtk.vtkPlanes
 
VTKInit() - Method in class vtk.vtkPlatonicSolidSource
 
VTKInit() - Method in class vtk.vtkPointData
 
VTKInit() - Method in class vtk.vtkPointDataToCellData
 
VTKInit() - Method in class vtk.vtkPointLoad
 
VTKInit() - Method in class vtk.vtkPointLocator
 
VTKInit() - Method in class vtk.vtkPointPicker
 
VTKInit() - Method in class vtk.vtkPointSource
 
VTKInit() - Method in class vtk.vtkPointWidget
 
VTKInit() - Method in class vtk.vtkPoints
 
VTKInit() - Method in class vtk.vtkPolyData
 
VTKInit() - Method in class vtk.vtkPolyDataCollection
 
VTKInit() - Method in class vtk.vtkPolyDataConnectivityFilter
 
VTKInit() - Method in class vtk.vtkPolyDataMapper
 
VTKInit() - Method in class vtk.vtkPolyDataMapper2D
 
VTKInit() - Method in class vtk.vtkPolyDataNormals
 
VTKInit() - Method in class vtk.vtkPolyDataReader
 
VTKInit() - Method in class vtk.vtkPolyDataStreamer
 
VTKInit() - Method in class vtk.vtkPolyDataToImageStencil
 
VTKInit() - Method in class vtk.vtkPolyDataWriter
 
VTKInit() - Method in class vtk.vtkPolyLine
 
VTKInit() - Method in class vtk.vtkPolyVertex
 
VTKInit() - Method in class vtk.vtkPolygon
 
VTKInit() - Method in class vtk.vtkPostScriptWriter
 
VTKInit() - Method in class vtk.vtkPriorityQueue
 
VTKInit() - Method in class vtk.vtkProbeFilter
 
VTKInit() - Method in class vtk.vtkProcrustesAlignmentFilter
 
VTKInit() - Method in class vtk.vtkProgrammableAttributeDataFilter
 
VTKInit() - Method in class vtk.vtkProgrammableDataObjectSource
 
VTKInit() - Method in class vtk.vtkProgrammableFilter
 
VTKInit() - Method in class vtk.vtkProgrammableGlyphFilter
 
VTKInit() - Method in class vtk.vtkProgrammableSource
 
VTKInit() - Method in class vtk.vtkProjectedTexture
 
VTKInit() - Method in class vtk.vtkProp3DCollection
 
VTKInit() - Method in class vtk.vtkPropAssembly
 
VTKInit() - Method in class vtk.vtkPropCollection
 
VTKInit() - Method in class vtk.vtkPropPicker
 
VTKInit() - Method in class vtk.vtkProperty
 
VTKInit() - Method in class vtk.vtkProperty2D
 
VTKInit() - Method in class vtk.vtkPushImageFilterSample
 
VTKInit() - Method in class vtk.vtkPushImageReader
 
VTKInit() - Method in class vtk.vtkPushPipeline
 
VTKInit() - Method in class vtk.vtkPyramid
 
VTKInit() - Method in class vtk.vtkQuad
 
VTKInit() - Method in class vtk.vtkQuadraticEdge
 
VTKInit() - Method in class vtk.vtkQuadraticHexahedron
 
VTKInit() - Method in class vtk.vtkQuadraticQuad
 
VTKInit() - Method in class vtk.vtkQuadraticTetra
 
VTKInit() - Method in class vtk.vtkQuadraticTriangle
 
VTKInit() - Method in class vtk.vtkQuadric
 
VTKInit() - Method in class vtk.vtkQuadricClustering
 
VTKInit() - Method in class vtk.vtkQuadricDecimation
 
VTKInit() - Method in class vtk.vtkQuantizePolyDataPoints
 
VTKInit() - Method in class vtk.vtkRIBExporter
 
VTKInit() - Method in class vtk.vtkRIBLight
 
VTKInit() - Method in class vtk.vtkRIBProperty
 
VTKInit() - Method in class vtk.vtkRearrangeFields
 
VTKInit() - Method in class vtk.vtkRectilinearGrid
 
VTKInit() - Method in class vtk.vtkRectilinearGridGeometryFilter
 
VTKInit() - Method in class vtk.vtkRectilinearGridReader
 
VTKInit() - Method in class vtk.vtkRectilinearGridToTetrahedra
 
VTKInit() - Method in class vtk.vtkRectilinearGridWriter
 
VTKInit() - Method in class vtk.vtkRectilinearSynchronizedTemplates
 
VTKInit() - Method in class vtk.vtkRecursiveDividingCubes
 
VTKInit() - Method in class vtk.vtkRecursiveSphereDirectionEncoder
 
VTKInit() - Method in class vtk.vtkReferenceCount
 
VTKInit() - Method in class vtk.vtkReflectionFilter
 
VTKInit() - Method in class vtk.vtkRenderLargeImage
 
VTKInit() - Method in class vtk.vtkRenderWindow
 
VTKInit() - Method in class vtk.vtkRenderWindowCollection
 
VTKInit() - Method in class vtk.vtkRenderWindowInteractor
 
VTKInit() - Method in class vtk.vtkRenderer
 
VTKInit() - Method in class vtk.vtkRendererCollection
 
VTKInit() - Method in class vtk.vtkRendererSource
 
VTKInit() - Method in class vtk.vtkReverseSense
 
VTKInit() - Method in class vtk.vtkRibbonFilter
 
VTKInit() - Method in class vtk.vtkRotationalExtrusionFilter
 
VTKInit() - Method in class vtk.vtkRuledSurfaceFilter
 
VTKInit() - Method in class vtk.vtkRungeKutta2
 
VTKInit() - Method in class vtk.vtkRungeKutta4
 
VTKInit() - Method in class vtk.vtkRungeKutta45
 
VTKInit() - Method in class vtk.vtkSLCReader
 
VTKInit() - Method in class vtk.vtkSTLReader
 
VTKInit() - Method in class vtk.vtkSTLWriter
 
VTKInit() - Method in class vtk.vtkSampleFunction
 
VTKInit() - Method in class vtk.vtkScalarBarActor
 
VTKInit() - Method in class vtk.vtkScalarBarWidget
 
VTKInit() - Method in class vtk.vtkScaledTextActor
 
VTKInit() - Method in class vtk.vtkSelectPolyData
 
VTKInit() - Method in class vtk.vtkSelectVisiblePoints
 
VTKInit() - Method in class vtk.vtkShepardMethod
 
VTKInit() - Method in class vtk.vtkShortArray
 
VTKInit() - Method in class vtk.vtkShrinkFilter
 
VTKInit() - Method in class vtk.vtkShrinkPolyData
 
VTKInit() - Method in class vtk.vtkSimpleElevationFilter
 
VTKInit() - Method in class vtk.vtkSimpleImageFilterExample
 
VTKInit() - Method in class vtk.vtkSimpleScalarTree
 
VTKInit() - Method in class vtk.vtkSliceCubes
 
VTKInit() - Method in class vtk.vtkSmoothPolyDataFilter
 
VTKInit() - Method in class vtk.vtkSpatialRepresentationFilter
 
VTKInit() - Method in class vtk.vtkSphere
 
VTKInit() - Method in class vtk.vtkSpherePuzzle
 
VTKInit() - Method in class vtk.vtkSpherePuzzleArrows
 
VTKInit() - Method in class vtk.vtkSphereSource
 
VTKInit() - Method in class vtk.vtkSphereWidget
 
VTKInit() - Method in class vtk.vtkSphericalTransform
 
VTKInit() - Method in class vtk.vtkSplineFilter
 
VTKInit() - Method in class vtk.vtkSplineWidget
 
VTKInit() - Method in class vtk.vtkSplitField
 
VTKInit() - Method in class vtk.vtkStreamLine
 
VTKInit() - Method in class vtk.vtkStreamPoints
 
VTKInit() - Method in class vtk.vtkStreamTracer
 
VTKInit() - Method in class vtk.vtkStripper
 
VTKInit() - Method in class vtk.vtkStructuredGrid
 
VTKInit() - Method in class vtk.vtkStructuredGridGeometryFilter
 
VTKInit() - Method in class vtk.vtkStructuredGridOutlineFilter
 
VTKInit() - Method in class vtk.vtkStructuredGridReader
 
VTKInit() - Method in class vtk.vtkStructuredGridWriter
 
VTKInit() - Method in class vtk.vtkStructuredPoints
 
VTKInit() - Method in class vtk.vtkStructuredPointsCollection
 
VTKInit() - Method in class vtk.vtkStructuredPointsGeometryFilter
 
VTKInit() - Method in class vtk.vtkStructuredPointsReader
 
VTKInit() - Method in class vtk.vtkStructuredPointsWriter
 
VTKInit() - Method in class vtk.vtkStructuredVisibilityConstraint
 
VTKInit() - Method in class vtk.vtkSubPixelPositionEdgels
 
VTKInit() - Method in class vtk.vtkSubdivideTetra
 
VTKInit() - Method in class vtk.vtkSuperquadric
 
VTKInit() - Method in class vtk.vtkSuperquadricSource
 
VTKInit() - Method in class vtk.vtkSurfaceReconstructionFilter
 
VTKInit() - Method in class vtk.vtkSweptSurface
 
VTKInit() - Method in class vtk.vtkSynchronizedTemplates2D
 
VTKInit() - Method in class vtk.vtkSynchronizedTemplates3D
 
VTKInit() - Method in class vtk.vtkTIFFReader
 
VTKInit() - Method in class vtk.vtkTIFFWriter
 
VTKInit() - Method in class vtk.vtkTableExtentTranslator
 
VTKInit() - Method in class vtk.vtkTensor
 
VTKInit() - Method in class vtk.vtkTensorGlyph
 
VTKInit() - Method in class vtk.vtkTesting
 
VTKInit() - Method in class vtk.vtkTetra
 
VTKInit() - Method in class vtk.vtkTextActor
 
VTKInit() - Method in class vtk.vtkTextMapper
 
VTKInit() - Method in class vtk.vtkTextProperty
 
VTKInit() - Method in class vtk.vtkTextSource
 
VTKInit() - Method in class vtk.vtkTexture
 
VTKInit() - Method in class vtk.vtkTextureMapToCylinder
 
VTKInit() - Method in class vtk.vtkTextureMapToPlane
 
VTKInit() - Method in class vtk.vtkTextureMapToSphere
 
VTKInit() - Method in class vtk.vtkTexturedSphereSource
 
VTKInit() - Method in class vtk.vtkThinPlateSplineTransform
 
VTKInit() - Method in class vtk.vtkThreshold
 
VTKInit() - Method in class vtk.vtkThresholdPoints
 
VTKInit() - Method in class vtk.vtkThresholdTextureCoords
 
VTKInit() - Method in class vtk.vtkTimerLog
 
VTKInit() - Method in class vtk.vtkTransform
 
VTKInit() - Method in class vtk.vtkTransformCollection
 
VTKInit() - Method in class vtk.vtkTransformFilter
 
VTKInit() - Method in class vtk.vtkTransformPolyDataFilter
 
VTKInit() - Method in class vtk.vtkTransformTextureCoords
 
VTKInit() - Method in class vtk.vtkTransformToGrid
 
VTKInit() - Method in class vtk.vtkTriangle
 
VTKInit() - Method in class vtk.vtkTriangleFilter
 
VTKInit() - Method in class vtk.vtkTriangleStrip
 
VTKInit() - Method in class vtk.vtkTriangularTCoords
 
VTKInit() - Method in class vtk.vtkTriangularTexture
 
VTKInit() - Method in class vtk.vtkTubeFilter
 
VTKInit() - Method in class vtk.vtkUGFacetReader
 
VTKInit() - Method in class vtk.vtkUniformGrid
 
VTKInit() - Method in class vtk.vtkUnsignedCharArray
 
VTKInit() - Method in class vtk.vtkUnsignedIntArray
 
VTKInit() - Method in class vtk.vtkUnsignedLongArray
 
VTKInit() - Method in class vtk.vtkUnsignedShortArray
 
VTKInit() - Method in class vtk.vtkUnstructuredGrid
 
VTKInit() - Method in class vtk.vtkUnstructuredGridBunykRayCastFunction
 
VTKInit() - Method in class vtk.vtkUnstructuredGridReader
 
VTKInit() - Method in class vtk.vtkUnstructuredGridVolumeRayCastMapper
 
VTKInit() - Method in class vtk.vtkUnstructuredGridWriter
 
VTKInit() - Method in class vtk.vtkVRMLExporter
 
VTKInit() - Method in class vtk.vtkVRMLImporter
 
VTKInit() - Method in class vtk.vtkVectorDot
 
VTKInit() - Method in class vtk.vtkVectorNorm
 
VTKInit() - Method in class vtk.vtkVectorText
 
VTKInit() - Method in class vtk.vtkVersion
 
VTKInit() - Method in class vtk.vtkVertex
 
VTKInit() - Method in class vtk.vtkVideoSource
 
VTKInit() - Method in class vtk.vtkVoidArray
 
VTKInit() - Method in class vtk.vtkVolume
 
VTKInit() - Method in class vtk.vtkVolume16Reader
 
VTKInit() - Method in class vtk.vtkVolumeCollection
 
VTKInit() - Method in class vtk.vtkVolumeProMapper
 
VTKInit() - Method in class vtk.vtkVolumeProperty
 
VTKInit() - Method in class vtk.vtkVolumeRayCastCompositeFunction
 
VTKInit() - Method in class vtk.vtkVolumeRayCastIsosurfaceFunction
 
VTKInit() - Method in class vtk.vtkVolumeRayCastMIPFunction
 
VTKInit() - Method in class vtk.vtkVolumeRayCastMapper
 
VTKInit() - Method in class vtk.vtkVolumeTextureMapper2D
 
VTKInit() - Method in class vtk.vtkVoxel
 
VTKInit() - Method in class vtk.vtkVoxelContoursToSurfaceFilter
 
VTKInit() - Method in class vtk.vtkVoxelModeller
 
VTKInit() - Method in class vtk.vtkWarpLens
 
VTKInit() - Method in class vtk.vtkWarpScalar
 
VTKInit() - Method in class vtk.vtkWarpTo
 
VTKInit() - Method in class vtk.vtkWarpVector
 
VTKInit() - Method in class vtk.vtkWedge
 
VTKInit() - Method in class vtk.vtkWeightedTransformFilter
 
VTKInit() - Method in class vtk.vtkWindowLevelLookupTable
 
VTKInit() - Method in class vtk.vtkWindowToImageFilter
 
VTKInit() - Method in class vtk.vtkWindowedSincPolyDataFilter
 
VTKInit() - Method in class vtk.vtkWorldPointPicker
 
VTKInit() - Method in class vtk.vtkXMLDataElement
 
VTKInit() - Method in class vtk.vtkXMLDataParser
 
VTKInit() - Method in class vtk.vtkXMLDataSetWriter
 
VTKInit() - Method in class vtk.vtkXMLFileOutputWindow
 
VTKInit() - Method in class vtk.vtkXMLFileReadTester
 
VTKInit() - Method in class vtk.vtkXMLImageDataReader
 
VTKInit() - Method in class vtk.vtkXMLImageDataWriter
 
VTKInit() - Method in class vtk.vtkXMLPDataSetWriter
 
VTKInit() - Method in class vtk.vtkXMLPImageDataReader
 
VTKInit() - Method in class vtk.vtkXMLPImageDataWriter
 
VTKInit() - Method in class vtk.vtkXMLPPolyDataReader
 
VTKInit() - Method in class vtk.vtkXMLPPolyDataWriter
 
VTKInit() - Method in class vtk.vtkXMLPRectilinearGridReader
 
VTKInit() - Method in class vtk.vtkXMLPRectilinearGridWriter
 
VTKInit() - Method in class vtk.vtkXMLPStructuredGridReader
 
VTKInit() - Method in class vtk.vtkXMLPStructuredGridWriter
 
VTKInit() - Method in class vtk.vtkXMLPUnstructuredGridReader
 
VTKInit() - Method in class vtk.vtkXMLPUnstructuredGridWriter
 
VTKInit() - Method in class vtk.vtkXMLParser
 
VTKInit() - Method in class vtk.vtkXMLPolyDataReader
 
VTKInit() - Method in class vtk.vtkXMLPolyDataWriter
 
VTKInit() - Method in class vtk.vtkXMLRectilinearGridReader
 
VTKInit() - Method in class vtk.vtkXMLRectilinearGridWriter
 
VTKInit() - Method in class vtk.vtkXMLStructuredGridReader
 
VTKInit() - Method in class vtk.vtkXMLStructuredGridWriter
 
VTKInit() - Method in class vtk.vtkXMLUnstructuredGridReader
 
VTKInit() - Method in class vtk.vtkXMLUnstructuredGridWriter
 
VTKInit() - Method in class vtk.vtkXMLUtilities
 
VTKInit() - Method in class vtk.vtkXOpenGLRenderWindow
 
VTKInit() - Method in class vtk.vtkXRenderWindowInteractor
 
VTKInit() - Method in class vtk.vtkXYPlotActor
 
VTKInit() - Method in class vtk.vtkXYPlotWidget
 
VTKInit() - Method in class vtk.vtkXYZMolReader
 
VTKInit() - Method in class vtk.vtkZLibDataCompressor
 
varyWidthOff() - Method in class vtk.vtkRibbonFilter
Turn on/off the variation of ribbon width with scalar value.
varyWidthOn() - Method in class vtk.vtkRibbonFilter
Turn on/off the variation of ribbon width with scalar value.
vectorsAttributeOff() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
vectorsAttributeOn() - Method in class vtk.vtkQuadricDecimation
If attribute errors are to be included in the metric (i.e., AttributeErrorMetric is on), then the following flags control which attributes are to be included in the error calculation.
vertexCellsOff() - Method in class vtk.vtkCellCenters
Enable/disable the generation of vertex cells.
vertexCellsOn() - Method in class vtk.vtkCellCenters
Enable/disable the generation of vertex cells.
viewToDisplay() - Method in class vtk.vtkViewport
Convert view coordinates to display coordinates.
viewToWorld() - Method in class vtk.vtkRenderer
Convert view point coordinates to world coordinates.
viewToWorld() - Method in class vtk.vtkViewport
Convert view point coordinates to world coordinates.
viewingRaysModified() - Method in class vtk.vtkCamera
Mark that something has changed which requires the view rays to be recomputed.
viewportToPlotCoordinate(vtkViewport) - Method in class vtk.vtkXYPlotActor
An alternate form of ViewportToPlotCoordinate() above.
visibilityOff() - Method in class vtk.vtkProp
Set/Get visibility of this vtkProp.
visibilityOn() - Method in class vtk.vtkProp
Set/Get visibility of this vtkProp.
visibleActorCount() - Method in class vtk.vtkRenderer
Returns the number of visible actors.
visibleVolumeCount() - Method in class vtk.vtkRenderer
Returns the number of visible volumes.
volumeOff() - Method in class vtk.vtkMeshQuality
Turn on/off the calculation of volume for each cell (Default: On).
volumeOn() - Method in class vtk.vtkMeshQuality
Turn on/off the calculation of volume for each cell (Default: On).
vorticityOff() - Method in class vtk.vtkStreamer
Turn on/off the computation of vorticity.
vorticityOn() - Method in class vtk.vtkStreamer
Turn on/off the computation of vorticity.
vtk - package vtk
 
vtk3DSImporter - class vtk.vtk3DSImporter.
vtk3DSImporter - imports 3D Studio files..
vtk3DSImporter() - Constructor for class vtk.vtk3DSImporter
 
vtk3DSImporter(int) - Constructor for class vtk.vtk3DSImporter
 
vtk3DSImporterBeanInfo - class vtk.vtk3DSImporterBeanInfo.
BeanInfo support class for the vtk3DSImporter class.
vtk3DSImporterBeanInfo() - Constructor for class vtk.vtk3DSImporterBeanInfo
 
vtk3DWidget - class vtk.vtk3DWidget.
vtk3DWidget - an abstract superclass for 3D widgets.
vtk3DWidget() - Constructor for class vtk.vtk3DWidget
 
vtk3DWidget(int) - Constructor for class vtk.vtk3DWidget
 
vtk3DWidgetBeanInfo - class vtk.vtk3DWidgetBeanInfo.
BeanInfo support class for the vtk3DWidget class.
vtk3DWidgetBeanInfo() - Constructor for class vtk.vtk3DWidgetBeanInfo
 
vtkAVSucdReader - class vtk.vtkAVSucdReader.
vtkAVSucdReader - reads a dataset in AVS "UCD" format.
vtkAVSucdReader() - Constructor for class vtk.vtkAVSucdReader
 
vtkAVSucdReader(int) - Constructor for class vtk.vtkAVSucdReader
 
vtkAVSucdReaderBeanInfo - class vtk.vtkAVSucdReaderBeanInfo.
BeanInfo support class for the vtkAVSucdReader class.
vtkAVSucdReaderBeanInfo() - Constructor for class vtk.vtkAVSucdReaderBeanInfo
 
vtkAbstractMapper - class vtk.vtkAbstractMapper.
vtkAbstractMapper - abstract class specifies interface to map data.
vtkAbstractMapper() - Constructor for class vtk.vtkAbstractMapper
 
vtkAbstractMapper(int) - Constructor for class vtk.vtkAbstractMapper
 
vtkAbstractMapper3D - class vtk.vtkAbstractMapper3D.
vtkAbstractMapper3D - abstract class specifies interface to map 3D data.
vtkAbstractMapper3D() - Constructor for class vtk.vtkAbstractMapper3D
 
vtkAbstractMapper3D(int) - Constructor for class vtk.vtkAbstractMapper3D
 
vtkAbstractMapper3DBeanInfo - class vtk.vtkAbstractMapper3DBeanInfo.
BeanInfo support class for the vtkAbstractMapper3D class.
vtkAbstractMapper3DBeanInfo() - Constructor for class vtk.vtkAbstractMapper3DBeanInfo
 
vtkAbstractMapperBeanInfo - class vtk.vtkAbstractMapperBeanInfo.
BeanInfo support class for the vtkAbstractMapper class.
vtkAbstractMapperBeanInfo() - Constructor for class vtk.vtkAbstractMapperBeanInfo
 
vtkAbstractPicker - class vtk.vtkAbstractPicker.
vtkAbstractPicker - define API for picking subclasses.
vtkAbstractPicker() - Constructor for class vtk.vtkAbstractPicker
 
vtkAbstractPicker(int) - Constructor for class vtk.vtkAbstractPicker
 
vtkAbstractPickerBeanInfo - class vtk.vtkAbstractPickerBeanInfo.
BeanInfo support class for the vtkAbstractPicker class.
vtkAbstractPickerBeanInfo() - Constructor for class vtk.vtkAbstractPickerBeanInfo
 
vtkAbstractPropPicker - class vtk.vtkAbstractPropPicker.
vtkAbstractPropPicker - abstract API for pickers that can pick an instance of vtkProp.
vtkAbstractPropPicker() - Constructor for class vtk.vtkAbstractPropPicker
 
vtkAbstractPropPicker(int) - Constructor for class vtk.vtkAbstractPropPicker
 
vtkAbstractPropPickerBeanInfo - class vtk.vtkAbstractPropPickerBeanInfo.
BeanInfo support class for the vtkAbstractPropPicker class.
vtkAbstractPropPickerBeanInfo() - Constructor for class vtk.vtkAbstractPropPickerBeanInfo
 
vtkAbstractTransform - class vtk.vtkAbstractTransform.
vtkAbstractTransform - superclass for all geometric transformations.
vtkAbstractTransform() - Constructor for class vtk.vtkAbstractTransform
 
vtkAbstractTransform(int) - Constructor for class vtk.vtkAbstractTransform
 
vtkAbstractTransformBeanInfo - class vtk.vtkAbstractTransformBeanInfo.
BeanInfo support class for the vtkAbstractTransform class.
vtkAbstractTransformBeanInfo() - Constructor for class vtk.vtkAbstractTransformBeanInfo
 
vtkAbstractVolumeMapper - class vtk.vtkAbstractVolumeMapper.
vtkAbstractVolumeMapper - Abstract class for a volume mapper.
vtkAbstractVolumeMapper() - Constructor for class vtk.vtkAbstractVolumeMapper
 
vtkAbstractVolumeMapper(int) - Constructor for class vtk.vtkAbstractVolumeMapper
 
vtkAbstractVolumeMapperBeanInfo - class vtk.vtkAbstractVolumeMapperBeanInfo.
BeanInfo support class for the vtkAbstractVolumeMapper class.
vtkAbstractVolumeMapperBeanInfo() - Constructor for class vtk.vtkAbstractVolumeMapperBeanInfo
 
vtkActor - class vtk.vtkActor.
vtkActor - represents an object (geometry & properties) in a rendered scene .
vtkActor() - Constructor for class vtk.vtkActor
 
vtkActor(int) - Constructor for class vtk.vtkActor
 
vtkActor2D - class vtk.vtkActor2D.
vtkActor2D - a actor that draws 2D data.
vtkActor2D() - Constructor for class vtk.vtkActor2D
 
vtkActor2D(int) - Constructor for class vtk.vtkActor2D
 
vtkActor2DBeanInfo - class vtk.vtkActor2DBeanInfo.
BeanInfo support class for the vtkActor2D class.
vtkActor2DBeanInfo() - Constructor for class vtk.vtkActor2DBeanInfo
 
vtkActor2DCollection - class vtk.vtkActor2DCollection.
vtkActor2DCollection.
vtkActor2DCollection() - Constructor for class vtk.vtkActor2DCollection
 
vtkActor2DCollection(int) - Constructor for class vtk.vtkActor2DCollection
 
vtkActor2DCollectionBeanInfo - class vtk.vtkActor2DCollectionBeanInfo.
BeanInfo support class for the vtkActor2DCollection class.
vtkActor2DCollectionBeanInfo() - Constructor for class vtk.vtkActor2DCollectionBeanInfo
 
vtkActorBeanInfo - class vtk.vtkActorBeanInfo.
BeanInfo support class for the vtkActor class.
vtkActorBeanInfo() - Constructor for class vtk.vtkActorBeanInfo
 
vtkActorCollection - class vtk.vtkActorCollection.
vtkActorCollection - a list of actors.
vtkActorCollection() - Constructor for class vtk.vtkActorCollection
 
vtkActorCollection(int) - Constructor for class vtk.vtkActorCollection
 
vtkActorCollectionBeanInfo - class vtk.vtkActorCollectionBeanInfo.
BeanInfo support class for the vtkActorCollection class.
vtkActorCollectionBeanInfo() - Constructor for class vtk.vtkActorCollectionBeanInfo
 
vtkAmoebaMinimizer - class vtk.vtkAmoebaMinimizer.
vtkAmoebaMinimizer - nonlinear optimization with a simplex.
vtkAmoebaMinimizer() - Constructor for class vtk.vtkAmoebaMinimizer
 
vtkAmoebaMinimizer(int) - Constructor for class vtk.vtkAmoebaMinimizer
 
vtkAmoebaMinimizerBeanInfo - class vtk.vtkAmoebaMinimizerBeanInfo.
BeanInfo support class for the vtkAmoebaMinimizer class.
vtkAmoebaMinimizerBeanInfo() - Constructor for class vtk.vtkAmoebaMinimizerBeanInfo
 
vtkAppendFilter - class vtk.vtkAppendFilter.
vtkAppendFilter - appends one or more datasets together into a single unstructured grid.
vtkAppendFilter() - Constructor for class vtk.vtkAppendFilter
 
vtkAppendFilter(int) - Constructor for class vtk.vtkAppendFilter
 
vtkAppendFilterBeanInfo - class vtk.vtkAppendFilterBeanInfo.
BeanInfo support class for the vtkAppendFilter class.
vtkAppendFilterBeanInfo() - Constructor for class vtk.vtkAppendFilterBeanInfo
 
vtkAppendPolyData - class vtk.vtkAppendPolyData.
vtkAppendPolyData - appends one or more polygonal datasets together.
vtkAppendPolyData() - Constructor for class vtk.vtkAppendPolyData
 
vtkAppendPolyData(int) - Constructor for class vtk.vtkAppendPolyData
 
vtkAppendPolyDataBeanInfo - class vtk.vtkAppendPolyDataBeanInfo.
BeanInfo support class for the vtkAppendPolyData class.
vtkAppendPolyDataBeanInfo() - Constructor for class vtk.vtkAppendPolyDataBeanInfo
 
vtkApplyFilterCommand - class vtk.vtkApplyFilterCommand.
vtkApplyFilterCommand - command responsible for executing a filter on datasets.
vtkApplyFilterCommand() - Constructor for class vtk.vtkApplyFilterCommand
 
vtkApplyFilterCommand(int) - Constructor for class vtk.vtkApplyFilterCommand
 
vtkApplyFilterCommandBeanInfo - class vtk.vtkApplyFilterCommandBeanInfo.
BeanInfo support class for the vtkApplyFilterCommand class.
vtkApplyFilterCommandBeanInfo() - Constructor for class vtk.vtkApplyFilterCommandBeanInfo
 
vtkApproximatingSubdivisionFilter - class vtk.vtkApproximatingSubdivisionFilter.
vtkApproximatingSubdivisionFilter - generate a subdivision surface using an Approximating Scheme.
vtkApproximatingSubdivisionFilter() - Constructor for class vtk.vtkApproximatingSubdivisionFilter
 
vtkApproximatingSubdivisionFilter(int) - Constructor for class vtk.vtkApproximatingSubdivisionFilter
 
vtkApproximatingSubdivisionFilterBeanInfo - class vtk.vtkApproximatingSubdivisionFilterBeanInfo.
BeanInfo support class for the vtkApproximatingSubdivisionFilter class.
vtkApproximatingSubdivisionFilterBeanInfo() - Constructor for class vtk.vtkApproximatingSubdivisionFilterBeanInfo
 
vtkArcPlotter - class vtk.vtkArcPlotter.
vtkArcPlotter - plot data along an arbitrary polyline.
vtkArcPlotter() - Constructor for class vtk.vtkArcPlotter
 
vtkArcPlotter(int) - Constructor for class vtk.vtkArcPlotter
 
vtkArcPlotterBeanInfo - class vtk.vtkArcPlotterBeanInfo.
BeanInfo support class for the vtkArcPlotter class.
vtkArcPlotterBeanInfo() - Constructor for class vtk.vtkArcPlotterBeanInfo
 
vtkArrayCalculator - class vtk.vtkArrayCalculator.
vtkArrayCalculator - perform mathematical operations on data in field data arrays.
vtkArrayCalculator() - Constructor for class vtk.vtkArrayCalculator
 
vtkArrayCalculator(int) - Constructor for class vtk.vtkArrayCalculator
 
vtkArrayCalculatorBeanInfo - class vtk.vtkArrayCalculatorBeanInfo.
BeanInfo support class for the vtkArrayCalculator class.
vtkArrayCalculatorBeanInfo() - Constructor for class vtk.vtkArrayCalculatorBeanInfo
 
vtkArrowSource - class vtk.vtkArrowSource.
vtkArrowSource - Appends a cylinder to a cone to form an arrow..
vtkArrowSource() - Constructor for class vtk.vtkArrowSource
 
vtkArrowSource(int) - Constructor for class vtk.vtkArrowSource
 
vtkArrowSourceBeanInfo - class vtk.vtkArrowSourceBeanInfo.
BeanInfo support class for the vtkArrowSource class.
vtkArrowSourceBeanInfo() - Constructor for class vtk.vtkArrowSourceBeanInfo
 
vtkAssembly - class vtk.vtkAssembly.
vtkAssembly - create hierarchies of vtkProp3Ds (transformable props).
vtkAssembly() - Constructor for class vtk.vtkAssembly
 
vtkAssembly(int) - Constructor for class vtk.vtkAssembly
 
vtkAssemblyBeanInfo - class vtk.vtkAssemblyBeanInfo.
BeanInfo support class for the vtkAssembly class.
vtkAssemblyBeanInfo() - Constructor for class vtk.vtkAssemblyBeanInfo
 
vtkAssemblyNode - class vtk.vtkAssemblyNode.
vtkAssemblyNode - represent a node in an assembly.
vtkAssemblyNode() - Constructor for class vtk.vtkAssemblyNode
 
vtkAssemblyNode(int) - Constructor for class vtk.vtkAssemblyNode
 
vtkAssemblyNodeBeanInfo - class vtk.vtkAssemblyNodeBeanInfo.
BeanInfo support class for the vtkAssemblyNode class.
vtkAssemblyNodeBeanInfo() - Constructor for class vtk.vtkAssemblyNodeBeanInfo
 
vtkAssemblyPath - class vtk.vtkAssemblyPath.
vtkAssemblyPath - a list of nodes that form an assembly path.
vtkAssemblyPath() - Constructor for class vtk.vtkAssemblyPath
 
vtkAssemblyPath(int) - Constructor for class vtk.vtkAssemblyPath
 
vtkAssemblyPathBeanInfo - class vtk.vtkAssemblyPathBeanInfo.
BeanInfo support class for the vtkAssemblyPath class.
vtkAssemblyPathBeanInfo() - Constructor for class vtk.vtkAssemblyPathBeanInfo
 
vtkAssemblyPaths - class vtk.vtkAssemblyPaths.
vtkAssemblyPaths - a list of lists of props representing an assembly hierarchy.
vtkAssemblyPaths() - Constructor for class vtk.vtkAssemblyPaths
 
vtkAssemblyPaths(int) - Constructor for class vtk.vtkAssemblyPaths
 
vtkAssemblyPathsBeanInfo - class vtk.vtkAssemblyPathsBeanInfo.
BeanInfo support class for the vtkAssemblyPaths class.
vtkAssemblyPathsBeanInfo() - Constructor for class vtk.vtkAssemblyPathsBeanInfo
 
vtkAssignAttribute - class vtk.vtkAssignAttribute.
vtkAssignAttribute - Labels a field as an attribute.
vtkAssignAttribute() - Constructor for class vtk.vtkAssignAttribute
 
vtkAssignAttribute(int) - Constructor for class vtk.vtkAssignAttribute
 
vtkAssignAttributeBeanInfo - class vtk.vtkAssignAttributeBeanInfo.
BeanInfo support class for the vtkAssignAttribute class.
vtkAssignAttributeBeanInfo() - Constructor for class vtk.vtkAssignAttributeBeanInfo
 
vtkAttributeDataToFieldDataFilter - class vtk.vtkAttributeDataToFieldDataFilter.
vtkAttributeDataToFieldDataFilter - map attribute data to field data.
vtkAttributeDataToFieldDataFilter() - Constructor for class vtk.vtkAttributeDataToFieldDataFilter
 
vtkAttributeDataToFieldDataFilter(int) - Constructor for class vtk.vtkAttributeDataToFieldDataFilter
 
vtkAttributeDataToFieldDataFilterBeanInfo - class vtk.vtkAttributeDataToFieldDataFilterBeanInfo.
BeanInfo support class for the vtkAttributeDataToFieldDataFilter class.
vtkAttributeDataToFieldDataFilterBeanInfo() - Constructor for class vtk.vtkAttributeDataToFieldDataFilterBeanInfo
 
vtkAxes - class vtk.vtkAxes.
vtkAxes - create an x-y-z axes.
vtkAxes() - Constructor for class vtk.vtkAxes
 
vtkAxes(int) - Constructor for class vtk.vtkAxes
 
vtkAxesBeanInfo - class vtk.vtkAxesBeanInfo.
BeanInfo support class for the vtkAxes class.
vtkAxesBeanInfo() - Constructor for class vtk.vtkAxesBeanInfo
 
vtkAxisActor2D - class vtk.vtkAxisActor2D.
vtkAxisActor2D - Create an axis with tick marks and labels.
vtkAxisActor2D() - Constructor for class vtk.vtkAxisActor2D
 
vtkAxisActor2D(int) - Constructor for class vtk.vtkAxisActor2D
 
vtkAxisActor2DBeanInfo - class vtk.vtkAxisActor2DBeanInfo.
BeanInfo support class for the vtkAxisActor2D class.
vtkAxisActor2DBeanInfo() - Constructor for class vtk.vtkAxisActor2DBeanInfo
 
vtkBMPReader - class vtk.vtkBMPReader.
vtkBMPReader - read Windows BMP files.
vtkBMPReader() - Constructor for class vtk.vtkBMPReader
 
vtkBMPReader(int) - Constructor for class vtk.vtkBMPReader
 
vtkBMPReaderBeanInfo - class vtk.vtkBMPReaderBeanInfo.
BeanInfo support class for the vtkBMPReader class.
vtkBMPReaderBeanInfo() - Constructor for class vtk.vtkBMPReaderBeanInfo
 
vtkBMPWriter - class vtk.vtkBMPWriter.
vtkBMPWriter - Writes Windows BMP files..
vtkBMPWriter() - Constructor for class vtk.vtkBMPWriter
 
vtkBMPWriter(int) - Constructor for class vtk.vtkBMPWriter
 
vtkBMPWriterBeanInfo - class vtk.vtkBMPWriterBeanInfo.
BeanInfo support class for the vtkBMPWriter class.
vtkBMPWriterBeanInfo() - Constructor for class vtk.vtkBMPWriterBeanInfo
 
vtkBYUReader - class vtk.vtkBYUReader.
vtkBYUReader - read MOVIE.BYU polygon files.
vtkBYUReader() - Constructor for class vtk.vtkBYUReader
 
vtkBYUReader(int) - Constructor for class vtk.vtkBYUReader
 
vtkBYUReaderBeanInfo - class vtk.vtkBYUReaderBeanInfo.
BeanInfo support class for the vtkBYUReader class.
vtkBYUReaderBeanInfo() - Constructor for class vtk.vtkBYUReaderBeanInfo
 
vtkBYUWriter - class vtk.vtkBYUWriter.
vtkBYUWriter - write MOVIE.BYU files.
vtkBYUWriter() - Constructor for class vtk.vtkBYUWriter
 
vtkBYUWriter(int) - Constructor for class vtk.vtkBYUWriter
 
vtkBYUWriterBeanInfo - class vtk.vtkBYUWriterBeanInfo.
BeanInfo support class for the vtkBYUWriter class.
vtkBYUWriterBeanInfo() - Constructor for class vtk.vtkBYUWriterBeanInfo
 
vtkBandedPolyDataContourFilter - class vtk.vtkBandedPolyDataContourFilter.
vtkBandedPolyDataContourFilter - generate filled contours for vtkPolyData.
vtkBandedPolyDataContourFilter() - Constructor for class vtk.vtkBandedPolyDataContourFilter
 
vtkBandedPolyDataContourFilter(int) - Constructor for class vtk.vtkBandedPolyDataContourFilter
 
vtkBandedPolyDataContourFilterBeanInfo - class vtk.vtkBandedPolyDataContourFilterBeanInfo.
BeanInfo support class for the vtkBandedPolyDataContourFilter class.
vtkBandedPolyDataContourFilterBeanInfo() - Constructor for class vtk.vtkBandedPolyDataContourFilterBeanInfo
 
vtkBase64InputStream - class vtk.vtkBase64InputStream.
vtkBase64InputStream - Reads base64-encoded input from a stream..
vtkBase64InputStream() - Constructor for class vtk.vtkBase64InputStream
 
vtkBase64InputStream(int) - Constructor for class vtk.vtkBase64InputStream
 
vtkBase64InputStreamBeanInfo - class vtk.vtkBase64InputStreamBeanInfo.
BeanInfo support class for the vtkBase64InputStream class.
vtkBase64InputStreamBeanInfo() - Constructor for class vtk.vtkBase64InputStreamBeanInfo
 
vtkBase64OutputStream - class vtk.vtkBase64OutputStream.
vtkBase64OutputStream - Writes base64-encoded output to a stream..
vtkBase64OutputStream() - Constructor for class vtk.vtkBase64OutputStream
 
vtkBase64OutputStream(int) - Constructor for class vtk.vtkBase64OutputStream
 
vtkBase64OutputStreamBeanInfo - class vtk.vtkBase64OutputStreamBeanInfo.
BeanInfo support class for the vtkBase64OutputStream class.
vtkBase64OutputStreamBeanInfo() - Constructor for class vtk.vtkBase64OutputStreamBeanInfo
 
vtkBase64Utilities - class vtk.vtkBase64Utilities.
vtkBase64Utilities - base64 encode and decode utilities..
vtkBase64Utilities() - Constructor for class vtk.vtkBase64Utilities
 
vtkBase64Utilities(int) - Constructor for class vtk.vtkBase64Utilities
 
vtkBase64UtilitiesBeanInfo - class vtk.vtkBase64UtilitiesBeanInfo.
BeanInfo support class for the vtkBase64Utilities class.
vtkBase64UtilitiesBeanInfo() - Constructor for class vtk.vtkBase64UtilitiesBeanInfo
 
vtkBitArray - class vtk.vtkBitArray.
vtkBitArray - dynamic, self-adjusting array of bits.
vtkBitArray() - Constructor for class vtk.vtkBitArray
 
vtkBitArray(int) - Constructor for class vtk.vtkBitArray
 
vtkBitArrayBeanInfo - class vtk.vtkBitArrayBeanInfo.
BeanInfo support class for the vtkBitArray class.
vtkBitArrayBeanInfo() - Constructor for class vtk.vtkBitArrayBeanInfo
 
vtkBlankStructuredGrid - class vtk.vtkBlankStructuredGrid.
vtkBlankStructuredGrid - translate point attribute data into a blanking field.
vtkBlankStructuredGrid() - Constructor for class vtk.vtkBlankStructuredGrid
 
vtkBlankStructuredGrid(int) - Constructor for class vtk.vtkBlankStructuredGrid
 
vtkBlankStructuredGridBeanInfo - class vtk.vtkBlankStructuredGridBeanInfo.
BeanInfo support class for the vtkBlankStructuredGrid class.
vtkBlankStructuredGridBeanInfo() - Constructor for class vtk.vtkBlankStructuredGridBeanInfo
 
vtkBlankStructuredGridWithImage - class vtk.vtkBlankStructuredGridWithImage.
vtkBlankStructuredGridWithImage - blank a structured grid with an image.
vtkBlankStructuredGridWithImage() - Constructor for class vtk.vtkBlankStructuredGridWithImage
 
vtkBlankStructuredGridWithImage(int) - Constructor for class vtk.vtkBlankStructuredGridWithImage
 
vtkBlankStructuredGridWithImageBeanInfo - class vtk.vtkBlankStructuredGridWithImageBeanInfo.
BeanInfo support class for the vtkBlankStructuredGridWithImage class.
vtkBlankStructuredGridWithImageBeanInfo() - Constructor for class vtk.vtkBlankStructuredGridWithImageBeanInfo
 
vtkBooleanTexture - class vtk.vtkBooleanTexture.
vtkBooleanTexture - generate 2D texture map based on combinations of inside, outside, and on region boundary.
vtkBooleanTexture() - Constructor for class vtk.vtkBooleanTexture
 
vtkBooleanTexture(int) - Constructor for class vtk.vtkBooleanTexture
 
vtkBooleanTextureBeanInfo - class vtk.vtkBooleanTextureBeanInfo.
BeanInfo support class for the vtkBooleanTexture class.
vtkBooleanTextureBeanInfo() - Constructor for class vtk.vtkBooleanTextureBeanInfo
 
vtkBox - class vtk.vtkBox.
vtkBox - implicit function for a bounding box.
vtkBox() - Constructor for class vtk.vtkBox
 
vtkBox(int) - Constructor for class vtk.vtkBox
 
vtkBoxBeanInfo - class vtk.vtkBoxBeanInfo.
BeanInfo support class for the vtkBox class.
vtkBoxBeanInfo() - Constructor for class vtk.vtkBoxBeanInfo
 
vtkBoxWidget - class vtk.vtkBoxWidget.
vtkBoxWidget - orthogonal hexahedron 3D widget.
vtkBoxWidget() - Constructor for class vtk.vtkBoxWidget
 
vtkBoxWidget(int) - Constructor for class vtk.vtkBoxWidget
 
vtkBoxWidgetBeanInfo - class vtk.vtkBoxWidgetBeanInfo.
BeanInfo support class for the vtkBoxWidget class.
vtkBoxWidgetBeanInfo() - Constructor for class vtk.vtkBoxWidgetBeanInfo
 
vtkBrownianPoints - class vtk.vtkBrownianPoints.
vtkBrownianPoints - assign random vector to points.
vtkBrownianPoints() - Constructor for class vtk.vtkBrownianPoints
 
vtkBrownianPoints(int) - Constructor for class vtk.vtkBrownianPoints
 
vtkBrownianPointsBeanInfo - class vtk.vtkBrownianPointsBeanInfo.
BeanInfo support class for the vtkBrownianPoints class.
vtkBrownianPointsBeanInfo() - Constructor for class vtk.vtkBrownianPointsBeanInfo
 
vtkButterflySubdivisionFilter - class vtk.vtkButterflySubdivisionFilter.
vtkButterflySubdivisionFilter - generate a subdivision surface using the Butterfly Scheme.
vtkButterflySubdivisionFilter() - Constructor for class vtk.vtkButterflySubdivisionFilter
 
vtkButterflySubdivisionFilter(int) - Constructor for class vtk.vtkButterflySubdivisionFilter
 
vtkButterflySubdivisionFilterBeanInfo - class vtk.vtkButterflySubdivisionFilterBeanInfo.
BeanInfo support class for the vtkButterflySubdivisionFilter class.
vtkButterflySubdivisionFilterBeanInfo() - Constructor for class vtk.vtkButterflySubdivisionFilterBeanInfo
 
vtkButtonSource - class vtk.vtkButtonSource.
vtkButtonSource - create a ellipsoidal-shaped button.
vtkButtonSource() - Constructor for class vtk.vtkButtonSource
 
vtkButtonSource(int) - Constructor for class vtk.vtkButtonSource
 
vtkButtonSourceBeanInfo - class vtk.vtkButtonSourceBeanInfo.
BeanInfo support class for the vtkButtonSource class.
vtkButtonSourceBeanInfo() - Constructor for class vtk.vtkButtonSourceBeanInfo
 
vtkByteSwap - class vtk.vtkByteSwap.
vtkByteSwap - perform machine dependent byte swapping.
vtkByteSwap() - Constructor for class vtk.vtkByteSwap
 
vtkByteSwap(int) - Constructor for class vtk.vtkByteSwap
 
vtkByteSwapBeanInfo - class vtk.vtkByteSwapBeanInfo.
BeanInfo support class for the vtkByteSwap class.
vtkByteSwapBeanInfo() - Constructor for class vtk.vtkByteSwapBeanInfo
 
vtkCGMWriter - class vtk.vtkCGMWriter.
vtkCGMWriter - write polygonal data as a CGM file.
vtkCGMWriter() - Constructor for class vtk.vtkCGMWriter
 
vtkCGMWriter(int) - Constructor for class vtk.vtkCGMWriter
 
vtkCGMWriterBeanInfo - class vtk.vtkCGMWriterBeanInfo.
BeanInfo support class for the vtkCGMWriter class.
vtkCGMWriterBeanInfo() - Constructor for class vtk.vtkCGMWriterBeanInfo
 
vtkCamera - class vtk.vtkCamera.
vtkCamera - a virtual camera for 3D rendering.
vtkCamera() - Constructor for class vtk.vtkCamera
 
vtkCamera(int) - Constructor for class vtk.vtkCamera
 
vtkCameraBeanInfo - class vtk.vtkCameraBeanInfo.
BeanInfo support class for the vtkCamera class.
vtkCameraBeanInfo() - Constructor for class vtk.vtkCameraBeanInfo
 
vtkCanvas - class vtk.vtkCanvas.
 
vtkCanvas() - Constructor for class vtk.vtkCanvas
 
vtkCanvasBeanInfo - class vtk.vtkCanvasBeanInfo.
 
vtkCanvasBeanInfo() - Constructor for class vtk.vtkCanvasBeanInfo
 
vtkCaptionActor2D - class vtk.vtkCaptionActor2D.
vtkCaptionActor2D - draw text label associated with a point.
vtkCaptionActor2D() - Constructor for class vtk.vtkCaptionActor2D
 
vtkCaptionActor2D(int) - Constructor for class vtk.vtkCaptionActor2D
 
vtkCaptionActor2DBeanInfo - class vtk.vtkCaptionActor2DBeanInfo.
BeanInfo support class for the vtkCaptionActor2D class.
vtkCaptionActor2DBeanInfo() - Constructor for class vtk.vtkCaptionActor2DBeanInfo
 
vtkCardinalSpline - class vtk.vtkCardinalSpline.
vtkCardinalSpline - computes an interpolating spline using a.
vtkCardinalSpline() - Constructor for class vtk.vtkCardinalSpline
 
vtkCardinalSpline(int) - Constructor for class vtk.vtkCardinalSpline
 
vtkCardinalSplineBeanInfo - class vtk.vtkCardinalSplineBeanInfo.
BeanInfo support class for the vtkCardinalSpline class.
vtkCardinalSplineBeanInfo() - Constructor for class vtk.vtkCardinalSplineBeanInfo
 
vtkCastToConcrete - class vtk.vtkCastToConcrete.
vtkCastToConcrete - works around type-checking limitations.
vtkCastToConcrete() - Constructor for class vtk.vtkCastToConcrete
 
vtkCastToConcrete(int) - Constructor for class vtk.vtkCastToConcrete
 
vtkCastToConcreteBeanInfo - class vtk.vtkCastToConcreteBeanInfo.
BeanInfo support class for the vtkCastToConcrete class.
vtkCastToConcreteBeanInfo() - Constructor for class vtk.vtkCastToConcreteBeanInfo
 
vtkCell - class vtk.vtkCell.
vtkCell - abstract class to specify cell behavior.
vtkCell() - Constructor for class vtk.vtkCell
 
vtkCell(int) - Constructor for class vtk.vtkCell
 
vtkCell3D - class vtk.vtkCell3D.
vtkCell3D - abstract class to specify 3D cell interface.
vtkCell3D() - Constructor for class vtk.vtkCell3D
 
vtkCell3D(int) - Constructor for class vtk.vtkCell3D
 
vtkCell3DBeanInfo - class vtk.vtkCell3DBeanInfo.
BeanInfo support class for the vtkCell3D class.
vtkCell3DBeanInfo() - Constructor for class vtk.vtkCell3DBeanInfo
 
vtkCellArray - class vtk.vtkCellArray.
vtkCellArray - object to represent cell connectivity.
vtkCellArray() - Constructor for class vtk.vtkCellArray
 
vtkCellArray(int) - Constructor for class vtk.vtkCellArray
 
vtkCellArrayBeanInfo - class vtk.vtkCellArrayBeanInfo.
BeanInfo support class for the vtkCellArray class.
vtkCellArrayBeanInfo() - Constructor for class vtk.vtkCellArrayBeanInfo
 
vtkCellBeanInfo - class vtk.vtkCellBeanInfo.
BeanInfo support class for the vtkCell class.
vtkCellBeanInfo() - Constructor for class vtk.vtkCellBeanInfo
 
vtkCellCenters - class vtk.vtkCellCenters.
vtkCellCenters - generate points at center of cells.
vtkCellCenters() - Constructor for class vtk.vtkCellCenters
 
vtkCellCenters(int) - Constructor for class vtk.vtkCellCenters
 
vtkCellCentersBeanInfo - class vtk.vtkCellCentersBeanInfo.
BeanInfo support class for the vtkCellCenters class.
vtkCellCentersBeanInfo() - Constructor for class vtk.vtkCellCentersBeanInfo
 
vtkCellData - class vtk.vtkCellData.
vtkCellData - represent and manipulate cell attribute data.
vtkCellData() - Constructor for class vtk.vtkCellData
 
vtkCellData(int) - Constructor for class vtk.vtkCellData
 
vtkCellDataBeanInfo - class vtk.vtkCellDataBeanInfo.
BeanInfo support class for the vtkCellData class.
vtkCellDataBeanInfo() - Constructor for class vtk.vtkCellDataBeanInfo
 
vtkCellDataToPointData - class vtk.vtkCellDataToPointData.
vtkCellDataToPointData - map cell data to point data.
vtkCellDataToPointData() - Constructor for class vtk.vtkCellDataToPointData
 
vtkCellDataToPointData(int) - Constructor for class vtk.vtkCellDataToPointData
 
vtkCellDataToPointDataBeanInfo - class vtk.vtkCellDataToPointDataBeanInfo.
BeanInfo support class for the vtkCellDataToPointData class.
vtkCellDataToPointDataBeanInfo() - Constructor for class vtk.vtkCellDataToPointDataBeanInfo
 
vtkCellDerivatives - class vtk.vtkCellDerivatives.
vtkCellDerivatives - compute derivatives of scalars and vectors.
vtkCellDerivatives() - Constructor for class vtk.vtkCellDerivatives
 
vtkCellDerivatives(int) - Constructor for class vtk.vtkCellDerivatives
 
vtkCellDerivativesBeanInfo - class vtk.vtkCellDerivativesBeanInfo.
BeanInfo support class for the vtkCellDerivatives class.
vtkCellDerivativesBeanInfo() - Constructor for class vtk.vtkCellDerivativesBeanInfo
 
vtkCellLinks - class vtk.vtkCellLinks.
vtkCellLinks - object represents upward pointers from points to list of cells using each point.
vtkCellLinks() - Constructor for class vtk.vtkCellLinks
 
vtkCellLinks(int) - Constructor for class vtk.vtkCellLinks
 
vtkCellLinksBeanInfo - class vtk.vtkCellLinksBeanInfo.
BeanInfo support class for the vtkCellLinks class.
vtkCellLinksBeanInfo() - Constructor for class vtk.vtkCellLinksBeanInfo
 
vtkCellLocator - class vtk.vtkCellLocator.
vtkCellLocator - octree-based spatial search object to quickly locate cells.
vtkCellLocator() - Constructor for class vtk.vtkCellLocator
 
vtkCellLocator(int) - Constructor for class vtk.vtkCellLocator
 
vtkCellLocatorBeanInfo - class vtk.vtkCellLocatorBeanInfo.
BeanInfo support class for the vtkCellLocator class.
vtkCellLocatorBeanInfo() - Constructor for class vtk.vtkCellLocatorBeanInfo
 
vtkCellPicker - class vtk.vtkCellPicker.
vtkCellPicker - select a cell by shooting a ray into graphics window.
vtkCellPicker() - Constructor for class vtk.vtkCellPicker
 
vtkCellPicker(int) - Constructor for class vtk.vtkCellPicker
 
vtkCellPickerBeanInfo - class vtk.vtkCellPickerBeanInfo.
BeanInfo support class for the vtkCellPicker class.
vtkCellPickerBeanInfo() - Constructor for class vtk.vtkCellPickerBeanInfo
 
vtkCellTypes - class vtk.vtkCellTypes.
vtkCellTypes - object provides direct access to cells in vtkCellArray and type information.
vtkCellTypes() - Constructor for class vtk.vtkCellTypes
 
vtkCellTypes(int) - Constructor for class vtk.vtkCellTypes
 
vtkCellTypesBeanInfo - class vtk.vtkCellTypesBeanInfo.
BeanInfo support class for the vtkCellTypes class.
vtkCellTypesBeanInfo() - Constructor for class vtk.vtkCellTypesBeanInfo
 
vtkCharArray - class vtk.vtkCharArray.
vtkCharArray - dynamic, self-adjusting array of char.
vtkCharArray() - Constructor for class vtk.vtkCharArray
 
vtkCharArray(int) - Constructor for class vtk.vtkCharArray
 
vtkCharArrayBeanInfo - class vtk.vtkCharArrayBeanInfo.
BeanInfo support class for the vtkCharArray class.
vtkCharArrayBeanInfo() - Constructor for class vtk.vtkCharArrayBeanInfo
 
vtkCleanPolyData - class vtk.vtkCleanPolyData.
vtkCleanPolyData - merge duplicate points, and/or remove unused points and/or remove degenerate cells.
vtkCleanPolyData() - Constructor for class vtk.vtkCleanPolyData
 
vtkCleanPolyData(int) - Constructor for class vtk.vtkCleanPolyData
 
vtkCleanPolyDataBeanInfo - class vtk.vtkCleanPolyDataBeanInfo.
BeanInfo support class for the vtkCleanPolyData class.
vtkCleanPolyDataBeanInfo() - Constructor for class vtk.vtkCleanPolyDataBeanInfo
 
vtkClipDataSet - class vtk.vtkClipDataSet.
vtkClipDataSet - clip any dataset with user-specified implicit function or input scalar data.
vtkClipDataSet() - Constructor for class vtk.vtkClipDataSet
 
vtkClipDataSet(int) - Constructor for class vtk.vtkClipDataSet
 
vtkClipDataSetBeanInfo - class vtk.vtkClipDataSetBeanInfo.
BeanInfo support class for the vtkClipDataSet class.
vtkClipDataSetBeanInfo() - Constructor for class vtk.vtkClipDataSetBeanInfo
 
vtkClipPolyData - class vtk.vtkClipPolyData.
vtkClipPolyData - clip polygonal data with user-specified implicit function or input scalar data.
vtkClipPolyData() - Constructor for class vtk.vtkClipPolyData
 
vtkClipPolyData(int) - Constructor for class vtk.vtkClipPolyData
 
vtkClipPolyDataBeanInfo - class vtk.vtkClipPolyDataBeanInfo.
BeanInfo support class for the vtkClipPolyData class.
vtkClipPolyDataBeanInfo() - Constructor for class vtk.vtkClipPolyDataBeanInfo
 
vtkClipVolume - class vtk.vtkClipVolume.
vtkClipVolume - clip volume data with user-specified implicit function or input scalar data.
vtkClipVolume() - Constructor for class vtk.vtkClipVolume
 
vtkClipVolume(int) - Constructor for class vtk.vtkClipVolume
 
vtkClipVolumeBeanInfo - class vtk.vtkClipVolumeBeanInfo.
BeanInfo support class for the vtkClipVolume class.
vtkClipVolumeBeanInfo() - Constructor for class vtk.vtkClipVolumeBeanInfo
 
vtkCollection - class vtk.vtkCollection.
vtkCollection - create and manipulate unsorted lists of objects.
vtkCollection() - Constructor for class vtk.vtkCollection
 
vtkCollection(int) - Constructor for class vtk.vtkCollection
 
vtkCollectionBeanInfo - class vtk.vtkCollectionBeanInfo.
BeanInfo support class for the vtkCollection class.
vtkCollectionBeanInfo() - Constructor for class vtk.vtkCollectionBeanInfo
 
vtkCollectionIterator - class vtk.vtkCollectionIterator.
vtkCollectionIterator - iterator through a vtkCollection..
vtkCollectionIterator() - Constructor for class vtk.vtkCollectionIterator
 
vtkCollectionIterator(int) - Constructor for class vtk.vtkCollectionIterator
 
vtkCollectionIteratorBeanInfo - class vtk.vtkCollectionIteratorBeanInfo.
BeanInfo support class for the vtkCollectionIterator class.
vtkCollectionIteratorBeanInfo() - Constructor for class vtk.vtkCollectionIteratorBeanInfo
 
vtkColorTransferFunction - class vtk.vtkColorTransferFunction.
vtkColorTransferFunction - Defines a transfer function for mapping a property to an RGB color value..
vtkColorTransferFunction() - Constructor for class vtk.vtkColorTransferFunction
 
vtkColorTransferFunction(int) - Constructor for class vtk.vtkColorTransferFunction
 
vtkColorTransferFunctionBeanInfo - class vtk.vtkColorTransferFunctionBeanInfo.
BeanInfo support class for the vtkColorTransferFunction class.
vtkColorTransferFunctionBeanInfo() - Constructor for class vtk.vtkColorTransferFunctionBeanInfo
 
vtkCompositeDataCommand - class vtk.vtkCompositeDataCommand.
vtkCompositeDataCommand - abstract superclass for commands.
vtkCompositeDataCommand() - Constructor for class vtk.vtkCompositeDataCommand
 
vtkCompositeDataCommand(int) - Constructor for class vtk.vtkCompositeDataCommand
 
vtkCompositeDataCommandBeanInfo - class vtk.vtkCompositeDataCommandBeanInfo.
BeanInfo support class for the vtkCompositeDataCommand class.
vtkCompositeDataCommandBeanInfo() - Constructor for class vtk.vtkCompositeDataCommandBeanInfo
 
vtkCompositeDataIterator - class vtk.vtkCompositeDataIterator.
vtkCompositeDataIterator - abstract superclass for composite data iterators.
vtkCompositeDataIterator() - Constructor for class vtk.vtkCompositeDataIterator
 
vtkCompositeDataIterator(int) - Constructor for class vtk.vtkCompositeDataIterator
 
vtkCompositeDataIteratorBeanInfo - class vtk.vtkCompositeDataIteratorBeanInfo.
BeanInfo support class for the vtkCompositeDataIterator class.
vtkCompositeDataIteratorBeanInfo() - Constructor for class vtk.vtkCompositeDataIteratorBeanInfo
 
vtkCompositeDataSet - class vtk.vtkCompositeDataSet.
vtkCompositeDataSet - abstact superclass for composite (multi-block or AMR) datasets.
vtkCompositeDataSet() - Constructor for class vtk.vtkCompositeDataSet
 
vtkCompositeDataSet(int) - Constructor for class vtk.vtkCompositeDataSet
 
vtkCompositeDataSetBeanInfo - class vtk.vtkCompositeDataSetBeanInfo.
BeanInfo support class for the vtkCompositeDataSet class.
vtkCompositeDataSetBeanInfo() - Constructor for class vtk.vtkCompositeDataSetBeanInfo
 
vtkCompositeDataVisitor - class vtk.vtkCompositeDataVisitor.
vtkCompositeDataVisitor - abstract superclass for composite data visitors.
vtkCompositeDataVisitor() - Constructor for class vtk.vtkCompositeDataVisitor
 
vtkCompositeDataVisitor(int) - Constructor for class vtk.vtkCompositeDataVisitor
 
vtkCompositeDataVisitorBeanInfo - class vtk.vtkCompositeDataVisitorBeanInfo.
BeanInfo support class for the vtkCompositeDataVisitor class.
vtkCompositeDataVisitorBeanInfo() - Constructor for class vtk.vtkCompositeDataVisitorBeanInfo
 
vtkCone - class vtk.vtkCone.
vtkCone - implicit function for a cone.
vtkCone() - Constructor for class vtk.vtkCone
 
vtkCone(int) - Constructor for class vtk.vtkCone
 
vtkConeBeanInfo - class vtk.vtkConeBeanInfo.
BeanInfo support class for the vtkCone class.
vtkConeBeanInfo() - Constructor for class vtk.vtkConeBeanInfo
 
vtkConeSource - class vtk.vtkConeSource.
vtkConeSource - generate polygonal cone .
vtkConeSource() - Constructor for class vtk.vtkConeSource
 
vtkConeSource(int) - Constructor for class vtk.vtkConeSource
 
vtkConeSourceBeanInfo - class vtk.vtkConeSourceBeanInfo.
BeanInfo support class for the vtkConeSource class.
vtkConeSourceBeanInfo() - Constructor for class vtk.vtkConeSourceBeanInfo
 
vtkConnectivityFilter - class vtk.vtkConnectivityFilter.
vtkConnectivityFilter - extract data based on geometric connectivity.
vtkConnectivityFilter() - Constructor for class vtk.vtkConnectivityFilter
 
vtkConnectivityFilter(int) - Constructor for class vtk.vtkConnectivityFilter
 
vtkConnectivityFilterBeanInfo - class vtk.vtkConnectivityFilterBeanInfo.
BeanInfo support class for the vtkConnectivityFilter class.
vtkConnectivityFilterBeanInfo() - Constructor for class vtk.vtkConnectivityFilterBeanInfo
 
vtkContourFilter - class vtk.vtkContourFilter.
vtkContourFilter - generate isosurfaces/isolines from scalar values.
vtkContourFilter() - Constructor for class vtk.vtkContourFilter
 
vtkContourFilter(int) - Constructor for class vtk.vtkContourFilter
 
vtkContourFilterBeanInfo - class vtk.vtkContourFilterBeanInfo.
BeanInfo support class for the vtkContourFilter class.
vtkContourFilterBeanInfo() - Constructor for class vtk.vtkContourFilterBeanInfo
 
vtkContourGrid - class vtk.vtkContourGrid.
vtkContourGrid - generate isosurfaces/isolines from scalar values (specialized for unstructured grids).
vtkContourGrid() - Constructor for class vtk.vtkContourGrid
 
vtkContourGrid(int) - Constructor for class vtk.vtkContourGrid
 
vtkContourGridBeanInfo - class vtk.vtkContourGridBeanInfo.
BeanInfo support class for the vtkContourGrid class.
vtkContourGridBeanInfo() - Constructor for class vtk.vtkContourGridBeanInfo
 
vtkContourValues - class vtk.vtkContourValues.
vtkContourValues - helper object to manage setting and generating contour values.
vtkContourValues() - Constructor for class vtk.vtkContourValues
 
vtkContourValues(int) - Constructor for class vtk.vtkContourValues
 
vtkContourValuesBeanInfo - class vtk.vtkContourValuesBeanInfo.
BeanInfo support class for the vtkContourValues class.
vtkContourValuesBeanInfo() - Constructor for class vtk.vtkContourValuesBeanInfo
 
vtkConvexPointSet - class vtk.vtkConvexPointSet.
vtkConvexPointSet - a 3D cell defined by a set of convex points.
vtkConvexPointSet() - Constructor for class vtk.vtkConvexPointSet
 
vtkConvexPointSet(int) - Constructor for class vtk.vtkConvexPointSet
 
vtkConvexPointSetBeanInfo - class vtk.vtkConvexPointSetBeanInfo.
BeanInfo support class for the vtkConvexPointSet class.
vtkConvexPointSetBeanInfo() - Constructor for class vtk.vtkConvexPointSetBeanInfo
 
vtkCoordinate - class vtk.vtkCoordinate.
vtkCoordinate - perform coordinate transformation, and represent position, in a variety of vtk coordinate systems.
vtkCoordinate() - Constructor for class vtk.vtkCoordinate
 
vtkCoordinate(int) - Constructor for class vtk.vtkCoordinate
 
vtkCoordinateBeanInfo - class vtk.vtkCoordinateBeanInfo.
BeanInfo support class for the vtkCoordinate class.
vtkCoordinateBeanInfo() - Constructor for class vtk.vtkCoordinateBeanInfo
 
vtkCriticalSection - class vtk.vtkCriticalSection.
vtkCriticalSection - critical section locking class.
vtkCriticalSection() - Constructor for class vtk.vtkCriticalSection
 
vtkCriticalSection(int) - Constructor for class vtk.vtkCriticalSection
 
vtkCriticalSectionBeanInfo - class vtk.vtkCriticalSectionBeanInfo.
BeanInfo support class for the vtkCriticalSection class.
vtkCriticalSectionBeanInfo() - Constructor for class vtk.vtkCriticalSectionBeanInfo
 
vtkCubeAxesActor2D - class vtk.vtkCubeAxesActor2D.
vtkCubeAxesActor2D - create a 2D plot of a bounding box edges - used for navigation.
vtkCubeAxesActor2D() - Constructor for class vtk.vtkCubeAxesActor2D
 
vtkCubeAxesActor2D(int) - Constructor for class vtk.vtkCubeAxesActor2D
 
vtkCubeAxesActor2DBeanInfo - class vtk.vtkCubeAxesActor2DBeanInfo.
BeanInfo support class for the vtkCubeAxesActor2D class.
vtkCubeAxesActor2DBeanInfo() - Constructor for class vtk.vtkCubeAxesActor2DBeanInfo
 
vtkCubeSource - class vtk.vtkCubeSource.
vtkCubeSource - create a polygonal representation of a cube.
vtkCubeSource() - Constructor for class vtk.vtkCubeSource
 
vtkCubeSource(int) - Constructor for class vtk.vtkCubeSource
 
vtkCubeSourceBeanInfo - class vtk.vtkCubeSourceBeanInfo.
BeanInfo support class for the vtkCubeSource class.
vtkCubeSourceBeanInfo() - Constructor for class vtk.vtkCubeSourceBeanInfo
 
vtkCuller - class vtk.vtkCuller.
vtkCuller - a superclass for prop cullers.
vtkCuller() - Constructor for class vtk.vtkCuller
 
vtkCuller(int) - Constructor for class vtk.vtkCuller
 
vtkCullerBeanInfo - class vtk.vtkCullerBeanInfo.
BeanInfo support class for the vtkCuller class.
vtkCullerBeanInfo() - Constructor for class vtk.vtkCullerBeanInfo
 
vtkCullerCollection - class vtk.vtkCullerCollection.
vtkCullerCollection - a list of Cullers.
vtkCullerCollection() - Constructor for class vtk.vtkCullerCollection
 
vtkCullerCollection(int) - Constructor for class vtk.vtkCullerCollection
 
vtkCullerCollectionBeanInfo - class vtk.vtkCullerCollectionBeanInfo.
BeanInfo support class for the vtkCullerCollection class.
vtkCullerCollectionBeanInfo() - Constructor for class vtk.vtkCullerCollectionBeanInfo
 
vtkCursor3D - class vtk.vtkCursor3D.
vtkCursor3D - generate a 3D cursor representation.
vtkCursor3D() - Constructor for class vtk.vtkCursor3D
 
vtkCursor3D(int) - Constructor for class vtk.vtkCursor3D
 
vtkCursor3DBeanInfo - class vtk.vtkCursor3DBeanInfo.
BeanInfo support class for the vtkCursor3D class.
vtkCursor3DBeanInfo() - Constructor for class vtk.vtkCursor3DBeanInfo
 
vtkCurvatures - class vtk.vtkCurvatures.
vtkCurvatures - compute curvatures (Gauss and mean) of a Polydata object.
vtkCurvatures() - Constructor for class vtk.vtkCurvatures
 
vtkCurvatures(int) - Constructor for class vtk.vtkCurvatures
 
vtkCurvaturesBeanInfo - class vtk.vtkCurvaturesBeanInfo.
BeanInfo support class for the vtkCurvatures class.
vtkCurvaturesBeanInfo() - Constructor for class vtk.vtkCurvaturesBeanInfo
 
vtkCutter - class vtk.vtkCutter.
vtkCutter - Cut vtkDataSet with user-specified implicit function.
vtkCutter() - Constructor for class vtk.vtkCutter
 
vtkCutter(int) - Constructor for class vtk.vtkCutter
 
vtkCutterBeanInfo - class vtk.vtkCutterBeanInfo.
BeanInfo support class for the vtkCutter class.
vtkCutterBeanInfo() - Constructor for class vtk.vtkCutterBeanInfo
 
vtkCylinder - class vtk.vtkCylinder.
vtkCylinder - implicit function for a cylinder.
vtkCylinder() - Constructor for class vtk.vtkCylinder
 
vtkCylinder(int) - Constructor for class vtk.vtkCylinder
 
vtkCylinderBeanInfo - class vtk.vtkCylinderBeanInfo.
BeanInfo support class for the vtkCylinder class.
vtkCylinderBeanInfo() - Constructor for class vtk.vtkCylinderBeanInfo
 
vtkCylinderSource - class vtk.vtkCylinderSource.
vtkCylinderSource - generate a cylinder centered at origin.
vtkCylinderSource() - Constructor for class vtk.vtkCylinderSource
 
vtkCylinderSource(int) - Constructor for class vtk.vtkCylinderSource
 
vtkCylinderSourceBeanInfo - class vtk.vtkCylinderSourceBeanInfo.
BeanInfo support class for the vtkCylinderSource class.
vtkCylinderSourceBeanInfo() - Constructor for class vtk.vtkCylinderSourceBeanInfo
 
vtkCylindricalTransform - class vtk.vtkCylindricalTransform.
vtkCylindricalTransform - cylindrical to rectangular coords and back.
vtkCylindricalTransform() - Constructor for class vtk.vtkCylindricalTransform
 
vtkCylindricalTransform(int) - Constructor for class vtk.vtkCylindricalTransform
 
vtkCylindricalTransformBeanInfo - class vtk.vtkCylindricalTransformBeanInfo.
BeanInfo support class for the vtkCylindricalTransform class.
vtkCylindricalTransformBeanInfo() - Constructor for class vtk.vtkCylindricalTransformBeanInfo
 
vtkDEMReader - class vtk.vtkDEMReader.
vtkDEMReader - read a digital elevation model (DEM) file.
vtkDEMReader() - Constructor for class vtk.vtkDEMReader
 
vtkDEMReader(int) - Constructor for class vtk.vtkDEMReader
 
vtkDEMReaderBeanInfo - class vtk.vtkDEMReaderBeanInfo.
BeanInfo support class for the vtkDEMReader class.
vtkDEMReaderBeanInfo() - Constructor for class vtk.vtkDEMReaderBeanInfo
 
vtkDICOMImageReader - class vtk.vtkDICOMImageReader.
vtkDICOMImageReader - Reads DICOM images.
vtkDICOMImageReader() - Constructor for class vtk.vtkDICOMImageReader
 
vtkDICOMImageReader(int) - Constructor for class vtk.vtkDICOMImageReader
 
vtkDICOMImageReaderBeanInfo - class vtk.vtkDICOMImageReaderBeanInfo.
BeanInfo support class for the vtkDICOMImageReader class.
vtkDICOMImageReaderBeanInfo() - Constructor for class vtk.vtkDICOMImageReaderBeanInfo
 
vtkDashedStreamLine - class vtk.vtkDashedStreamLine.
vtkDashedStreamLine - generate constant-time dashed streamline in arbitrary dataset.
vtkDashedStreamLine() - Constructor for class vtk.vtkDashedStreamLine
 
vtkDashedStreamLine(int) - Constructor for class vtk.vtkDashedStreamLine
 
vtkDashedStreamLineBeanInfo - class vtk.vtkDashedStreamLineBeanInfo.
BeanInfo support class for the vtkDashedStreamLine class.
vtkDashedStreamLineBeanInfo() - Constructor for class vtk.vtkDashedStreamLineBeanInfo
 
vtkDataArray - class vtk.vtkDataArray.
vtkDataArray - abstract superclass for arrays.
vtkDataArray() - Constructor for class vtk.vtkDataArray
 
vtkDataArray(int) - Constructor for class vtk.vtkDataArray
 
vtkDataArrayBeanInfo - class vtk.vtkDataArrayBeanInfo.
BeanInfo support class for the vtkDataArray class.
vtkDataArrayBeanInfo() - Constructor for class vtk.vtkDataArrayBeanInfo
 
vtkDataArrayCollection - class vtk.vtkDataArrayCollection.
vtkDataArrayCollection - maintain an unordered list of dataarray objects.
vtkDataArrayCollection() - Constructor for class vtk.vtkDataArrayCollection
 
vtkDataArrayCollection(int) - Constructor for class vtk.vtkDataArrayCollection
 
vtkDataArrayCollectionBeanInfo - class vtk.vtkDataArrayCollectionBeanInfo.
BeanInfo support class for the vtkDataArrayCollection class.
vtkDataArrayCollectionBeanInfo() - Constructor for class vtk.vtkDataArrayCollectionBeanInfo
 
vtkDataArrayCollectionIterator - class vtk.vtkDataArrayCollectionIterator.
vtkDataArrayCollectionIterator - iterator through a vtkDataArrayCollection..
vtkDataArrayCollectionIterator() - Constructor for class vtk.vtkDataArrayCollectionIterator
 
vtkDataArrayCollectionIterator(int) - Constructor for class vtk.vtkDataArrayCollectionIterator
 
vtkDataArrayCollectionIteratorBeanInfo - class vtk.vtkDataArrayCollectionIteratorBeanInfo.
BeanInfo support class for the vtkDataArrayCollectionIterator class.
vtkDataArrayCollectionIteratorBeanInfo() - Constructor for class vtk.vtkDataArrayCollectionIteratorBeanInfo
 
vtkDataArraySelection - class vtk.vtkDataArraySelection.
vtkDataArraySelection - Store on/off settings for data arrays for a vtkSource..
vtkDataArraySelection() - Constructor for class vtk.vtkDataArraySelection
 
vtkDataArraySelection(int) - Constructor for class vtk.vtkDataArraySelection
 
vtkDataArraySelectionBeanInfo - class vtk.vtkDataArraySelectionBeanInfo.
BeanInfo support class for the vtkDataArraySelection class.
vtkDataArraySelectionBeanInfo() - Constructor for class vtk.vtkDataArraySelectionBeanInfo
 
vtkDataCompressor - class vtk.vtkDataCompressor.
vtkDataCompressor - Abstract interface for data compression classes..
vtkDataCompressor() - Constructor for class vtk.vtkDataCompressor
 
vtkDataCompressor(int) - Constructor for class vtk.vtkDataCompressor
 
vtkDataCompressorBeanInfo - class vtk.vtkDataCompressorBeanInfo.
BeanInfo support class for the vtkDataCompressor class.
vtkDataCompressorBeanInfo() - Constructor for class vtk.vtkDataCompressorBeanInfo
 
vtkDataObject - class vtk.vtkDataObject.
vtkDataObject - general representation of visualization data.
vtkDataObject() - Constructor for class vtk.vtkDataObject
 
vtkDataObject(int) - Constructor for class vtk.vtkDataObject
 
vtkDataObjectBeanInfo - class vtk.vtkDataObjectBeanInfo.
BeanInfo support class for the vtkDataObject class.
vtkDataObjectBeanInfo() - Constructor for class vtk.vtkDataObjectBeanInfo
 
vtkDataObjectCollection - class vtk.vtkDataObjectCollection.
vtkDataObjectCollection - maintain an unordered list of data objects.
vtkDataObjectCollection() - Constructor for class vtk.vtkDataObjectCollection
 
vtkDataObjectCollection(int) - Constructor for class vtk.vtkDataObjectCollection
 
vtkDataObjectCollectionBeanInfo - class vtk.vtkDataObjectCollectionBeanInfo.
BeanInfo support class for the vtkDataObjectCollection class.
vtkDataObjectCollectionBeanInfo() - Constructor for class vtk.vtkDataObjectCollectionBeanInfo
 
vtkDataObjectReader - class vtk.vtkDataObjectReader.
vtkDataObjectReader - read vtk field data file.
vtkDataObjectReader() - Constructor for class vtk.vtkDataObjectReader
 
vtkDataObjectReader(int) - Constructor for class vtk.vtkDataObjectReader
 
vtkDataObjectReaderBeanInfo - class vtk.vtkDataObjectReaderBeanInfo.
BeanInfo support class for the vtkDataObjectReader class.
vtkDataObjectReaderBeanInfo() - Constructor for class vtk.vtkDataObjectReaderBeanInfo
 
vtkDataObjectSource - class vtk.vtkDataObjectSource.
vtkDataObjectSource - abstract class specifies interface for.
vtkDataObjectSource() - Constructor for class vtk.vtkDataObjectSource
 
vtkDataObjectSource(int) - Constructor for class vtk.vtkDataObjectSource
 
vtkDataObjectSourceBeanInfo - class vtk.vtkDataObjectSourceBeanInfo.
BeanInfo support class for the vtkDataObjectSource class.
vtkDataObjectSourceBeanInfo() - Constructor for class vtk.vtkDataObjectSourceBeanInfo
 
vtkDataObjectToDataSetFilter - class vtk.vtkDataObjectToDataSetFilter.
vtkDataObjectToDataSetFilter - map field data to concrete dataset.
vtkDataObjectToDataSetFilter() - Constructor for class vtk.vtkDataObjectToDataSetFilter
 
vtkDataObjectToDataSetFilter(int) - Constructor for class vtk.vtkDataObjectToDataSetFilter
 
vtkDataObjectToDataSetFilterBeanInfo - class vtk.vtkDataObjectToDataSetFilterBeanInfo.
BeanInfo support class for the vtkDataObjectToDataSetFilter class.
vtkDataObjectToDataSetFilterBeanInfo() - Constructor for class vtk.vtkDataObjectToDataSetFilterBeanInfo
 
vtkDataObjectWriter - class vtk.vtkDataObjectWriter.
vtkDataObjectWriter - write vtk field data.
vtkDataObjectWriter() - Constructor for class vtk.vtkDataObjectWriter
 
vtkDataObjectWriter(int) - Constructor for class vtk.vtkDataObjectWriter
 
vtkDataObjectWriterBeanInfo - class vtk.vtkDataObjectWriterBeanInfo.
BeanInfo support class for the vtkDataObjectWriter class.
vtkDataObjectWriterBeanInfo() - Constructor for class vtk.vtkDataObjectWriterBeanInfo
 
vtkDataReader - class vtk.vtkDataReader.
vtkDataReader - helper superclass for objects that read vtk data files.
vtkDataReader() - Constructor for class vtk.vtkDataReader
 
vtkDataReader(int) - Constructor for class vtk.vtkDataReader
 
vtkDataReaderBeanInfo - class vtk.vtkDataReaderBeanInfo.
BeanInfo support class for the vtkDataReader class.
vtkDataReaderBeanInfo() - Constructor for class vtk.vtkDataReaderBeanInfo
 
vtkDataSet - class vtk.vtkDataSet.
vtkDataSet - abstract class to specify dataset behavior.
vtkDataSet() - Constructor for class vtk.vtkDataSet
 
vtkDataSet(int) - Constructor for class vtk.vtkDataSet
 
vtkDataSetAttributes - class vtk.vtkDataSetAttributes.
vtkDataSetAttributes - represent and manipulate attribute data in a dataset.
vtkDataSetAttributes() - Constructor for class vtk.vtkDataSetAttributes
 
vtkDataSetAttributes(int) - Constructor for class vtk.vtkDataSetAttributes
 
vtkDataSetAttributesBeanInfo - class vtk.vtkDataSetAttributesBeanInfo.
BeanInfo support class for the vtkDataSetAttributes class.
vtkDataSetAttributesBeanInfo() - Constructor for class vtk.vtkDataSetAttributesBeanInfo
 
vtkDataSetBeanInfo - class vtk.vtkDataSetBeanInfo.
BeanInfo support class for the vtkDataSet class.
vtkDataSetBeanInfo() - Constructor for class vtk.vtkDataSetBeanInfo
 
vtkDataSetCollection - class vtk.vtkDataSetCollection.
vtkDataSetCollection - maintain an unordered list of dataset objects.
vtkDataSetCollection() - Constructor for class vtk.vtkDataSetCollection
 
vtkDataSetCollection(int) - Constructor for class vtk.vtkDataSetCollection
 
vtkDataSetCollectionBeanInfo - class vtk.vtkDataSetCollectionBeanInfo.
BeanInfo support class for the vtkDataSetCollection class.
vtkDataSetCollectionBeanInfo() - Constructor for class vtk.vtkDataSetCollectionBeanInfo
 
vtkDataSetMapper - class vtk.vtkDataSetMapper.
vtkDataSetMapper - map vtkDataSet and derived classes to graphics primitives.
vtkDataSetMapper() - Constructor for class vtk.vtkDataSetMapper
 
vtkDataSetMapper(int) - Constructor for class vtk.vtkDataSetMapper
 
vtkDataSetMapperBeanInfo - class vtk.vtkDataSetMapperBeanInfo.
BeanInfo support class for the vtkDataSetMapper class.
vtkDataSetMapperBeanInfo() - Constructor for class vtk.vtkDataSetMapperBeanInfo
 
vtkDataSetReader - class vtk.vtkDataSetReader.
vtkDataSetReader - class to read any type of vtk dataset.
vtkDataSetReader() - Constructor for class vtk.vtkDataSetReader
 
vtkDataSetReader(int) - Constructor for class vtk.vtkDataSetReader
 
vtkDataSetReaderBeanInfo - class vtk.vtkDataSetReaderBeanInfo.
BeanInfo support class for the vtkDataSetReader class.
vtkDataSetReaderBeanInfo() - Constructor for class vtk.vtkDataSetReaderBeanInfo
 
vtkDataSetSource - class vtk.vtkDataSetSource.
vtkDataSetSource - abstract class whose subclasses generate datasets.
vtkDataSetSource() - Constructor for class vtk.vtkDataSetSource
 
vtkDataSetSource(int) - Constructor for class vtk.vtkDataSetSource
 
vtkDataSetSourceBeanInfo - class vtk.vtkDataSetSourceBeanInfo.
BeanInfo support class for the vtkDataSetSource class.
vtkDataSetSourceBeanInfo() - Constructor for class vtk.vtkDataSetSourceBeanInfo
 
vtkDataSetSurfaceFilter - class vtk.vtkDataSetSurfaceFilter.
vtkDataSetSurfaceFilter - Extracts outer (polygonal) surface..
vtkDataSetSurfaceFilter() - Constructor for class vtk.vtkDataSetSurfaceFilter
 
vtkDataSetSurfaceFilter(int) - Constructor for class vtk.vtkDataSetSurfaceFilter
 
vtkDataSetSurfaceFilterBeanInfo - class vtk.vtkDataSetSurfaceFilterBeanInfo.
BeanInfo support class for the vtkDataSetSurfaceFilter class.
vtkDataSetSurfaceFilterBeanInfo() - Constructor for class vtk.vtkDataSetSurfaceFilterBeanInfo
 
vtkDataSetToDataObjectFilter - class vtk.vtkDataSetToDataObjectFilter.
vtkDataSetToDataObjectFilter - map dataset into data object (i.e., a field).
vtkDataSetToDataObjectFilter() - Constructor for class vtk.vtkDataSetToDataObjectFilter
 
vtkDataSetToDataObjectFilter(int) - Constructor for class vtk.vtkDataSetToDataObjectFilter
 
vtkDataSetToDataObjectFilterBeanInfo - class vtk.vtkDataSetToDataObjectFilterBeanInfo.
BeanInfo support class for the vtkDataSetToDataObjectFilter class.
vtkDataSetToDataObjectFilterBeanInfo() - Constructor for class vtk.vtkDataSetToDataObjectFilterBeanInfo
 
vtkDataSetToDataSetFilter - class vtk.vtkDataSetToDataSetFilter.
vtkDataSetToDataSetFilter - abstract filter class.
vtkDataSetToDataSetFilter() - Constructor for class vtk.vtkDataSetToDataSetFilter
 
vtkDataSetToDataSetFilter(int) - Constructor for class vtk.vtkDataSetToDataSetFilter
 
vtkDataSetToDataSetFilterBeanInfo - class vtk.vtkDataSetToDataSetFilterBeanInfo.
BeanInfo support class for the vtkDataSetToDataSetFilter class.
vtkDataSetToDataSetFilterBeanInfo() - Constructor for class vtk.vtkDataSetToDataSetFilterBeanInfo
 
vtkDataSetToImageFilter - class vtk.vtkDataSetToImageFilter.
vtkDataSetToImageFilter - abstract filter class.
vtkDataSetToImageFilter() - Constructor for class vtk.vtkDataSetToImageFilter
 
vtkDataSetToImageFilter(int) - Constructor for class vtk.vtkDataSetToImageFilter
 
vtkDataSetToImageFilterBeanInfo - class vtk.vtkDataSetToImageFilterBeanInfo.
BeanInfo support class for the vtkDataSetToImageFilter class.
vtkDataSetToImageFilterBeanInfo() - Constructor for class vtk.vtkDataSetToImageFilterBeanInfo
 
vtkDataSetToPolyDataFilter - class vtk.vtkDataSetToPolyDataFilter.
vtkDataSetToPolyDataFilter - abstract filter class.
vtkDataSetToPolyDataFilter() - Constructor for class vtk.vtkDataSetToPolyDataFilter
 
vtkDataSetToPolyDataFilter(int) - Constructor for class vtk.vtkDataSetToPolyDataFilter
 
vtkDataSetToPolyDataFilterBeanInfo - class vtk.vtkDataSetToPolyDataFilterBeanInfo.
BeanInfo support class for the vtkDataSetToPolyDataFilter class.
vtkDataSetToPolyDataFilterBeanInfo() - Constructor for class vtk.vtkDataSetToPolyDataFilterBeanInfo
 
vtkDataSetToStructuredGridFilter - class vtk.vtkDataSetToStructuredGridFilter.
vtkDataSetToStructuredGridFilter - abstract filter class.
vtkDataSetToStructuredGridFilter() - Constructor for class vtk.vtkDataSetToStructuredGridFilter
 
vtkDataSetToStructuredGridFilter(int) - Constructor for class vtk.vtkDataSetToStructuredGridFilter
 
vtkDataSetToStructuredGridFilterBeanInfo - class vtk.vtkDataSetToStructuredGridFilterBeanInfo.
BeanInfo support class for the vtkDataSetToStructuredGridFilter class.
vtkDataSetToStructuredGridFilterBeanInfo() - Constructor for class vtk.vtkDataSetToStructuredGridFilterBeanInfo
 
vtkDataSetToStructuredPointsFilter - class vtk.vtkDataSetToStructuredPointsFilter.
vtkDataSetToStructuredPointsFilter - abstract filter class.
vtkDataSetToStructuredPointsFilter() - Constructor for class vtk.vtkDataSetToStructuredPointsFilter
 
vtkDataSetToStructuredPointsFilter(int) - Constructor for class vtk.vtkDataSetToStructuredPointsFilter
 
vtkDataSetToStructuredPointsFilterBeanInfo - class vtk.vtkDataSetToStructuredPointsFilterBeanInfo.
BeanInfo support class for the vtkDataSetToStructuredPointsFilter class.
vtkDataSetToStructuredPointsFilterBeanInfo() - Constructor for class vtk.vtkDataSetToStructuredPointsFilterBeanInfo
 
vtkDataSetToUnstructuredGridFilter - class vtk.vtkDataSetToUnstructuredGridFilter.
vtkDataSetToUnstructuredGridFilter - abstract filter class.
vtkDataSetToUnstructuredGridFilter() - Constructor for class vtk.vtkDataSetToUnstructuredGridFilter
 
vtkDataSetToUnstructuredGridFilter(int) - Constructor for class vtk.vtkDataSetToUnstructuredGridFilter
 
vtkDataSetToUnstructuredGridFilterBeanInfo - class vtk.vtkDataSetToUnstructuredGridFilterBeanInfo.
BeanInfo support class for the vtkDataSetToUnstructuredGridFilter class.
vtkDataSetToUnstructuredGridFilterBeanInfo() - Constructor for class vtk.vtkDataSetToUnstructuredGridFilterBeanInfo
 
vtkDataSetTriangleFilter - class vtk.vtkDataSetTriangleFilter.
vtkDataSetTriangleFilter - triangulate any type of dataset.
vtkDataSetTriangleFilter() - Constructor for class vtk.vtkDataSetTriangleFilter
 
vtkDataSetTriangleFilter(int) - Constructor for class vtk.vtkDataSetTriangleFilter
 
vtkDataSetTriangleFilterBeanInfo - class vtk.vtkDataSetTriangleFilterBeanInfo.
BeanInfo support class for the vtkDataSetTriangleFilter class.
vtkDataSetTriangleFilterBeanInfo() - Constructor for class vtk.vtkDataSetTriangleFilterBeanInfo
 
vtkDataSetWriter - class vtk.vtkDataSetWriter.
vtkDataSetWriter - write any type of vtk dataset to file.
vtkDataSetWriter() - Constructor for class vtk.vtkDataSetWriter
 
vtkDataSetWriter(int) - Constructor for class vtk.vtkDataSetWriter
 
vtkDataSetWriterBeanInfo - class vtk.vtkDataSetWriterBeanInfo.
BeanInfo support class for the vtkDataSetWriter class.
vtkDataSetWriterBeanInfo() - Constructor for class vtk.vtkDataSetWriterBeanInfo
 
vtkDataWriter - class vtk.vtkDataWriter.
vtkDataWriter - helper class for objects that write vtk data files.
vtkDataWriter() - Constructor for class vtk.vtkDataWriter
 
vtkDataWriter(int) - Constructor for class vtk.vtkDataWriter
 
vtkDataWriterBeanInfo - class vtk.vtkDataWriterBeanInfo.
BeanInfo support class for the vtkDataWriter class.
vtkDataWriterBeanInfo() - Constructor for class vtk.vtkDataWriterBeanInfo
 
vtkDebugLeaks - class vtk.vtkDebugLeaks.
vtkDebugLeaks - identify memory leaks at program termination.
vtkDebugLeaks() - Constructor for class vtk.vtkDebugLeaks
 
vtkDebugLeaks(int) - Constructor for class vtk.vtkDebugLeaks
 
vtkDebugLeaksBeanInfo - class vtk.vtkDebugLeaksBeanInfo.
BeanInfo support class for the vtkDebugLeaks class.
vtkDebugLeaksBeanInfo() - Constructor for class vtk.vtkDebugLeaksBeanInfo
 
vtkDecimate - class vtk.vtkDecimate.
vtkDecimate - reduce the number of triangles in a mesh.
vtkDecimate() - Constructor for class vtk.vtkDecimate
 
vtkDecimate(int) - Constructor for class vtk.vtkDecimate
 
vtkDecimateBeanInfo - class vtk.vtkDecimateBeanInfo.
BeanInfo support class for the vtkDecimate class.
vtkDecimateBeanInfo() - Constructor for class vtk.vtkDecimateBeanInfo
 
vtkDecimatePro - class vtk.vtkDecimatePro.
vtkDecimatePro - reduce the number of triangles in a mesh.
vtkDecimatePro() - Constructor for class vtk.vtkDecimatePro
 
vtkDecimatePro(int) - Constructor for class vtk.vtkDecimatePro
 
vtkDecimateProBeanInfo - class vtk.vtkDecimateProBeanInfo.
BeanInfo support class for the vtkDecimatePro class.
vtkDecimateProBeanInfo() - Constructor for class vtk.vtkDecimateProBeanInfo
 
vtkDelaunay2D - class vtk.vtkDelaunay2D.
vtkDelaunay2D - create 2D Delaunay triangulation of input points.
vtkDelaunay2D() - Constructor for class vtk.vtkDelaunay2D
 
vtkDelaunay2D(int) - Constructor for class vtk.vtkDelaunay2D
 
vtkDelaunay2DBeanInfo - class vtk.vtkDelaunay2DBeanInfo.
BeanInfo support class for the vtkDelaunay2D class.
vtkDelaunay2DBeanInfo() - Constructor for class vtk.vtkDelaunay2DBeanInfo
 
vtkDelaunay3D - class vtk.vtkDelaunay3D.
vtkDelaunay3D - create 3D Delaunay triangulation of input points.
vtkDelaunay3D() - Constructor for class vtk.vtkDelaunay3D
 
vtkDelaunay3D(int) - Constructor for class vtk.vtkDelaunay3D
 
vtkDelaunay3DBeanInfo - class vtk.vtkDelaunay3DBeanInfo.
BeanInfo support class for the vtkDelaunay3D class.
vtkDelaunay3DBeanInfo() - Constructor for class vtk.vtkDelaunay3DBeanInfo
 
vtkDepthSortPolyData - class vtk.vtkDepthSortPolyData.
vtkDepthSortPolyData - sort poly data along camera view direction.
vtkDepthSortPolyData() - Constructor for class vtk.vtkDepthSortPolyData
 
vtkDepthSortPolyData(int) - Constructor for class vtk.vtkDepthSortPolyData
 
vtkDepthSortPolyDataBeanInfo - class vtk.vtkDepthSortPolyDataBeanInfo.
BeanInfo support class for the vtkDepthSortPolyData class.
vtkDepthSortPolyDataBeanInfo() - Constructor for class vtk.vtkDepthSortPolyDataBeanInfo
 
vtkDicer - class vtk.vtkDicer.
vtkDicer - abstract superclass to divide dataset into pieces.
vtkDicer() - Constructor for class vtk.vtkDicer
 
vtkDicer(int) - Constructor for class vtk.vtkDicer
 
vtkDicerBeanInfo - class vtk.vtkDicerBeanInfo.
BeanInfo support class for the vtkDicer class.
vtkDicerBeanInfo() - Constructor for class vtk.vtkDicerBeanInfo
 
vtkDirectionEncoder - class vtk.vtkDirectionEncoder.
vtkDirectionEncoder - encode a direction into a one or two byte value.
vtkDirectionEncoder() - Constructor for class vtk.vtkDirectionEncoder
 
vtkDirectionEncoder(int) - Constructor for class vtk.vtkDirectionEncoder
 
vtkDirectionEncoderBeanInfo - class vtk.vtkDirectionEncoderBeanInfo.
BeanInfo support class for the vtkDirectionEncoder class.
vtkDirectionEncoderBeanInfo() - Constructor for class vtk.vtkDirectionEncoderBeanInfo
 
vtkDirectory - class vtk.vtkDirectory.
vtkDirectory - OS independent class for access to system directories.
vtkDirectory() - Constructor for class vtk.vtkDirectory
 
vtkDirectory(int) - Constructor for class vtk.vtkDirectory
 
vtkDirectoryBeanInfo - class vtk.vtkDirectoryBeanInfo.
BeanInfo support class for the vtkDirectory class.
vtkDirectoryBeanInfo() - Constructor for class vtk.vtkDirectoryBeanInfo
 
vtkDiskSource - class vtk.vtkDiskSource.
vtkDiskSource - create a disk with hole in center.
vtkDiskSource() - Constructor for class vtk.vtkDiskSource
 
vtkDiskSource(int) - Constructor for class vtk.vtkDiskSource
 
vtkDiskSourceBeanInfo - class vtk.vtkDiskSourceBeanInfo.
BeanInfo support class for the vtkDiskSource class.
vtkDiskSourceBeanInfo() - Constructor for class vtk.vtkDiskSourceBeanInfo
 
vtkDividingCubes - class vtk.vtkDividingCubes.
vtkDividingCubes - create points lying on isosurface.
vtkDividingCubes() - Constructor for class vtk.vtkDividingCubes
 
vtkDividingCubes(int) - Constructor for class vtk.vtkDividingCubes
 
vtkDividingCubesBeanInfo - class vtk.vtkDividingCubesBeanInfo.
BeanInfo support class for the vtkDividingCubes class.
vtkDividingCubesBeanInfo() - Constructor for class vtk.vtkDividingCubesBeanInfo
 
vtkDoubleArray - class vtk.vtkDoubleArray.
vtkDoubleArray - dynamic, self-adjusting array of double.
vtkDoubleArray() - Constructor for class vtk.vtkDoubleArray
 
vtkDoubleArray(int) - Constructor for class vtk.vtkDoubleArray
 
vtkDoubleArrayBeanInfo - class vtk.vtkDoubleArrayBeanInfo.
BeanInfo support class for the vtkDoubleArray class.
vtkDoubleArrayBeanInfo() - Constructor for class vtk.vtkDoubleArrayBeanInfo
 
vtkDynamicLoader - class vtk.vtkDynamicLoader.
vtkDynamicLoader - class interface to system dynamic libraries.
vtkDynamicLoader() - Constructor for class vtk.vtkDynamicLoader
 
vtkDynamicLoader(int) - Constructor for class vtk.vtkDynamicLoader
 
vtkDynamicLoaderBeanInfo - class vtk.vtkDynamicLoaderBeanInfo.
BeanInfo support class for the vtkDynamicLoader class.
vtkDynamicLoaderBeanInfo() - Constructor for class vtk.vtkDynamicLoaderBeanInfo
 
vtkEarthSource - class vtk.vtkEarthSource.
vtkEarthSource - create the continents of the Earth as a sphere.
vtkEarthSource() - Constructor for class vtk.vtkEarthSource
 
vtkEarthSource(int) - Constructor for class vtk.vtkEarthSource
 
vtkEarthSourceBeanInfo - class vtk.vtkEarthSourceBeanInfo.
BeanInfo support class for the vtkEarthSource class.
vtkEarthSourceBeanInfo() - Constructor for class vtk.vtkEarthSourceBeanInfo
 
vtkEdgePoints - class vtk.vtkEdgePoints.
vtkEdgePoints - generate points on isosurface.
vtkEdgePoints() - Constructor for class vtk.vtkEdgePoints
 
vtkEdgePoints(int) - Constructor for class vtk.vtkEdgePoints
 
vtkEdgePointsBeanInfo - class vtk.vtkEdgePointsBeanInfo.
BeanInfo support class for the vtkEdgePoints class.
vtkEdgePointsBeanInfo() - Constructor for class vtk.vtkEdgePointsBeanInfo
 
vtkEdgeTable - class vtk.vtkEdgeTable.
vtkEdgeTable - keep track of edges (edge is pair of integer id's).
vtkEdgeTable() - Constructor for class vtk.vtkEdgeTable
 
vtkEdgeTable(int) - Constructor for class vtk.vtkEdgeTable
 
vtkEdgeTableBeanInfo - class vtk.vtkEdgeTableBeanInfo.
BeanInfo support class for the vtkEdgeTable class.
vtkEdgeTableBeanInfo() - Constructor for class vtk.vtkEdgeTableBeanInfo
 
vtkElevationFilter - class vtk.vtkElevationFilter.
vtkElevationFilter - generate scalars along a specified direction.
vtkElevationFilter() - Constructor for class vtk.vtkElevationFilter
 
vtkElevationFilter(int) - Constructor for class vtk.vtkElevationFilter
 
vtkElevationFilterBeanInfo - class vtk.vtkElevationFilterBeanInfo.
BeanInfo support class for the vtkElevationFilter class.
vtkElevationFilterBeanInfo() - Constructor for class vtk.vtkElevationFilterBeanInfo
 
vtkEmptyCell - class vtk.vtkEmptyCell.
vtkEmptyCell - an empty cell used as a place-holder during processing.
vtkEmptyCell() - Constructor for class vtk.vtkEmptyCell
 
vtkEmptyCell(int) - Constructor for class vtk.vtkEmptyCell
 
vtkEmptyCellBeanInfo - class vtk.vtkEmptyCellBeanInfo.
BeanInfo support class for the vtkEmptyCell class.
vtkEmptyCellBeanInfo() - Constructor for class vtk.vtkEmptyCellBeanInfo
 
vtkEnSight6BinaryReader - class vtk.vtkEnSight6BinaryReader.
vtkEnSight6BinaryReader - class to read binary EnSight6 files.
vtkEnSight6BinaryReader() - Constructor for class vtk.vtkEnSight6BinaryReader
 
vtkEnSight6BinaryReader(int) - Constructor for class vtk.vtkEnSight6BinaryReader
 
vtkEnSight6BinaryReaderBeanInfo - class vtk.vtkEnSight6BinaryReaderBeanInfo.
BeanInfo support class for the vtkEnSight6BinaryReader class.
vtkEnSight6BinaryReaderBeanInfo() - Constructor for class vtk.vtkEnSight6BinaryReaderBeanInfo
 
vtkEnSight6Reader - class vtk.vtkEnSight6Reader.
vtkEnSight6Reader - class to read EnSight6 files.
vtkEnSight6Reader() - Constructor for class vtk.vtkEnSight6Reader
 
vtkEnSight6Reader(int) - Constructor for class vtk.vtkEnSight6Reader
 
vtkEnSight6ReaderBeanInfo - class vtk.vtkEnSight6ReaderBeanInfo.
BeanInfo support class for the vtkEnSight6Reader class.
vtkEnSight6ReaderBeanInfo() - Constructor for class vtk.vtkEnSight6ReaderBeanInfo
 
vtkEnSightGoldBinaryReader - class vtk.vtkEnSightGoldBinaryReader.
vtkEnSightGoldBinaryReader - class to read binary EnSight Gold files.
vtkEnSightGoldBinaryReader() - Constructor for class vtk.vtkEnSightGoldBinaryReader
 
vtkEnSightGoldBinaryReader(int) - Constructor for class vtk.vtkEnSightGoldBinaryReader
 
vtkEnSightGoldBinaryReaderBeanInfo - class vtk.vtkEnSightGoldBinaryReaderBeanInfo.
BeanInfo support class for the vtkEnSightGoldBinaryReader class.
vtkEnSightGoldBinaryReaderBeanInfo() - Constructor for class vtk.vtkEnSightGoldBinaryReaderBeanInfo
 
vtkEnSightGoldReader - class vtk.vtkEnSightGoldReader.
vtkEnSightGoldReader - class to read EnSight Gold files.
vtkEnSightGoldReader() - Constructor for class vtk.vtkEnSightGoldReader
 
vtkEnSightGoldReader(int) - Constructor for class vtk.vtkEnSightGoldReader
 
vtkEnSightGoldReaderBeanInfo - class vtk.vtkEnSightGoldReaderBeanInfo.
BeanInfo support class for the vtkEnSightGoldReader class.
vtkEnSightGoldReaderBeanInfo() - Constructor for class vtk.vtkEnSightGoldReaderBeanInfo
 
vtkEnSightMasterServerReader - class vtk.vtkEnSightMasterServerReader.
vtkEnSightMasterServerReader - reader for compund EnSight files.
vtkEnSightMasterServerReader() - Constructor for class vtk.vtkEnSightMasterServerReader
 
vtkEnSightMasterServerReader(int) - Constructor for class vtk.vtkEnSightMasterServerReader
 
vtkEnSightMasterServerReaderBeanInfo - class vtk.vtkEnSightMasterServerReaderBeanInfo.
BeanInfo support class for the vtkEnSightMasterServerReader class.
vtkEnSightMasterServerReaderBeanInfo() - Constructor for class vtk.vtkEnSightMasterServerReaderBeanInfo
 
vtkEnSightReader - class vtk.vtkEnSightReader.
vtkEnSightReader - superclass for EnSight file readers.
vtkEnSightReader() - Constructor for class vtk.vtkEnSightReader
 
vtkEnSightReader(int) - Constructor for class vtk.vtkEnSightReader
 
vtkEnSightReaderBeanInfo - class vtk.vtkEnSightReaderBeanInfo.
BeanInfo support class for the vtkEnSightReader class.
vtkEnSightReaderBeanInfo() - Constructor for class vtk.vtkEnSightReaderBeanInfo
 
vtkEncodedGradientEstimator - class vtk.vtkEncodedGradientEstimator.
vtkEncodedGradientEstimator - Superclass for gradient estimation.
vtkEncodedGradientEstimator() - Constructor for class vtk.vtkEncodedGradientEstimator
 
vtkEncodedGradientEstimator(int) - Constructor for class vtk.vtkEncodedGradientEstimator
 
vtkEncodedGradientEstimatorBeanInfo - class vtk.vtkEncodedGradientEstimatorBeanInfo.
BeanInfo support class for the vtkEncodedGradientEstimator class.
vtkEncodedGradientEstimatorBeanInfo() - Constructor for class vtk.vtkEncodedGradientEstimatorBeanInfo
 
vtkEncodedGradientShader - class vtk.vtkEncodedGradientShader.
vtkEncodedGradientShader - Compute shading tables for encoded normals..
vtkEncodedGradientShader() - Constructor for class vtk.vtkEncodedGradientShader
 
vtkEncodedGradientShader(int) - Constructor for class vtk.vtkEncodedGradientShader
 
vtkEncodedGradientShaderBeanInfo - class vtk.vtkEncodedGradientShaderBeanInfo.
BeanInfo support class for the vtkEncodedGradientShader class.
vtkEncodedGradientShaderBeanInfo() - Constructor for class vtk.vtkEncodedGradientShaderBeanInfo
 
vtkExplicitCell - class vtk.vtkExplicitCell.
vtkExplicitCell - abstract superclass for cells requiring an explicit representation.
vtkExplicitCell() - Constructor for class vtk.vtkExplicitCell
 
vtkExplicitCell(int) - Constructor for class vtk.vtkExplicitCell
 
vtkExplicitCellBeanInfo - class vtk.vtkExplicitCellBeanInfo.
BeanInfo support class for the vtkExplicitCell class.
vtkExplicitCellBeanInfo() - Constructor for class vtk.vtkExplicitCellBeanInfo
 
vtkExporter - class vtk.vtkExporter.
vtkExporter - abstract class to write a scene to a file.
vtkExporter() - Constructor for class vtk.vtkExporter
 
vtkExporter(int) - Constructor for class vtk.vtkExporter
 
vtkExporterBeanInfo - class vtk.vtkExporterBeanInfo.
BeanInfo support class for the vtkExporter class.
vtkExporterBeanInfo() - Constructor for class vtk.vtkExporterBeanInfo
 
vtkExtentSplitter - class vtk.vtkExtentSplitter.
vtkExtentSplitter - Split an extent across other extents..
vtkExtentSplitter() - Constructor for class vtk.vtkExtentSplitter
 
vtkExtentSplitter(int) - Constructor for class vtk.vtkExtentSplitter
 
vtkExtentSplitterBeanInfo - class vtk.vtkExtentSplitterBeanInfo.
BeanInfo support class for the vtkExtentSplitter class.
vtkExtentSplitterBeanInfo() - Constructor for class vtk.vtkExtentSplitterBeanInfo
 
vtkExtentTranslator - class vtk.vtkExtentTranslator.
vtkExtentTranslator - Generates a structured extent from unstructured..
vtkExtentTranslator() - Constructor for class vtk.vtkExtentTranslator
 
vtkExtentTranslator(int) - Constructor for class vtk.vtkExtentTranslator
 
vtkExtentTranslatorBeanInfo - class vtk.vtkExtentTranslatorBeanInfo.
BeanInfo support class for the vtkExtentTranslator class.
vtkExtentTranslatorBeanInfo() - Constructor for class vtk.vtkExtentTranslatorBeanInfo
 
vtkExtractEdges - class vtk.vtkExtractEdges.
vtkExtractEdges - extract cell edges from any type of data.
vtkExtractEdges() - Constructor for class vtk.vtkExtractEdges
 
vtkExtractEdges(int) - Constructor for class vtk.vtkExtractEdges
 
vtkExtractEdgesBeanInfo - class vtk.vtkExtractEdgesBeanInfo.
BeanInfo support class for the vtkExtractEdges class.
vtkExtractEdgesBeanInfo() - Constructor for class vtk.vtkExtractEdgesBeanInfo
 
vtkExtractGeometry - class vtk.vtkExtractGeometry.
vtkExtractGeometry - extract cells that lie either entirely inside or outside of a specified implicit function.
vtkExtractGeometry() - Constructor for class vtk.vtkExtractGeometry
 
vtkExtractGeometry(int) - Constructor for class vtk.vtkExtractGeometry
 
vtkExtractGeometryBeanInfo - class vtk.vtkExtractGeometryBeanInfo.
BeanInfo support class for the vtkExtractGeometry class.
vtkExtractGeometryBeanInfo() - Constructor for class vtk.vtkExtractGeometryBeanInfo
 
vtkExtractGrid - class vtk.vtkExtractGrid.
vtkExtractGrid - select piece (e.g., volume of interest) and/or subsample structured grid dataset.
vtkExtractGrid() - Constructor for class vtk.vtkExtractGrid
 
vtkExtractGrid(int) - Constructor for class vtk.vtkExtractGrid
 
vtkExtractGridBeanInfo - class vtk.vtkExtractGridBeanInfo.
BeanInfo support class for the vtkExtractGrid class.
vtkExtractGridBeanInfo() - Constructor for class vtk.vtkExtractGridBeanInfo
 
vtkExtractPolyDataGeometry - class vtk.vtkExtractPolyDataGeometry.
vtkExtractPolyDataGeometry - extract vtkPolyData cells that lies either entirely inside or outside of a specified implicit function.
vtkExtractPolyDataGeometry() - Constructor for class vtk.vtkExtractPolyDataGeometry
 
vtkExtractPolyDataGeometry(int) - Constructor for class vtk.vtkExtractPolyDataGeometry
 
vtkExtractPolyDataGeometryBeanInfo - class vtk.vtkExtractPolyDataGeometryBeanInfo.
BeanInfo support class for the vtkExtractPolyDataGeometry class.
vtkExtractPolyDataGeometryBeanInfo() - Constructor for class vtk.vtkExtractPolyDataGeometryBeanInfo
 
vtkExtractRectilinearGrid - class vtk.vtkExtractRectilinearGrid.
vtkExtractRectilinearGrid - Extract a sub grid (VOI) from the structured rectilinear dataset..
vtkExtractRectilinearGrid() - Constructor for class vtk.vtkExtractRectilinearGrid
 
vtkExtractRectilinearGrid(int) - Constructor for class vtk.vtkExtractRectilinearGrid
 
vtkExtractRectilinearGridBeanInfo - class vtk.vtkExtractRectilinearGridBeanInfo.
BeanInfo support class for the vtkExtractRectilinearGrid class.
vtkExtractRectilinearGridBeanInfo() - Constructor for class vtk.vtkExtractRectilinearGridBeanInfo
 
vtkExtractTensorComponents - class vtk.vtkExtractTensorComponents.
vtkExtractTensorComponents - extract parts of tensor and create a scalar, vector, normal, or texture coordinates..
vtkExtractTensorComponents() - Constructor for class vtk.vtkExtractTensorComponents
 
vtkExtractTensorComponents(int) - Constructor for class vtk.vtkExtractTensorComponents
 
vtkExtractTensorComponentsBeanInfo - class vtk.vtkExtractTensorComponentsBeanInfo.
BeanInfo support class for the vtkExtractTensorComponents class.
vtkExtractTensorComponentsBeanInfo() - Constructor for class vtk.vtkExtractTensorComponentsBeanInfo
 
vtkExtractUnstructuredGrid - class vtk.vtkExtractUnstructuredGrid.
vtkExtractUnstructuredGrid - extract subset of unstructured grid geometry.
vtkExtractUnstructuredGrid() - Constructor for class vtk.vtkExtractUnstructuredGrid
 
vtkExtractUnstructuredGrid(int) - Constructor for class vtk.vtkExtractUnstructuredGrid
 
vtkExtractUnstructuredGridBeanInfo - class vtk.vtkExtractUnstructuredGridBeanInfo.
BeanInfo support class for the vtkExtractUnstructuredGrid class.
vtkExtractUnstructuredGridBeanInfo() - Constructor for class vtk.vtkExtractUnstructuredGridBeanInfo
 
vtkExtractVOI - class vtk.vtkExtractVOI.
vtkExtractVOI - select piece (e.g., volume of interest) and/or subsample structured points dataset.
vtkExtractVOI() - Constructor for class vtk.vtkExtractVOI
 
vtkExtractVOI(int) - Constructor for class vtk.vtkExtractVOI
 
vtkExtractVOIBeanInfo - class vtk.vtkExtractVOIBeanInfo.
BeanInfo support class for the vtkExtractVOI class.
vtkExtractVOIBeanInfo() - Constructor for class vtk.vtkExtractVOIBeanInfo
 
vtkExtractVectorComponents - class vtk.vtkExtractVectorComponents.
vtkExtractVectorComponents - extract components of vector as separate scalars.
vtkExtractVectorComponents() - Constructor for class vtk.vtkExtractVectorComponents
 
vtkExtractVectorComponents(int) - Constructor for class vtk.vtkExtractVectorComponents
 
vtkExtractVectorComponentsBeanInfo - class vtk.vtkExtractVectorComponentsBeanInfo.
BeanInfo support class for the vtkExtractVectorComponents class.
vtkExtractVectorComponentsBeanInfo() - Constructor for class vtk.vtkExtractVectorComponentsBeanInfo
 
vtkFeatureEdges - class vtk.vtkFeatureEdges.
vtkFeatureEdges - extract boundary, non-manifold, and/or sharp edges from polygonal data.
vtkFeatureEdges() - Constructor for class vtk.vtkFeatureEdges
 
vtkFeatureEdges(int) - Constructor for class vtk.vtkFeatureEdges
 
vtkFeatureEdgesBeanInfo - class vtk.vtkFeatureEdgesBeanInfo.
BeanInfo support class for the vtkFeatureEdges class.
vtkFeatureEdgesBeanInfo() - Constructor for class vtk.vtkFeatureEdgesBeanInfo
 
vtkFieldData - class vtk.vtkFieldData.
vtkFieldData - represent and manipulate fields of data.
vtkFieldData() - Constructor for class vtk.vtkFieldData
 
vtkFieldData(int) - Constructor for class vtk.vtkFieldData
 
vtkFieldDataBeanInfo - class vtk.vtkFieldDataBeanInfo.
BeanInfo support class for the vtkFieldData class.
vtkFieldDataBeanInfo() - Constructor for class vtk.vtkFieldDataBeanInfo
 
vtkFieldDataToAttributeDataFilter - class vtk.vtkFieldDataToAttributeDataFilter.
vtkFieldDataToAttributeDataFilter - map field data to dataset attribute data.
vtkFieldDataToAttributeDataFilter() - Constructor for class vtk.vtkFieldDataToAttributeDataFilter
 
vtkFieldDataToAttributeDataFilter(int) - Constructor for class vtk.vtkFieldDataToAttributeDataFilter
 
vtkFieldDataToAttributeDataFilterBeanInfo - class vtk.vtkFieldDataToAttributeDataFilterBeanInfo.
BeanInfo support class for the vtkFieldDataToAttributeDataFilter class.
vtkFieldDataToAttributeDataFilterBeanInfo() - Constructor for class vtk.vtkFieldDataToAttributeDataFilterBeanInfo
 
vtkFileOutputWindow - class vtk.vtkFileOutputWindow.
vtkFileOutputWindow - File Specific output window class.
vtkFileOutputWindow() - Constructor for class vtk.vtkFileOutputWindow
 
vtkFileOutputWindow(int) - Constructor for class vtk.vtkFileOutputWindow
 
vtkFileOutputWindowBeanInfo - class vtk.vtkFileOutputWindowBeanInfo.
BeanInfo support class for the vtkFileOutputWindow class.
vtkFileOutputWindowBeanInfo() - Constructor for class vtk.vtkFileOutputWindowBeanInfo
 
vtkFiniteDifferenceGradientEstimator - class vtk.vtkFiniteDifferenceGradientEstimator.
vtkFiniteDifferenceGradientEstimator - Use finite differences to estimate gradient..
vtkFiniteDifferenceGradientEstimator() - Constructor for class vtk.vtkFiniteDifferenceGradientEstimator
 
vtkFiniteDifferenceGradientEstimator(int) - Constructor for class vtk.vtkFiniteDifferenceGradientEstimator
 
vtkFiniteDifferenceGradientEstimatorBeanInfo - class vtk.vtkFiniteDifferenceGradientEstimatorBeanInfo.
BeanInfo support class for the vtkFiniteDifferenceGradientEstimator class.
vtkFiniteDifferenceGradientEstimatorBeanInfo() - Constructor for class vtk.vtkFiniteDifferenceGradientEstimatorBeanInfo
 
vtkFloatArray - class vtk.vtkFloatArray.
vtkFloatArray - dynamic, self-adjusting array of float.
vtkFloatArray() - Constructor for class vtk.vtkFloatArray
 
vtkFloatArray(int) - Constructor for class vtk.vtkFloatArray
 
vtkFloatArrayBeanInfo - class vtk.vtkFloatArrayBeanInfo.
BeanInfo support class for the vtkFloatArray class.
vtkFloatArrayBeanInfo() - Constructor for class vtk.vtkFloatArrayBeanInfo
 
vtkFollower - class vtk.vtkFollower.
vtkFollower - a subclass of actor that always faces the camera.
vtkFollower() - Constructor for class vtk.vtkFollower
 
vtkFollower(int) - Constructor for class vtk.vtkFollower
 
vtkFollowerBeanInfo - class vtk.vtkFollowerBeanInfo.
BeanInfo support class for the vtkFollower class.
vtkFollowerBeanInfo() - Constructor for class vtk.vtkFollowerBeanInfo
 
vtkFrustumCoverageCuller - class vtk.vtkFrustumCoverageCuller.
vtkFrustumCoverageCuller - cull props based on frustum coverage.
vtkFrustumCoverageCuller() - Constructor for class vtk.vtkFrustumCoverageCuller
 
vtkFrustumCoverageCuller(int) - Constructor for class vtk.vtkFrustumCoverageCuller
 
vtkFrustumCoverageCullerBeanInfo - class vtk.vtkFrustumCoverageCullerBeanInfo.
BeanInfo support class for the vtkFrustumCoverageCuller class.
vtkFrustumCoverageCullerBeanInfo() - Constructor for class vtk.vtkFrustumCoverageCullerBeanInfo
 
vtkFunctionParser - class vtk.vtkFunctionParser.
vtkFunctionParser - Parse and evaluate a mathematical expression.
vtkFunctionParser() - Constructor for class vtk.vtkFunctionParser
 
vtkFunctionParser(int) - Constructor for class vtk.vtkFunctionParser
 
vtkFunctionParserBeanInfo - class vtk.vtkFunctionParserBeanInfo.
BeanInfo support class for the vtkFunctionParser class.
vtkFunctionParserBeanInfo() - Constructor for class vtk.vtkFunctionParserBeanInfo
 
vtkFunctionSet - class vtk.vtkFunctionSet.
vtkFunctionSet - Abstract inteface for sets of functions.
vtkFunctionSet() - Constructor for class vtk.vtkFunctionSet
 
vtkFunctionSet(int) - Constructor for class vtk.vtkFunctionSet
 
vtkFunctionSetBeanInfo - class vtk.vtkFunctionSetBeanInfo.
BeanInfo support class for the vtkFunctionSet class.
vtkFunctionSetBeanInfo() - Constructor for class vtk.vtkFunctionSetBeanInfo
 
vtkGESignaReader - class vtk.vtkGESignaReader.
vtkGESignaReader - read GE Signa ximg files.
vtkGESignaReader() - Constructor for class vtk.vtkGESignaReader
 
vtkGESignaReader(int) - Constructor for class vtk.vtkGESignaReader
 
vtkGESignaReaderBeanInfo - class vtk.vtkGESignaReaderBeanInfo.
BeanInfo support class for the vtkGESignaReader class.
vtkGESignaReaderBeanInfo() - Constructor for class vtk.vtkGESignaReaderBeanInfo
 
vtkGaussianCubeReader - class vtk.vtkGaussianCubeReader.
vtkGaussianCubeReader - read ASCII Gaussian Cube Data files.
vtkGaussianCubeReader() - Constructor for class vtk.vtkGaussianCubeReader
 
vtkGaussianCubeReader(int) - Constructor for class vtk.vtkGaussianCubeReader
 
vtkGaussianCubeReaderBeanInfo - class vtk.vtkGaussianCubeReaderBeanInfo.
BeanInfo support class for the vtkGaussianCubeReader class.
vtkGaussianCubeReaderBeanInfo() - Constructor for class vtk.vtkGaussianCubeReaderBeanInfo
 
vtkGaussianSplatter - class vtk.vtkGaussianSplatter.
vtkGaussianSplatter - splat points into a volume with an elliptical, Gaussian distribution.
vtkGaussianSplatter() - Constructor for class vtk.vtkGaussianSplatter
 
vtkGaussianSplatter(int) - Constructor for class vtk.vtkGaussianSplatter
 
vtkGaussianSplatterBeanInfo - class vtk.vtkGaussianSplatterBeanInfo.
BeanInfo support class for the vtkGaussianSplatter class.
vtkGaussianSplatterBeanInfo() - Constructor for class vtk.vtkGaussianSplatterBeanInfo
 
vtkGeneralTransform - class vtk.vtkGeneralTransform.
vtkGeneralTransform - allows operations on any transforms.
vtkGeneralTransform() - Constructor for class vtk.vtkGeneralTransform
 
vtkGeneralTransform(int) - Constructor for class vtk.vtkGeneralTransform
 
vtkGeneralTransformBeanInfo - class vtk.vtkGeneralTransformBeanInfo.
BeanInfo support class for the vtkGeneralTransform class.
vtkGeneralTransformBeanInfo() - Constructor for class vtk.vtkGeneralTransformBeanInfo
 
vtkGenericCell - class vtk.vtkGenericCell.
vtkGenericCell - provides thread-safe access to cells.
vtkGenericCell() - Constructor for class vtk.vtkGenericCell
 
vtkGenericCell(int) - Constructor for class vtk.vtkGenericCell
 
vtkGenericCellBeanInfo - class vtk.vtkGenericCellBeanInfo.
BeanInfo support class for the vtkGenericCell class.
vtkGenericCellBeanInfo() - Constructor for class vtk.vtkGenericCellBeanInfo
 
vtkGenericEnSightReader - class vtk.vtkGenericEnSightReader.
vtkGenericEnSightReader - class to read any type of EnSight files.
vtkGenericEnSightReader() - Constructor for class vtk.vtkGenericEnSightReader
 
vtkGenericEnSightReader(int) - Constructor for class vtk.vtkGenericEnSightReader
 
vtkGenericEnSightReaderBeanInfo - class vtk.vtkGenericEnSightReaderBeanInfo.
BeanInfo support class for the vtkGenericEnSightReader class.
vtkGenericEnSightReaderBeanInfo() - Constructor for class vtk.vtkGenericEnSightReaderBeanInfo
 
vtkGenericRenderWindowInteractor - class vtk.vtkGenericRenderWindowInteractor.
vtkGenericRenderWindowInteractor - platform-independent programmable render window interactor..
vtkGenericRenderWindowInteractor() - Constructor for class vtk.vtkGenericRenderWindowInteractor
 
vtkGenericRenderWindowInteractor(int) - Constructor for class vtk.vtkGenericRenderWindowInteractor
 
vtkGenericRenderWindowInteractorBeanInfo - class vtk.vtkGenericRenderWindowInteractorBeanInfo.
BeanInfo support class for the vtkGenericRenderWindowInteractor class.
vtkGenericRenderWindowInteractorBeanInfo() - Constructor for class vtk.vtkGenericRenderWindowInteractorBeanInfo
 
vtkGeometryFilter - class vtk.vtkGeometryFilter.
vtkGeometryFilter - extract geometry from data (or convert data to polygonal type).
vtkGeometryFilter() - Constructor for class vtk.vtkGeometryFilter
 
vtkGeometryFilter(int) - Constructor for class vtk.vtkGeometryFilter
 
vtkGeometryFilterBeanInfo - class vtk.vtkGeometryFilterBeanInfo.
BeanInfo support class for the vtkGeometryFilter class.
vtkGeometryFilterBeanInfo() - Constructor for class vtk.vtkGeometryFilterBeanInfo
 
vtkGlyph2D - class vtk.vtkGlyph2D.
vtkGlyph2D - copy oriented and scaled glyph geometry to every input point (2D specialization).
vtkGlyph2D() - Constructor for class vtk.vtkGlyph2D
 
vtkGlyph2D(int) - Constructor for class vtk.vtkGlyph2D
 
vtkGlyph2DBeanInfo - class vtk.vtkGlyph2DBeanInfo.
BeanInfo support class for the vtkGlyph2D class.
vtkGlyph2DBeanInfo() - Constructor for class vtk.vtkGlyph2DBeanInfo
 
vtkGlyph3D - class vtk.vtkGlyph3D.
vtkGlyph3D - copy oriented and scaled glyph geometry to every input point.
vtkGlyph3D() - Constructor for class vtk.vtkGlyph3D
 
vtkGlyph3D(int) - Constructor for class vtk.vtkGlyph3D
 
vtkGlyph3DBeanInfo - class vtk.vtkGlyph3DBeanInfo.
BeanInfo support class for the vtkGlyph3D class.
vtkGlyph3DBeanInfo() - Constructor for class vtk.vtkGlyph3DBeanInfo
 
vtkGlyphSource2D - class vtk.vtkGlyphSource2D.
vtkGlyphSource2D - create 2D glyphs represented by vtkPolyData.
vtkGlyphSource2D() - Constructor for class vtk.vtkGlyphSource2D
 
vtkGlyphSource2D(int) - Constructor for class vtk.vtkGlyphSource2D
 
vtkGlyphSource2DBeanInfo - class vtk.vtkGlyphSource2DBeanInfo.
BeanInfo support class for the vtkGlyphSource2D class.
vtkGlyphSource2DBeanInfo() - Constructor for class vtk.vtkGlyphSource2DBeanInfo
 
vtkGraphLayoutFilter - class vtk.vtkGraphLayoutFilter.
vtkGraphLayoutFilter - nice layout of undirected graphs in 3D.
vtkGraphLayoutFilter() - Constructor for class vtk.vtkGraphLayoutFilter
 
vtkGraphLayoutFilter(int) - Constructor for class vtk.vtkGraphLayoutFilter
 
vtkGraphLayoutFilterBeanInfo - class vtk.vtkGraphLayoutFilterBeanInfo.
BeanInfo support class for the vtkGraphLayoutFilter class.
vtkGraphLayoutFilterBeanInfo() - Constructor for class vtk.vtkGraphLayoutFilterBeanInfo
 
vtkGraphicsFactory - class vtk.vtkGraphicsFactory.
vtkGraphicsFactory - .
vtkGraphicsFactory() - Constructor for class vtk.vtkGraphicsFactory
 
vtkGraphicsFactory(int) - Constructor for class vtk.vtkGraphicsFactory
 
vtkGraphicsFactoryBeanInfo - class vtk.vtkGraphicsFactoryBeanInfo.
BeanInfo support class for the vtkGraphicsFactory class.
vtkGraphicsFactoryBeanInfo() - Constructor for class vtk.vtkGraphicsFactoryBeanInfo
 
vtkGreedyTerrainDecimation - class vtk.vtkGreedyTerrainDecimation.
vtkGreedyTerrainDecimation - reduce height field (represented as image) to reduced TIN.
vtkGreedyTerrainDecimation() - Constructor for class vtk.vtkGreedyTerrainDecimation
 
vtkGreedyTerrainDecimation(int) - Constructor for class vtk.vtkGreedyTerrainDecimation
 
vtkGreedyTerrainDecimationBeanInfo - class vtk.vtkGreedyTerrainDecimationBeanInfo.
BeanInfo support class for the vtkGreedyTerrainDecimation class.
vtkGreedyTerrainDecimationBeanInfo() - Constructor for class vtk.vtkGreedyTerrainDecimationBeanInfo
 
vtkGridSynchronizedTemplates3D - class vtk.vtkGridSynchronizedTemplates3D.
vtkGridSynchronizedTemplates3D - generate isosurface from structured grids.
vtkGridSynchronizedTemplates3D() - Constructor for class vtk.vtkGridSynchronizedTemplates3D
 
vtkGridSynchronizedTemplates3D(int) - Constructor for class vtk.vtkGridSynchronizedTemplates3D
 
vtkGridSynchronizedTemplates3DBeanInfo - class vtk.vtkGridSynchronizedTemplates3DBeanInfo.
BeanInfo support class for the vtkGridSynchronizedTemplates3D class.
vtkGridSynchronizedTemplates3DBeanInfo() - Constructor for class vtk.vtkGridSynchronizedTemplates3DBeanInfo
 
vtkGridTransform - class vtk.vtkGridTransform.
vtkGridTransform - a nonlinear warp transformation.
vtkGridTransform() - Constructor for class vtk.vtkGridTransform
 
vtkGridTransform(int) - Constructor for class vtk.vtkGridTransform
 
vtkGridTransformBeanInfo - class vtk.vtkGridTransformBeanInfo.
BeanInfo support class for the vtkGridTransform class.
vtkGridTransformBeanInfo() - Constructor for class vtk.vtkGridTransformBeanInfo
 
vtkHeap - class vtk.vtkHeap.
vtkHeap - replacement for malloc/free and new/delete.
vtkHeap() - Constructor for class vtk.vtkHeap
 
vtkHeap(int) - Constructor for class vtk.vtkHeap
 
vtkHeapBeanInfo - class vtk.vtkHeapBeanInfo.
BeanInfo support class for the vtkHeap class.
vtkHeapBeanInfo() - Constructor for class vtk.vtkHeapBeanInfo
 
vtkHedgeHog - class vtk.vtkHedgeHog.
vtkHedgeHog - create oriented lines from vector data.
vtkHedgeHog() - Constructor for class vtk.vtkHedgeHog
 
vtkHedgeHog(int) - Constructor for class vtk.vtkHedgeHog
 
vtkHedgeHogBeanInfo - class vtk.vtkHedgeHogBeanInfo.
BeanInfo support class for the vtkHedgeHog class.
vtkHedgeHogBeanInfo() - Constructor for class vtk.vtkHedgeHogBeanInfo
 
vtkHexahedron - class vtk.vtkHexahedron.
vtkHexahedron - a cell that represents a linear 3D hexahedron.
vtkHexahedron() - Constructor for class vtk.vtkHexahedron
 
vtkHexahedron(int) - Constructor for class vtk.vtkHexahedron
 
vtkHexahedronBeanInfo - class vtk.vtkHexahedronBeanInfo.
BeanInfo support class for the vtkHexahedron class.
vtkHexahedronBeanInfo() - Constructor for class vtk.vtkHexahedronBeanInfo
 
vtkHierarchicalBoxApplyFilterCommand - class vtk.vtkHierarchicalBoxApplyFilterCommand.
vtkHierarchicalBoxApplyFilterCommand - command responsible for executing a filter on datasets.
vtkHierarchicalBoxApplyFilterCommand() - Constructor for class vtk.vtkHierarchicalBoxApplyFilterCommand
 
vtkHierarchicalBoxApplyFilterCommand(int) - Constructor for class vtk.vtkHierarchicalBoxApplyFilterCommand
 
vtkHierarchicalBoxApplyFilterCommandBeanInfo - class vtk.vtkHierarchicalBoxApplyFilterCommandBeanInfo.
BeanInfo support class for the vtkHierarchicalBoxApplyFilterCommand class.
vtkHierarchicalBoxApplyFilterCommandBeanInfo() - Constructor for class vtk.vtkHierarchicalBoxApplyFilterCommandBeanInfo
 
vtkHierarchicalBoxCellDataToPointData - class vtk.vtkHierarchicalBoxCellDataToPointData.
vtkHierarchicalBoxCellDataToPointData - map cell data to point data.
vtkHierarchicalBoxCellDataToPointData() - Constructor for class vtk.vtkHierarchicalBoxCellDataToPointData
 
vtkHierarchicalBoxCellDataToPointData(int) - Constructor for class vtk.vtkHierarchicalBoxCellDataToPointData
 
vtkHierarchicalBoxCellDataToPointDataBeanInfo - class vtk.vtkHierarchicalBoxCellDataToPointDataBeanInfo.
BeanInfo support class for the vtkHierarchicalBoxCellDataToPointData class.
vtkHierarchicalBoxCellDataToPointDataBeanInfo() - Constructor for class vtk.vtkHierarchicalBoxCellDataToPointDataBeanInfo
 
vtkHierarchicalBoxContour - class vtk.vtkHierarchicalBoxContour.
vtkHierarchicalBoxContour - generate isosurfaces/isolines from scalar values.
vtkHierarchicalBoxContour() - Constructor for class vtk.vtkHierarchicalBoxContour
 
vtkHierarchicalBoxContour(int) - Constructor for class vtk.vtkHierarchicalBoxContour
 
vtkHierarchicalBoxContourBeanInfo - class vtk.vtkHierarchicalBoxContourBeanInfo.
BeanInfo support class for the vtkHierarchicalBoxContour class.
vtkHierarchicalBoxContourBeanInfo() - Constructor for class vtk.vtkHierarchicalBoxContourBeanInfo
 
vtkHierarchicalBoxCutter - class vtk.vtkHierarchicalBoxCutter.
vtkHierarchicalBoxCutter - Cut vtkHierarchicalBoxDataSet with user-specified implicit function.
vtkHierarchicalBoxCutter() - Constructor for class vtk.vtkHierarchicalBoxCutter
 
vtkHierarchicalBoxCutter(int) - Constructor for class vtk.vtkHierarchicalBoxCutter
 
vtkHierarchicalBoxCutterBeanInfo - class vtk.vtkHierarchicalBoxCutterBeanInfo.
BeanInfo support class for the vtkHierarchicalBoxCutter class.
vtkHierarchicalBoxCutterBeanInfo() - Constructor for class vtk.vtkHierarchicalBoxCutterBeanInfo
 
vtkHierarchicalBoxDataSet - class vtk.vtkHierarchicalBoxDataSet.
vtkHierarchicalBoxDataSet - hierarchical dataset of vtkUniformGrids.
vtkHierarchicalBoxDataSet() - Constructor for class vtk.vtkHierarchicalBoxDataSet
 
vtkHierarchicalBoxDataSet(int) - Constructor for class vtk.vtkHierarchicalBoxDataSet
 
vtkHierarchicalBoxDataSetBeanInfo - class vtk.vtkHierarchicalBoxDataSetBeanInfo.
BeanInfo support class for the vtkHierarchicalBoxDataSet class.
vtkHierarchicalBoxDataSetBeanInfo() - Constructor for class vtk.vtkHierarchicalBoxDataSetBeanInfo
 
vtkHierarchicalBoxOutlineFilter - class vtk.vtkHierarchicalBoxOutlineFilter.
vtkHierarchicalBoxOutlineFilter - reate wireframe outline for hierarchical datasets.
vtkHierarchicalBoxOutlineFilter() - Constructor for class vtk.vtkHierarchicalBoxOutlineFilter
 
vtkHierarchicalBoxOutlineFilter(int) - Constructor for class vtk.vtkHierarchicalBoxOutlineFilter
 
vtkHierarchicalBoxOutlineFilterBeanInfo - class vtk.vtkHierarchicalBoxOutlineFilterBeanInfo.
BeanInfo support class for the vtkHierarchicalBoxOutlineFilter class.
vtkHierarchicalBoxOutlineFilterBeanInfo() - Constructor for class vtk.vtkHierarchicalBoxOutlineFilterBeanInfo
 
vtkHierarchicalBoxSource - class vtk.vtkHierarchicalBoxSource.
vtkHierarchicalBoxSource - abstract class whose subclasses generate hierarchical box data.
vtkHierarchicalBoxSource() - Constructor for class vtk.vtkHierarchicalBoxSource
 
vtkHierarchicalBoxSource(int) - Constructor for class vtk.vtkHierarchicalBoxSource
 
vtkHierarchicalBoxSourceBeanInfo - class vtk.vtkHierarchicalBoxSourceBeanInfo.
BeanInfo support class for the vtkHierarchicalBoxSource class.
vtkHierarchicalBoxSourceBeanInfo() - Constructor for class vtk.vtkHierarchicalBoxSourceBeanInfo
 
vtkHierarchicalBoxToHierarchicalBoxFilter - class vtk.vtkHierarchicalBoxToHierarchicalBoxFilter.
vtkHierarchicalBoxToHierarchicalBoxFilter - abstract filter class.
vtkHierarchicalBoxToHierarchicalBoxFilter() - Constructor for class vtk.vtkHierarchicalBoxToHierarchicalBoxFilter
 
vtkHierarchicalBoxToHierarchicalBoxFilter(int) - Constructor for class vtk.vtkHierarchicalBoxToHierarchicalBoxFilter
 
vtkHierarchicalBoxToHierarchicalBoxFilterBeanInfo - class vtk.vtkHierarchicalBoxToHierarchicalBoxFilterBeanInfo.
BeanInfo support class for the vtkHierarchicalBoxToHierarchicalBoxFilter class.
vtkHierarchicalBoxToHierarchicalBoxFilterBeanInfo() - Constructor for class vtk.vtkHierarchicalBoxToHierarchicalBoxFilterBeanInfo
 
vtkHierarchicalBoxToPolyDataFilter - class vtk.vtkHierarchicalBoxToPolyDataFilter.
vtkHierarchicalBoxToPolyDataFilter - abstract filter class.
vtkHierarchicalBoxToPolyDataFilter() - Constructor for class vtk.vtkHierarchicalBoxToPolyDataFilter
 
vtkHierarchicalBoxToPolyDataFilter(int) - Constructor for class vtk.vtkHierarchicalBoxToPolyDataFilter
 
vtkHierarchicalBoxToPolyDataFilterBeanInfo - class vtk.vtkHierarchicalBoxToPolyDataFilterBeanInfo.
BeanInfo support class for the vtkHierarchicalBoxToPolyDataFilter class.
vtkHierarchicalBoxToPolyDataFilterBeanInfo() - Constructor for class vtk.vtkHierarchicalBoxToPolyDataFilterBeanInfo
 
vtkHierarchicalBoxVisitor - class vtk.vtkHierarchicalBoxVisitor.
vtkHierarchicalBoxVisitor - visitor to apply a command to all datasets.
vtkHierarchicalBoxVisitor() - Constructor for class vtk.vtkHierarchicalBoxVisitor
 
vtkHierarchicalBoxVisitor(int) - Constructor for class vtk.vtkHierarchicalBoxVisitor
 
vtkHierarchicalBoxVisitorBeanInfo - class vtk.vtkHierarchicalBoxVisitorBeanInfo.
BeanInfo support class for the vtkHierarchicalBoxVisitor class.
vtkHierarchicalBoxVisitorBeanInfo() - Constructor for class vtk.vtkHierarchicalBoxVisitorBeanInfo
 
vtkHierarchicalDataIterator - class vtk.vtkHierarchicalDataIterator.
vtkHierarchicalDataIterator - iterator to access datasets in a vtkHierarchicalDataIterator.
vtkHierarchicalDataIterator() - Constructor for class vtk.vtkHierarchicalDataIterator
 
vtkHierarchicalDataIterator(int) - Constructor for class vtk.vtkHierarchicalDataIterator
 
vtkHierarchicalDataIteratorBeanInfo - class vtk.vtkHierarchicalDataIteratorBeanInfo.
BeanInfo support class for the vtkHierarchicalDataIterator class.
vtkHierarchicalDataIteratorBeanInfo() - Constructor for class vtk.vtkHierarchicalDataIteratorBeanInfo
 
vtkHierarchicalDataSet - class vtk.vtkHierarchicalDataSet.
vtkHierarchicalDataSet - abstact superclass for hierarchical datasets.
vtkHierarchicalDataSet() - Constructor for class vtk.vtkHierarchicalDataSet
 
vtkHierarchicalDataSet(int) - Constructor for class vtk.vtkHierarchicalDataSet
 
vtkHierarchicalDataSetBeanInfo - class vtk.vtkHierarchicalDataSetBeanInfo.
BeanInfo support class for the vtkHierarchicalDataSet class.
vtkHierarchicalDataSetBeanInfo() - Constructor for class vtk.vtkHierarchicalDataSetBeanInfo
 
vtkHomogeneousTransform - class vtk.vtkHomogeneousTransform.
vtkHomogeneousTransform - superclass for homogeneous transformations.
vtkHomogeneousTransform() - Constructor for class vtk.vtkHomogeneousTransform
 
vtkHomogeneousTransform(int) - Constructor for class vtk.vtkHomogeneousTransform
 
vtkHomogeneousTransformBeanInfo - class vtk.vtkHomogeneousTransformBeanInfo.
BeanInfo support class for the vtkHomogeneousTransform class.
vtkHomogeneousTransformBeanInfo() - Constructor for class vtk.vtkHomogeneousTransformBeanInfo
 
vtkHull - class vtk.vtkHull.
vtkHull - produce an n-sided convex hull.
vtkHull() - Constructor for class vtk.vtkHull
 
vtkHull(int) - Constructor for class vtk.vtkHull
 
vtkHullBeanInfo - class vtk.vtkHullBeanInfo.
BeanInfo support class for the vtkHull class.
vtkHullBeanInfo() - Constructor for class vtk.vtkHullBeanInfo
 
vtkHyperStreamline - class vtk.vtkHyperStreamline.
vtkHyperStreamline - generate hyperstreamline in arbitrary dataset.
vtkHyperStreamline() - Constructor for class vtk.vtkHyperStreamline
 
vtkHyperStreamline(int) - Constructor for class vtk.vtkHyperStreamline
 
vtkHyperStreamlineBeanInfo - class vtk.vtkHyperStreamlineBeanInfo.
BeanInfo support class for the vtkHyperStreamline class.
vtkHyperStreamlineBeanInfo() - Constructor for class vtk.vtkHyperStreamlineBeanInfo
 
vtkIVExporter - class vtk.vtkIVExporter.
vtkIVExporter - export a scene into OpenInventor 2.0 format..
vtkIVExporter() - Constructor for class vtk.vtkIVExporter
 
vtkIVExporter(int) - Constructor for class vtk.vtkIVExporter
 
vtkIVExporterBeanInfo - class vtk.vtkIVExporterBeanInfo.
BeanInfo support class for the vtkIVExporter class.
vtkIVExporterBeanInfo() - Constructor for class vtk.vtkIVExporterBeanInfo
 
vtkIVWriter - class vtk.vtkIVWriter.
vtkIVWriter - export polydata into OpenInventor 2.0 format..
vtkIVWriter() - Constructor for class vtk.vtkIVWriter
 
vtkIVWriter(int) - Constructor for class vtk.vtkIVWriter
 
vtkIVWriterBeanInfo - class vtk.vtkIVWriterBeanInfo.
BeanInfo support class for the vtkIVWriter class.
vtkIVWriterBeanInfo() - Constructor for class vtk.vtkIVWriterBeanInfo
 
vtkId - Variable in class vtk.vtkObjectBase
 
vtkIdFilter - class vtk.vtkIdFilter.
vtkIdFilter - generate scalars or field data from point and cell ids.
vtkIdFilter() - Constructor for class vtk.vtkIdFilter
 
vtkIdFilter(int) - Constructor for class vtk.vtkIdFilter
 
vtkIdFilterBeanInfo - class vtk.vtkIdFilterBeanInfo.
BeanInfo support class for the vtkIdFilter class.
vtkIdFilterBeanInfo() - Constructor for class vtk.vtkIdFilterBeanInfo
 
vtkIdList - class vtk.vtkIdList.
vtkIdList - list of point or cell ids.
vtkIdList() - Constructor for class vtk.vtkIdList
 
vtkIdList(int) - Constructor for class vtk.vtkIdList
 
vtkIdListBeanInfo - class vtk.vtkIdListBeanInfo.
BeanInfo support class for the vtkIdList class.
vtkIdListBeanInfo() - Constructor for class vtk.vtkIdListBeanInfo
 
vtkIdListCollection - class vtk.vtkIdListCollection.
vtkIdListCollection - maintain an unordered list of dataarray objects.
vtkIdListCollection() - Constructor for class vtk.vtkIdListCollection
 
vtkIdListCollection(int) - Constructor for class vtk.vtkIdListCollection
 
vtkIdListCollectionBeanInfo - class vtk.vtkIdListCollectionBeanInfo.
BeanInfo support class for the vtkIdListCollection class.
vtkIdListCollectionBeanInfo() - Constructor for class vtk.vtkIdListCollectionBeanInfo
 
vtkIdTypeArray - class vtk.vtkIdTypeArray.
vtkIdTypeArray - dynamic, self-adjusting integer array.
vtkIdTypeArray() - Constructor for class vtk.vtkIdTypeArray
 
vtkIdTypeArray(int) - Constructor for class vtk.vtkIdTypeArray
 
vtkIdTypeArrayBeanInfo - class vtk.vtkIdTypeArrayBeanInfo.
BeanInfo support class for the vtkIdTypeArray class.
vtkIdTypeArrayBeanInfo() - Constructor for class vtk.vtkIdTypeArrayBeanInfo
 
vtkIdentityTransform - class vtk.vtkIdentityTransform.
vtkIdentityTransform - a transform that doesn't do anything.
vtkIdentityTransform() - Constructor for class vtk.vtkIdentityTransform
 
vtkIdentityTransform(int) - Constructor for class vtk.vtkIdentityTransform
 
vtkIdentityTransformBeanInfo - class vtk.vtkIdentityTransformBeanInfo.
BeanInfo support class for the vtkIdentityTransform class.
vtkIdentityTransformBeanInfo() - Constructor for class vtk.vtkIdentityTransformBeanInfo
 
vtkImageAccumulate - class vtk.vtkImageAccumulate.
vtkImageAccumulate - Generalized histograms up to 4 dimensions..
vtkImageAccumulate() - Constructor for class vtk.vtkImageAccumulate
 
vtkImageAccumulate(int) - Constructor for class vtk.vtkImageAccumulate
 
vtkImageAccumulateBeanInfo - class vtk.vtkImageAccumulateBeanInfo.
BeanInfo support class for the vtkImageAccumulate class.
vtkImageAccumulateBeanInfo() - Constructor for class vtk.vtkImageAccumulateBeanInfo
 
vtkImageActor - class vtk.vtkImageActor.
vtkImageActor - draw an image (data & properties) in a rendered 3D scene.
vtkImageActor() - Constructor for class vtk.vtkImageActor
 
vtkImageActor(int) - Constructor for class vtk.vtkImageActor
 
vtkImageActorBeanInfo - class vtk.vtkImageActorBeanInfo.
BeanInfo support class for the vtkImageActor class.
vtkImageActorBeanInfo() - Constructor for class vtk.vtkImageActorBeanInfo
 
vtkImageAnisotropicDiffusion2D - class vtk.vtkImageAnisotropicDiffusion2D.
vtkImageAnisotropicDiffusion2D - edge preserving smoothing..
vtkImageAnisotropicDiffusion2D() - Constructor for class vtk.vtkImageAnisotropicDiffusion2D
 
vtkImageAnisotropicDiffusion2D(int) - Constructor for class vtk.vtkImageAnisotropicDiffusion2D
 
vtkImageAnisotropicDiffusion2DBeanInfo - class vtk.vtkImageAnisotropicDiffusion2DBeanInfo.
BeanInfo support class for the vtkImageAnisotropicDiffusion2D class.
vtkImageAnisotropicDiffusion2DBeanInfo() - Constructor for class vtk.vtkImageAnisotropicDiffusion2DBeanInfo
 
vtkImageAnisotropicDiffusion3D - class vtk.vtkImageAnisotropicDiffusion3D.
vtkImageAnisotropicDiffusion3D - edge preserving smoothing..
vtkImageAnisotropicDiffusion3D() - Constructor for class vtk.vtkImageAnisotropicDiffusion3D
 
vtkImageAnisotropicDiffusion3D(int) - Constructor for class vtk.vtkImageAnisotropicDiffusion3D
 
vtkImageAnisotropicDiffusion3DBeanInfo - class vtk.vtkImageAnisotropicDiffusion3DBeanInfo.
BeanInfo support class for the vtkImageAnisotropicDiffusion3D class.
vtkImageAnisotropicDiffusion3DBeanInfo() - Constructor for class vtk.vtkImageAnisotropicDiffusion3DBeanInfo
 
vtkImageAppend - class vtk.vtkImageAppend.
vtkImageAppend - Collects data from multiple inputs into one image..
vtkImageAppend() - Constructor for class vtk.vtkImageAppend
 
vtkImageAppend(int) - Constructor for class vtk.vtkImageAppend
 
vtkImageAppendBeanInfo - class vtk.vtkImageAppendBeanInfo.
BeanInfo support class for the vtkImageAppend class.
vtkImageAppendBeanInfo() - Constructor for class vtk.vtkImageAppendBeanInfo
 
vtkImageAppendComponents - class vtk.vtkImageAppendComponents.
vtkImageAppendComponents - Collects components from two inputs into.
vtkImageAppendComponents() - Constructor for class vtk.vtkImageAppendComponents
 
vtkImageAppendComponents(int) - Constructor for class vtk.vtkImageAppendComponents
 
vtkImageAppendComponentsBeanInfo - class vtk.vtkImageAppendComponentsBeanInfo.
BeanInfo support class for the vtkImageAppendComponents class.
vtkImageAppendComponentsBeanInfo() - Constructor for class vtk.vtkImageAppendComponentsBeanInfo
 
vtkImageBlend - class vtk.vtkImageBlend.
vtkImageBlend - blend images together using alpha or opacity.
vtkImageBlend() - Constructor for class vtk.vtkImageBlend
 
vtkImageBlend(int) - Constructor for class vtk.vtkImageBlend
 
vtkImageBlendBeanInfo - class vtk.vtkImageBlendBeanInfo.
BeanInfo support class for the vtkImageBlend class.
vtkImageBlendBeanInfo() - Constructor for class vtk.vtkImageBlendBeanInfo
 
vtkImageButterworthHighPass - class vtk.vtkImageButterworthHighPass.
vtkImageButterworthHighPass - Frequency domain high pass..
vtkImageButterworthHighPass() - Constructor for class vtk.vtkImageButterworthHighPass
 
vtkImageButterworthHighPass(int) - Constructor for class vtk.vtkImageButterworthHighPass
 
vtkImageButterworthHighPassBeanInfo - class vtk.vtkImageButterworthHighPassBeanInfo.
BeanInfo support class for the vtkImageButterworthHighPass class.
vtkImageButterworthHighPassBeanInfo() - Constructor for class vtk.vtkImageButterworthHighPassBeanInfo
 
vtkImageButterworthLowPass - class vtk.vtkImageButterworthLowPass.
vtkImageButterworthLowPass - Frequency domain Low pass..
vtkImageButterworthLowPass() - Constructor for class vtk.vtkImageButterworthLowPass
 
vtkImageButterworthLowPass(int) - Constructor for class vtk.vtkImageButterworthLowPass
 
vtkImageButterworthLowPassBeanInfo - class vtk.vtkImageButterworthLowPassBeanInfo.
BeanInfo support class for the vtkImageButterworthLowPass class.
vtkImageButterworthLowPassBeanInfo() - Constructor for class vtk.vtkImageButterworthLowPassBeanInfo
 
vtkImageCacheFilter - class vtk.vtkImageCacheFilter.
vtkImageCacheFilter - Caches multiple vtkImageData objects..
vtkImageCacheFilter() - Constructor for class vtk.vtkImageCacheFilter
 
vtkImageCacheFilter(int) - Constructor for class vtk.vtkImageCacheFilter
 
vtkImageCacheFilterBeanInfo - class vtk.vtkImageCacheFilterBeanInfo.
BeanInfo support class for the vtkImageCacheFilter class.
vtkImageCacheFilterBeanInfo() - Constructor for class vtk.vtkImageCacheFilterBeanInfo
 
vtkImageCanvasSource2D - class vtk.vtkImageCanvasSource2D.
vtkImageCanvasSource2D - Paints on a canvas.
vtkImageCanvasSource2D() - Constructor for class vtk.vtkImageCanvasSource2D
 
vtkImageCanvasSource2D(int) - Constructor for class vtk.vtkImageCanvasSource2D
 
vtkImageCanvasSource2DBeanInfo - class vtk.vtkImageCanvasSource2DBeanInfo.
BeanInfo support class for the vtkImageCanvasSource2D class.
vtkImageCanvasSource2DBeanInfo() - Constructor for class vtk.vtkImageCanvasSource2DBeanInfo
 
vtkImageCast - class vtk.vtkImageCast.
vtkImageCast - Image Data type Casting Filter.
vtkImageCast() - Constructor for class vtk.vtkImageCast
 
vtkImageCast(int) - Constructor for class vtk.vtkImageCast
 
vtkImageCastBeanInfo - class vtk.vtkImageCastBeanInfo.
BeanInfo support class for the vtkImageCast class.
vtkImageCastBeanInfo() - Constructor for class vtk.vtkImageCastBeanInfo
 
vtkImageChangeInformation - class vtk.vtkImageChangeInformation.
vtkImageChangeInformation - modify spacing, origin and extent..
vtkImageChangeInformation() - Constructor for class vtk.vtkImageChangeInformation
 
vtkImageChangeInformation(int) - Constructor for class vtk.vtkImageChangeInformation
 
vtkImageChangeInformationBeanInfo - class vtk.vtkImageChangeInformationBeanInfo.
BeanInfo support class for the vtkImageChangeInformation class.
vtkImageChangeInformationBeanInfo() - Constructor for class vtk.vtkImageChangeInformationBeanInfo
 
vtkImageCheckerboard - class vtk.vtkImageCheckerboard.
vtkImageCheckerboard - show two images at once using a checkboard pattern.
vtkImageCheckerboard() - Constructor for class vtk.vtkImageCheckerboard
 
vtkImageCheckerboard(int) - Constructor for class vtk.vtkImageCheckerboard
 
vtkImageCheckerboardBeanInfo - class vtk.vtkImageCheckerboardBeanInfo.
BeanInfo support class for the vtkImageCheckerboard class.
vtkImageCheckerboardBeanInfo() - Constructor for class vtk.vtkImageCheckerboardBeanInfo
 
vtkImageCityBlockDistance - class vtk.vtkImageCityBlockDistance.
vtkImageCityBlockDistance - 1,2 or 3D distance map..
vtkImageCityBlockDistance() - Constructor for class vtk.vtkImageCityBlockDistance
 
vtkImageCityBlockDistance(int) - Constructor for class vtk.vtkImageCityBlockDistance
 
vtkImageCityBlockDistanceBeanInfo - class vtk.vtkImageCityBlockDistanceBeanInfo.
BeanInfo support class for the vtkImageCityBlockDistance class.
vtkImageCityBlockDistanceBeanInfo() - Constructor for class vtk.vtkImageCityBlockDistanceBeanInfo
 
vtkImageClip - class vtk.vtkImageClip.
vtkImageClip - Reduces the image extent of the input..
vtkImageClip() - Constructor for class vtk.vtkImageClip
 
vtkImageClip(int) - Constructor for class vtk.vtkImageClip
 
vtkImageClipBeanInfo - class vtk.vtkImageClipBeanInfo.
BeanInfo support class for the vtkImageClip class.
vtkImageClipBeanInfo() - Constructor for class vtk.vtkImageClipBeanInfo
 
vtkImageConnector - class vtk.vtkImageConnector.
vtkImageConnector - Create a binary image of a sphere..
vtkImageConnector() - Constructor for class vtk.vtkImageConnector
 
vtkImageConnector(int) - Constructor for class vtk.vtkImageConnector
 
vtkImageConnectorBeanInfo - class vtk.vtkImageConnectorBeanInfo.
BeanInfo support class for the vtkImageConnector class.
vtkImageConnectorBeanInfo() - Constructor for class vtk.vtkImageConnectorBeanInfo
 
vtkImageConstantPad - class vtk.vtkImageConstantPad.
vtkImageConstantPad - Makes image larger by padding with constant..
vtkImageConstantPad() - Constructor for class vtk.vtkImageConstantPad
 
vtkImageConstantPad(int) - Constructor for class vtk.vtkImageConstantPad
 
vtkImageConstantPadBeanInfo - class vtk.vtkImageConstantPadBeanInfo.
BeanInfo support class for the vtkImageConstantPad class.
vtkImageConstantPadBeanInfo() - Constructor for class vtk.vtkImageConstantPadBeanInfo
 
vtkImageContinuousDilate3D - class vtk.vtkImageContinuousDilate3D.
vtkImageContinuousDilate3D - Dilate implemented as a maximum..
vtkImageContinuousDilate3D() - Constructor for class vtk.vtkImageContinuousDilate3D
 
vtkImageContinuousDilate3D(int) - Constructor for class vtk.vtkImageContinuousDilate3D
 
vtkImageContinuousDilate3DBeanInfo - class vtk.vtkImageContinuousDilate3DBeanInfo.
BeanInfo support class for the vtkImageContinuousDilate3D class.
vtkImageContinuousDilate3DBeanInfo() - Constructor for class vtk.vtkImageContinuousDilate3DBeanInfo
 
vtkImageContinuousErode3D - class vtk.vtkImageContinuousErode3D.
vtkImageContinuousErode3D - Erosion implemented as a minimum..
vtkImageContinuousErode3D() - Constructor for class vtk.vtkImageContinuousErode3D
 
vtkImageContinuousErode3D(int) - Constructor for class vtk.vtkImageContinuousErode3D
 
vtkImageContinuousErode3DBeanInfo - class vtk.vtkImageContinuousErode3DBeanInfo.
BeanInfo support class for the vtkImageContinuousErode3D class.
vtkImageContinuousErode3DBeanInfo() - Constructor for class vtk.vtkImageContinuousErode3DBeanInfo
 
vtkImageConvolve - class vtk.vtkImageConvolve.
vtkImageConvolve - Convolution of an image with a kernel..
vtkImageConvolve() - Constructor for class vtk.vtkImageConvolve
 
vtkImageConvolve(int) - Constructor for class vtk.vtkImageConvolve
 
vtkImageConvolveBeanInfo - class vtk.vtkImageConvolveBeanInfo.
BeanInfo support class for the vtkImageConvolve class.
vtkImageConvolveBeanInfo() - Constructor for class vtk.vtkImageConvolveBeanInfo
 
vtkImageCorrelation - class vtk.vtkImageCorrelation.
vtkImageCorrelation - Correlation imageof the two inputs..
vtkImageCorrelation() - Constructor for class vtk.vtkImageCorrelation
 
vtkImageCorrelation(int) - Constructor for class vtk.vtkImageCorrelation
 
vtkImageCorrelationBeanInfo - class vtk.vtkImageCorrelationBeanInfo.
BeanInfo support class for the vtkImageCorrelation class.
vtkImageCorrelationBeanInfo() - Constructor for class vtk.vtkImageCorrelationBeanInfo
 
vtkImageCursor3D - class vtk.vtkImageCursor3D.
vtkImageCursor3D - Paints a cursor on top of an image or volume..
vtkImageCursor3D() - Constructor for class vtk.vtkImageCursor3D
 
vtkImageCursor3D(int) - Constructor for class vtk.vtkImageCursor3D
 
vtkImageCursor3DBeanInfo - class vtk.vtkImageCursor3DBeanInfo.
BeanInfo support class for the vtkImageCursor3D class.
vtkImageCursor3DBeanInfo() - Constructor for class vtk.vtkImageCursor3DBeanInfo
 
vtkImageData - class vtk.vtkImageData.
vtkImageData - topologically and geometrically regular array of data.
vtkImageData() - Constructor for class vtk.vtkImageData
 
vtkImageData(int) - Constructor for class vtk.vtkImageData
 
vtkImageDataBeanInfo - class vtk.vtkImageDataBeanInfo.
BeanInfo support class for the vtkImageData class.
vtkImageDataBeanInfo() - Constructor for class vtk.vtkImageDataBeanInfo
 
vtkImageDataGeometryFilter - class vtk.vtkImageDataGeometryFilter.
vtkImageDataGeometryFilter - extract geometry for structured points.
vtkImageDataGeometryFilter() - Constructor for class vtk.vtkImageDataGeometryFilter
 
vtkImageDataGeometryFilter(int) - Constructor for class vtk.vtkImageDataGeometryFilter
 
vtkImageDataGeometryFilterBeanInfo - class vtk.vtkImageDataGeometryFilterBeanInfo.
BeanInfo support class for the vtkImageDataGeometryFilter class.
vtkImageDataGeometryFilterBeanInfo() - Constructor for class vtk.vtkImageDataGeometryFilterBeanInfo
 
vtkImageDataStreamer - class vtk.vtkImageDataStreamer.
vtkImageDataStreamer - Initiates streaming on image data..
vtkImageDataStreamer() - Constructor for class vtk.vtkImageDataStreamer
 
vtkImageDataStreamer(int) - Constructor for class vtk.vtkImageDataStreamer
 
vtkImageDataStreamerBeanInfo - class vtk.vtkImageDataStreamerBeanInfo.
BeanInfo support class for the vtkImageDataStreamer class.
vtkImageDataStreamerBeanInfo() - Constructor for class vtk.vtkImageDataStreamerBeanInfo
 
vtkImageDecomposeFilter - class vtk.vtkImageDecomposeFilter.
vtkImageDecomposeFilter - Filters that execute axes in series..
vtkImageDecomposeFilter() - Constructor for class vtk.vtkImageDecomposeFilter
 
vtkImageDecomposeFilter(int) - Constructor for class vtk.vtkImageDecomposeFilter
 
vtkImageDecomposeFilterBeanInfo - class vtk.vtkImageDecomposeFilterBeanInfo.
BeanInfo support class for the vtkImageDecomposeFilter class.
vtkImageDecomposeFilterBeanInfo() - Constructor for class vtk.vtkImageDecomposeFilterBeanInfo
 
vtkImageDifference - class vtk.vtkImageDifference.
vtkImageDifference - Compares images for regression tests..
vtkImageDifference() - Constructor for class vtk.vtkImageDifference
 
vtkImageDifference(int) - Constructor for class vtk.vtkImageDifference
 
vtkImageDifferenceBeanInfo - class vtk.vtkImageDifferenceBeanInfo.
BeanInfo support class for the vtkImageDifference class.
vtkImageDifferenceBeanInfo() - Constructor for class vtk.vtkImageDifferenceBeanInfo
 
vtkImageDilateErode3D - class vtk.vtkImageDilateErode3D.
vtkImageDilateErode3D - Dilates one value and erodes another..
vtkImageDilateErode3D() - Constructor for class vtk.vtkImageDilateErode3D
 
vtkImageDilateErode3D(int) - Constructor for class vtk.vtkImageDilateErode3D
 
vtkImageDilateErode3DBeanInfo - class vtk.vtkImageDilateErode3DBeanInfo.
BeanInfo support class for the vtkImageDilateErode3D class.
vtkImageDilateErode3DBeanInfo() - Constructor for class vtk.vtkImageDilateErode3DBeanInfo
 
vtkImageDivergence - class vtk.vtkImageDivergence.
vtkImageDivergence - Divergence of a vector field..
vtkImageDivergence() - Constructor for class vtk.vtkImageDivergence
 
vtkImageDivergence(int) - Constructor for class vtk.vtkImageDivergence
 
vtkImageDivergenceBeanInfo - class vtk.vtkImageDivergenceBeanInfo.
BeanInfo support class for the vtkImageDivergence class.
vtkImageDivergenceBeanInfo() - Constructor for class vtk.vtkImageDivergenceBeanInfo
 
vtkImageDotProduct - class vtk.vtkImageDotProduct.
vtkImageDotProduct - Dot product of two vector images..
vtkImageDotProduct() - Constructor for class vtk.vtkImageDotProduct
 
vtkImageDotProduct(int) - Constructor for class vtk.vtkImageDotProduct
 
vtkImageDotProductBeanInfo - class vtk.vtkImageDotProductBeanInfo.
BeanInfo support class for the vtkImageDotProduct class.
vtkImageDotProductBeanInfo() - Constructor for class vtk.vtkImageDotProductBeanInfo
 
vtkImageEllipsoidSource - class vtk.vtkImageEllipsoidSource.
vtkImageEllipsoidSource - Create a binary image of an ellipsoid..
vtkImageEllipsoidSource() - Constructor for class vtk.vtkImageEllipsoidSource
 
vtkImageEllipsoidSource(int) - Constructor for class vtk.vtkImageEllipsoidSource
 
vtkImageEllipsoidSourceBeanInfo - class vtk.vtkImageEllipsoidSourceBeanInfo.
BeanInfo support class for the vtkImageEllipsoidSource class.
vtkImageEllipsoidSourceBeanInfo() - Constructor for class vtk.vtkImageEllipsoidSourceBeanInfo
 
vtkImageEuclideanDistance - class vtk.vtkImageEuclideanDistance.
vtkImageEuclideanDistance - computes 3D Euclidean DT .
vtkImageEuclideanDistance() - Constructor for class vtk.vtkImageEuclideanDistance
 
vtkImageEuclideanDistance(int) - Constructor for class vtk.vtkImageEuclideanDistance
 
vtkImageEuclideanDistanceBeanInfo - class vtk.vtkImageEuclideanDistanceBeanInfo.
BeanInfo support class for the vtkImageEuclideanDistance class.
vtkImageEuclideanDistanceBeanInfo() - Constructor for class vtk.vtkImageEuclideanDistanceBeanInfo
 
vtkImageEuclideanToPolar - class vtk.vtkImageEuclideanToPolar.
vtkImageEuclideanToPolar - Converts 2D Euclidean coordinates to polar..
vtkImageEuclideanToPolar() - Constructor for class vtk.vtkImageEuclideanToPolar
 
vtkImageEuclideanToPolar(int) - Constructor for class vtk.vtkImageEuclideanToPolar
 
vtkImageEuclideanToPolarBeanInfo - class vtk.vtkImageEuclideanToPolarBeanInfo.
BeanInfo support class for the vtkImageEuclideanToPolar class.
vtkImageEuclideanToPolarBeanInfo() - Constructor for class vtk.vtkImageEuclideanToPolarBeanInfo
 
vtkImageExport - class vtk.vtkImageExport.
vtkImageExport - Export VTK images to third-party systems..
vtkImageExport() - Constructor for class vtk.vtkImageExport
 
vtkImageExport(int) - Constructor for class vtk.vtkImageExport
 
vtkImageExportBeanInfo - class vtk.vtkImageExportBeanInfo.
BeanInfo support class for the vtkImageExport class.
vtkImageExportBeanInfo() - Constructor for class vtk.vtkImageExportBeanInfo
 
vtkImageExtractComponents - class vtk.vtkImageExtractComponents.
vtkImageExtractComponents - Outputs a single component.
vtkImageExtractComponents() - Constructor for class vtk.vtkImageExtractComponents
 
vtkImageExtractComponents(int) - Constructor for class vtk.vtkImageExtractComponents
 
vtkImageExtractComponentsBeanInfo - class vtk.vtkImageExtractComponentsBeanInfo.
BeanInfo support class for the vtkImageExtractComponents class.
vtkImageExtractComponentsBeanInfo() - Constructor for class vtk.vtkImageExtractComponentsBeanInfo
 
vtkImageFFT - class vtk.vtkImageFFT.
vtkImageFFT - Fast Fourier Transform..
vtkImageFFT() - Constructor for class vtk.vtkImageFFT
 
vtkImageFFT(int) - Constructor for class vtk.vtkImageFFT
 
vtkImageFFTBeanInfo - class vtk.vtkImageFFTBeanInfo.
BeanInfo support class for the vtkImageFFT class.
vtkImageFFTBeanInfo() - Constructor for class vtk.vtkImageFFTBeanInfo
 
vtkImageFlip - class vtk.vtkImageFlip.
vtkImageFlip - This flips an axis of an image.
vtkImageFlip() - Constructor for class vtk.vtkImageFlip
 
vtkImageFlip(int) - Constructor for class vtk.vtkImageFlip
 
vtkImageFlipBeanInfo - class vtk.vtkImageFlipBeanInfo.
BeanInfo support class for the vtkImageFlip class.
vtkImageFlipBeanInfo() - Constructor for class vtk.vtkImageFlipBeanInfo
 
vtkImageFourierCenter - class vtk.vtkImageFourierCenter.
vtkImageFourierCenter - Shifts constant frequency to center for.
vtkImageFourierCenter() - Constructor for class vtk.vtkImageFourierCenter
 
vtkImageFourierCenter(int) - Constructor for class vtk.vtkImageFourierCenter
 
vtkImageFourierCenterBeanInfo - class vtk.vtkImageFourierCenterBeanInfo.
BeanInfo support class for the vtkImageFourierCenter class.
vtkImageFourierCenterBeanInfo() - Constructor for class vtk.vtkImageFourierCenterBeanInfo
 
vtkImageFourierFilter - class vtk.vtkImageFourierFilter.
vtkImageFourierFilter - Superclass that implements complex numbers..
vtkImageFourierFilter() - Constructor for class vtk.vtkImageFourierFilter
 
vtkImageFourierFilter(int) - Constructor for class vtk.vtkImageFourierFilter
 
vtkImageFourierFilterBeanInfo - class vtk.vtkImageFourierFilterBeanInfo.
BeanInfo support class for the vtkImageFourierFilter class.
vtkImageFourierFilterBeanInfo() - Constructor for class vtk.vtkImageFourierFilterBeanInfo
 
vtkImageGaussianSmooth - class vtk.vtkImageGaussianSmooth.
vtkImageGaussianSmooth - Performs a gaussian convolution..
vtkImageGaussianSmooth() - Constructor for class vtk.vtkImageGaussianSmooth
 
vtkImageGaussianSmooth(int) - Constructor for class vtk.vtkImageGaussianSmooth
 
vtkImageGaussianSmoothBeanInfo - class vtk.vtkImageGaussianSmoothBeanInfo.
BeanInfo support class for the vtkImageGaussianSmooth class.
vtkImageGaussianSmoothBeanInfo() - Constructor for class vtk.vtkImageGaussianSmoothBeanInfo
 
vtkImageGaussianSource - class vtk.vtkImageGaussianSource.
vtkImageGaussianSource - Create an image with Gaussian pixel values..
vtkImageGaussianSource() - Constructor for class vtk.vtkImageGaussianSource
 
vtkImageGaussianSource(int) - Constructor for class vtk.vtkImageGaussianSource
 
vtkImageGaussianSourceBeanInfo - class vtk.vtkImageGaussianSourceBeanInfo.
BeanInfo support class for the vtkImageGaussianSource class.
vtkImageGaussianSourceBeanInfo() - Constructor for class vtk.vtkImageGaussianSourceBeanInfo
 
vtkImageGradient - class vtk.vtkImageGradient.
vtkImageGradient - Computes the gradient vector..
vtkImageGradient() - Constructor for class vtk.vtkImageGradient
 
vtkImageGradient(int) - Constructor for class vtk.vtkImageGradient
 
vtkImageGradientBeanInfo - class vtk.vtkImageGradientBeanInfo.
BeanInfo support class for the vtkImageGradient class.
vtkImageGradientBeanInfo() - Constructor for class vtk.vtkImageGradientBeanInfo
 
vtkImageGradientMagnitude - class vtk.vtkImageGradientMagnitude.
vtkImageGradientMagnitude - Computes magnitude of the gradient..
vtkImageGradientMagnitude() - Constructor for class vtk.vtkImageGradientMagnitude
 
vtkImageGradientMagnitude(int) - Constructor for class vtk.vtkImageGradientMagnitude
 
vtkImageGradientMagnitudeBeanInfo - class vtk.vtkImageGradientMagnitudeBeanInfo.
BeanInfo support class for the vtkImageGradientMagnitude class.
vtkImageGradientMagnitudeBeanInfo() - Constructor for class vtk.vtkImageGradientMagnitudeBeanInfo
 
vtkImageGridSource - class vtk.vtkImageGridSource.
vtkImageGridSource - Create an image of a grid..
vtkImageGridSource() - Constructor for class vtk.vtkImageGridSource
 
vtkImageGridSource(int) - Constructor for class vtk.vtkImageGridSource
 
vtkImageGridSourceBeanInfo - class vtk.vtkImageGridSourceBeanInfo.
BeanInfo support class for the vtkImageGridSource class.
vtkImageGridSourceBeanInfo() - Constructor for class vtk.vtkImageGridSourceBeanInfo
 
vtkImageHSIToRGB - class vtk.vtkImageHSIToRGB.
vtkImageHSIToRGB - Converts HSI components to RGB..
vtkImageHSIToRGB() - Constructor for class vtk.vtkImageHSIToRGB
 
vtkImageHSIToRGB(int) - Constructor for class vtk.vtkImageHSIToRGB
 
vtkImageHSIToRGBBeanInfo - class vtk.vtkImageHSIToRGBBeanInfo.
BeanInfo support class for the vtkImageHSIToRGB class.
vtkImageHSIToRGBBeanInfo() - Constructor for class vtk.vtkImageHSIToRGBBeanInfo
 
vtkImageHSVToRGB - class vtk.vtkImageHSVToRGB.
vtkImageHSVToRGB - Converts HSV components to RGB..
vtkImageHSVToRGB() - Constructor for class vtk.vtkImageHSVToRGB
 
vtkImageHSVToRGB(int) - Constructor for class vtk.vtkImageHSVToRGB
 
vtkImageHSVToRGBBeanInfo - class vtk.vtkImageHSVToRGBBeanInfo.
BeanInfo support class for the vtkImageHSVToRGB class.
vtkImageHSVToRGBBeanInfo() - Constructor for class vtk.vtkImageHSVToRGBBeanInfo
 
vtkImageHybridMedian2D - class vtk.vtkImageHybridMedian2D.
vtkImageHybridMedian2D - Median filter that preserves lines and .
vtkImageHybridMedian2D() - Constructor for class vtk.vtkImageHybridMedian2D
 
vtkImageHybridMedian2D(int) - Constructor for class vtk.vtkImageHybridMedian2D
 
vtkImageHybridMedian2DBeanInfo - class vtk.vtkImageHybridMedian2DBeanInfo.
BeanInfo support class for the vtkImageHybridMedian2D class.
vtkImageHybridMedian2DBeanInfo() - Constructor for class vtk.vtkImageHybridMedian2DBeanInfo
 
vtkImageIdealHighPass - class vtk.vtkImageIdealHighPass.
vtkImageIdealHighPass - Simple frequency domain band pass..
vtkImageIdealHighPass() - Constructor for class vtk.vtkImageIdealHighPass
 
vtkImageIdealHighPass(int) - Constructor for class vtk.vtkImageIdealHighPass
 
vtkImageIdealHighPassBeanInfo - class vtk.vtkImageIdealHighPassBeanInfo.
BeanInfo support class for the vtkImageIdealHighPass class.
vtkImageIdealHighPassBeanInfo() - Constructor for class vtk.vtkImageIdealHighPassBeanInfo
 
vtkImageIdealLowPass - class vtk.vtkImageIdealLowPass.
vtkImageIdealLowPass - Simple frequency domain band pass..
vtkImageIdealLowPass() - Constructor for class vtk.vtkImageIdealLowPass
 
vtkImageIdealLowPass(int) - Constructor for class vtk.vtkImageIdealLowPass
 
vtkImageIdealLowPassBeanInfo - class vtk.vtkImageIdealLowPassBeanInfo.
BeanInfo support class for the vtkImageIdealLowPass class.
vtkImageIdealLowPassBeanInfo() - Constructor for class vtk.vtkImageIdealLowPassBeanInfo
 
vtkImageImport - class vtk.vtkImageImport.
vtkImageImport - Import data from a C array..
vtkImageImport() - Constructor for class vtk.vtkImageImport
 
vtkImageImport(int) - Constructor for class vtk.vtkImageImport
 
vtkImageImportBeanInfo - class vtk.vtkImageImportBeanInfo.
BeanInfo support class for the vtkImageImport class.
vtkImageImportBeanInfo() - Constructor for class vtk.vtkImageImportBeanInfo
 
vtkImageInPlaceFilter - class vtk.vtkImageInPlaceFilter.
vtkImageInPlaceFilter - Filter that operates in place..
vtkImageInPlaceFilter() - Constructor for class vtk.vtkImageInPlaceFilter
 
vtkImageInPlaceFilter(int) - Constructor for class vtk.vtkImageInPlaceFilter
 
vtkImageInPlaceFilterBeanInfo - class vtk.vtkImageInPlaceFilterBeanInfo.
BeanInfo support class for the vtkImageInPlaceFilter class.
vtkImageInPlaceFilterBeanInfo() - Constructor for class vtk.vtkImageInPlaceFilterBeanInfo
 
vtkImageIslandRemoval2D - class vtk.vtkImageIslandRemoval2D.
vtkImageIslandRemoval2D - Removes small clusters in masks..
vtkImageIslandRemoval2D() - Constructor for class vtk.vtkImageIslandRemoval2D
 
vtkImageIslandRemoval2D(int) - Constructor for class vtk.vtkImageIslandRemoval2D
 
vtkImageIslandRemoval2DBeanInfo - class vtk.vtkImageIslandRemoval2DBeanInfo.
BeanInfo support class for the vtkImageIslandRemoval2D class.
vtkImageIslandRemoval2DBeanInfo() - Constructor for class vtk.vtkImageIslandRemoval2DBeanInfo
 
vtkImageIterateFilter - class vtk.vtkImageIterateFilter.
vtkImageIterateFilter - Multiple executes per update..
vtkImageIterateFilter() - Constructor for class vtk.vtkImageIterateFilter
 
vtkImageIterateFilter(int) - Constructor for class vtk.vtkImageIterateFilter
 
vtkImageIterateFilterBeanInfo - class vtk.vtkImageIterateFilterBeanInfo.
BeanInfo support class for the vtkImageIterateFilter class.
vtkImageIterateFilterBeanInfo() - Constructor for class vtk.vtkImageIterateFilterBeanInfo
 
vtkImageLaplacian - class vtk.vtkImageLaplacian.
vtkImageLaplacian - Computes divergence of gradient..
vtkImageLaplacian() - Constructor for class vtk.vtkImageLaplacian
 
vtkImageLaplacian(int) - Constructor for class vtk.vtkImageLaplacian
 
vtkImageLaplacianBeanInfo - class vtk.vtkImageLaplacianBeanInfo.
BeanInfo support class for the vtkImageLaplacian class.
vtkImageLaplacianBeanInfo() - Constructor for class vtk.vtkImageLaplacianBeanInfo
 
vtkImageLogarithmicScale - class vtk.vtkImageLogarithmicScale.
vtkImageLogarithmicScale - Passes each pixel through log function..
vtkImageLogarithmicScale() - Constructor for class vtk.vtkImageLogarithmicScale
 
vtkImageLogarithmicScale(int) - Constructor for class vtk.vtkImageLogarithmicScale
 
vtkImageLogarithmicScaleBeanInfo - class vtk.vtkImageLogarithmicScaleBeanInfo.
BeanInfo support class for the vtkImageLogarithmicScale class.
vtkImageLogarithmicScaleBeanInfo() - Constructor for class vtk.vtkImageLogarithmicScaleBeanInfo
 
vtkImageLogic - class vtk.vtkImageLogic.
vtkImageLogic - And, or, xor, nand, nor, not..
vtkImageLogic() - Constructor for class vtk.vtkImageLogic
 
vtkImageLogic(int) - Constructor for class vtk.vtkImageLogic
 
vtkImageLogicBeanInfo - class vtk.vtkImageLogicBeanInfo.
BeanInfo support class for the vtkImageLogic class.
vtkImageLogicBeanInfo() - Constructor for class vtk.vtkImageLogicBeanInfo
 
vtkImageLuminance - class vtk.vtkImageLuminance.
vtkImageLuminance - Computes the luminance of the input.
vtkImageLuminance() - Constructor for class vtk.vtkImageLuminance
 
vtkImageLuminance(int) - Constructor for class vtk.vtkImageLuminance
 
vtkImageLuminanceBeanInfo - class vtk.vtkImageLuminanceBeanInfo.
BeanInfo support class for the vtkImageLuminance class.
vtkImageLuminanceBeanInfo() - Constructor for class vtk.vtkImageLuminanceBeanInfo
 
vtkImageMagnify - class vtk.vtkImageMagnify.
vtkImageMagnify - magnify an image by an integer value.
vtkImageMagnify() - Constructor for class vtk.vtkImageMagnify
 
vtkImageMagnify(int) - Constructor for class vtk.vtkImageMagnify
 
vtkImageMagnifyBeanInfo - class vtk.vtkImageMagnifyBeanInfo.
BeanInfo support class for the vtkImageMagnify class.
vtkImageMagnifyBeanInfo() - Constructor for class vtk.vtkImageMagnifyBeanInfo
 
vtkImageMagnitude - class vtk.vtkImageMagnitude.
vtkImageMagnitude - Colapses components with magnitude function...
vtkImageMagnitude() - Constructor for class vtk.vtkImageMagnitude
 
vtkImageMagnitude(int) - Constructor for class vtk.vtkImageMagnitude
 
vtkImageMagnitudeBeanInfo - class vtk.vtkImageMagnitudeBeanInfo.
BeanInfo support class for the vtkImageMagnitude class.
vtkImageMagnitudeBeanInfo() - Constructor for class vtk.vtkImageMagnitudeBeanInfo
 
vtkImageMandelbrotSource - class vtk.vtkImageMandelbrotSource.
vtkImageMandelbrotSource - Mandelbrot image..
vtkImageMandelbrotSource() - Constructor for class vtk.vtkImageMandelbrotSource
 
vtkImageMandelbrotSource(int) - Constructor for class vtk.vtkImageMandelbrotSource
 
vtkImageMandelbrotSourceBeanInfo - class vtk.vtkImageMandelbrotSourceBeanInfo.
BeanInfo support class for the vtkImageMandelbrotSource class.
vtkImageMandelbrotSourceBeanInfo() - Constructor for class vtk.vtkImageMandelbrotSourceBeanInfo
 
vtkImageMapToColors - class vtk.vtkImageMapToColors.
vtkImageMapToColors - map the input image through a lookup table.
vtkImageMapToColors() - Constructor for class vtk.vtkImageMapToColors
 
vtkImageMapToColors(int) - Constructor for class vtk.vtkImageMapToColors
 
vtkImageMapToColorsBeanInfo - class vtk.vtkImageMapToColorsBeanInfo.
BeanInfo support class for the vtkImageMapToColors class.
vtkImageMapToColorsBeanInfo() - Constructor for class vtk.vtkImageMapToColorsBeanInfo
 
vtkImageMapToRGBA - class vtk.vtkImageMapToRGBA.
vtkImageMapToRGBA - map the input image through a lookup table.
vtkImageMapToRGBA() - Constructor for class vtk.vtkImageMapToRGBA
 
vtkImageMapToRGBA(int) - Constructor for class vtk.vtkImageMapToRGBA
 
vtkImageMapToRGBABeanInfo - class vtk.vtkImageMapToRGBABeanInfo.
BeanInfo support class for the vtkImageMapToRGBA class.
vtkImageMapToRGBABeanInfo() - Constructor for class vtk.vtkImageMapToRGBABeanInfo
 
vtkImageMapToWindowLevelColors - class vtk.vtkImageMapToWindowLevelColors.
vtkImageMapToWindowLevelColors - map the input image through a lookup table and window / level it.
vtkImageMapToWindowLevelColors() - Constructor for class vtk.vtkImageMapToWindowLevelColors
 
vtkImageMapToWindowLevelColors(int) - Constructor for class vtk.vtkImageMapToWindowLevelColors
 
vtkImageMapToWindowLevelColorsBeanInfo - class vtk.vtkImageMapToWindowLevelColorsBeanInfo.
BeanInfo support class for the vtkImageMapToWindowLevelColors class.
vtkImageMapToWindowLevelColorsBeanInfo() - Constructor for class vtk.vtkImageMapToWindowLevelColorsBeanInfo
 
vtkImageMapper - class vtk.vtkImageMapper.
vtkImageMapper - 2D image display.
vtkImageMapper() - Constructor for class vtk.vtkImageMapper
 
vtkImageMapper(int) - Constructor for class vtk.vtkImageMapper
 
vtkImageMapperBeanInfo - class vtk.vtkImageMapperBeanInfo.
BeanInfo support class for the vtkImageMapper class.
vtkImageMapperBeanInfo() - Constructor for class vtk.vtkImageMapperBeanInfo
 
vtkImageMarchingCubes - class vtk.vtkImageMarchingCubes.
vtkImageMarchingCubes - generate isosurface(s) from volume/images.
vtkImageMarchingCubes() - Constructor for class vtk.vtkImageMarchingCubes
 
vtkImageMarchingCubes(int) - Constructor for class vtk.vtkImageMarchingCubes
 
vtkImageMarchingCubesBeanInfo - class vtk.vtkImageMarchingCubesBeanInfo.
BeanInfo support class for the vtkImageMarchingCubes class.
vtkImageMarchingCubesBeanInfo() - Constructor for class vtk.vtkImageMarchingCubesBeanInfo
 
vtkImageMask - class vtk.vtkImageMask.
vtkImageMask - Combines a mask and an image..
vtkImageMask() - Constructor for class vtk.vtkImageMask
 
vtkImageMask(int) - Constructor for class vtk.vtkImageMask
 
vtkImageMaskBeanInfo - class vtk.vtkImageMaskBeanInfo.
BeanInfo support class for the vtkImageMask class.
vtkImageMaskBeanInfo() - Constructor for class vtk.vtkImageMaskBeanInfo
 
vtkImageMaskBits - class vtk.vtkImageMaskBits.
vtkImageMaskBits - applies a bit-mask pattern to each component..
vtkImageMaskBits() - Constructor for class vtk.vtkImageMaskBits
 
vtkImageMaskBits(int) - Constructor for class vtk.vtkImageMaskBits
 
vtkImageMaskBitsBeanInfo - class vtk.vtkImageMaskBitsBeanInfo.
BeanInfo support class for the vtkImageMaskBits class.
vtkImageMaskBitsBeanInfo() - Constructor for class vtk.vtkImageMaskBitsBeanInfo
 
vtkImageMathematics - class vtk.vtkImageMathematics.
vtkImageMathematics - Add, subtract, multiply, divide, invert, sin, cos, exp, log..
vtkImageMathematics() - Constructor for class vtk.vtkImageMathematics
 
vtkImageMathematics(int) - Constructor for class vtk.vtkImageMathematics
 
vtkImageMathematicsBeanInfo - class vtk.vtkImageMathematicsBeanInfo.
BeanInfo support class for the vtkImageMathematics class.
vtkImageMathematicsBeanInfo() - Constructor for class vtk.vtkImageMathematicsBeanInfo
 
vtkImageMedian3D - class vtk.vtkImageMedian3D.
vtkImageMedian3D - Median Filter.
vtkImageMedian3D() - Constructor for class vtk.vtkImageMedian3D
 
vtkImageMedian3D(int) - Constructor for class vtk.vtkImageMedian3D
 
vtkImageMedian3DBeanInfo - class vtk.vtkImageMedian3DBeanInfo.
BeanInfo support class for the vtkImageMedian3D class.
vtkImageMedian3DBeanInfo() - Constructor for class vtk.vtkImageMedian3DBeanInfo
 
vtkImageMirrorPad - class vtk.vtkImageMirrorPad.
vtkImageMirrorPad - Extra pixels are filled by mirror images..
vtkImageMirrorPad() - Constructor for class vtk.vtkImageMirrorPad
 
vtkImageMirrorPad(int) - Constructor for class vtk.vtkImageMirrorPad
 
vtkImageMirrorPadBeanInfo - class vtk.vtkImageMirrorPadBeanInfo.
BeanInfo support class for the vtkImageMirrorPad class.
vtkImageMirrorPadBeanInfo() - Constructor for class vtk.vtkImageMirrorPadBeanInfo
 
vtkImageMultipleInputFilter - class vtk.vtkImageMultipleInputFilter.
vtkImageMultipleInputFilter - Generic filter that has N inputs..
vtkImageMultipleInputFilter() - Constructor for class vtk.vtkImageMultipleInputFilter
 
vtkImageMultipleInputFilter(int) - Constructor for class vtk.vtkImageMultipleInputFilter
 
vtkImageMultipleInputFilterBeanInfo - class vtk.vtkImageMultipleInputFilterBeanInfo.
BeanInfo support class for the vtkImageMultipleInputFilter class.
vtkImageMultipleInputFilterBeanInfo() - Constructor for class vtk.vtkImageMultipleInputFilterBeanInfo
 
vtkImageMultipleInputOutputFilter - class vtk.vtkImageMultipleInputOutputFilter.
vtkImageMultipleInputOutputFilter - Generic filter that has N inputs..
vtkImageMultipleInputOutputFilter() - Constructor for class vtk.vtkImageMultipleInputOutputFilter
 
vtkImageMultipleInputOutputFilter(int) - Constructor for class vtk.vtkImageMultipleInputOutputFilter
 
vtkImageMultipleInputOutputFilterBeanInfo - class vtk.vtkImageMultipleInputOutputFilterBeanInfo.
BeanInfo support class for the vtkImageMultipleInputOutputFilter class.
vtkImageMultipleInputOutputFilterBeanInfo() - Constructor for class vtk.vtkImageMultipleInputOutputFilterBeanInfo
 
vtkImageNoiseSource - class vtk.vtkImageNoiseSource.
vtkImageNoiseSource - Create an image filled with noise..
vtkImageNoiseSource() - Constructor for class vtk.vtkImageNoiseSource
 
vtkImageNoiseSource(int) - Constructor for class vtk.vtkImageNoiseSource
 
vtkImageNoiseSourceBeanInfo - class vtk.vtkImageNoiseSourceBeanInfo.
BeanInfo support class for the vtkImageNoiseSource class.
vtkImageNoiseSourceBeanInfo() - Constructor for class vtk.vtkImageNoiseSourceBeanInfo
 
vtkImageNonMaximumSuppression - class vtk.vtkImageNonMaximumSuppression.
vtkImageNonMaximumSuppression - Performs non-maximum suppression.
vtkImageNonMaximumSuppression() - Constructor for class vtk.vtkImageNonMaximumSuppression
 
vtkImageNonMaximumSuppression(int) - Constructor for class vtk.vtkImageNonMaximumSuppression
 
vtkImageNonMaximumSuppressionBeanInfo - class vtk.vtkImageNonMaximumSuppressionBeanInfo.
BeanInfo support class for the vtkImageNonMaximumSuppression class.
vtkImageNonMaximumSuppressionBeanInfo() - Constructor for class vtk.vtkImageNonMaximumSuppressionBeanInfo
 
vtkImageNormalize - class vtk.vtkImageNormalize.
vtkImageNormalize - Normalizes that scalar components for each point..
vtkImageNormalize() - Constructor for class vtk.vtkImageNormalize
 
vtkImageNormalize(int) - Constructor for class vtk.vtkImageNormalize
 
vtkImageNormalizeBeanInfo - class vtk.vtkImageNormalizeBeanInfo.
BeanInfo support class for the vtkImageNormalize class.
vtkImageNormalizeBeanInfo() - Constructor for class vtk.vtkImageNormalizeBeanInfo
 
vtkImageOpenClose3D - class vtk.vtkImageOpenClose3D.
vtkImageOpenClose3D - Will perform opening or closing..
vtkImageOpenClose3D() - Constructor for class vtk.vtkImageOpenClose3D
 
vtkImageOpenClose3D(int) - Constructor for class vtk.vtkImageOpenClose3D
 
vtkImageOpenClose3DBeanInfo - class vtk.vtkImageOpenClose3DBeanInfo.
BeanInfo support class for the vtkImageOpenClose3D class.
vtkImageOpenClose3DBeanInfo() - Constructor for class vtk.vtkImageOpenClose3DBeanInfo
 
vtkImagePadFilter - class vtk.vtkImagePadFilter.
vtkImagePadFilter - Super class for filters that fill in extra pixels..
vtkImagePadFilter() - Constructor for class vtk.vtkImagePadFilter
 
vtkImagePadFilter(int) - Constructor for class vtk.vtkImagePadFilter
 
vtkImagePadFilterBeanInfo - class vtk.vtkImagePadFilterBeanInfo.
BeanInfo support class for the vtkImagePadFilter class.
vtkImagePadFilterBeanInfo() - Constructor for class vtk.vtkImagePadFilterBeanInfo
 
vtkImagePermute - class vtk.vtkImagePermute.
vtkImagePermute - Permutes axes of input..
vtkImagePermute() - Constructor for class vtk.vtkImagePermute
 
vtkImagePermute(int) - Constructor for class vtk.vtkImagePermute
 
vtkImagePermuteBeanInfo - class vtk.vtkImagePermuteBeanInfo.
BeanInfo support class for the vtkImagePermute class.
vtkImagePermuteBeanInfo() - Constructor for class vtk.vtkImagePermuteBeanInfo
 
vtkImagePlaneWidget - class vtk.vtkImagePlaneWidget.
vtkImagePlaneWidget - 3D widget for reslicing image data.
vtkImagePlaneWidget() - Constructor for class vtk.vtkImagePlaneWidget
 
vtkImagePlaneWidget(int) - Constructor for class vtk.vtkImagePlaneWidget
 
vtkImagePlaneWidgetBeanInfo - class vtk.vtkImagePlaneWidgetBeanInfo.
BeanInfo support class for the vtkImagePlaneWidget class.
vtkImagePlaneWidgetBeanInfo() - Constructor for class vtk.vtkImagePlaneWidgetBeanInfo
 
vtkImageQuantizeRGBToIndex - class vtk.vtkImageQuantizeRGBToIndex.
vtkImageQuantizeRGBToIndex - generalized histograms up to 4 dimensions.
vtkImageQuantizeRGBToIndex() - Constructor for class vtk.vtkImageQuantizeRGBToIndex
 
vtkImageQuantizeRGBToIndex(int) - Constructor for class vtk.vtkImageQuantizeRGBToIndex
 
vtkImageQuantizeRGBToIndexBeanInfo - class vtk.vtkImageQuantizeRGBToIndexBeanInfo.
BeanInfo support class for the vtkImageQuantizeRGBToIndex class.
vtkImageQuantizeRGBToIndexBeanInfo() - Constructor for class vtk.vtkImageQuantizeRGBToIndexBeanInfo
 
vtkImageRFFT - class vtk.vtkImageRFFT.
vtkImageRFFT - Reverse Fast Fourier Transform..
vtkImageRFFT() - Constructor for class vtk.vtkImageRFFT
 
vtkImageRFFT(int) - Constructor for class vtk.vtkImageRFFT
 
vtkImageRFFTBeanInfo - class vtk.vtkImageRFFTBeanInfo.
BeanInfo support class for the vtkImageRFFT class.
vtkImageRFFTBeanInfo() - Constructor for class vtk.vtkImageRFFTBeanInfo
 
vtkImageRGBToHSI - class vtk.vtkImageRGBToHSI.
vtkImageRGBToHSI - Converts RGB components to HSI..
vtkImageRGBToHSI() - Constructor for class vtk.vtkImageRGBToHSI
 
vtkImageRGBToHSI(int) - Constructor for class vtk.vtkImageRGBToHSI
 
vtkImageRGBToHSIBeanInfo - class vtk.vtkImageRGBToHSIBeanInfo.
BeanInfo support class for the vtkImageRGBToHSI class.
vtkImageRGBToHSIBeanInfo() - Constructor for class vtk.vtkImageRGBToHSIBeanInfo
 
vtkImageRGBToHSV - class vtk.vtkImageRGBToHSV.
vtkImageRGBToHSV - Converts RGB components to HSV..
vtkImageRGBToHSV() - Constructor for class vtk.vtkImageRGBToHSV
 
vtkImageRGBToHSV(int) - Constructor for class vtk.vtkImageRGBToHSV
 
vtkImageRGBToHSVBeanInfo - class vtk.vtkImageRGBToHSVBeanInfo.
BeanInfo support class for the vtkImageRGBToHSV class.
vtkImageRGBToHSVBeanInfo() - Constructor for class vtk.vtkImageRGBToHSVBeanInfo
 
vtkImageRange3D - class vtk.vtkImageRange3D.
vtkImageRange3D - Max - min of a circular neighborhood..
vtkImageRange3D() - Constructor for class vtk.vtkImageRange3D
 
vtkImageRange3D(int) - Constructor for class vtk.vtkImageRange3D
 
vtkImageRange3DBeanInfo - class vtk.vtkImageRange3DBeanInfo.
BeanInfo support class for the vtkImageRange3D class.
vtkImageRange3DBeanInfo() - Constructor for class vtk.vtkImageRange3DBeanInfo
 
vtkImageReader - class vtk.vtkImageReader.
vtkImageReader - Superclass of transformable binary file readers..
vtkImageReader() - Constructor for class vtk.vtkImageReader
 
vtkImageReader(int) - Constructor for class vtk.vtkImageReader
 
vtkImageReader2 - class vtk.vtkImageReader2.
vtkImageReader2 - Superclass of binary file readers..
vtkImageReader2() - Constructor for class vtk.vtkImageReader2
 
vtkImageReader2(int) - Constructor for class vtk.vtkImageReader2
 
vtkImageReader2BeanInfo - class vtk.vtkImageReader2BeanInfo.
BeanInfo support class for the vtkImageReader2 class.
vtkImageReader2BeanInfo() - Constructor for class vtk.vtkImageReader2BeanInfo
 
vtkImageReader2Collection - class vtk.vtkImageReader2Collection.
vtkImageReader2Collection - maintain a list of implicit functions.
vtkImageReader2Collection() - Constructor for class vtk.vtkImageReader2Collection
 
vtkImageReader2Collection(int) - Constructor for class vtk.vtkImageReader2Collection
 
vtkImageReader2CollectionBeanInfo - class vtk.vtkImageReader2CollectionBeanInfo.
BeanInfo support class for the vtkImageReader2Collection class.
vtkImageReader2CollectionBeanInfo() - Constructor for class vtk.vtkImageReader2CollectionBeanInfo
 
vtkImageReader2Factory - class vtk.vtkImageReader2Factory.
vtkImageReader2Factory - Superclass of binary file readers..
vtkImageReader2Factory() - Constructor for class vtk.vtkImageReader2Factory
 
vtkImageReader2Factory(int) - Constructor for class vtk.vtkImageReader2Factory
 
vtkImageReader2FactoryBeanInfo - class vtk.vtkImageReader2FactoryBeanInfo.
BeanInfo support class for the vtkImageReader2Factory class.
vtkImageReader2FactoryBeanInfo() - Constructor for class vtk.vtkImageReader2FactoryBeanInfo
 
vtkImageReaderBeanInfo - class vtk.vtkImageReaderBeanInfo.
BeanInfo support class for the vtkImageReader class.
vtkImageReaderBeanInfo() - Constructor for class vtk.vtkImageReaderBeanInfo
 
vtkImageRectilinearWipe - class vtk.vtkImageRectilinearWipe.
vtkImageRectilinearWipe - make a rectilinear combination of two images..
vtkImageRectilinearWipe() - Constructor for class vtk.vtkImageRectilinearWipe
 
vtkImageRectilinearWipe(int) - Constructor for class vtk.vtkImageRectilinearWipe
 
vtkImageRectilinearWipeBeanInfo - class vtk.vtkImageRectilinearWipeBeanInfo.
BeanInfo support class for the vtkImageRectilinearWipe class.
vtkImageRectilinearWipeBeanInfo() - Constructor for class vtk.vtkImageRectilinearWipeBeanInfo
 
vtkImageResample - class vtk.vtkImageResample.
vtkImageResample - Resamples an image to be larger or smaller..
vtkImageResample() - Constructor for class vtk.vtkImageResample
 
vtkImageResample(int) - Constructor for class vtk.vtkImageResample
 
vtkImageResampleBeanInfo - class vtk.vtkImageResampleBeanInfo.
BeanInfo support class for the vtkImageResample class.
vtkImageResampleBeanInfo() - Constructor for class vtk.vtkImageResampleBeanInfo
 
vtkImageReslice - class vtk.vtkImageReslice.
vtkImageReslice - Reslices a volume along a new set of axes..
vtkImageReslice() - Constructor for class vtk.vtkImageReslice
 
vtkImageReslice(int) - Constructor for class vtk.vtkImageReslice
 
vtkImageResliceBeanInfo - class vtk.vtkImageResliceBeanInfo.
BeanInfo support class for the vtkImageReslice class.
vtkImageResliceBeanInfo() - Constructor for class vtk.vtkImageResliceBeanInfo
 
vtkImageSeedConnectivity - class vtk.vtkImageSeedConnectivity.
vtkImageSeedConnectivity - SeedConnectivity with user defined seeds..
vtkImageSeedConnectivity() - Constructor for class vtk.vtkImageSeedConnectivity
 
vtkImageSeedConnectivity(int) - Constructor for class vtk.vtkImageSeedConnectivity
 
vtkImageSeedConnectivityBeanInfo - class vtk.vtkImageSeedConnectivityBeanInfo.
BeanInfo support class for the vtkImageSeedConnectivity class.
vtkImageSeedConnectivityBeanInfo() - Constructor for class vtk.vtkImageSeedConnectivityBeanInfo
 
vtkImageSeparableConvolution - class vtk.vtkImageSeparableConvolution.
vtkImageSeparableConvolution - 3 1D convolutions on an image.
vtkImageSeparableConvolution() - Constructor for class vtk.vtkImageSeparableConvolution
 
vtkImageSeparableConvolution(int) - Constructor for class vtk.vtkImageSeparableConvolution
 
vtkImageSeparableConvolutionBeanInfo - class vtk.vtkImageSeparableConvolutionBeanInfo.
BeanInfo support class for the vtkImageSeparableConvolution class.
vtkImageSeparableConvolutionBeanInfo() - Constructor for class vtk.vtkImageSeparableConvolutionBeanInfo
 
vtkImageShiftScale - class vtk.vtkImageShiftScale.
vtkImageShiftScale - shift and scale an input image.
vtkImageShiftScale() - Constructor for class vtk.vtkImageShiftScale
 
vtkImageShiftScale(int) - Constructor for class vtk.vtkImageShiftScale
 
vtkImageShiftScaleBeanInfo - class vtk.vtkImageShiftScaleBeanInfo.
BeanInfo support class for the vtkImageShiftScale class.
vtkImageShiftScaleBeanInfo() - Constructor for class vtk.vtkImageShiftScaleBeanInfo
 
vtkImageShrink3D - class vtk.vtkImageShrink3D.
vtkImageShrink3D - Subsamples an image..
vtkImageShrink3D() - Constructor for class vtk.vtkImageShrink3D
 
vtkImageShrink3D(int) - Constructor for class vtk.vtkImageShrink3D
 
vtkImageShrink3DBeanInfo - class vtk.vtkImageShrink3DBeanInfo.
BeanInfo support class for the vtkImageShrink3D class.
vtkImageShrink3DBeanInfo() - Constructor for class vtk.vtkImageShrink3DBeanInfo
 
vtkImageSinusoidSource - class vtk.vtkImageSinusoidSource.
vtkImageSinusoidSource - Create an image with sinusoidal pixel values..
vtkImageSinusoidSource() - Constructor for class vtk.vtkImageSinusoidSource
 
vtkImageSinusoidSource(int) - Constructor for class vtk.vtkImageSinusoidSource
 
vtkImageSinusoidSourceBeanInfo - class vtk.vtkImageSinusoidSourceBeanInfo.
BeanInfo support class for the vtkImageSinusoidSource class.
vtkImageSinusoidSourceBeanInfo() - Constructor for class vtk.vtkImageSinusoidSourceBeanInfo
 
vtkImageSkeleton2D - class vtk.vtkImageSkeleton2D.
vtkImageSkeleton2D - Skeleton of 2D images..
vtkImageSkeleton2D() - Constructor for class vtk.vtkImageSkeleton2D
 
vtkImageSkeleton2D(int) - Constructor for class vtk.vtkImageSkeleton2D
 
vtkImageSkeleton2DBeanInfo - class vtk.vtkImageSkeleton2DBeanInfo.
BeanInfo support class for the vtkImageSkeleton2D class.
vtkImageSkeleton2DBeanInfo() - Constructor for class vtk.vtkImageSkeleton2DBeanInfo
 
vtkImageSobel2D - class vtk.vtkImageSobel2D.
vtkImageSobel2D - Computes a vector field using sobel functions..
vtkImageSobel2D() - Constructor for class vtk.vtkImageSobel2D
 
vtkImageSobel2D(int) - Constructor for class vtk.vtkImageSobel2D
 
vtkImageSobel2DBeanInfo - class vtk.vtkImageSobel2DBeanInfo.
BeanInfo support class for the vtkImageSobel2D class.
vtkImageSobel2DBeanInfo() - Constructor for class vtk.vtkImageSobel2DBeanInfo
 
vtkImageSobel3D - class vtk.vtkImageSobel3D.
vtkImageSobel3D - Computes a vector field using sobel functions..
vtkImageSobel3D() - Constructor for class vtk.vtkImageSobel3D
 
vtkImageSobel3D(int) - Constructor for class vtk.vtkImageSobel3D
 
vtkImageSobel3DBeanInfo - class vtk.vtkImageSobel3DBeanInfo.
BeanInfo support class for the vtkImageSobel3D class.
vtkImageSobel3DBeanInfo() - Constructor for class vtk.vtkImageSobel3DBeanInfo
 
vtkImageSource - class vtk.vtkImageSource.
vtkImageSource - Source of data for the imaging pipeline.
vtkImageSource() - Constructor for class vtk.vtkImageSource
 
vtkImageSource(int) - Constructor for class vtk.vtkImageSource
 
vtkImageSourceBeanInfo - class vtk.vtkImageSourceBeanInfo.
BeanInfo support class for the vtkImageSource class.
vtkImageSourceBeanInfo() - Constructor for class vtk.vtkImageSourceBeanInfo
 
vtkImageSpatialFilter - class vtk.vtkImageSpatialFilter.
vtkImageSpatialFilter - Filters that operate on pixel neighborhoods..
vtkImageSpatialFilter() - Constructor for class vtk.vtkImageSpatialFilter
 
vtkImageSpatialFilter(int) - Constructor for class vtk.vtkImageSpatialFilter
 
vtkImageSpatialFilterBeanInfo - class vtk.vtkImageSpatialFilterBeanInfo.
BeanInfo support class for the vtkImageSpatialFilter class.
vtkImageSpatialFilterBeanInfo() - Constructor for class vtk.vtkImageSpatialFilterBeanInfo
 
vtkImageStencil - class vtk.vtkImageStencil.
vtkImageStencil - combine images via a cookie-cutter operation.
vtkImageStencil() - Constructor for class vtk.vtkImageStencil
 
vtkImageStencil(int) - Constructor for class vtk.vtkImageStencil
 
vtkImageStencilBeanInfo - class vtk.vtkImageStencilBeanInfo.
BeanInfo support class for the vtkImageStencil class.
vtkImageStencilBeanInfo() - Constructor for class vtk.vtkImageStencilBeanInfo
 
vtkImageStencilData - class vtk.vtkImageStencilData.
vtkImageStencilData - efficient description of an image stencil.
vtkImageStencilData() - Constructor for class vtk.vtkImageStencilData
 
vtkImageStencilData(int) - Constructor for class vtk.vtkImageStencilData
 
vtkImageStencilDataBeanInfo - class vtk.vtkImageStencilDataBeanInfo.
BeanInfo support class for the vtkImageStencilData class.
vtkImageStencilDataBeanInfo() - Constructor for class vtk.vtkImageStencilDataBeanInfo
 
vtkImageStencilSource - class vtk.vtkImageStencilSource.
vtkImageStencilSource - helper class for clipping images.
vtkImageStencilSource() - Constructor for class vtk.vtkImageStencilSource
 
vtkImageStencilSource(int) - Constructor for class vtk.vtkImageStencilSource
 
vtkImageStencilSourceBeanInfo - class vtk.vtkImageStencilSourceBeanInfo.
BeanInfo support class for the vtkImageStencilSource class.
vtkImageStencilSourceBeanInfo() - Constructor for class vtk.vtkImageStencilSourceBeanInfo
 
vtkImageThreshold - class vtk.vtkImageThreshold.
vtkImageThreshold - Flexible threshold.
vtkImageThreshold() - Constructor for class vtk.vtkImageThreshold
 
vtkImageThreshold(int) - Constructor for class vtk.vtkImageThreshold
 
vtkImageThresholdBeanInfo - class vtk.vtkImageThresholdBeanInfo.
BeanInfo support class for the vtkImageThreshold class.
vtkImageThresholdBeanInfo() - Constructor for class vtk.vtkImageThresholdBeanInfo
 
vtkImageToImageFilter - class vtk.vtkImageToImageFilter.
vtkImageToImageFilter - Generic filter that has one input...
vtkImageToImageFilter() - Constructor for class vtk.vtkImageToImageFilter
 
vtkImageToImageFilter(int) - Constructor for class vtk.vtkImageToImageFilter
 
vtkImageToImageFilterBeanInfo - class vtk.vtkImageToImageFilterBeanInfo.
BeanInfo support class for the vtkImageToImageFilter class.
vtkImageToImageFilterBeanInfo() - Constructor for class vtk.vtkImageToImageFilterBeanInfo
 
vtkImageToImageStencil - class vtk.vtkImageToImageStencil.
vtkImageToImageStencil - clip an image with a mask image.
vtkImageToImageStencil() - Constructor for class vtk.vtkImageToImageStencil
 
vtkImageToImageStencil(int) - Constructor for class vtk.vtkImageToImageStencil
 
vtkImageToImageStencilBeanInfo - class vtk.vtkImageToImageStencilBeanInfo.
BeanInfo support class for the vtkImageToImageStencil class.
vtkImageToImageStencilBeanInfo() - Constructor for class vtk.vtkImageToImageStencilBeanInfo
 
vtkImageToPolyDataFilter - class vtk.vtkImageToPolyDataFilter.
vtkImageToPolyDataFilter - generate linear primitives (vtkPolyData) from an image.
vtkImageToPolyDataFilter() - Constructor for class vtk.vtkImageToPolyDataFilter
 
vtkImageToPolyDataFilter(int) - Constructor for class vtk.vtkImageToPolyDataFilter
 
vtkImageToPolyDataFilterBeanInfo - class vtk.vtkImageToPolyDataFilterBeanInfo.
BeanInfo support class for the vtkImageToPolyDataFilter class.
vtkImageToPolyDataFilterBeanInfo() - Constructor for class vtk.vtkImageToPolyDataFilterBeanInfo
 
vtkImageToStructuredPoints - class vtk.vtkImageToStructuredPoints.
vtkImageToStructuredPoints - Attaches image pipeline to VTK. .
vtkImageToStructuredPoints() - Constructor for class vtk.vtkImageToStructuredPoints
 
vtkImageToStructuredPoints(int) - Constructor for class vtk.vtkImageToStructuredPoints
 
vtkImageToStructuredPointsBeanInfo - class vtk.vtkImageToStructuredPointsBeanInfo.
BeanInfo support class for the vtkImageToStructuredPoints class.
vtkImageToStructuredPointsBeanInfo() - Constructor for class vtk.vtkImageToStructuredPointsBeanInfo
 
vtkImageTracerWidget - class vtk.vtkImageTracerWidget.
vtkImageTracerWidget - 3D widget for tracing on planar props..
vtkImageTracerWidget() - Constructor for class vtk.vtkImageTracerWidget
 
vtkImageTracerWidget(int) - Constructor for class vtk.vtkImageTracerWidget
 
vtkImageTracerWidgetBeanInfo - class vtk.vtkImageTracerWidgetBeanInfo.
BeanInfo support class for the vtkImageTracerWidget class.
vtkImageTracerWidgetBeanInfo() - Constructor for class vtk.vtkImageTracerWidgetBeanInfo
 
vtkImageTranslateExtent - class vtk.vtkImageTranslateExtent.
vtkImageTranslateExtent - Changes extent, nothing else..
vtkImageTranslateExtent() - Constructor for class vtk.vtkImageTranslateExtent
 
vtkImageTranslateExtent(int) - Constructor for class vtk.vtkImageTranslateExtent
 
vtkImageTranslateExtentBeanInfo - class vtk.vtkImageTranslateExtentBeanInfo.
BeanInfo support class for the vtkImageTranslateExtent class.
vtkImageTranslateExtentBeanInfo() - Constructor for class vtk.vtkImageTranslateExtentBeanInfo
 
vtkImageTwoInputFilter - class vtk.vtkImageTwoInputFilter.
vtkImageTwoInputFilter - Generic superclass for filters that have.
vtkImageTwoInputFilter() - Constructor for class vtk.vtkImageTwoInputFilter
 
vtkImageTwoInputFilter(int) - Constructor for class vtk.vtkImageTwoInputFilter
 
vtkImageTwoInputFilterBeanInfo - class vtk.vtkImageTwoInputFilterBeanInfo.
BeanInfo support class for the vtkImageTwoInputFilter class.
vtkImageTwoInputFilterBeanInfo() - Constructor for class vtk.vtkImageTwoInputFilterBeanInfo
 
vtkImageVariance3D - class vtk.vtkImageVariance3D.
vtkImageVariance3D - Variance in a neighborhood..
vtkImageVariance3D() - Constructor for class vtk.vtkImageVariance3D
 
vtkImageVariance3D(int) - Constructor for class vtk.vtkImageVariance3D
 
vtkImageVariance3DBeanInfo - class vtk.vtkImageVariance3DBeanInfo.
BeanInfo support class for the vtkImageVariance3D class.
vtkImageVariance3DBeanInfo() - Constructor for class vtk.vtkImageVariance3DBeanInfo
 
vtkImageViewer - class vtk.vtkImageViewer.
vtkImageViewer - Display a 2d image..
vtkImageViewer() - Constructor for class vtk.vtkImageViewer
 
vtkImageViewer(int) - Constructor for class vtk.vtkImageViewer
 
vtkImageViewer2 - class vtk.vtkImageViewer2.
vtkImageViewer2 - Display a 2D image..
vtkImageViewer2() - Constructor for class vtk.vtkImageViewer2
 
vtkImageViewer2(int) - Constructor for class vtk.vtkImageViewer2
 
vtkImageViewer2BeanInfo - class vtk.vtkImageViewer2BeanInfo.
BeanInfo support class for the vtkImageViewer2 class.
vtkImageViewer2BeanInfo() - Constructor for class vtk.vtkImageViewer2BeanInfo
 
vtkImageViewerBeanInfo - class vtk.vtkImageViewerBeanInfo.
BeanInfo support class for the vtkImageViewer class.
vtkImageViewerBeanInfo() - Constructor for class vtk.vtkImageViewerBeanInfo
 
vtkImageWrapPad - class vtk.vtkImageWrapPad.
vtkImageWrapPad - Makes an image larger by wrapping existing data..
vtkImageWrapPad() - Constructor for class vtk.vtkImageWrapPad
 
vtkImageWrapPad(int) - Constructor for class vtk.vtkImageWrapPad
 
vtkImageWrapPadBeanInfo - class vtk.vtkImageWrapPadBeanInfo.
BeanInfo support class for the vtkImageWrapPad class.
vtkImageWrapPadBeanInfo() - Constructor for class vtk.vtkImageWrapPadBeanInfo
 
vtkImageWriter - class vtk.vtkImageWriter.
vtkImageWriter - Writes images to files..
vtkImageWriter() - Constructor for class vtk.vtkImageWriter
 
vtkImageWriter(int) - Constructor for class vtk.vtkImageWriter
 
vtkImageWriterBeanInfo - class vtk.vtkImageWriterBeanInfo.
BeanInfo support class for the vtkImageWriter class.
vtkImageWriterBeanInfo() - Constructor for class vtk.vtkImageWriterBeanInfo
 
vtkImagingFactory - class vtk.vtkImagingFactory.
vtkImagingFactory - .
vtkImagingFactory() - Constructor for class vtk.vtkImagingFactory
 
vtkImagingFactory(int) - Constructor for class vtk.vtkImagingFactory
 
vtkImagingFactoryBeanInfo - class vtk.vtkImagingFactoryBeanInfo.
BeanInfo support class for the vtkImagingFactory class.
vtkImagingFactoryBeanInfo() - Constructor for class vtk.vtkImagingFactoryBeanInfo
 
vtkImplicitBoolean - class vtk.vtkImplicitBoolean.
vtkImplicitBoolean - implicit function consisting of boolean combinations of implicit functions.
vtkImplicitBoolean() - Constructor for class vtk.vtkImplicitBoolean
 
vtkImplicitBoolean(int) - Constructor for class vtk.vtkImplicitBoolean
 
vtkImplicitBooleanBeanInfo - class vtk.vtkImplicitBooleanBeanInfo.
BeanInfo support class for the vtkImplicitBoolean class.
vtkImplicitBooleanBeanInfo() - Constructor for class vtk.vtkImplicitBooleanBeanInfo
 
vtkImplicitDataSet - class vtk.vtkImplicitDataSet.
vtkImplicitDataSet - treat a dataset as if it were an implicit function.
vtkImplicitDataSet() - Constructor for class vtk.vtkImplicitDataSet
 
vtkImplicitDataSet(int) - Constructor for class vtk.vtkImplicitDataSet
 
vtkImplicitDataSetBeanInfo - class vtk.vtkImplicitDataSetBeanInfo.
BeanInfo support class for the vtkImplicitDataSet class.
vtkImplicitDataSetBeanInfo() - Constructor for class vtk.vtkImplicitDataSetBeanInfo
 
vtkImplicitFunction - class vtk.vtkImplicitFunction.
vtkImplicitFunction - abstract interface for implicit functions.
vtkImplicitFunction() - Constructor for class vtk.vtkImplicitFunction
 
vtkImplicitFunction(int) - Constructor for class vtk.vtkImplicitFunction
 
vtkImplicitFunctionBeanInfo - class vtk.vtkImplicitFunctionBeanInfo.
BeanInfo support class for the vtkImplicitFunction class.
vtkImplicitFunctionBeanInfo() - Constructor for class vtk.vtkImplicitFunctionBeanInfo
 
vtkImplicitFunctionCollection - class vtk.vtkImplicitFunctionCollection.
vtkImplicitFunctionCollection - maintain a list of implicit functions.
vtkImplicitFunctionCollection() - Constructor for class vtk.vtkImplicitFunctionCollection
 
vtkImplicitFunctionCollection(int) - Constructor for class vtk.vtkImplicitFunctionCollection
 
vtkImplicitFunctionCollectionBeanInfo - class vtk.vtkImplicitFunctionCollectionBeanInfo.
BeanInfo support class for the vtkImplicitFunctionCollection class.
vtkImplicitFunctionCollectionBeanInfo() - Constructor for class vtk.vtkImplicitFunctionCollectionBeanInfo
 
vtkImplicitFunctionToImageStencil - class vtk.vtkImplicitFunctionToImageStencil.
vtkImplicitFunctionToImageStencil - clip an image with a function.
vtkImplicitFunctionToImageStencil() - Constructor for class vtk.vtkImplicitFunctionToImageStencil
 
vtkImplicitFunctionToImageStencil(int) - Constructor for class vtk.vtkImplicitFunctionToImageStencil
 
vtkImplicitFunctionToImageStencilBeanInfo - class vtk.vtkImplicitFunctionToImageStencilBeanInfo.
BeanInfo support class for the vtkImplicitFunctionToImageStencil class.
vtkImplicitFunctionToImageStencilBeanInfo() - Constructor for class vtk.vtkImplicitFunctionToImageStencilBeanInfo
 
vtkImplicitModeller - class vtk.vtkImplicitModeller.
vtkImplicitModeller - compute distance from input geometry on structured point dataset.
vtkImplicitModeller() - Constructor for class vtk.vtkImplicitModeller
 
vtkImplicitModeller(int) - Constructor for class vtk.vtkImplicitModeller
 
vtkImplicitModellerBeanInfo - class vtk.vtkImplicitModellerBeanInfo.
BeanInfo support class for the vtkImplicitModeller class.
vtkImplicitModellerBeanInfo() - Constructor for class vtk.vtkImplicitModellerBeanInfo
 
vtkImplicitPlaneWidget - class vtk.vtkImplicitPlaneWidget.
vtkImplicitPlaneWidget - 3D widget for manipulating an infinite plane.
vtkImplicitPlaneWidget() - Constructor for class vtk.vtkImplicitPlaneWidget
 
vtkImplicitPlaneWidget(int) - Constructor for class vtk.vtkImplicitPlaneWidget
 
vtkImplicitPlaneWidgetBeanInfo - class vtk.vtkImplicitPlaneWidgetBeanInfo.
BeanInfo support class for the vtkImplicitPlaneWidget class.
vtkImplicitPlaneWidgetBeanInfo() - Constructor for class vtk.vtkImplicitPlaneWidgetBeanInfo
 
vtkImplicitSelectionLoop - class vtk.vtkImplicitSelectionLoop.
vtkImplicitSelectionLoop - implicit function for a selection loop.
vtkImplicitSelectionLoop() - Constructor for class vtk.vtkImplicitSelectionLoop
 
vtkImplicitSelectionLoop(int) - Constructor for class vtk.vtkImplicitSelectionLoop
 
vtkImplicitSelectionLoopBeanInfo - class vtk.vtkImplicitSelectionLoopBeanInfo.
BeanInfo support class for the vtkImplicitSelectionLoop class.
vtkImplicitSelectionLoopBeanInfo() - Constructor for class vtk.vtkImplicitSelectionLoopBeanInfo
 
vtkImplicitSum - class vtk.vtkImplicitSum.
vtkImplicitSum - implicit sum of other implicit functions.
vtkImplicitSum() - Constructor for class vtk.vtkImplicitSum
 
vtkImplicitSum(int) - Constructor for class vtk.vtkImplicitSum
 
vtkImplicitSumBeanInfo - class vtk.vtkImplicitSumBeanInfo.
BeanInfo support class for the vtkImplicitSum class.
vtkImplicitSumBeanInfo() - Constructor for class vtk.vtkImplicitSumBeanInfo
 
vtkImplicitTextureCoords - class vtk.vtkImplicitTextureCoords.
vtkImplicitTextureCoords - generate 1D, 2D, or 3D texture coordinates based on implicit function(s).
vtkImplicitTextureCoords() - Constructor for class vtk.vtkImplicitTextureCoords
 
vtkImplicitTextureCoords(int) - Constructor for class vtk.vtkImplicitTextureCoords
 
vtkImplicitTextureCoordsBeanInfo - class vtk.vtkImplicitTextureCoordsBeanInfo.
BeanInfo support class for the vtkImplicitTextureCoords class.
vtkImplicitTextureCoordsBeanInfo() - Constructor for class vtk.vtkImplicitTextureCoordsBeanInfo
 
vtkImplicitVolume - class vtk.vtkImplicitVolume.
vtkImplicitVolume - treat a volume as if it were an implicit function.
vtkImplicitVolume() - Constructor for class vtk.vtkImplicitVolume
 
vtkImplicitVolume(int) - Constructor for class vtk.vtkImplicitVolume
 
vtkImplicitVolumeBeanInfo - class vtk.vtkImplicitVolumeBeanInfo.
BeanInfo support class for the vtkImplicitVolume class.
vtkImplicitVolumeBeanInfo() - Constructor for class vtk.vtkImplicitVolumeBeanInfo
 
vtkImplicitWindowFunction - class vtk.vtkImplicitWindowFunction.
vtkImplicitWindowFunction - implicit function maps another implicit function to lie within a specified range.
vtkImplicitWindowFunction() - Constructor for class vtk.vtkImplicitWindowFunction
 
vtkImplicitWindowFunction(int) - Constructor for class vtk.vtkImplicitWindowFunction
 
vtkImplicitWindowFunctionBeanInfo - class vtk.vtkImplicitWindowFunctionBeanInfo.
BeanInfo support class for the vtkImplicitWindowFunction class.
vtkImplicitWindowFunctionBeanInfo() - Constructor for class vtk.vtkImplicitWindowFunctionBeanInfo
 
vtkImporter - class vtk.vtkImporter.
vtkImporter - importer abstract class.
vtkImporter() - Constructor for class vtk.vtkImporter
 
vtkImporter(int) - Constructor for class vtk.vtkImporter
 
vtkImporterBeanInfo - class vtk.vtkImporterBeanInfo.
BeanInfo support class for the vtkImporter class.
vtkImporterBeanInfo() - Constructor for class vtk.vtkImporterBeanInfo
 
vtkInitialValueProblemSolver - class vtk.vtkInitialValueProblemSolver.
vtkInitialValueProblemSolver - Integrate a set of ordinary.
vtkInitialValueProblemSolver() - Constructor for class vtk.vtkInitialValueProblemSolver
 
vtkInitialValueProblemSolver(int) - Constructor for class vtk.vtkInitialValueProblemSolver
 
vtkInitialValueProblemSolverBeanInfo - class vtk.vtkInitialValueProblemSolverBeanInfo.
BeanInfo support class for the vtkInitialValueProblemSolver class.
vtkInitialValueProblemSolverBeanInfo() - Constructor for class vtk.vtkInitialValueProblemSolverBeanInfo
 
vtkInputStream - class vtk.vtkInputStream.
vtkInputStream - Wraps a binary input stream with a VTK interface..
vtkInputStream() - Constructor for class vtk.vtkInputStream
 
vtkInputStream(int) - Constructor for class vtk.vtkInputStream
 
vtkInputStreamBeanInfo - class vtk.vtkInputStreamBeanInfo.
BeanInfo support class for the vtkInputStream class.
vtkInputStreamBeanInfo() - Constructor for class vtk.vtkInputStreamBeanInfo
 
vtkInstantiator - class vtk.vtkInstantiator.
vtkInstantiator - create an instance of any VTK class from its name..
vtkInstantiator() - Constructor for class vtk.vtkInstantiator
 
vtkInstantiator(int) - Constructor for class vtk.vtkInstantiator
 
vtkInstantiatorBeanInfo - class vtk.vtkInstantiatorBeanInfo.
BeanInfo support class for the vtkInstantiator class.
vtkInstantiatorBeanInfo() - Constructor for class vtk.vtkInstantiatorBeanInfo
 
vtkIntArray - class vtk.vtkIntArray.
vtkIntArray - dynamic, self-adjusting array of int.
vtkIntArray() - Constructor for class vtk.vtkIntArray
 
vtkIntArray(int) - Constructor for class vtk.vtkIntArray
 
vtkIntArrayBeanInfo - class vtk.vtkIntArrayBeanInfo.
BeanInfo support class for the vtkIntArray class.
vtkIntArrayBeanInfo() - Constructor for class vtk.vtkIntArrayBeanInfo
 
vtkInteractorEventRecorder - class vtk.vtkInteractorEventRecorder.
vtkInteractorEventRecorder - record and play VTK events passing through a vtkRenderWindowInteractor.
vtkInteractorEventRecorder() - Constructor for class vtk.vtkInteractorEventRecorder
 
vtkInteractorEventRecorder(int) - Constructor for class vtk.vtkInteractorEventRecorder
 
vtkInteractorEventRecorderBeanInfo - class vtk.vtkInteractorEventRecorderBeanInfo.
BeanInfo support class for the vtkInteractorEventRecorder class.
vtkInteractorEventRecorderBeanInfo() - Constructor for class vtk.vtkInteractorEventRecorderBeanInfo
 
vtkInteractorObserver - class vtk.vtkInteractorObserver.
vtkInteractorObserver - an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor.
vtkInteractorObserver() - Constructor for class vtk.vtkInteractorObserver
 
vtkInteractorObserver(int) - Constructor for class vtk.vtkInteractorObserver
 
vtkInteractorObserverBeanInfo - class vtk.vtkInteractorObserverBeanInfo.
BeanInfo support class for the vtkInteractorObserver class.
vtkInteractorObserverBeanInfo() - Constructor for class vtk.vtkInteractorObserverBeanInfo
 
vtkInteractorStyle - class vtk.vtkInteractorStyle.
vtkInteractorStyle - provide event-driven interface to the rendering window (defines trackball mode).
vtkInteractorStyle() - Constructor for class vtk.vtkInteractorStyle
 
vtkInteractorStyle(int) - Constructor for class vtk.vtkInteractorStyle
 
vtkInteractorStyleBeanInfo - class vtk.vtkInteractorStyleBeanInfo.
BeanInfo support class for the vtkInteractorStyle class.
vtkInteractorStyleBeanInfo() - Constructor for class vtk.vtkInteractorStyleBeanInfo
 
vtkInteractorStyleFlight - class vtk.vtkInteractorStyleFlight.
vtkInteractorStyleFlight - provides flight motion routines.
vtkInteractorStyleFlight() - Constructor for class vtk.vtkInteractorStyleFlight
 
vtkInteractorStyleFlight(int) - Constructor for class vtk.vtkInteractorStyleFlight
 
vtkInteractorStyleFlightBeanInfo - class vtk.vtkInteractorStyleFlightBeanInfo.
BeanInfo support class for the vtkInteractorStyleFlight class.
vtkInteractorStyleFlightBeanInfo() - Constructor for class vtk.vtkInteractorStyleFlightBeanInfo
 
vtkInteractorStyleImage - class vtk.vtkInteractorStyleImage.
vtkInteractorStyleImage - interactive manipulation of the camera specialized for images.
vtkInteractorStyleImage() - Constructor for class vtk.vtkInteractorStyleImage
 
vtkInteractorStyleImage(int) - Constructor for class vtk.vtkInteractorStyleImage
 
vtkInteractorStyleImageBeanInfo - class vtk.vtkInteractorStyleImageBeanInfo.
BeanInfo support class for the vtkInteractorStyleImage class.
vtkInteractorStyleImageBeanInfo() - Constructor for class vtk.vtkInteractorStyleImageBeanInfo
 
vtkInteractorStyleJoystickActor - class vtk.vtkInteractorStyleJoystickActor.
vtkInteractorStyleJoystickActor - manipulate objects in the scene independently of one another.
vtkInteractorStyleJoystickActor() - Constructor for class vtk.vtkInteractorStyleJoystickActor
 
vtkInteractorStyleJoystickActor(int) - Constructor for class vtk.vtkInteractorStyleJoystickActor
 
vtkInteractorStyleJoystickActorBeanInfo - class vtk.vtkInteractorStyleJoystickActorBeanInfo.
BeanInfo support class for the vtkInteractorStyleJoystickActor class.
vtkInteractorStyleJoystickActorBeanInfo() - Constructor for class vtk.vtkInteractorStyleJoystickActorBeanInfo
 
vtkInteractorStyleJoystickCamera - class vtk.vtkInteractorStyleJoystickCamera.
vtkInteractorStyleJoystickCamera - interactive manipulation of the camera.
vtkInteractorStyleJoystickCamera() - Constructor for class vtk.vtkInteractorStyleJoystickCamera
 
vtkInteractorStyleJoystickCamera(int) - Constructor for class vtk.vtkInteractorStyleJoystickCamera
 
vtkInteractorStyleJoystickCameraBeanInfo - class vtk.vtkInteractorStyleJoystickCameraBeanInfo.
BeanInfo support class for the vtkInteractorStyleJoystickCamera class.
vtkInteractorStyleJoystickCameraBeanInfo() - Constructor for class vtk.vtkInteractorStyleJoystickCameraBeanInfo
 
vtkInteractorStyleRubberBandZoom - class vtk.vtkInteractorStyleRubberBandZoom.
vtkInteractorStyleRubberBandZoom - zoom in by amount indicated by rubber band box.
vtkInteractorStyleRubberBandZoom() - Constructor for class vtk.vtkInteractorStyleRubberBandZoom
 
vtkInteractorStyleRubberBandZoom(int) - Constructor for class vtk.vtkInteractorStyleRubberBandZoom
 
vtkInteractorStyleRubberBandZoomBeanInfo - class vtk.vtkInteractorStyleRubberBandZoomBeanInfo.
BeanInfo support class for the vtkInteractorStyleRubberBandZoom class.
vtkInteractorStyleRubberBandZoomBeanInfo() - Constructor for class vtk.vtkInteractorStyleRubberBandZoomBeanInfo
 
vtkInteractorStyleSwitch - class vtk.vtkInteractorStyleSwitch.
vtkInteractorStyleSwitch - class to swap between interactory styles.
vtkInteractorStyleSwitch() - Constructor for class vtk.vtkInteractorStyleSwitch
 
vtkInteractorStyleSwitch(int) - Constructor for class vtk.vtkInteractorStyleSwitch
 
vtkInteractorStyleSwitchBeanInfo - class vtk.vtkInteractorStyleSwitchBeanInfo.
BeanInfo support class for the vtkInteractorStyleSwitch class.
vtkInteractorStyleSwitchBeanInfo() - Constructor for class vtk.vtkInteractorStyleSwitchBeanInfo
 
vtkInteractorStyleTerrain - class vtk.vtkInteractorStyleTerrain.
vtkInteractorStyleTerrain - manipulate camera in scene with natural view up (e.g., terrain).
vtkInteractorStyleTerrain() - Constructor for class vtk.vtkInteractorStyleTerrain
 
vtkInteractorStyleTerrain(int) - Constructor for class vtk.vtkInteractorStyleTerrain
 
vtkInteractorStyleTerrainBeanInfo - class vtk.vtkInteractorStyleTerrainBeanInfo.
BeanInfo support class for the vtkInteractorStyleTerrain class.
vtkInteractorStyleTerrainBeanInfo() - Constructor for class vtk.vtkInteractorStyleTerrainBeanInfo
 
vtkInteractorStyleTrackball - class vtk.vtkInteractorStyleTrackball.
vtkInteractorStyleTrackball - provides trackball motion control.
vtkInteractorStyleTrackball() - Constructor for class vtk.vtkInteractorStyleTrackball
 
vtkInteractorStyleTrackball(int) - Constructor for class vtk.vtkInteractorStyleTrackball
 
vtkInteractorStyleTrackballActor - class vtk.vtkInteractorStyleTrackballActor.
vtkInteractorStyleTrackballActor - manipulate objects in the scene independent of each other.
vtkInteractorStyleTrackballActor() - Constructor for class vtk.vtkInteractorStyleTrackballActor
 
vtkInteractorStyleTrackballActor(int) - Constructor for class vtk.vtkInteractorStyleTrackballActor
 
vtkInteractorStyleTrackballActorBeanInfo - class vtk.vtkInteractorStyleTrackballActorBeanInfo.
BeanInfo support class for the vtkInteractorStyleTrackballActor class.
vtkInteractorStyleTrackballActorBeanInfo() - Constructor for class vtk.vtkInteractorStyleTrackballActorBeanInfo
 
vtkInteractorStyleTrackballBeanInfo - class vtk.vtkInteractorStyleTrackballBeanInfo.
BeanInfo support class for the vtkInteractorStyleTrackball class.
vtkInteractorStyleTrackballBeanInfo() - Constructor for class vtk.vtkInteractorStyleTrackballBeanInfo
 
vtkInteractorStyleTrackballCamera - class vtk.vtkInteractorStyleTrackballCamera.
vtkInteractorStyleTrackballCamera - interactive manipulation of the camera.
vtkInteractorStyleTrackballCamera() - Constructor for class vtk.vtkInteractorStyleTrackballCamera
 
vtkInteractorStyleTrackballCamera(int) - Constructor for class vtk.vtkInteractorStyleTrackballCamera
 
vtkInteractorStyleTrackballCameraBeanInfo - class vtk.vtkInteractorStyleTrackballCameraBeanInfo.
BeanInfo support class for the vtkInteractorStyleTrackballCamera class.
vtkInteractorStyleTrackballCameraBeanInfo() - Constructor for class vtk.vtkInteractorStyleTrackballCameraBeanInfo
 
vtkInteractorStyleUnicam - class vtk.vtkInteractorStyleUnicam.
vtkInteractorStyleUnicam - provides Unicam navigation style.
vtkInteractorStyleUnicam() - Constructor for class vtk.vtkInteractorStyleUnicam
 
vtkInteractorStyleUnicam(int) - Constructor for class vtk.vtkInteractorStyleUnicam
 
vtkInteractorStyleUnicamBeanInfo - class vtk.vtkInteractorStyleUnicamBeanInfo.
BeanInfo support class for the vtkInteractorStyleUnicam class.
vtkInteractorStyleUnicamBeanInfo() - Constructor for class vtk.vtkInteractorStyleUnicamBeanInfo
 
vtkInteractorStyleUser - class vtk.vtkInteractorStyleUser.
vtkInteractorStyleUser - provides customizable interaction routines.
vtkInteractorStyleUser() - Constructor for class vtk.vtkInteractorStyleUser
 
vtkInteractorStyleUser(int) - Constructor for class vtk.vtkInteractorStyleUser
 
vtkInteractorStyleUserBeanInfo - class vtk.vtkInteractorStyleUserBeanInfo.
BeanInfo support class for the vtkInteractorStyleUser class.
vtkInteractorStyleUserBeanInfo() - Constructor for class vtk.vtkInteractorStyleUserBeanInfo
 
vtkInterpolateDataSetAttributes - class vtk.vtkInterpolateDataSetAttributes.
vtkInterpolateDataSetAttributes - interpolate scalars, vectors, etc. and other dataset attributes.
vtkInterpolateDataSetAttributes() - Constructor for class vtk.vtkInterpolateDataSetAttributes
 
vtkInterpolateDataSetAttributes(int) - Constructor for class vtk.vtkInterpolateDataSetAttributes
 
vtkInterpolateDataSetAttributesBeanInfo - class vtk.vtkInterpolateDataSetAttributesBeanInfo.
BeanInfo support class for the vtkInterpolateDataSetAttributes class.
vtkInterpolateDataSetAttributesBeanInfo() - Constructor for class vtk.vtkInterpolateDataSetAttributesBeanInfo
 
vtkInterpolatedVelocityField - class vtk.vtkInterpolatedVelocityField.
vtkInterpolatedVelocityField - Interface for obtaining.
vtkInterpolatedVelocityField() - Constructor for class vtk.vtkInterpolatedVelocityField
 
vtkInterpolatedVelocityField(int) - Constructor for class vtk.vtkInterpolatedVelocityField
 
vtkInterpolatedVelocityFieldBeanInfo - class vtk.vtkInterpolatedVelocityFieldBeanInfo.
BeanInfo support class for the vtkInterpolatedVelocityField class.
vtkInterpolatedVelocityFieldBeanInfo() - Constructor for class vtk.vtkInterpolatedVelocityFieldBeanInfo
 
vtkInterpolatingSubdivisionFilter - class vtk.vtkInterpolatingSubdivisionFilter.
vtkInterpolatingSubdivisionFilter - generate a subdivision surface using an Interpolating Scheme.
vtkInterpolatingSubdivisionFilter() - Constructor for class vtk.vtkInterpolatingSubdivisionFilter
 
vtkInterpolatingSubdivisionFilter(int) - Constructor for class vtk.vtkInterpolatingSubdivisionFilter
 
vtkInterpolatingSubdivisionFilterBeanInfo - class vtk.vtkInterpolatingSubdivisionFilterBeanInfo.
BeanInfo support class for the vtkInterpolatingSubdivisionFilter class.
vtkInterpolatingSubdivisionFilterBeanInfo() - Constructor for class vtk.vtkInterpolatingSubdivisionFilterBeanInfo
 
vtkIterativeClosestPointTransform - class vtk.vtkIterativeClosestPointTransform.
vtkIterativeClosestPointTransform - Implementation of the ICP algorithm..
vtkIterativeClosestPointTransform() - Constructor for class vtk.vtkIterativeClosestPointTransform
 
vtkIterativeClosestPointTransform(int) - Constructor for class vtk.vtkIterativeClosestPointTransform
 
vtkIterativeClosestPointTransformBeanInfo - class vtk.vtkIterativeClosestPointTransformBeanInfo.
BeanInfo support class for the vtkIterativeClosestPointTransform class.
vtkIterativeClosestPointTransformBeanInfo() - Constructor for class vtk.vtkIterativeClosestPointTransformBeanInfo
 
vtkJPEGReader - class vtk.vtkJPEGReader.
vtkJPEGReader - read JPEG files.
vtkJPEGReader() - Constructor for class vtk.vtkJPEGReader
 
vtkJPEGReader(int) - Constructor for class vtk.vtkJPEGReader
 
vtkJPEGReaderBeanInfo - class vtk.vtkJPEGReaderBeanInfo.
BeanInfo support class for the vtkJPEGReader class.
vtkJPEGReaderBeanInfo() - Constructor for class vtk.vtkJPEGReaderBeanInfo
 
vtkJPEGWriter - class vtk.vtkJPEGWriter.
vtkJPEGWriter - Writes JPEG files..
vtkJPEGWriter() - Constructor for class vtk.vtkJPEGWriter
 
vtkJPEGWriter(int) - Constructor for class vtk.vtkJPEGWriter
 
vtkJPEGWriterBeanInfo - class vtk.vtkJPEGWriterBeanInfo.
BeanInfo support class for the vtkJPEGWriter class.
vtkJPEGWriterBeanInfo() - Constructor for class vtk.vtkJPEGWriterBeanInfo
 
vtkKitwareContourFilter - class vtk.vtkKitwareContourFilter.
vtkKitwareContourFilter - generate isosurfaces/isolines from scalar values.
vtkKitwareContourFilter() - Constructor for class vtk.vtkKitwareContourFilter
 
vtkKitwareContourFilter(int) - Constructor for class vtk.vtkKitwareContourFilter
 
vtkKitwareContourFilterBeanInfo - class vtk.vtkKitwareContourFilterBeanInfo.
BeanInfo support class for the vtkKitwareContourFilter class.
vtkKitwareContourFilterBeanInfo() - Constructor for class vtk.vtkKitwareContourFilterBeanInfo
 
vtkKitwareCutter - class vtk.vtkKitwareCutter.
vtkKitwareCutter - Cut vtkDataSet with user-specified implicit function.
vtkKitwareCutter() - Constructor for class vtk.vtkKitwareCutter
 
vtkKitwareCutter(int) - Constructor for class vtk.vtkKitwareCutter
 
vtkKitwareCutterBeanInfo - class vtk.vtkKitwareCutterBeanInfo.
BeanInfo support class for the vtkKitwareCutter class.
vtkKitwareCutterBeanInfo() - Constructor for class vtk.vtkKitwareCutterBeanInfo
 
vtkKochanekSpline - class vtk.vtkKochanekSpline.
vtkKochanekSpline - computes an interpolating spline using a Kochanek basis..
vtkKochanekSpline() - Constructor for class vtk.vtkKochanekSpline
 
vtkKochanekSpline(int) - Constructor for class vtk.vtkKochanekSpline
 
vtkKochanekSplineBeanInfo - class vtk.vtkKochanekSplineBeanInfo.
BeanInfo support class for the vtkKochanekSpline class.
vtkKochanekSplineBeanInfo() - Constructor for class vtk.vtkKochanekSplineBeanInfo
 
vtkLODActor - class vtk.vtkLODActor.
vtkLODActor - an actor that supports multiple levels of detail.
vtkLODActor() - Constructor for class vtk.vtkLODActor
 
vtkLODActor(int) - Constructor for class vtk.vtkLODActor
 
vtkLODActorBeanInfo - class vtk.vtkLODActorBeanInfo.
BeanInfo support class for the vtkLODActor class.
vtkLODActorBeanInfo() - Constructor for class vtk.vtkLODActorBeanInfo
 
vtkLODProp3D - class vtk.vtkLODProp3D.
vtkLODProp3D - level of detail 3D prop.
vtkLODProp3D() - Constructor for class vtk.vtkLODProp3D
 
vtkLODProp3D(int) - Constructor for class vtk.vtkLODProp3D
 
vtkLODProp3DBeanInfo - class vtk.vtkLODProp3DBeanInfo.
BeanInfo support class for the vtkLODProp3D class.
vtkLODProp3DBeanInfo() - Constructor for class vtk.vtkLODProp3DBeanInfo
 
vtkLabeledDataMapper - class vtk.vtkLabeledDataMapper.
vtkLabeledDataMapper - draw text labels at dataset points.
vtkLabeledDataMapper() - Constructor for class vtk.vtkLabeledDataMapper
 
vtkLabeledDataMapper(int) - Constructor for class vtk.vtkLabeledDataMapper
 
vtkLabeledDataMapperBeanInfo - class vtk.vtkLabeledDataMapperBeanInfo.
BeanInfo support class for the vtkLabeledDataMapper class.
vtkLabeledDataMapperBeanInfo() - Constructor for class vtk.vtkLabeledDataMapperBeanInfo
 
vtkLandmarkTransform - class vtk.vtkLandmarkTransform.
vtkLandmarkTransform - a linear transform specified by two corresponding point sets.
vtkLandmarkTransform() - Constructor for class vtk.vtkLandmarkTransform
 
vtkLandmarkTransform(int) - Constructor for class vtk.vtkLandmarkTransform
 
vtkLandmarkTransformBeanInfo - class vtk.vtkLandmarkTransformBeanInfo.
BeanInfo support class for the vtkLandmarkTransform class.
vtkLandmarkTransformBeanInfo() - Constructor for class vtk.vtkLandmarkTransformBeanInfo
 
vtkLegendBoxActor - class vtk.vtkLegendBoxActor.
vtkLegendBoxActor - draw symbols with text.
vtkLegendBoxActor() - Constructor for class vtk.vtkLegendBoxActor
 
vtkLegendBoxActor(int) - Constructor for class vtk.vtkLegendBoxActor
 
vtkLegendBoxActorBeanInfo - class vtk.vtkLegendBoxActorBeanInfo.
BeanInfo support class for the vtkLegendBoxActor class.
vtkLegendBoxActorBeanInfo() - Constructor for class vtk.vtkLegendBoxActorBeanInfo
 
vtkLight - class vtk.vtkLight.
vtkLight - a virtual light for 3D rendering.
vtkLight() - Constructor for class vtk.vtkLight
 
vtkLight(int) - Constructor for class vtk.vtkLight
 
vtkLightBeanInfo - class vtk.vtkLightBeanInfo.
BeanInfo support class for the vtkLight class.
vtkLightBeanInfo() - Constructor for class vtk.vtkLightBeanInfo
 
vtkLightCollection - class vtk.vtkLightCollection.
vtkLightCollection - a list of lights.
vtkLightCollection() - Constructor for class vtk.vtkLightCollection
 
vtkLightCollection(int) - Constructor for class vtk.vtkLightCollection
 
vtkLightCollectionBeanInfo - class vtk.vtkLightCollectionBeanInfo.
BeanInfo support class for the vtkLightCollection class.
vtkLightCollectionBeanInfo() - Constructor for class vtk.vtkLightCollectionBeanInfo
 
vtkLightKit - class vtk.vtkLightKit.
vtkLightKit - a simple but quality lighting kit.
vtkLightKit() - Constructor for class vtk.vtkLightKit
 
vtkLightKit(int) - Constructor for class vtk.vtkLightKit
 
vtkLightKitBeanInfo - class vtk.vtkLightKitBeanInfo.
BeanInfo support class for the vtkLightKit class.
vtkLightKitBeanInfo() - Constructor for class vtk.vtkLightKitBeanInfo
 
vtkLine - class vtk.vtkLine.
vtkLine - cell represents a 1D line.
vtkLine() - Constructor for class vtk.vtkLine
 
vtkLine(int) - Constructor for class vtk.vtkLine
 
vtkLineBeanInfo - class vtk.vtkLineBeanInfo.
BeanInfo support class for the vtkLine class.
vtkLineBeanInfo() - Constructor for class vtk.vtkLineBeanInfo
 
vtkLineSource - class vtk.vtkLineSource.
vtkLineSource - create a line defined by two end points.
vtkLineSource() - Constructor for class vtk.vtkLineSource
 
vtkLineSource(int) - Constructor for class vtk.vtkLineSource
 
vtkLineSourceBeanInfo - class vtk.vtkLineSourceBeanInfo.
BeanInfo support class for the vtkLineSource class.
vtkLineSourceBeanInfo() - Constructor for class vtk.vtkLineSourceBeanInfo
 
vtkLineWidget - class vtk.vtkLineWidget.
vtkLineWidget - 3D widget for manipulating a line.
vtkLineWidget() - Constructor for class vtk.vtkLineWidget
 
vtkLineWidget(int) - Constructor for class vtk.vtkLineWidget
 
vtkLineWidgetBeanInfo - class vtk.vtkLineWidgetBeanInfo.
BeanInfo support class for the vtkLineWidget class.
vtkLineWidgetBeanInfo() - Constructor for class vtk.vtkLineWidgetBeanInfo
 
vtkLinearExtrusionFilter - class vtk.vtkLinearExtrusionFilter.
vtkLinearExtrusionFilter - sweep polygonal data creating a "skirt" from free edges and lines, and lines from vertices.
vtkLinearExtrusionFilter() - Constructor for class vtk.vtkLinearExtrusionFilter
 
vtkLinearExtrusionFilter(int) - Constructor for class vtk.vtkLinearExtrusionFilter
 
vtkLinearExtrusionFilterBeanInfo - class vtk.vtkLinearExtrusionFilterBeanInfo.
BeanInfo support class for the vtkLinearExtrusionFilter class.
vtkLinearExtrusionFilterBeanInfo() - Constructor for class vtk.vtkLinearExtrusionFilterBeanInfo
 
vtkLinearSubdivisionFilter - class vtk.vtkLinearSubdivisionFilter.
vtkLinearSubdivisionFilter - generate a subdivision surface using the Linear Scheme.
vtkLinearSubdivisionFilter() - Constructor for class vtk.vtkLinearSubdivisionFilter
 
vtkLinearSubdivisionFilter(int) - Constructor for class vtk.vtkLinearSubdivisionFilter
 
vtkLinearSubdivisionFilterBeanInfo - class vtk.vtkLinearSubdivisionFilterBeanInfo.
BeanInfo support class for the vtkLinearSubdivisionFilter class.
vtkLinearSubdivisionFilterBeanInfo() - Constructor for class vtk.vtkLinearSubdivisionFilterBeanInfo
 
vtkLinearTransform - class vtk.vtkLinearTransform.
vtkLinearTransform - abstract superclass for linear transformations.
vtkLinearTransform() - Constructor for class vtk.vtkLinearTransform
 
vtkLinearTransform(int) - Constructor for class vtk.vtkLinearTransform
 
vtkLinearTransformBeanInfo - class vtk.vtkLinearTransformBeanInfo.
BeanInfo support class for the vtkLinearTransform class.
vtkLinearTransformBeanInfo() - Constructor for class vtk.vtkLinearTransformBeanInfo
 
vtkLinkEdgels - class vtk.vtkLinkEdgels.
vtkLinkEdgels - links edgels together to form digital curves..
vtkLinkEdgels() - Constructor for class vtk.vtkLinkEdgels
 
vtkLinkEdgels(int) - Constructor for class vtk.vtkLinkEdgels
 
vtkLinkEdgelsBeanInfo - class vtk.vtkLinkEdgelsBeanInfo.
BeanInfo support class for the vtkLinkEdgels class.
vtkLinkEdgelsBeanInfo() - Constructor for class vtk.vtkLinkEdgelsBeanInfo
 
vtkLocator - class vtk.vtkLocator.
vtkLocator - abstract base class for objects that accelerate spatial searches.
vtkLocator() - Constructor for class vtk.vtkLocator
 
vtkLocator(int) - Constructor for class vtk.vtkLocator
 
vtkLocatorBeanInfo - class vtk.vtkLocatorBeanInfo.
BeanInfo support class for the vtkLocator class.
vtkLocatorBeanInfo() - Constructor for class vtk.vtkLocatorBeanInfo
 
vtkLogLookupTable - class vtk.vtkLogLookupTable.
vtkLogLookupTable - map scalars into colors using log (base 10) scale.
vtkLogLookupTable() - Constructor for class vtk.vtkLogLookupTable
 
vtkLogLookupTable(int) - Constructor for class vtk.vtkLogLookupTable
 
vtkLogLookupTableBeanInfo - class vtk.vtkLogLookupTableBeanInfo.
BeanInfo support class for the vtkLogLookupTable class.
vtkLogLookupTableBeanInfo() - Constructor for class vtk.vtkLogLookupTableBeanInfo
 
vtkLongArray - class vtk.vtkLongArray.
vtkLongArray - dynamic, self-adjusting array of long.
vtkLongArray() - Constructor for class vtk.vtkLongArray
 
vtkLongArray(int) - Constructor for class vtk.vtkLongArray
 
vtkLongArrayBeanInfo - class vtk.vtkLongArrayBeanInfo.
BeanInfo support class for the vtkLongArray class.
vtkLongArrayBeanInfo() - Constructor for class vtk.vtkLongArrayBeanInfo
 
vtkLookupTable - class vtk.vtkLookupTable.
vtkLookupTable - map scalar values into colors via a lookup table.
vtkLookupTable() - Constructor for class vtk.vtkLookupTable
 
vtkLookupTable(int) - Constructor for class vtk.vtkLookupTable
 
vtkLookupTableBeanInfo - class vtk.vtkLookupTableBeanInfo.
BeanInfo support class for the vtkLookupTable class.
vtkLookupTableBeanInfo() - Constructor for class vtk.vtkLookupTableBeanInfo
 
vtkLoopSubdivisionFilter - class vtk.vtkLoopSubdivisionFilter.
vtkLoopSubdivisionFilter - generate a subdivision surface using the Loop Scheme.
vtkLoopSubdivisionFilter() - Constructor for class vtk.vtkLoopSubdivisionFilter
 
vtkLoopSubdivisionFilter(int) - Constructor for class vtk.vtkLoopSubdivisionFilter
 
vtkLoopSubdivisionFilterBeanInfo - class vtk.vtkLoopSubdivisionFilterBeanInfo.
BeanInfo support class for the vtkLoopSubdivisionFilter class.
vtkLoopSubdivisionFilterBeanInfo() - Constructor for class vtk.vtkLoopSubdivisionFilterBeanInfo
 
vtkMCubesReader - class vtk.vtkMCubesReader.
vtkMCubesReader - read binary marching cubes file.
vtkMCubesReader() - Constructor for class vtk.vtkMCubesReader
 
vtkMCubesReader(int) - Constructor for class vtk.vtkMCubesReader
 
vtkMCubesReaderBeanInfo - class vtk.vtkMCubesReaderBeanInfo.
BeanInfo support class for the vtkMCubesReader class.
vtkMCubesReaderBeanInfo() - Constructor for class vtk.vtkMCubesReaderBeanInfo
 
vtkMCubesWriter - class vtk.vtkMCubesWriter.
vtkMCubesWriter - write binary marching cubes file.
vtkMCubesWriter() - Constructor for class vtk.vtkMCubesWriter
 
vtkMCubesWriter(int) - Constructor for class vtk.vtkMCubesWriter
 
vtkMCubesWriterBeanInfo - class vtk.vtkMCubesWriterBeanInfo.
BeanInfo support class for the vtkMCubesWriter class.
vtkMCubesWriterBeanInfo() - Constructor for class vtk.vtkMCubesWriterBeanInfo
 
vtkMapper - class vtk.vtkMapper.
vtkMapper - abstract class specifies interface to map data to graphics primitives.
vtkMapper() - Constructor for class vtk.vtkMapper
 
vtkMapper(int) - Constructor for class vtk.vtkMapper
 
vtkMapper2D - class vtk.vtkMapper2D.
vtkMapper2D.
vtkMapper2D() - Constructor for class vtk.vtkMapper2D
 
vtkMapper2D(int) - Constructor for class vtk.vtkMapper2D
 
vtkMapper2DBeanInfo - class vtk.vtkMapper2DBeanInfo.
BeanInfo support class for the vtkMapper2D class.
vtkMapper2DBeanInfo() - Constructor for class vtk.vtkMapper2DBeanInfo
 
vtkMapperBeanInfo - class vtk.vtkMapperBeanInfo.
BeanInfo support class for the vtkMapper class.
vtkMapperBeanInfo() - Constructor for class vtk.vtkMapperBeanInfo
 
vtkMapperCollection - class vtk.vtkMapperCollection.
vtkMapperCollection - a list of mappers.
vtkMapperCollection() - Constructor for class vtk.vtkMapperCollection
 
vtkMapperCollection(int) - Constructor for class vtk.vtkMapperCollection
 
vtkMapperCollectionBeanInfo - class vtk.vtkMapperCollectionBeanInfo.
BeanInfo support class for the vtkMapperCollection class.
vtkMapperCollectionBeanInfo() - Constructor for class vtk.vtkMapperCollectionBeanInfo
 
vtkMarchingContourFilter - class vtk.vtkMarchingContourFilter.
vtkMarchingContourFilter - generate isosurfaces/isolines from scalar values.
vtkMarchingContourFilter() - Constructor for class vtk.vtkMarchingContourFilter
 
vtkMarchingContourFilter(int) - Constructor for class vtk.vtkMarchingContourFilter
 
vtkMarchingContourFilterBeanInfo - class vtk.vtkMarchingContourFilterBeanInfo.
BeanInfo support class for the vtkMarchingContourFilter class.
vtkMarchingContourFilterBeanInfo() - Constructor for class vtk.vtkMarchingContourFilterBeanInfo
 
vtkMarchingCubes - class vtk.vtkMarchingCubes.
vtkMarchingCubes - generate isosurface(s) from volume.
vtkMarchingCubes() - Constructor for class vtk.vtkMarchingCubes
 
vtkMarchingCubes(int) - Constructor for class vtk.vtkMarchingCubes
 
vtkMarchingCubesBeanInfo - class vtk.vtkMarchingCubesBeanInfo.
BeanInfo support class for the vtkMarchingCubes class.
vtkMarchingCubesBeanInfo() - Constructor for class vtk.vtkMarchingCubesBeanInfo
 
vtkMarchingSquares - class vtk.vtkMarchingSquares.
vtkMarchingSquares - generate isoline(s) from structured points set.
vtkMarchingSquares() - Constructor for class vtk.vtkMarchingSquares
 
vtkMarchingSquares(int) - Constructor for class vtk.vtkMarchingSquares
 
vtkMarchingSquaresBeanInfo - class vtk.vtkMarchingSquaresBeanInfo.
BeanInfo support class for the vtkMarchingSquares class.
vtkMarchingSquaresBeanInfo() - Constructor for class vtk.vtkMarchingSquaresBeanInfo
 
vtkMaskFields - class vtk.vtkMaskFields.
vtkMaskFields - Allow control of which fields get passed.
vtkMaskFields() - Constructor for class vtk.vtkMaskFields
 
vtkMaskFields(int) - Constructor for class vtk.vtkMaskFields
 
vtkMaskFieldsBeanInfo - class vtk.vtkMaskFieldsBeanInfo.
BeanInfo support class for the vtkMaskFields class.
vtkMaskFieldsBeanInfo() - Constructor for class vtk.vtkMaskFieldsBeanInfo
 
vtkMaskPoints - class vtk.vtkMaskPoints.
vtkMaskPoints - selectively filter points.
vtkMaskPoints() - Constructor for class vtk.vtkMaskPoints
 
vtkMaskPoints(int) - Constructor for class vtk.vtkMaskPoints
 
vtkMaskPointsBeanInfo - class vtk.vtkMaskPointsBeanInfo.
BeanInfo support class for the vtkMaskPoints class.
vtkMaskPointsBeanInfo() - Constructor for class vtk.vtkMaskPointsBeanInfo
 
vtkMaskPolyData - class vtk.vtkMaskPolyData.
vtkMaskPolyData - sample subset of input polygonal data.
vtkMaskPolyData() - Constructor for class vtk.vtkMaskPolyData
 
vtkMaskPolyData(int) - Constructor for class vtk.vtkMaskPolyData
 
vtkMaskPolyDataBeanInfo - class vtk.vtkMaskPolyDataBeanInfo.
BeanInfo support class for the vtkMaskPolyData class.
vtkMaskPolyDataBeanInfo() - Constructor for class vtk.vtkMaskPolyDataBeanInfo
 
vtkMassProperties - class vtk.vtkMassProperties.
vtkMassProperties - estimate volume, area, shape index of triangle mesh.
vtkMassProperties() - Constructor for class vtk.vtkMassProperties
 
vtkMassProperties(int) - Constructor for class vtk.vtkMassProperties
 
vtkMassPropertiesBeanInfo - class vtk.vtkMassPropertiesBeanInfo.
BeanInfo support class for the vtkMassProperties class.
vtkMassPropertiesBeanInfo() - Constructor for class vtk.vtkMassPropertiesBeanInfo
 
vtkMath - class vtk.vtkMath.
vtkMath - performs common math operations.
vtkMath() - Constructor for class vtk.vtkMath
 
vtkMath(int) - Constructor for class vtk.vtkMath
 
vtkMathBeanInfo - class vtk.vtkMathBeanInfo.
BeanInfo support class for the vtkMath class.
vtkMathBeanInfo() - Constructor for class vtk.vtkMathBeanInfo
 
vtkMatrix4x4 - class vtk.vtkMatrix4x4.
vtkMatrix4x4 - represent and manipulate 4x4 transformation matrices.
vtkMatrix4x4() - Constructor for class vtk.vtkMatrix4x4
 
vtkMatrix4x4(int) - Constructor for class vtk.vtkMatrix4x4
 
vtkMatrix4x4BeanInfo - class vtk.vtkMatrix4x4BeanInfo.
BeanInfo support class for the vtkMatrix4x4 class.
vtkMatrix4x4BeanInfo() - Constructor for class vtk.vtkMatrix4x4BeanInfo
 
vtkMatrixToHomogeneousTransform - class vtk.vtkMatrixToHomogeneousTransform.
vtkMatrixToHomogeneousTransform - convert a matrix to a transform.
vtkMatrixToHomogeneousTransform() - Constructor for class vtk.vtkMatrixToHomogeneousTransform
 
vtkMatrixToHomogeneousTransform(int) - Constructor for class vtk.vtkMatrixToHomogeneousTransform
 
vtkMatrixToHomogeneousTransformBeanInfo - class vtk.vtkMatrixToHomogeneousTransformBeanInfo.
BeanInfo support class for the vtkMatrixToHomogeneousTransform class.
vtkMatrixToHomogeneousTransformBeanInfo() - Constructor for class vtk.vtkMatrixToHomogeneousTransformBeanInfo
 
vtkMatrixToLinearTransform - class vtk.vtkMatrixToLinearTransform.
vtkMatrixToLinearTransform - convert a matrix to a transform.
vtkMatrixToLinearTransform() - Constructor for class vtk.vtkMatrixToLinearTransform
 
vtkMatrixToLinearTransform(int) - Constructor for class vtk.vtkMatrixToLinearTransform
 
vtkMatrixToLinearTransformBeanInfo - class vtk.vtkMatrixToLinearTransformBeanInfo.
BeanInfo support class for the vtkMatrixToLinearTransform class.
vtkMatrixToLinearTransformBeanInfo() - Constructor for class vtk.vtkMatrixToLinearTransformBeanInfo
 
vtkMedicalImageReader2 - class vtk.vtkMedicalImageReader2.
vtkMedicalImageReader2 - vtkImageReader2 with medical meta data..
vtkMedicalImageReader2() - Constructor for class vtk.vtkMedicalImageReader2
 
vtkMedicalImageReader2(int) - Constructor for class vtk.vtkMedicalImageReader2
 
vtkMedicalImageReader2BeanInfo - class vtk.vtkMedicalImageReader2BeanInfo.
BeanInfo support class for the vtkMedicalImageReader2 class.
vtkMedicalImageReader2BeanInfo() - Constructor for class vtk.vtkMedicalImageReader2BeanInfo
 
vtkMergeDataObjectFilter - class vtk.vtkMergeDataObjectFilter.
vtkMergeDataObjectFilter - merge dataset and data object field to create dataset with attribute data.
vtkMergeDataObjectFilter() - Constructor for class vtk.vtkMergeDataObjectFilter
 
vtkMergeDataObjectFilter(int) - Constructor for class vtk.vtkMergeDataObjectFilter
 
vtkMergeDataObjectFilterBeanInfo - class vtk.vtkMergeDataObjectFilterBeanInfo.
BeanInfo support class for the vtkMergeDataObjectFilter class.
vtkMergeDataObjectFilterBeanInfo() - Constructor for class vtk.vtkMergeDataObjectFilterBeanInfo
 
vtkMergeFields - class vtk.vtkMergeFields.
vtkMergeFields - Merge multiple fields into one..
vtkMergeFields() - Constructor for class vtk.vtkMergeFields
 
vtkMergeFields(int) - Constructor for class vtk.vtkMergeFields
 
vtkMergeFieldsBeanInfo - class vtk.vtkMergeFieldsBeanInfo.
BeanInfo support class for the vtkMergeFields class.
vtkMergeFieldsBeanInfo() - Constructor for class vtk.vtkMergeFieldsBeanInfo
 
vtkMergeFilter - class vtk.vtkMergeFilter.
vtkMergeFilter - extract separate components of data from different datasets.
vtkMergeFilter() - Constructor for class vtk.vtkMergeFilter
 
vtkMergeFilter(int) - Constructor for class vtk.vtkMergeFilter
 
vtkMergeFilterBeanInfo - class vtk.vtkMergeFilterBeanInfo.
BeanInfo support class for the vtkMergeFilter class.
vtkMergeFilterBeanInfo() - Constructor for class vtk.vtkMergeFilterBeanInfo
 
vtkMergePoints - class vtk.vtkMergePoints.
vtkMergePoints - merge exactly coincident points.
vtkMergePoints() - Constructor for class vtk.vtkMergePoints
 
vtkMergePoints(int) - Constructor for class vtk.vtkMergePoints
 
vtkMergePointsBeanInfo - class vtk.vtkMergePointsBeanInfo.
BeanInfo support class for the vtkMergePoints class.
vtkMergePointsBeanInfo() - Constructor for class vtk.vtkMergePointsBeanInfo
 
vtkMeshQuality - class vtk.vtkMeshQuality.
vtkMeshQuality - calculate quality of tetrahedral meshes.
vtkMeshQuality() - Constructor for class vtk.vtkMeshQuality
 
vtkMeshQuality(int) - Constructor for class vtk.vtkMeshQuality
 
vtkMeshQualityBeanInfo - class vtk.vtkMeshQualityBeanInfo.
BeanInfo support class for the vtkMeshQuality class.
vtkMeshQualityBeanInfo() - Constructor for class vtk.vtkMeshQualityBeanInfo
 
vtkMetaImageReader - class vtk.vtkMetaImageReader.
vtkMetaImageReader - read binary UNC meta image data.
vtkMetaImageReader() - Constructor for class vtk.vtkMetaImageReader
 
vtkMetaImageReader(int) - Constructor for class vtk.vtkMetaImageReader
 
vtkMetaImageReaderBeanInfo - class vtk.vtkMetaImageReaderBeanInfo.
BeanInfo support class for the vtkMetaImageReader class.
vtkMetaImageReaderBeanInfo() - Constructor for class vtk.vtkMetaImageReaderBeanInfo
 
vtkMetaImageWriter - class vtk.vtkMetaImageWriter.
vtkMetaImageWriter - write a binary UNC meta image data.
vtkMetaImageWriter() - Constructor for class vtk.vtkMetaImageWriter
 
vtkMetaImageWriter(int) - Constructor for class vtk.vtkMetaImageWriter
 
vtkMetaImageWriterBeanInfo - class vtk.vtkMetaImageWriterBeanInfo.
BeanInfo support class for the vtkMetaImageWriter class.
vtkMetaImageWriterBeanInfo() - Constructor for class vtk.vtkMetaImageWriterBeanInfo
 
vtkMoleculeReaderBase - class vtk.vtkMoleculeReaderBase.
vtkMoleculeReaderBase - read Molecular Data files.
vtkMoleculeReaderBase() - Constructor for class vtk.vtkMoleculeReaderBase
 
vtkMoleculeReaderBase(int) - Constructor for class vtk.vtkMoleculeReaderBase
 
vtkMoleculeReaderBaseBeanInfo - class vtk.vtkMoleculeReaderBaseBeanInfo.
BeanInfo support class for the vtkMoleculeReaderBase class.
vtkMoleculeReaderBaseBeanInfo() - Constructor for class vtk.vtkMoleculeReaderBaseBeanInfo
 
vtkMultiBlockApplyFilterCommand - class vtk.vtkMultiBlockApplyFilterCommand.
vtkMultiBlockApplyFilterCommand - command responsible for executing a filter on datasets.
vtkMultiBlockApplyFilterCommand() - Constructor for class vtk.vtkMultiBlockApplyFilterCommand
 
vtkMultiBlockApplyFilterCommand(int) - Constructor for class vtk.vtkMultiBlockApplyFilterCommand
 
vtkMultiBlockApplyFilterCommandBeanInfo - class vtk.vtkMultiBlockApplyFilterCommandBeanInfo.
BeanInfo support class for the vtkMultiBlockApplyFilterCommand class.
vtkMultiBlockApplyFilterCommandBeanInfo() - Constructor for class vtk.vtkMultiBlockApplyFilterCommandBeanInfo
 
vtkMultiBlockDataIterator - class vtk.vtkMultiBlockDataIterator.
vtkMultiBlockDataIterator - iterator to access datasets in a vtkMultiBlockDataSet.
vtkMultiBlockDataIterator() - Constructor for class vtk.vtkMultiBlockDataIterator
 
vtkMultiBlockDataIterator(int) - Constructor for class vtk.vtkMultiBlockDataIterator
 
vtkMultiBlockDataIteratorBeanInfo - class vtk.vtkMultiBlockDataIteratorBeanInfo.
BeanInfo support class for the vtkMultiBlockDataIterator class.
vtkMultiBlockDataIteratorBeanInfo() - Constructor for class vtk.vtkMultiBlockDataIteratorBeanInfo
 
vtkMultiBlockDataSet - class vtk.vtkMultiBlockDataSet.
vtkMultiBlockDataSet - collection of data objects.
vtkMultiBlockDataSet() - Constructor for class vtk.vtkMultiBlockDataSet
 
vtkMultiBlockDataSet(int) - Constructor for class vtk.vtkMultiBlockDataSet
 
vtkMultiBlockDataSetBeanInfo - class vtk.vtkMultiBlockDataSetBeanInfo.
BeanInfo support class for the vtkMultiBlockDataSet class.
vtkMultiBlockDataSetBeanInfo() - Constructor for class vtk.vtkMultiBlockDataSetBeanInfo
 
vtkMultiBlockDataVisitor - class vtk.vtkMultiBlockDataVisitor.
vtkMultiBlockDataVisitor - visitor to apply a command to all datasets.
vtkMultiBlockDataVisitor() - Constructor for class vtk.vtkMultiBlockDataVisitor
 
vtkMultiBlockDataVisitor(int) - Constructor for class vtk.vtkMultiBlockDataVisitor
 
vtkMultiBlockDataVisitorBeanInfo - class vtk.vtkMultiBlockDataVisitorBeanInfo.
BeanInfo support class for the vtkMultiBlockDataVisitor class.
vtkMultiBlockDataVisitorBeanInfo() - Constructor for class vtk.vtkMultiBlockDataVisitorBeanInfo
 
vtkMultiPartExtentTranslator - class vtk.vtkMultiPartExtentTranslator.
vtkMultiPartExtentTranslator - Returns the whole extent for any piece..
vtkMultiPartExtentTranslator() - Constructor for class vtk.vtkMultiPartExtentTranslator
 
vtkMultiPartExtentTranslator(int) - Constructor for class vtk.vtkMultiPartExtentTranslator
 
vtkMultiPartExtentTranslatorBeanInfo - class vtk.vtkMultiPartExtentTranslatorBeanInfo.
BeanInfo support class for the vtkMultiPartExtentTranslator class.
vtkMultiPartExtentTranslatorBeanInfo() - Constructor for class vtk.vtkMultiPartExtentTranslatorBeanInfo
 
vtkMultiThreader - class vtk.vtkMultiThreader.
vtkMultiThreader - A class for performing multithreaded execution.
vtkMultiThreader() - Constructor for class vtk.vtkMultiThreader
 
vtkMultiThreader(int) - Constructor for class vtk.vtkMultiThreader
 
vtkMultiThreaderBeanInfo - class vtk.vtkMultiThreaderBeanInfo.
BeanInfo support class for the vtkMultiThreader class.
vtkMultiThreaderBeanInfo() - Constructor for class vtk.vtkMultiThreaderBeanInfo
 
vtkMutexLock - class vtk.vtkMutexLock.
vtkMutexLock - mutual exclusion locking class.
vtkMutexLock() - Constructor for class vtk.vtkMutexLock
 
vtkMutexLock(int) - Constructor for class vtk.vtkMutexLock
 
vtkMutexLockBeanInfo - class vtk.vtkMutexLockBeanInfo.
BeanInfo support class for the vtkMutexLock class.
vtkMutexLockBeanInfo() - Constructor for class vtk.vtkMutexLockBeanInfo
 
vtkNonLinearCell - class vtk.vtkNonLinearCell.
vtkNonLinearCell - abstract superclass for non-linear cells.
vtkNonLinearCell() - Constructor for class vtk.vtkNonLinearCell
 
vtkNonLinearCell(int) - Constructor for class vtk.vtkNonLinearCell
 
vtkNonLinearCellBeanInfo - class vtk.vtkNonLinearCellBeanInfo.
BeanInfo support class for the vtkNonLinearCell class.
vtkNonLinearCellBeanInfo() - Constructor for class vtk.vtkNonLinearCellBeanInfo
 
vtkOBBDicer - class vtk.vtkOBBDicer.
vtkOBBDicer - divide dataset into spatially aggregated pieces.
vtkOBBDicer() - Constructor for class vtk.vtkOBBDicer
 
vtkOBBDicer(int) - Constructor for class vtk.vtkOBBDicer
 
vtkOBBDicerBeanInfo - class vtk.vtkOBBDicerBeanInfo.
BeanInfo support class for the vtkOBBDicer class.
vtkOBBDicerBeanInfo() - Constructor for class vtk.vtkOBBDicerBeanInfo
 
vtkOBBTree - class vtk.vtkOBBTree.
vtkOBBTree - generate oriented bounding box (OBB) tree.
vtkOBBTree() - Constructor for class vtk.vtkOBBTree
 
vtkOBBTree(int) - Constructor for class vtk.vtkOBBTree
 
vtkOBBTreeBeanInfo - class vtk.vtkOBBTreeBeanInfo.
BeanInfo support class for the vtkOBBTree class.
vtkOBBTreeBeanInfo() - Constructor for class vtk.vtkOBBTreeBeanInfo
 
vtkOBJExporter - class vtk.vtkOBJExporter.
vtkOBJExporter - export a scene into Wavefront format..
vtkOBJExporter() - Constructor for class vtk.vtkOBJExporter
 
vtkOBJExporter(int) - Constructor for class vtk.vtkOBJExporter
 
vtkOBJExporterBeanInfo - class vtk.vtkOBJExporterBeanInfo.
BeanInfo support class for the vtkOBJExporter class.
vtkOBJExporterBeanInfo() - Constructor for class vtk.vtkOBJExporterBeanInfo
 
vtkOBJReader - class vtk.vtkOBJReader.
vtkOBJReader - read Wavefront .obj files.
vtkOBJReader() - Constructor for class vtk.vtkOBJReader
 
vtkOBJReader(int) - Constructor for class vtk.vtkOBJReader
 
vtkOBJReaderBeanInfo - class vtk.vtkOBJReaderBeanInfo.
BeanInfo support class for the vtkOBJReader class.
vtkOBJReaderBeanInfo() - Constructor for class vtk.vtkOBJReaderBeanInfo
 
vtkOOGLExporter - class vtk.vtkOOGLExporter.
vtkOOGLExporter - export a scene into Geomview OOGL format..
vtkOOGLExporter() - Constructor for class vtk.vtkOOGLExporter
 
vtkOOGLExporter(int) - Constructor for class vtk.vtkOOGLExporter
 
vtkOOGLExporterBeanInfo - class vtk.vtkOOGLExporterBeanInfo.
BeanInfo support class for the vtkOOGLExporter class.
vtkOOGLExporterBeanInfo() - Constructor for class vtk.vtkOOGLExporterBeanInfo
 
vtkObject - class vtk.vtkObject.
vtkObject - abstract base class for most VTK objects.
vtkObject() - Constructor for class vtk.vtkObject
 
vtkObject(int) - Constructor for class vtk.vtkObject
 
vtkObjectBase - class vtk.vtkObjectBase.
vtkObjectBase - abstract base class for most VTK objects.
vtkObjectBase() - Constructor for class vtk.vtkObjectBase
 
vtkObjectBase(int) - Constructor for class vtk.vtkObjectBase
 
vtkObjectBaseBeanInfo - class vtk.vtkObjectBaseBeanInfo.
BeanInfo support class for the vtkObjectBase class.
vtkObjectBaseBeanInfo() - Constructor for class vtk.vtkObjectBaseBeanInfo
 
vtkObjectBeanInfo - class vtk.vtkObjectBeanInfo.
BeanInfo support class for the vtkObject class.
vtkObjectBeanInfo() - Constructor for class vtk.vtkObjectBeanInfo
 
vtkObjectFactory - class vtk.vtkObjectFactory.
vtkObjectFactory - abstract base class for vtkObjectFactories.
vtkObjectFactory() - Constructor for class vtk.vtkObjectFactory
 
vtkObjectFactory(int) - Constructor for class vtk.vtkObjectFactory
 
vtkObjectFactoryBeanInfo - class vtk.vtkObjectFactoryBeanInfo.
BeanInfo support class for the vtkObjectFactory class.
vtkObjectFactoryBeanInfo() - Constructor for class vtk.vtkObjectFactoryBeanInfo
 
vtkObjectFactoryCollection - class vtk.vtkObjectFactoryCollection.
vtkObjectFactoryCollection - maintain a list of object factories.
vtkObjectFactoryCollection() - Constructor for class vtk.vtkObjectFactoryCollection
 
vtkObjectFactoryCollection(int) - Constructor for class vtk.vtkObjectFactoryCollection
 
vtkObjectFactoryCollectionBeanInfo - class vtk.vtkObjectFactoryCollectionBeanInfo.
BeanInfo support class for the vtkObjectFactoryCollection class.
vtkObjectFactoryCollectionBeanInfo() - Constructor for class vtk.vtkObjectFactoryCollectionBeanInfo
 
vtkOpenGLActor - class vtk.vtkOpenGLActor.
vtkOpenGLActor - OpenGL actor.
vtkOpenGLActor() - Constructor for class vtk.vtkOpenGLActor
 
vtkOpenGLActor(int) - Constructor for class vtk.vtkOpenGLActor
 
vtkOpenGLActorBeanInfo - class vtk.vtkOpenGLActorBeanInfo.
BeanInfo support class for the vtkOpenGLActor class.
vtkOpenGLActorBeanInfo() - Constructor for class vtk.vtkOpenGLActorBeanInfo
 
vtkOpenGLCamera - class vtk.vtkOpenGLCamera.
vtkOpenGLCamera - OpenGL camera.
vtkOpenGLCamera() - Constructor for class vtk.vtkOpenGLCamera
 
vtkOpenGLCamera(int) - Constructor for class vtk.vtkOpenGLCamera
 
vtkOpenGLCameraBeanInfo - class vtk.vtkOpenGLCameraBeanInfo.
BeanInfo support class for the vtkOpenGLCamera class.
vtkOpenGLCameraBeanInfo() - Constructor for class vtk.vtkOpenGLCameraBeanInfo
 
vtkOpenGLFreeTypeTextMapper - class vtk.vtkOpenGLFreeTypeTextMapper.
vtkOpenGLFreeTypeTextMapper - 2D Text annotation support.
vtkOpenGLFreeTypeTextMapper() - Constructor for class vtk.vtkOpenGLFreeTypeTextMapper
 
vtkOpenGLFreeTypeTextMapper(int) - Constructor for class vtk.vtkOpenGLFreeTypeTextMapper
 
vtkOpenGLFreeTypeTextMapperBeanInfo - class vtk.vtkOpenGLFreeTypeTextMapperBeanInfo.
BeanInfo support class for the vtkOpenGLFreeTypeTextMapper class.
vtkOpenGLFreeTypeTextMapperBeanInfo() - Constructor for class vtk.vtkOpenGLFreeTypeTextMapperBeanInfo
 
vtkOpenGLImageActor - class vtk.vtkOpenGLImageActor.
vtkOpenGLImageActor - OpenGL texture map.
vtkOpenGLImageActor() - Constructor for class vtk.vtkOpenGLImageActor
 
vtkOpenGLImageActor(int) - Constructor for class vtk.vtkOpenGLImageActor
 
vtkOpenGLImageActorBeanInfo - class vtk.vtkOpenGLImageActorBeanInfo.
BeanInfo support class for the vtkOpenGLImageActor class.
vtkOpenGLImageActorBeanInfo() - Constructor for class vtk.vtkOpenGLImageActorBeanInfo
 
vtkOpenGLImageMapper - class vtk.vtkOpenGLImageMapper.
vtkOpenGLImageMapper - 2D image display support for OpenGL.
vtkOpenGLImageMapper() - Constructor for class vtk.vtkOpenGLImageMapper
 
vtkOpenGLImageMapper(int) - Constructor for class vtk.vtkOpenGLImageMapper
 
vtkOpenGLImageMapperBeanInfo - class vtk.vtkOpenGLImageMapperBeanInfo.
BeanInfo support class for the vtkOpenGLImageMapper class.
vtkOpenGLImageMapperBeanInfo() - Constructor for class vtk.vtkOpenGLImageMapperBeanInfo
 
vtkOpenGLLight - class vtk.vtkOpenGLLight.
vtkOpenGLLight - OpenGL light.
vtkOpenGLLight() - Constructor for class vtk.vtkOpenGLLight
 
vtkOpenGLLight(int) - Constructor for class vtk.vtkOpenGLLight
 
vtkOpenGLLightBeanInfo - class vtk.vtkOpenGLLightBeanInfo.
BeanInfo support class for the vtkOpenGLLight class.
vtkOpenGLLightBeanInfo() - Constructor for class vtk.vtkOpenGLLightBeanInfo
 
vtkOpenGLPolyDataMapper - class vtk.vtkOpenGLPolyDataMapper.
vtkOpenGLPolyDataMapper - a PolyDataMapper for the OpenGL library.
vtkOpenGLPolyDataMapper() - Constructor for class vtk.vtkOpenGLPolyDataMapper
 
vtkOpenGLPolyDataMapper(int) - Constructor for class vtk.vtkOpenGLPolyDataMapper
 
vtkOpenGLPolyDataMapper2D - class vtk.vtkOpenGLPolyDataMapper2D.
vtkWin32PolyDataMapper2D - 2D PolyData support for windows.
vtkOpenGLPolyDataMapper2D() - Constructor for class vtk.vtkOpenGLPolyDataMapper2D
 
vtkOpenGLPolyDataMapper2D(int) - Constructor for class vtk.vtkOpenGLPolyDataMapper2D
 
vtkOpenGLPolyDataMapper2DBeanInfo - class vtk.vtkOpenGLPolyDataMapper2DBeanInfo.
BeanInfo support class for the vtkOpenGLPolyDataMapper2D class.
vtkOpenGLPolyDataMapper2DBeanInfo() - Constructor for class vtk.vtkOpenGLPolyDataMapper2DBeanInfo
 
vtkOpenGLPolyDataMapperBeanInfo - class vtk.vtkOpenGLPolyDataMapperBeanInfo.
BeanInfo support class for the vtkOpenGLPolyDataMapper class.
vtkOpenGLPolyDataMapperBeanInfo() - Constructor for class vtk.vtkOpenGLPolyDataMapperBeanInfo
 
vtkOpenGLProperty - class vtk.vtkOpenGLProperty.
vtkOpenGLProperty - OpenGL property.
vtkOpenGLProperty() - Constructor for class vtk.vtkOpenGLProperty
 
vtkOpenGLProperty(int) - Constructor for class vtk.vtkOpenGLProperty
 
vtkOpenGLPropertyBeanInfo - class vtk.vtkOpenGLPropertyBeanInfo.
BeanInfo support class for the vtkOpenGLProperty class.
vtkOpenGLPropertyBeanInfo() - Constructor for class vtk.vtkOpenGLPropertyBeanInfo
 
vtkOpenGLRayCastImageDisplayHelper - class vtk.vtkOpenGLRayCastImageDisplayHelper.
vtkOpenGLRayCastImageDisplayHelper - OpenGL subclass that draws the image to the screen.
vtkOpenGLRayCastImageDisplayHelper() - Constructor for class vtk.vtkOpenGLRayCastImageDisplayHelper
 
vtkOpenGLRayCastImageDisplayHelper(int) - Constructor for class vtk.vtkOpenGLRayCastImageDisplayHelper
 
vtkOpenGLRayCastImageDisplayHelperBeanInfo - class vtk.vtkOpenGLRayCastImageDisplayHelperBeanInfo.
BeanInfo support class for the vtkOpenGLRayCastImageDisplayHelper class.
vtkOpenGLRayCastImageDisplayHelperBeanInfo() - Constructor for class vtk.vtkOpenGLRayCastImageDisplayHelperBeanInfo
 
vtkOpenGLRenderWindow - class vtk.vtkOpenGLRenderWindow.
vtkOpenGLRenderWindow - OpenGL rendering window.
vtkOpenGLRenderWindow() - Constructor for class vtk.vtkOpenGLRenderWindow
 
vtkOpenGLRenderWindow(int) - Constructor for class vtk.vtkOpenGLRenderWindow
 
vtkOpenGLRenderWindowBeanInfo - class vtk.vtkOpenGLRenderWindowBeanInfo.
BeanInfo support class for the vtkOpenGLRenderWindow class.
vtkOpenGLRenderWindowBeanInfo() - Constructor for class vtk.vtkOpenGLRenderWindowBeanInfo
 
vtkOpenGLRenderer - class vtk.vtkOpenGLRenderer.
vtkOpenGLRenderer - OpenGL renderer.
vtkOpenGLRenderer() - Constructor for class vtk.vtkOpenGLRenderer
 
vtkOpenGLRenderer(int) - Constructor for class vtk.vtkOpenGLRenderer
 
vtkOpenGLRendererBeanInfo - class vtk.vtkOpenGLRendererBeanInfo.
BeanInfo support class for the vtkOpenGLRenderer class.
vtkOpenGLRendererBeanInfo() - Constructor for class vtk.vtkOpenGLRendererBeanInfo
 
vtkOpenGLTexture - class vtk.vtkOpenGLTexture.
vtkOpenGLTexture - OpenGL texture map.
vtkOpenGLTexture() - Constructor for class vtk.vtkOpenGLTexture
 
vtkOpenGLTexture(int) - Constructor for class vtk.vtkOpenGLTexture
 
vtkOpenGLTextureBeanInfo - class vtk.vtkOpenGLTextureBeanInfo.
BeanInfo support class for the vtkOpenGLTexture class.
vtkOpenGLTextureBeanInfo() - Constructor for class vtk.vtkOpenGLTextureBeanInfo
 
vtkOpenGLVolumeRayCastMapper - class vtk.vtkOpenGLVolumeRayCastMapper.
vtkOpenGLVolumeRayCastMapper - OpenGL subclass that draws the image to the screen.
vtkOpenGLVolumeRayCastMapper() - Constructor for class vtk.vtkOpenGLVolumeRayCastMapper
 
vtkOpenGLVolumeRayCastMapper(int) - Constructor for class vtk.vtkOpenGLVolumeRayCastMapper
 
vtkOpenGLVolumeRayCastMapperBeanInfo - class vtk.vtkOpenGLVolumeRayCastMapperBeanInfo.
BeanInfo support class for the vtkOpenGLVolumeRayCastMapper class.
vtkOpenGLVolumeRayCastMapperBeanInfo() - Constructor for class vtk.vtkOpenGLVolumeRayCastMapperBeanInfo
 
vtkOpenGLVolumeTextureMapper2D - class vtk.vtkOpenGLVolumeTextureMapper2D.
vtkOpenGLVolumeTextureMapper2D - Abstract class for a volume mapper.
vtkOpenGLVolumeTextureMapper2D() - Constructor for class vtk.vtkOpenGLVolumeTextureMapper2D
 
vtkOpenGLVolumeTextureMapper2D(int) - Constructor for class vtk.vtkOpenGLVolumeTextureMapper2D
 
vtkOpenGLVolumeTextureMapper2DBeanInfo - class vtk.vtkOpenGLVolumeTextureMapper2DBeanInfo.
BeanInfo support class for the vtkOpenGLVolumeTextureMapper2D class.
vtkOpenGLVolumeTextureMapper2DBeanInfo() - Constructor for class vtk.vtkOpenGLVolumeTextureMapper2DBeanInfo
 
vtkOrderedTriangulator - class vtk.vtkOrderedTriangulator.
vtkOrderedTriangulator - helper class to generate triangulations.
vtkOrderedTriangulator() - Constructor for class vtk.vtkOrderedTriangulator
 
vtkOrderedTriangulator(int) - Constructor for class vtk.vtkOrderedTriangulator
 
vtkOrderedTriangulatorBeanInfo - class vtk.vtkOrderedTriangulatorBeanInfo.
BeanInfo support class for the vtkOrderedTriangulator class.
vtkOrderedTriangulatorBeanInfo() - Constructor for class vtk.vtkOrderedTriangulatorBeanInfo
 
vtkOutlineCornerFilter - class vtk.vtkOutlineCornerFilter.
vtkOutlineCornerFilter - create wireframe outline corners for arbitrary data set.
vtkOutlineCornerFilter() - Constructor for class vtk.vtkOutlineCornerFilter
 
vtkOutlineCornerFilter(int) - Constructor for class vtk.vtkOutlineCornerFilter
 
vtkOutlineCornerFilterBeanInfo - class vtk.vtkOutlineCornerFilterBeanInfo.
BeanInfo support class for the vtkOutlineCornerFilter class.
vtkOutlineCornerFilterBeanInfo() - Constructor for class vtk.vtkOutlineCornerFilterBeanInfo
 
vtkOutlineCornerSource - class vtk.vtkOutlineCornerSource.
vtkOutlineCornerSource - create wireframe outline corners around bounding box.
vtkOutlineCornerSource() - Constructor for class vtk.vtkOutlineCornerSource
 
vtkOutlineCornerSource(int) - Constructor for class vtk.vtkOutlineCornerSource
 
vtkOutlineCornerSourceBeanInfo - class vtk.vtkOutlineCornerSourceBeanInfo.
BeanInfo support class for the vtkOutlineCornerSource class.
vtkOutlineCornerSourceBeanInfo() - Constructor for class vtk.vtkOutlineCornerSourceBeanInfo
 
vtkOutlineFilter - class vtk.vtkOutlineFilter.
vtkOutlineFilter - create wireframe outline for arbitrary data set.
vtkOutlineFilter() - Constructor for class vtk.vtkOutlineFilter
 
vtkOutlineFilter(int) - Constructor for class vtk.vtkOutlineFilter
 
vtkOutlineFilterBeanInfo - class vtk.vtkOutlineFilterBeanInfo.
BeanInfo support class for the vtkOutlineFilter class.
vtkOutlineFilterBeanInfo() - Constructor for class vtk.vtkOutlineFilterBeanInfo
 
vtkOutlineSource - class vtk.vtkOutlineSource.
vtkOutlineSource - create wireframe outline around bounding box.
vtkOutlineSource() - Constructor for class vtk.vtkOutlineSource
 
vtkOutlineSource(int) - Constructor for class vtk.vtkOutlineSource
 
vtkOutlineSourceBeanInfo - class vtk.vtkOutlineSourceBeanInfo.
BeanInfo support class for the vtkOutlineSource class.
vtkOutlineSourceBeanInfo() - Constructor for class vtk.vtkOutlineSourceBeanInfo
 
vtkOutputStream - class vtk.vtkOutputStream.
vtkOutputStream - Wraps a binary output stream with a VTK interface..
vtkOutputStream() - Constructor for class vtk.vtkOutputStream
 
vtkOutputStream(int) - Constructor for class vtk.vtkOutputStream
 
vtkOutputStreamBeanInfo - class vtk.vtkOutputStreamBeanInfo.
BeanInfo support class for the vtkOutputStream class.
vtkOutputStreamBeanInfo() - Constructor for class vtk.vtkOutputStreamBeanInfo
 
vtkOutputWindow - class vtk.vtkOutputWindow.
vtkOutputWindow - base class for writing debug output to a console.
vtkOutputWindow() - Constructor for class vtk.vtkOutputWindow
 
vtkOutputWindow(int) - Constructor for class vtk.vtkOutputWindow
 
vtkOutputWindowBeanInfo - class vtk.vtkOutputWindowBeanInfo.
BeanInfo support class for the vtkOutputWindow class.
vtkOutputWindowBeanInfo() - Constructor for class vtk.vtkOutputWindowBeanInfo
 
vtkOverrideInformation - class vtk.vtkOverrideInformation.
vtkOverrideInformation - Factory object override information.
vtkOverrideInformation() - Constructor for class vtk.vtkOverrideInformation
 
vtkOverrideInformation(int) - Constructor for class vtk.vtkOverrideInformation
 
vtkOverrideInformationBeanInfo - class vtk.vtkOverrideInformationBeanInfo.
BeanInfo support class for the vtkOverrideInformation class.
vtkOverrideInformationBeanInfo() - Constructor for class vtk.vtkOverrideInformationBeanInfo
 
vtkOverrideInformationCollection - class vtk.vtkOverrideInformationCollection.
vtkOverrideInformationCollection - maintain a list of override information objects.
vtkOverrideInformationCollection() - Constructor for class vtk.vtkOverrideInformationCollection
 
vtkOverrideInformationCollection(int) - Constructor for class vtk.vtkOverrideInformationCollection
 
vtkOverrideInformationCollectionBeanInfo - class vtk.vtkOverrideInformationCollectionBeanInfo.
BeanInfo support class for the vtkOverrideInformationCollection class.
vtkOverrideInformationCollectionBeanInfo() - Constructor for class vtk.vtkOverrideInformationCollectionBeanInfo
 
vtkPCAAnalysisFilter - class vtk.vtkPCAAnalysisFilter.
vtkPCAAnalysisFilter - Performs principal component analysis of a set of aligned pointsets.
vtkPCAAnalysisFilter() - Constructor for class vtk.vtkPCAAnalysisFilter
 
vtkPCAAnalysisFilter(int) - Constructor for class vtk.vtkPCAAnalysisFilter
 
vtkPCAAnalysisFilterBeanInfo - class vtk.vtkPCAAnalysisFilterBeanInfo.
BeanInfo support class for the vtkPCAAnalysisFilter class.
vtkPCAAnalysisFilterBeanInfo() - Constructor for class vtk.vtkPCAAnalysisFilterBeanInfo
 
vtkPDBReader - class vtk.vtkPDBReader.
vtkPDBReader - read Molecular Data files.
vtkPDBReader() - Constructor for class vtk.vtkPDBReader
 
vtkPDBReader(int) - Constructor for class vtk.vtkPDBReader
 
vtkPDBReaderBeanInfo - class vtk.vtkPDBReaderBeanInfo.
BeanInfo support class for the vtkPDBReader class.
vtkPDBReaderBeanInfo() - Constructor for class vtk.vtkPDBReaderBeanInfo
 
vtkPLOT3DReader - class vtk.vtkPLOT3DReader.
vtkPLOT3DReader - read PLOT3D data files.
vtkPLOT3DReader() - Constructor for class vtk.vtkPLOT3DReader
 
vtkPLOT3DReader(int) - Constructor for class vtk.vtkPLOT3DReader
 
vtkPLOT3DReaderBeanInfo - class vtk.vtkPLOT3DReaderBeanInfo.
BeanInfo support class for the vtkPLOT3DReader class.
vtkPLOT3DReaderBeanInfo() - Constructor for class vtk.vtkPLOT3DReaderBeanInfo
 
vtkPLYReader - class vtk.vtkPLYReader.
vtkPLYReader - read Stanford University PLY polygonal file format.
vtkPLYReader() - Constructor for class vtk.vtkPLYReader
 
vtkPLYReader(int) - Constructor for class vtk.vtkPLYReader
 
vtkPLYReaderBeanInfo - class vtk.vtkPLYReaderBeanInfo.
BeanInfo support class for the vtkPLYReader class.
vtkPLYReaderBeanInfo() - Constructor for class vtk.vtkPLYReaderBeanInfo
 
vtkPLYWriter - class vtk.vtkPLYWriter.
vtkPLYWriter - write Stanford PLY file format.
vtkPLYWriter() - Constructor for class vtk.vtkPLYWriter
 
vtkPLYWriter(int) - Constructor for class vtk.vtkPLYWriter
 
vtkPLYWriterBeanInfo - class vtk.vtkPLYWriterBeanInfo.
BeanInfo support class for the vtkPLYWriter class.
vtkPLYWriterBeanInfo() - Constructor for class vtk.vtkPLYWriterBeanInfo
 
vtkPNGReader - class vtk.vtkPNGReader.
vtkPNGReader - read PNG files.
vtkPNGReader() - Constructor for class vtk.vtkPNGReader
 
vtkPNGReader(int) - Constructor for class vtk.vtkPNGReader
 
vtkPNGReaderBeanInfo - class vtk.vtkPNGReaderBeanInfo.
BeanInfo support class for the vtkPNGReader class.
vtkPNGReaderBeanInfo() - Constructor for class vtk.vtkPNGReaderBeanInfo
 
vtkPNGWriter - class vtk.vtkPNGWriter.
vtkPNGWriter - Writes PNG files..
vtkPNGWriter() - Constructor for class vtk.vtkPNGWriter
 
vtkPNGWriter(int) - Constructor for class vtk.vtkPNGWriter
 
vtkPNGWriterBeanInfo - class vtk.vtkPNGWriterBeanInfo.
BeanInfo support class for the vtkPNGWriter class.
vtkPNGWriterBeanInfo() - Constructor for class vtk.vtkPNGWriterBeanInfo
 
vtkPNMReader - class vtk.vtkPNMReader.
vtkPNMReader - read pnm (i.e., portable anymap) files.
vtkPNMReader() - Constructor for class vtk.vtkPNMReader
 
vtkPNMReader(int) - Constructor for class vtk.vtkPNMReader
 
vtkPNMReaderBeanInfo - class vtk.vtkPNMReaderBeanInfo.
BeanInfo support class for the vtkPNMReader class.
vtkPNMReaderBeanInfo() - Constructor for class vtk.vtkPNMReaderBeanInfo
 
vtkPNMWriter - class vtk.vtkPNMWriter.
vtkPNMWriter - Writes PNM (portable any map) files..
vtkPNMWriter() - Constructor for class vtk.vtkPNMWriter
 
vtkPNMWriter(int) - Constructor for class vtk.vtkPNMWriter
 
vtkPNMWriterBeanInfo - class vtk.vtkPNMWriterBeanInfo.
BeanInfo support class for the vtkPNMWriter class.
vtkPNMWriterBeanInfo() - Constructor for class vtk.vtkPNMWriterBeanInfo
 
vtkPanel - class vtk.vtkPanel.
vtkPanel - designed for the use of the VTK in applets and beans.
vtkPanel() - Constructor for class vtk.vtkPanel
 
vtkPanelBeanInfo - class vtk.vtkPanelBeanInfo.
 
vtkPanelBeanInfo() - Constructor for class vtk.vtkPanelBeanInfo
 
vtkParallelCoordinatesActor - class vtk.vtkParallelCoordinatesActor.
vtkParallelCoordinatesActor - create parallel coordinate display from input field.
vtkParallelCoordinatesActor() - Constructor for class vtk.vtkParallelCoordinatesActor
 
vtkParallelCoordinatesActor(int) - Constructor for class vtk.vtkParallelCoordinatesActor
 
vtkParallelCoordinatesActorBeanInfo - class vtk.vtkParallelCoordinatesActorBeanInfo.
BeanInfo support class for the vtkParallelCoordinatesActor class.
vtkParallelCoordinatesActorBeanInfo() - Constructor for class vtk.vtkParallelCoordinatesActorBeanInfo
 
vtkParticleReader - class vtk.vtkParticleReader.
vtkParticleReader - Read raw particle data and one array..
vtkParticleReader() - Constructor for class vtk.vtkParticleReader
 
vtkParticleReader(int) - Constructor for class vtk.vtkParticleReader
 
vtkParticleReaderBeanInfo - class vtk.vtkParticleReaderBeanInfo.
BeanInfo support class for the vtkParticleReader class.
vtkParticleReaderBeanInfo() - Constructor for class vtk.vtkParticleReaderBeanInfo
 
vtkPerlinNoise - class vtk.vtkPerlinNoise.
vtkPerlinNoise - an implicit function that implements Perlin noise.
vtkPerlinNoise() - Constructor for class vtk.vtkPerlinNoise
 
vtkPerlinNoise(int) - Constructor for class vtk.vtkPerlinNoise
 
vtkPerlinNoiseBeanInfo - class vtk.vtkPerlinNoiseBeanInfo.
BeanInfo support class for the vtkPerlinNoise class.
vtkPerlinNoiseBeanInfo() - Constructor for class vtk.vtkPerlinNoiseBeanInfo
 
vtkPerspectiveTransform - class vtk.vtkPerspectiveTransform.
vtkPerspectiveTransform - describes a 4x4 matrix transformation.
vtkPerspectiveTransform() - Constructor for class vtk.vtkPerspectiveTransform
 
vtkPerspectiveTransform(int) - Constructor for class vtk.vtkPerspectiveTransform
 
vtkPerspectiveTransformBeanInfo - class vtk.vtkPerspectiveTransformBeanInfo.
BeanInfo support class for the vtkPerspectiveTransform class.
vtkPerspectiveTransformBeanInfo() - Constructor for class vtk.vtkPerspectiveTransformBeanInfo
 
vtkPicker - class vtk.vtkPicker.
vtkPicker - superclass for 3D geometric pickers (uses ray cast).
vtkPicker() - Constructor for class vtk.vtkPicker
 
vtkPicker(int) - Constructor for class vtk.vtkPicker
 
vtkPickerBeanInfo - class vtk.vtkPickerBeanInfo.
BeanInfo support class for the vtkPicker class.
vtkPickerBeanInfo() - Constructor for class vtk.vtkPickerBeanInfo
 
vtkPiecewiseFunction - class vtk.vtkPiecewiseFunction.
vtkPiecewiseFunction - Defines a 1D piecewise function..
vtkPiecewiseFunction() - Constructor for class vtk.vtkPiecewiseFunction
 
vtkPiecewiseFunction(int) - Constructor for class vtk.vtkPiecewiseFunction
 
vtkPiecewiseFunctionBeanInfo - class vtk.vtkPiecewiseFunctionBeanInfo.
BeanInfo support class for the vtkPiecewiseFunction class.
vtkPiecewiseFunctionBeanInfo() - Constructor for class vtk.vtkPiecewiseFunctionBeanInfo
 
vtkPiecewiseFunctionShiftScale - class vtk.vtkPiecewiseFunctionShiftScale.
vtkPiecewiseFunctionShiftScale -.
vtkPiecewiseFunctionShiftScale() - Constructor for class vtk.vtkPiecewiseFunctionShiftScale
 
vtkPiecewiseFunctionShiftScale(int) - Constructor for class vtk.vtkPiecewiseFunctionShiftScale
 
vtkPiecewiseFunctionShiftScaleBeanInfo - class vtk.vtkPiecewiseFunctionShiftScaleBeanInfo.
BeanInfo support class for the vtkPiecewiseFunctionShiftScale class.
vtkPiecewiseFunctionShiftScaleBeanInfo() - Constructor for class vtk.vtkPiecewiseFunctionShiftScaleBeanInfo
 
vtkPiecewiseFunctionSource - class vtk.vtkPiecewiseFunctionSource.
vtkPiecewiseFunctionSource - abstract class whose subclasses generate piecewise functions.
vtkPiecewiseFunctionSource() - Constructor for class vtk.vtkPiecewiseFunctionSource
 
vtkPiecewiseFunctionSource(int) - Constructor for class vtk.vtkPiecewiseFunctionSource
 
vtkPiecewiseFunctionSourceBeanInfo - class vtk.vtkPiecewiseFunctionSourceBeanInfo.
BeanInfo support class for the vtkPiecewiseFunctionSource class.
vtkPiecewiseFunctionSourceBeanInfo() - Constructor for class vtk.vtkPiecewiseFunctionSourceBeanInfo
 
vtkPiecewiseFunctionToPiecewiseFunctionFilter - class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilter.
vtkPiecewiseFunctionToPiecewiseFunctionFilter - abstract filter class.
vtkPiecewiseFunctionToPiecewiseFunctionFilter() - Constructor for class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilter
 
vtkPiecewiseFunctionToPiecewiseFunctionFilter(int) - Constructor for class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilter
 
vtkPiecewiseFunctionToPiecewiseFunctionFilterBeanInfo - class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilterBeanInfo.
BeanInfo support class for the vtkPiecewiseFunctionToPiecewiseFunctionFilter class.
vtkPiecewiseFunctionToPiecewiseFunctionFilterBeanInfo() - Constructor for class vtk.vtkPiecewiseFunctionToPiecewiseFunctionFilterBeanInfo
 
vtkPixel - class vtk.vtkPixel.
vtkPixel - a cell that represents an orthogonal quadrilateral.
vtkPixel() - Constructor for class vtk.vtkPixel
 
vtkPixel(int) - Constructor for class vtk.vtkPixel
 
vtkPixelBeanInfo - class vtk.vtkPixelBeanInfo.
BeanInfo support class for the vtkPixel class.
vtkPixelBeanInfo() - Constructor for class vtk.vtkPixelBeanInfo
 
vtkPlane - class vtk.vtkPlane.
vtkPlane - perform various plane computations.
vtkPlane() - Constructor for class vtk.vtkPlane
 
vtkPlane(int) - Constructor for class vtk.vtkPlane
 
vtkPlaneBeanInfo - class vtk.vtkPlaneBeanInfo.
BeanInfo support class for the vtkPlane class.
vtkPlaneBeanInfo() - Constructor for class vtk.vtkPlaneBeanInfo
 
vtkPlaneCollection - class vtk.vtkPlaneCollection.
vtkPlaneCollection - maintain a list of planes.
vtkPlaneCollection() - Constructor for class vtk.vtkPlaneCollection
 
vtkPlaneCollection(int) - Constructor for class vtk.vtkPlaneCollection
 
vtkPlaneCollectionBeanInfo - class vtk.vtkPlaneCollectionBeanInfo.
BeanInfo support class for the vtkPlaneCollection class.
vtkPlaneCollectionBeanInfo() - Constructor for class vtk.vtkPlaneCollectionBeanInfo
 
vtkPlaneSource - class vtk.vtkPlaneSource.
vtkPlaneSource - create an array of quadrilaterals located in a plane.
vtkPlaneSource() - Constructor for class vtk.vtkPlaneSource
 
vtkPlaneSource(int) - Constructor for class vtk.vtkPlaneSource
 
vtkPlaneSourceBeanInfo - class vtk.vtkPlaneSourceBeanInfo.
BeanInfo support class for the vtkPlaneSource class.
vtkPlaneSourceBeanInfo() - Constructor for class vtk.vtkPlaneSourceBeanInfo
 
vtkPlaneWidget - class vtk.vtkPlaneWidget.
vtkPlaneWidget - 3D widget for manipulating a finite plane.
vtkPlaneWidget() - Constructor for class vtk.vtkPlaneWidget
 
vtkPlaneWidget(int) - Constructor for class vtk.vtkPlaneWidget
 
vtkPlaneWidgetBeanInfo - class vtk.vtkPlaneWidgetBeanInfo.
BeanInfo support class for the vtkPlaneWidget class.
vtkPlaneWidgetBeanInfo() - Constructor for class vtk.vtkPlaneWidgetBeanInfo
 
vtkPlanes - class vtk.vtkPlanes.
vtkPlanes - implicit function for convex set of planes.
vtkPlanes() - Constructor for class vtk.vtkPlanes
 
vtkPlanes(int) - Constructor for class vtk.vtkPlanes
 
vtkPlanesBeanInfo - class vtk.vtkPlanesBeanInfo.
BeanInfo support class for the vtkPlanes class.
vtkPlanesBeanInfo() - Constructor for class vtk.vtkPlanesBeanInfo
 
vtkPlatonicSolidSource - class vtk.vtkPlatonicSolidSource.
vtkPlatonicSolidSource - produce polygonal Platonic solids.
vtkPlatonicSolidSource() - Constructor for class vtk.vtkPlatonicSolidSource
 
vtkPlatonicSolidSource(int) - Constructor for class vtk.vtkPlatonicSolidSource
 
vtkPlatonicSolidSourceBeanInfo - class vtk.vtkPlatonicSolidSourceBeanInfo.
BeanInfo support class for the vtkPlatonicSolidSource class.
vtkPlatonicSolidSourceBeanInfo() - Constructor for class vtk.vtkPlatonicSolidSourceBeanInfo
 
vtkPointData - class vtk.vtkPointData.
vtkPointData - represent and manipulate point attribute data.
vtkPointData() - Constructor for class vtk.vtkPointData
 
vtkPointData(int) - Constructor for class vtk.vtkPointData
 
vtkPointDataBeanInfo - class vtk.vtkPointDataBeanInfo.
BeanInfo support class for the vtkPointData class.
vtkPointDataBeanInfo() - Constructor for class vtk.vtkPointDataBeanInfo
 
vtkPointDataToCellData - class vtk.vtkPointDataToCellData.
vtkPointDataToCellData - map point data to cell data.
vtkPointDataToCellData() - Constructor for class vtk.vtkPointDataToCellData
 
vtkPointDataToCellData(int) - Constructor for class vtk.vtkPointDataToCellData
 
vtkPointDataToCellDataBeanInfo - class vtk.vtkPointDataToCellDataBeanInfo.
BeanInfo support class for the vtkPointDataToCellData class.
vtkPointDataToCellDataBeanInfo() - Constructor for class vtk.vtkPointDataToCellDataBeanInfo
 
vtkPointLoad - class vtk.vtkPointLoad.
vtkPointLoad - compute stress tensors given point load on semi-infinite domain.
vtkPointLoad() - Constructor for class vtk.vtkPointLoad
 
vtkPointLoad(int) - Constructor for class vtk.vtkPointLoad
 
vtkPointLoadBeanInfo - class vtk.vtkPointLoadBeanInfo.
BeanInfo support class for the vtkPointLoad class.
vtkPointLoadBeanInfo() - Constructor for class vtk.vtkPointLoadBeanInfo
 
vtkPointLocator - class vtk.vtkPointLocator.
vtkPointLocator - quickly locate points in 3-space.
vtkPointLocator() - Constructor for class vtk.vtkPointLocator
 
vtkPointLocator(int) - Constructor for class vtk.vtkPointLocator
 
vtkPointLocatorBeanInfo - class vtk.vtkPointLocatorBeanInfo.
BeanInfo support class for the vtkPointLocator class.
vtkPointLocatorBeanInfo() - Constructor for class vtk.vtkPointLocatorBeanInfo
 
vtkPointPicker - class vtk.vtkPointPicker.
vtkPointPicker - select a point by shooting a ray into a graphics window.
vtkPointPicker() - Constructor for class vtk.vtkPointPicker
 
vtkPointPicker(int) - Constructor for class vtk.vtkPointPicker
 
vtkPointPickerBeanInfo - class vtk.vtkPointPickerBeanInfo.
BeanInfo support class for the vtkPointPicker class.
vtkPointPickerBeanInfo() - Constructor for class vtk.vtkPointPickerBeanInfo
 
vtkPointSet - class vtk.vtkPointSet.
vtkPointSet - abstract class for specifying dataset behavior.
vtkPointSet() - Constructor for class vtk.vtkPointSet
 
vtkPointSet(int) - Constructor for class vtk.vtkPointSet
 
vtkPointSetBeanInfo - class vtk.vtkPointSetBeanInfo.
BeanInfo support class for the vtkPointSet class.
vtkPointSetBeanInfo() - Constructor for class vtk.vtkPointSetBeanInfo
 
vtkPointSetSource - class vtk.vtkPointSetSource.
vtkPointSetSource - abstract class whose subclasses generate point data.
vtkPointSetSource() - Constructor for class vtk.vtkPointSetSource
 
vtkPointSetSource(int) - Constructor for class vtk.vtkPointSetSource
 
vtkPointSetSourceBeanInfo - class vtk.vtkPointSetSourceBeanInfo.
BeanInfo support class for the vtkPointSetSource class.
vtkPointSetSourceBeanInfo() - Constructor for class vtk.vtkPointSetSourceBeanInfo
 
vtkPointSetToPointSetFilter - class vtk.vtkPointSetToPointSetFilter.
vtkPointSetToPointSetFilter - abstract filter class .
vtkPointSetToPointSetFilter() - Constructor for class vtk.vtkPointSetToPointSetFilter
 
vtkPointSetToPointSetFilter(int) - Constructor for class vtk.vtkPointSetToPointSetFilter
 
vtkPointSetToPointSetFilterBeanInfo - class vtk.vtkPointSetToPointSetFilterBeanInfo.
BeanInfo support class for the vtkPointSetToPointSetFilter class.
vtkPointSetToPointSetFilterBeanInfo() - Constructor for class vtk.vtkPointSetToPointSetFilterBeanInfo
 
vtkPointSource - class vtk.vtkPointSource.
vtkPointSource - create a random cloud of points.
vtkPointSource() - Constructor for class vtk.vtkPointSource
 
vtkPointSource(int) - Constructor for class vtk.vtkPointSource
 
vtkPointSourceBeanInfo - class vtk.vtkPointSourceBeanInfo.
BeanInfo support class for the vtkPointSource class.
vtkPointSourceBeanInfo() - Constructor for class vtk.vtkPointSourceBeanInfo
 
vtkPointWidget - class vtk.vtkPointWidget.
vtkPointWidget - position a point in 3D space.
vtkPointWidget() - Constructor for class vtk.vtkPointWidget
 
vtkPointWidget(int) - Constructor for class vtk.vtkPointWidget
 
vtkPointWidgetBeanInfo - class vtk.vtkPointWidgetBeanInfo.
BeanInfo support class for the vtkPointWidget class.
vtkPointWidgetBeanInfo() - Constructor for class vtk.vtkPointWidgetBeanInfo
 
vtkPoints - class vtk.vtkPoints.
vtkPoints - represent and manipulate 3D points.
vtkPoints() - Constructor for class vtk.vtkPoints
 
vtkPoints(int) - Constructor for class vtk.vtkPoints
 
vtkPointsBeanInfo - class vtk.vtkPointsBeanInfo.
BeanInfo support class for the vtkPoints class.
vtkPointsBeanInfo() - Constructor for class vtk.vtkPointsBeanInfo
 
vtkPolyData - class vtk.vtkPolyData.
vtkPolyData - concrete dataset represents vertices, lines, polygons, and triangle strips.
vtkPolyData() - Constructor for class vtk.vtkPolyData
 
vtkPolyData(int) - Constructor for class vtk.vtkPolyData
 
vtkPolyDataBeanInfo - class vtk.vtkPolyDataBeanInfo.
BeanInfo support class for the vtkPolyData class.
vtkPolyDataBeanInfo() - Constructor for class vtk.vtkPolyDataBeanInfo
 
vtkPolyDataCollection - class vtk.vtkPolyDataCollection.
vtkPolyDataCollection - maintain a list of polygonal data objects.
vtkPolyDataCollection() - Constructor for class vtk.vtkPolyDataCollection
 
vtkPolyDataCollection(int) - Constructor for class vtk.vtkPolyDataCollection
 
vtkPolyDataCollectionBeanInfo - class vtk.vtkPolyDataCollectionBeanInfo.
BeanInfo support class for the vtkPolyDataCollection class.
vtkPolyDataCollectionBeanInfo() - Constructor for class vtk.vtkPolyDataCollectionBeanInfo
 
vtkPolyDataConnectivityFilter - class vtk.vtkPolyDataConnectivityFilter.
vtkPolyDataConnectivityFilter - extract polygonal data based on geometric connectivity.
vtkPolyDataConnectivityFilter() - Constructor for class vtk.vtkPolyDataConnectivityFilter
 
vtkPolyDataConnectivityFilter(int) - Constructor for class vtk.vtkPolyDataConnectivityFilter
 
vtkPolyDataConnectivityFilterBeanInfo - class vtk.vtkPolyDataConnectivityFilterBeanInfo.
BeanInfo support class for the vtkPolyDataConnectivityFilter class.
vtkPolyDataConnectivityFilterBeanInfo() - Constructor for class vtk.vtkPolyDataConnectivityFilterBeanInfo
 
vtkPolyDataMapper - class vtk.vtkPolyDataMapper.
vtkPolyDataMapper - map vtkPolyData to graphics primitives.
vtkPolyDataMapper() - Constructor for class vtk.vtkPolyDataMapper
 
vtkPolyDataMapper(int) - Constructor for class vtk.vtkPolyDataMapper
 
vtkPolyDataMapper2D - class vtk.vtkPolyDataMapper2D.
vtkPolyDataMapper2D - draw vtkPolyData onto the image plane.
vtkPolyDataMapper2D() - Constructor for class vtk.vtkPolyDataMapper2D
 
vtkPolyDataMapper2D(int) - Constructor for class vtk.vtkPolyDataMapper2D
 
vtkPolyDataMapper2DBeanInfo - class vtk.vtkPolyDataMapper2DBeanInfo.
BeanInfo support class for the vtkPolyDataMapper2D class.
vtkPolyDataMapper2DBeanInfo() - Constructor for class vtk.vtkPolyDataMapper2DBeanInfo
 
vtkPolyDataMapperBeanInfo - class vtk.vtkPolyDataMapperBeanInfo.
BeanInfo support class for the vtkPolyDataMapper class.
vtkPolyDataMapperBeanInfo() - Constructor for class vtk.vtkPolyDataMapperBeanInfo
 
vtkPolyDataNormals - class vtk.vtkPolyDataNormals.
vtkPolyDataNormals - compute normals for polygonal mesh.
vtkPolyDataNormals() - Constructor for class vtk.vtkPolyDataNormals
 
vtkPolyDataNormals(int) - Constructor for class vtk.vtkPolyDataNormals
 
vtkPolyDataNormalsBeanInfo - class vtk.vtkPolyDataNormalsBeanInfo.
BeanInfo support class for the vtkPolyDataNormals class.
vtkPolyDataNormalsBeanInfo() - Constructor for class vtk.vtkPolyDataNormalsBeanInfo
 
vtkPolyDataReader - class vtk.vtkPolyDataReader.
vtkPolyDataReader - read vtk polygonal data file.
vtkPolyDataReader() - Constructor for class vtk.vtkPolyDataReader
 
vtkPolyDataReader(int) - Constructor for class vtk.vtkPolyDataReader
 
vtkPolyDataReaderBeanInfo - class vtk.vtkPolyDataReaderBeanInfo.
BeanInfo support class for the vtkPolyDataReader class.
vtkPolyDataReaderBeanInfo() - Constructor for class vtk.vtkPolyDataReaderBeanInfo
 
vtkPolyDataSource - class vtk.vtkPolyDataSource.
vtkPolyDataSource - abstract class whose subclasses generate polygonal data.
vtkPolyDataSource() - Constructor for class vtk.vtkPolyDataSource
 
vtkPolyDataSource(int) - Constructor for class vtk.vtkPolyDataSource
 
vtkPolyDataSourceBeanInfo - class vtk.vtkPolyDataSourceBeanInfo.
BeanInfo support class for the vtkPolyDataSource class.
vtkPolyDataSourceBeanInfo() - Constructor for class vtk.vtkPolyDataSourceBeanInfo
 
vtkPolyDataSourceWidget - class vtk.vtkPolyDataSourceWidget.
vtkPolyDataSourceWidget - abstract PolyDataSource-based 3D widget.
vtkPolyDataSourceWidget() - Constructor for class vtk.vtkPolyDataSourceWidget
 
vtkPolyDataSourceWidget(int) - Constructor for class vtk.vtkPolyDataSourceWidget
 
vtkPolyDataSourceWidgetBeanInfo - class vtk.vtkPolyDataSourceWidgetBeanInfo.
BeanInfo support class for the vtkPolyDataSourceWidget class.
vtkPolyDataSourceWidgetBeanInfo() - Constructor for class vtk.vtkPolyDataSourceWidgetBeanInfo
 
vtkPolyDataStreamer - class vtk.vtkPolyDataStreamer.
vtkPolyDataStreamer - Stream appends input pieces to the output..
vtkPolyDataStreamer() - Constructor for class vtk.vtkPolyDataStreamer
 
vtkPolyDataStreamer(int) - Constructor for class vtk.vtkPolyDataStreamer
 
vtkPolyDataStreamerBeanInfo - class vtk.vtkPolyDataStreamerBeanInfo.
BeanInfo support class for the vtkPolyDataStreamer class.
vtkPolyDataStreamerBeanInfo() - Constructor for class vtk.vtkPolyDataStreamerBeanInfo
 
vtkPolyDataToImageStencil - class vtk.vtkPolyDataToImageStencil.
vtkPolyDataToImageStencil - clip an image with polydata.
vtkPolyDataToImageStencil() - Constructor for class vtk.vtkPolyDataToImageStencil
 
vtkPolyDataToImageStencil(int) - Constructor for class vtk.vtkPolyDataToImageStencil
 
vtkPolyDataToImageStencilBeanInfo - class vtk.vtkPolyDataToImageStencilBeanInfo.
BeanInfo support class for the vtkPolyDataToImageStencil class.
vtkPolyDataToImageStencilBeanInfo() - Constructor for class vtk.vtkPolyDataToImageStencilBeanInfo
 
vtkPolyDataToPolyDataFilter - class vtk.vtkPolyDataToPolyDataFilter.
vtkPolyDataToPolyDataFilter - abstract filter class.
vtkPolyDataToPolyDataFilter() - Constructor for class vtk.vtkPolyDataToPolyDataFilter
 
vtkPolyDataToPolyDataFilter(int) - Constructor for class vtk.vtkPolyDataToPolyDataFilter
 
vtkPolyDataToPolyDataFilterBeanInfo - class vtk.vtkPolyDataToPolyDataFilterBeanInfo.
BeanInfo support class for the vtkPolyDataToPolyDataFilter class.
vtkPolyDataToPolyDataFilterBeanInfo() - Constructor for class vtk.vtkPolyDataToPolyDataFilterBeanInfo
 
vtkPolyDataWriter - class vtk.vtkPolyDataWriter.
vtkPolyDataWriter - write vtk polygonal data.
vtkPolyDataWriter() - Constructor for class vtk.vtkPolyDataWriter
 
vtkPolyDataWriter(int) - Constructor for class vtk.vtkPolyDataWriter
 
vtkPolyDataWriterBeanInfo - class vtk.vtkPolyDataWriterBeanInfo.
BeanInfo support class for the vtkPolyDataWriter class.
vtkPolyDataWriterBeanInfo() - Constructor for class vtk.vtkPolyDataWriterBeanInfo
 
vtkPolyLine - class vtk.vtkPolyLine.
vtkPolyLine - cell represents a set of 1D lines.
vtkPolyLine() - Constructor for class vtk.vtkPolyLine
 
vtkPolyLine(int) - Constructor for class vtk.vtkPolyLine
 
vtkPolyLineBeanInfo - class vtk.vtkPolyLineBeanInfo.
BeanInfo support class for the vtkPolyLine class.
vtkPolyLineBeanInfo() - Constructor for class vtk.vtkPolyLineBeanInfo
 
vtkPolyVertex - class vtk.vtkPolyVertex.
vtkPolyVertex - cell represents a set of 0D vertices.
vtkPolyVertex() - Constructor for class vtk.vtkPolyVertex
 
vtkPolyVertex(int) - Constructor for class vtk.vtkPolyVertex
 
vtkPolyVertexBeanInfo - class vtk.vtkPolyVertexBeanInfo.
BeanInfo support class for the vtkPolyVertex class.
vtkPolyVertexBeanInfo() - Constructor for class vtk.vtkPolyVertexBeanInfo
 
vtkPolygon - class vtk.vtkPolygon.
vtkPolygon - a cell that represents an n-sided polygon.
vtkPolygon() - Constructor for class vtk.vtkPolygon
 
vtkPolygon(int) - Constructor for class vtk.vtkPolygon
 
vtkPolygonBeanInfo - class vtk.vtkPolygonBeanInfo.
BeanInfo support class for the vtkPolygon class.
vtkPolygonBeanInfo() - Constructor for class vtk.vtkPolygonBeanInfo
 
vtkPostScriptWriter - class vtk.vtkPostScriptWriter.
vtkPostScriptWriter - Writes an image as a PostScript file..
vtkPostScriptWriter() - Constructor for class vtk.vtkPostScriptWriter
 
vtkPostScriptWriter(int) - Constructor for class vtk.vtkPostScriptWriter
 
vtkPostScriptWriterBeanInfo - class vtk.vtkPostScriptWriterBeanInfo.
BeanInfo support class for the vtkPostScriptWriter class.
vtkPostScriptWriterBeanInfo() - Constructor for class vtk.vtkPostScriptWriterBeanInfo
 
vtkPriorityQueue - class vtk.vtkPriorityQueue.
vtkPriorityQueue - an list of ids arranged in priority order.
vtkPriorityQueue() - Constructor for class vtk.vtkPriorityQueue
 
vtkPriorityQueue(int) - Constructor for class vtk.vtkPriorityQueue
 
vtkPriorityQueueBeanInfo - class vtk.vtkPriorityQueueBeanInfo.
BeanInfo support class for the vtkPriorityQueue class.
vtkPriorityQueueBeanInfo() - Constructor for class vtk.vtkPriorityQueueBeanInfo
 
vtkProbeFilter - class vtk.vtkProbeFilter.
vtkProbeFilter - sample data values at specified point locations.
vtkProbeFilter() - Constructor for class vtk.vtkProbeFilter
 
vtkProbeFilter(int) - Constructor for class vtk.vtkProbeFilter
 
vtkProbeFilterBeanInfo - class vtk.vtkProbeFilterBeanInfo.
BeanInfo support class for the vtkProbeFilter class.
vtkProbeFilterBeanInfo() - Constructor for class vtk.vtkProbeFilterBeanInfo
 
vtkProcessObject - class vtk.vtkProcessObject.
vtkProcessObject - abstract class specifies interface for visualization filters.
vtkProcessObject() - Constructor for class vtk.vtkProcessObject
 
vtkProcessObject(int) - Constructor for class vtk.vtkProcessObject
 
vtkProcessObjectBeanInfo - class vtk.vtkProcessObjectBeanInfo.
BeanInfo support class for the vtkProcessObject class.
vtkProcessObjectBeanInfo() - Constructor for class vtk.vtkProcessObjectBeanInfo
 
vtkProcrustesAlignmentFilter - class vtk.vtkProcrustesAlignmentFilter.
vtkProcrustesAlignmentFilter - aligns a set of pointsets together.
vtkProcrustesAlignmentFilter() - Constructor for class vtk.vtkProcrustesAlignmentFilter
 
vtkProcrustesAlignmentFilter(int) - Constructor for class vtk.vtkProcrustesAlignmentFilter
 
vtkProcrustesAlignmentFilterBeanInfo - class vtk.vtkProcrustesAlignmentFilterBeanInfo.
BeanInfo support class for the vtkProcrustesAlignmentFilter class.
vtkProcrustesAlignmentFilterBeanInfo() - Constructor for class vtk.vtkProcrustesAlignmentFilterBeanInfo
 
vtkProgrammableAttributeDataFilter - class vtk.vtkProgrammableAttributeDataFilter.
vtkProgrammableAttributeDataFilter - manipulate attribute (cell and point) data via a user-specified function.
vtkProgrammableAttributeDataFilter() - Constructor for class vtk.vtkProgrammableAttributeDataFilter
 
vtkProgrammableAttributeDataFilter(int) - Constructor for class vtk.vtkProgrammableAttributeDataFilter
 
vtkProgrammableAttributeDataFilterBeanInfo - class vtk.vtkProgrammableAttributeDataFilterBeanInfo.
BeanInfo support class for the vtkProgrammableAttributeDataFilter class.
vtkProgrammableAttributeDataFilterBeanInfo() - Constructor for class vtk.vtkProgrammableAttributeDataFilterBeanInfo
 
vtkProgrammableDataObjectSource - class vtk.vtkProgrammableDataObjectSource.
vtkProgrammableDataObjectSource - generate source data object via a user-specified function.
vtkProgrammableDataObjectSource() - Constructor for class vtk.vtkProgrammableDataObjectSource
 
vtkProgrammableDataObjectSource(int) - Constructor for class vtk.vtkProgrammableDataObjectSource
 
vtkProgrammableDataObjectSourceBeanInfo - class vtk.vtkProgrammableDataObjectSourceBeanInfo.
BeanInfo support class for the vtkProgrammableDataObjectSource class.
vtkProgrammableDataObjectSourceBeanInfo() - Constructor for class vtk.vtkProgrammableDataObjectSourceBeanInfo
 
vtkProgrammableFilter - class vtk.vtkProgrammableFilter.
vtkProgrammableFilter - a user-programmable filter.
vtkProgrammableFilter() - Constructor for class vtk.vtkProgrammableFilter
 
vtkProgrammableFilter(int) - Constructor for class vtk.vtkProgrammableFilter
 
vtkProgrammableFilterBeanInfo - class vtk.vtkProgrammableFilterBeanInfo.
BeanInfo support class for the vtkProgrammableFilter class.
vtkProgrammableFilterBeanInfo() - Constructor for class vtk.vtkProgrammableFilterBeanInfo
 
vtkProgrammableGlyphFilter - class vtk.vtkProgrammableGlyphFilter.
vtkProgrammableGlyphFilter - control the generation and placement of glyphs at input points.
vtkProgrammableGlyphFilter() - Constructor for class vtk.vtkProgrammableGlyphFilter
 
vtkProgrammableGlyphFilter(int) - Constructor for class vtk.vtkProgrammableGlyphFilter
 
vtkProgrammableGlyphFilterBeanInfo - class vtk.vtkProgrammableGlyphFilterBeanInfo.
BeanInfo support class for the vtkProgrammableGlyphFilter class.
vtkProgrammableGlyphFilterBeanInfo() - Constructor for class vtk.vtkProgrammableGlyphFilterBeanInfo
 
vtkProgrammableSource - class vtk.vtkProgrammableSource.
vtkProgrammableSource - generate source dataset via a user-specified function.
vtkProgrammableSource() - Constructor for class vtk.vtkProgrammableSource
 
vtkProgrammableSource(int) - Constructor for class vtk.vtkProgrammableSource
 
vtkProgrammableSourceBeanInfo - class vtk.vtkProgrammableSourceBeanInfo.
BeanInfo support class for the vtkProgrammableSource class.
vtkProgrammableSourceBeanInfo() - Constructor for class vtk.vtkProgrammableSourceBeanInfo
 
vtkProjectedTexture - class vtk.vtkProjectedTexture.
vtkProjectedTexture - assign texture coordinates for a projected texture.
vtkProjectedTexture() - Constructor for class vtk.vtkProjectedTexture
 
vtkProjectedTexture(int) - Constructor for class vtk.vtkProjectedTexture
 
vtkProjectedTextureBeanInfo - class vtk.vtkProjectedTextureBeanInfo.
BeanInfo support class for the vtkProjectedTexture class.
vtkProjectedTextureBeanInfo() - Constructor for class vtk.vtkProjectedTextureBeanInfo
 
vtkProp - class vtk.vtkProp.
vtkProp - abstract superclass for all actors, volumes and annotations.
vtkProp() - Constructor for class vtk.vtkProp
 
vtkProp(int) - Constructor for class vtk.vtkProp
 
vtkProp3D - class vtk.vtkProp3D.
vtkProp3D - represents an 3D object for placement in a rendered scene .
vtkProp3D() - Constructor for class vtk.vtkProp3D
 
vtkProp3D(int) - Constructor for class vtk.vtkProp3D
 
vtkProp3DBeanInfo - class vtk.vtkProp3DBeanInfo.
BeanInfo support class for the vtkProp3D class.
vtkProp3DBeanInfo() - Constructor for class vtk.vtkProp3DBeanInfo
 
vtkProp3DCollection - class vtk.vtkProp3DCollection.
vtkProp3DCollection - a list of 3D props.
vtkProp3DCollection() - Constructor for class vtk.vtkProp3DCollection
 
vtkProp3DCollection(int) - Constructor for class vtk.vtkProp3DCollection
 
vtkProp3DCollectionBeanInfo - class vtk.vtkProp3DCollectionBeanInfo.
BeanInfo support class for the vtkProp3DCollection class.
vtkProp3DCollectionBeanInfo() - Constructor for class vtk.vtkProp3DCollectionBeanInfo
 
vtkPropAssembly - class vtk.vtkPropAssembly.
vtkPropAssembly - create hierarchies of props.
vtkPropAssembly() - Constructor for class vtk.vtkPropAssembly
 
vtkPropAssembly(int) - Constructor for class vtk.vtkPropAssembly
 
vtkPropAssemblyBeanInfo - class vtk.vtkPropAssemblyBeanInfo.
BeanInfo support class for the vtkPropAssembly class.
vtkPropAssemblyBeanInfo() - Constructor for class vtk.vtkPropAssemblyBeanInfo
 
vtkPropBeanInfo - class vtk.vtkPropBeanInfo.
BeanInfo support class for the vtkProp class.
vtkPropBeanInfo() - Constructor for class vtk.vtkPropBeanInfo
 
vtkPropCollection - class vtk.vtkPropCollection.
vtkPropCollection - a list of Props.
vtkPropCollection() - Constructor for class vtk.vtkPropCollection
 
vtkPropCollection(int) - Constructor for class vtk.vtkPropCollection
 
vtkPropCollectionBeanInfo - class vtk.vtkPropCollectionBeanInfo.
BeanInfo support class for the vtkPropCollection class.
vtkPropCollectionBeanInfo() - Constructor for class vtk.vtkPropCollectionBeanInfo
 
vtkPropPicker - class vtk.vtkPropPicker.
vtkPropPicker - pick an actor/prop using graphics hardware.
vtkPropPicker() - Constructor for class vtk.vtkPropPicker
 
vtkPropPicker(int) - Constructor for class vtk.vtkPropPicker
 
vtkPropPickerBeanInfo - class vtk.vtkPropPickerBeanInfo.
BeanInfo support class for the vtkPropPicker class.
vtkPropPickerBeanInfo() - Constructor for class vtk.vtkPropPickerBeanInfo
 
vtkProperty - class vtk.vtkProperty.
vtkProperty - represent surface properties of a geometric object.
vtkProperty() - Constructor for class vtk.vtkProperty
 
vtkProperty(int) - Constructor for class vtk.vtkProperty
 
vtkProperty2D - class vtk.vtkProperty2D.
vtkProperty2D.
vtkProperty2D() - Constructor for class vtk.vtkProperty2D
 
vtkProperty2D(int) - Constructor for class vtk.vtkProperty2D
 
vtkProperty2DBeanInfo - class vtk.vtkProperty2DBeanInfo.
BeanInfo support class for the vtkProperty2D class.
vtkProperty2DBeanInfo() - Constructor for class vtk.vtkProperty2DBeanInfo
 
vtkPropertyBeanInfo - class vtk.vtkPropertyBeanInfo.
BeanInfo support class for the vtkProperty class.
vtkPropertyBeanInfo() - Constructor for class vtk.vtkPropertyBeanInfo
 
vtkPushImageFilterSample - class vtk.vtkPushImageFilterSample.
vtkPushImageFilterSample - example of a PushImageFilter.
vtkPushImageFilterSample() - Constructor for class vtk.vtkPushImageFilterSample
 
vtkPushImageFilterSample(int) - Constructor for class vtk.vtkPushImageFilterSample
 
vtkPushImageFilterSampleBeanInfo - class vtk.vtkPushImageFilterSampleBeanInfo.
BeanInfo support class for the vtkPushImageFilterSample class.
vtkPushImageFilterSampleBeanInfo() - Constructor for class vtk.vtkPushImageFilterSampleBeanInfo
 
vtkPushImageReader - class vtk.vtkPushImageReader.
vtkPushImageReader - read image files, compatible with PushPipeline.
vtkPushImageReader() - Constructor for class vtk.vtkPushImageReader
 
vtkPushImageReader(int) - Constructor for class vtk.vtkPushImageReader
 
vtkPushImageReaderBeanInfo - class vtk.vtkPushImageReaderBeanInfo.
BeanInfo support class for the vtkPushImageReader class.
vtkPushImageReaderBeanInfo() - Constructor for class vtk.vtkPushImageReaderBeanInfo
 
vtkPushPipeline - class vtk.vtkPushPipeline.
vtkPushPipeline - run a pipeline from a data push perspective.
vtkPushPipeline() - Constructor for class vtk.vtkPushPipeline
 
vtkPushPipeline(int) - Constructor for class vtk.vtkPushPipeline
 
vtkPushPipelineBeanInfo - class vtk.vtkPushPipelineBeanInfo.
BeanInfo support class for the vtkPushPipeline class.
vtkPushPipelineBeanInfo() - Constructor for class vtk.vtkPushPipelineBeanInfo
 
vtkPyramid - class vtk.vtkPyramid.
vtkPyramid - a 3D cell that represents a linear pyramid.
vtkPyramid() - Constructor for class vtk.vtkPyramid
 
vtkPyramid(int) - Constructor for class vtk.vtkPyramid
 
vtkPyramidBeanInfo - class vtk.vtkPyramidBeanInfo.
BeanInfo support class for the vtkPyramid class.
vtkPyramidBeanInfo() - Constructor for class vtk.vtkPyramidBeanInfo
 
vtkQuad - class vtk.vtkQuad.
vtkQuad - a cell that represents a 2D quadrilateral.
vtkQuad() - Constructor for class vtk.vtkQuad
 
vtkQuad(int) - Constructor for class vtk.vtkQuad
 
vtkQuadBeanInfo - class vtk.vtkQuadBeanInfo.
BeanInfo support class for the vtkQuad class.
vtkQuadBeanInfo() - Constructor for class vtk.vtkQuadBeanInfo
 
vtkQuadraticEdge - class vtk.vtkQuadraticEdge.
vtkQuadraticEdge - cell represents a parabolic, isoparametric edge.
vtkQuadraticEdge() - Constructor for class vtk.vtkQuadraticEdge
 
vtkQuadraticEdge(int) - Constructor for class vtk.vtkQuadraticEdge
 
vtkQuadraticEdgeBeanInfo - class vtk.vtkQuadraticEdgeBeanInfo.
BeanInfo support class for the vtkQuadraticEdge class.
vtkQuadraticEdgeBeanInfo() - Constructor for class vtk.vtkQuadraticEdgeBeanInfo
 
vtkQuadraticHexahedron - class vtk.vtkQuadraticHexahedron.
vtkQuadraticHexahedron - cell represents a parabolic, 20-node isoparametric hexahedron.
vtkQuadraticHexahedron() - Constructor for class vtk.vtkQuadraticHexahedron
 
vtkQuadraticHexahedron(int) - Constructor for class vtk.vtkQuadraticHexahedron
 
vtkQuadraticHexahedronBeanInfo - class vtk.vtkQuadraticHexahedronBeanInfo.
BeanInfo support class for the vtkQuadraticHexahedron class.
vtkQuadraticHexahedronBeanInfo() - Constructor for class vtk.vtkQuadraticHexahedronBeanInfo
 
vtkQuadraticQuad - class vtk.vtkQuadraticQuad.
vtkQuadraticQuad - cell represents a parabolic, 8-node isoparametric quad.
vtkQuadraticQuad() - Constructor for class vtk.vtkQuadraticQuad
 
vtkQuadraticQuad(int) - Constructor for class vtk.vtkQuadraticQuad
 
vtkQuadraticQuadBeanInfo - class vtk.vtkQuadraticQuadBeanInfo.
BeanInfo support class for the vtkQuadraticQuad class.
vtkQuadraticQuadBeanInfo() - Constructor for class vtk.vtkQuadraticQuadBeanInfo
 
vtkQuadraticTetra - class vtk.vtkQuadraticTetra.
vtkQuadraticTetra - cell represents a parabolic, 10-node isoparametric tetrahedron.
vtkQuadraticTetra() - Constructor for class vtk.vtkQuadraticTetra
 
vtkQuadraticTetra(int) - Constructor for class vtk.vtkQuadraticTetra
 
vtkQuadraticTetraBeanInfo - class vtk.vtkQuadraticTetraBeanInfo.
BeanInfo support class for the vtkQuadraticTetra class.
vtkQuadraticTetraBeanInfo() - Constructor for class vtk.vtkQuadraticTetraBeanInfo
 
vtkQuadraticTriangle - class vtk.vtkQuadraticTriangle.
vtkQuadraticTriangle - cell represents a parabolic, isoparametric triangle.
vtkQuadraticTriangle() - Constructor for class vtk.vtkQuadraticTriangle
 
vtkQuadraticTriangle(int) - Constructor for class vtk.vtkQuadraticTriangle
 
vtkQuadraticTriangleBeanInfo - class vtk.vtkQuadraticTriangleBeanInfo.
BeanInfo support class for the vtkQuadraticTriangle class.
vtkQuadraticTriangleBeanInfo() - Constructor for class vtk.vtkQuadraticTriangleBeanInfo
 
vtkQuadric - class vtk.vtkQuadric.
vtkQuadric - evaluate implicit quadric function.
vtkQuadric() - Constructor for class vtk.vtkQuadric
 
vtkQuadric(int) - Constructor for class vtk.vtkQuadric
 
vtkQuadricBeanInfo - class vtk.vtkQuadricBeanInfo.
BeanInfo support class for the vtkQuadric class.
vtkQuadricBeanInfo() - Constructor for class vtk.vtkQuadricBeanInfo
 
vtkQuadricClustering - class vtk.vtkQuadricClustering.
vtkQuadricClustering - reduce the number of triangles in a mesh.
vtkQuadricClustering() - Constructor for class vtk.vtkQuadricClustering
 
vtkQuadricClustering(int) - Constructor for class vtk.vtkQuadricClustering
 
vtkQuadricClusteringBeanInfo - class vtk.vtkQuadricClusteringBeanInfo.
BeanInfo support class for the vtkQuadricClustering class.
vtkQuadricClusteringBeanInfo() - Constructor for class vtk.vtkQuadricClusteringBeanInfo
 
vtkQuadricDecimation - class vtk.vtkQuadricDecimation.
vtkQuadricDecimation - reduce the number of triangles in a mesh.
vtkQuadricDecimation() - Constructor for class vtk.vtkQuadricDecimation
 
vtkQuadricDecimation(int) - Constructor for class vtk.vtkQuadricDecimation
 
vtkQuadricDecimationBeanInfo - class vtk.vtkQuadricDecimationBeanInfo.
BeanInfo support class for the vtkQuadricDecimation class.
vtkQuadricDecimationBeanInfo() - Constructor for class vtk.vtkQuadricDecimationBeanInfo
 
vtkQuantizePolyDataPoints - class vtk.vtkQuantizePolyDataPoints.
vtkQuantizePolyDataPoints - quantizes x,y,z coordinates of points.
vtkQuantizePolyDataPoints() - Constructor for class vtk.vtkQuantizePolyDataPoints
 
vtkQuantizePolyDataPoints(int) - Constructor for class vtk.vtkQuantizePolyDataPoints
 
vtkQuantizePolyDataPointsBeanInfo - class vtk.vtkQuantizePolyDataPointsBeanInfo.
BeanInfo support class for the vtkQuantizePolyDataPoints class.
vtkQuantizePolyDataPointsBeanInfo() - Constructor for class vtk.vtkQuantizePolyDataPointsBeanInfo
 
vtkRIBExporter - class vtk.vtkRIBExporter.
vtkRIBExporter - export a scene into RenderMan RIB format..
vtkRIBExporter() - Constructor for class vtk.vtkRIBExporter
 
vtkRIBExporter(int) - Constructor for class vtk.vtkRIBExporter
 
vtkRIBExporterBeanInfo - class vtk.vtkRIBExporterBeanInfo.
BeanInfo support class for the vtkRIBExporter class.
vtkRIBExporterBeanInfo() - Constructor for class vtk.vtkRIBExporterBeanInfo
 
vtkRIBLight - class vtk.vtkRIBLight.
vtkRIBLight - RIP Light.
vtkRIBLight() - Constructor for class vtk.vtkRIBLight
 
vtkRIBLight(int) - Constructor for class vtk.vtkRIBLight
 
vtkRIBLightBeanInfo - class vtk.vtkRIBLightBeanInfo.
BeanInfo support class for the vtkRIBLight class.
vtkRIBLightBeanInfo() - Constructor for class vtk.vtkRIBLightBeanInfo
 
vtkRIBProperty - class vtk.vtkRIBProperty.
vtkRIBProperty - RIP Property.
vtkRIBProperty() - Constructor for class vtk.vtkRIBProperty
 
vtkRIBProperty(int) - Constructor for class vtk.vtkRIBProperty
 
vtkRIBPropertyBeanInfo - class vtk.vtkRIBPropertyBeanInfo.
BeanInfo support class for the vtkRIBProperty class.
vtkRIBPropertyBeanInfo() - Constructor for class vtk.vtkRIBPropertyBeanInfo
 
vtkRayCastImageDisplayHelper - class vtk.vtkRayCastImageDisplayHelper.
vtkRayCastImageDisplayHelper - helper class that draws the image to the screen.
vtkRayCastImageDisplayHelper() - Constructor for class vtk.vtkRayCastImageDisplayHelper
 
vtkRayCastImageDisplayHelper(int) - Constructor for class vtk.vtkRayCastImageDisplayHelper
 
vtkRayCastImageDisplayHelperBeanInfo - class vtk.vtkRayCastImageDisplayHelperBeanInfo.
BeanInfo support class for the vtkRayCastImageDisplayHelper class.
vtkRayCastImageDisplayHelperBeanInfo() - Constructor for class vtk.vtkRayCastImageDisplayHelperBeanInfo
 
vtkRearrangeFields - class vtk.vtkRearrangeFields.
vtkRearrangeFields - Move/copy fields between field data, point data and cell data.
vtkRearrangeFields() - Constructor for class vtk.vtkRearrangeFields
 
vtkRearrangeFields(int) - Constructor for class vtk.vtkRearrangeFields
 
vtkRearrangeFieldsBeanInfo - class vtk.vtkRearrangeFieldsBeanInfo.
BeanInfo support class for the vtkRearrangeFields class.
vtkRearrangeFieldsBeanInfo() - Constructor for class vtk.vtkRearrangeFieldsBeanInfo
 
vtkRectilinearGrid - class vtk.vtkRectilinearGrid.
vtkRectilinearGrid - a datset that is topologically regular with variable spacing in the three coordinate directions.
vtkRectilinearGrid() - Constructor for class vtk.vtkRectilinearGrid
 
vtkRectilinearGrid(int) - Constructor for class vtk.vtkRectilinearGrid
 
vtkRectilinearGridBeanInfo - class vtk.vtkRectilinearGridBeanInfo.
BeanInfo support class for the vtkRectilinearGrid class.
vtkRectilinearGridBeanInfo() - Constructor for class vtk.vtkRectilinearGridBeanInfo
 
vtkRectilinearGridGeometryFilter - class vtk.vtkRectilinearGridGeometryFilter.
vtkRectilinearGridGeometryFilter - extract geometry for a rectilinear grid.
vtkRectilinearGridGeometryFilter() - Constructor for class vtk.vtkRectilinearGridGeometryFilter
 
vtkRectilinearGridGeometryFilter(int) - Constructor for class vtk.vtkRectilinearGridGeometryFilter
 
vtkRectilinearGridGeometryFilterBeanInfo - class vtk.vtkRectilinearGridGeometryFilterBeanInfo.
BeanInfo support class for the vtkRectilinearGridGeometryFilter class.
vtkRectilinearGridGeometryFilterBeanInfo() - Constructor for class vtk.vtkRectilinearGridGeometryFilterBeanInfo
 
vtkRectilinearGridReader - class vtk.vtkRectilinearGridReader.
vtkRectilinearGridReader - read vtk rectilinear grid data file.
vtkRectilinearGridReader() - Constructor for class vtk.vtkRectilinearGridReader
 
vtkRectilinearGridReader(int) - Constructor for class vtk.vtkRectilinearGridReader
 
vtkRectilinearGridReaderBeanInfo - class vtk.vtkRectilinearGridReaderBeanInfo.
BeanInfo support class for the vtkRectilinearGridReader class.
vtkRectilinearGridReaderBeanInfo() - Constructor for class vtk.vtkRectilinearGridReaderBeanInfo
 
vtkRectilinearGridSource - class vtk.vtkRectilinearGridSource.
vtkRectilinearGridSource - Abstract class whose subclasses generates rectilinear grid data.
vtkRectilinearGridSource() - Constructor for class vtk.vtkRectilinearGridSource
 
vtkRectilinearGridSource(int) - Constructor for class vtk.vtkRectilinearGridSource
 
vtkRectilinearGridSourceBeanInfo - class vtk.vtkRectilinearGridSourceBeanInfo.
BeanInfo support class for the vtkRectilinearGridSource class.
vtkRectilinearGridSourceBeanInfo() - Constructor for class vtk.vtkRectilinearGridSourceBeanInfo
 
vtkRectilinearGridToPolyDataFilter - class vtk.vtkRectilinearGridToPolyDataFilter.
vtkRectilinearGridToPolyDataFilter - abstract filter class.
vtkRectilinearGridToPolyDataFilter() - Constructor for class vtk.vtkRectilinearGridToPolyDataFilter
 
vtkRectilinearGridToPolyDataFilter(int) - Constructor for class vtk.vtkRectilinearGridToPolyDataFilter
 
vtkRectilinearGridToPolyDataFilterBeanInfo - class vtk.vtkRectilinearGridToPolyDataFilterBeanInfo.
BeanInfo support class for the vtkRectilinearGridToPolyDataFilter class.
vtkRectilinearGridToPolyDataFilterBeanInfo() - Constructor for class vtk.vtkRectilinearGridToPolyDataFilterBeanInfo
 
vtkRectilinearGridToTetrahedra - class vtk.vtkRectilinearGridToTetrahedra.
vtkRectilinearGridToTetrahedra - create a Tetrahedral mesh from a RectilinearGrid.
vtkRectilinearGridToTetrahedra() - Constructor for class vtk.vtkRectilinearGridToTetrahedra
 
vtkRectilinearGridToTetrahedra(int) - Constructor for class vtk.vtkRectilinearGridToTetrahedra
 
vtkRectilinearGridToTetrahedraBeanInfo - class vtk.vtkRectilinearGridToTetrahedraBeanInfo.
BeanInfo support class for the vtkRectilinearGridToTetrahedra class.
vtkRectilinearGridToTetrahedraBeanInfo() - Constructor for class vtk.vtkRectilinearGridToTetrahedraBeanInfo
 
vtkRectilinearGridWriter - class vtk.vtkRectilinearGridWriter.
vtkRectilinearGridWriter - write vtk rectilinear grid data file.
vtkRectilinearGridWriter() - Constructor for class vtk.vtkRectilinearGridWriter
 
vtkRectilinearGridWriter(int) - Constructor for class vtk.vtkRectilinearGridWriter
 
vtkRectilinearGridWriterBeanInfo - class vtk.vtkRectilinearGridWriterBeanInfo.
BeanInfo support class for the vtkRectilinearGridWriter class.
vtkRectilinearGridWriterBeanInfo() - Constructor for class vtk.vtkRectilinearGridWriterBeanInfo
 
vtkRectilinearSynchronizedTemplates - class vtk.vtkRectilinearSynchronizedTemplates.
vtkRectilinearSynchronizedTemplates - generate isosurface from rectilinear grid.
vtkRectilinearSynchronizedTemplates() - Constructor for class vtk.vtkRectilinearSynchronizedTemplates
 
vtkRectilinearSynchronizedTemplates(int) - Constructor for class vtk.vtkRectilinearSynchronizedTemplates
 
vtkRectilinearSynchronizedTemplatesBeanInfo - class vtk.vtkRectilinearSynchronizedTemplatesBeanInfo.
BeanInfo support class for the vtkRectilinearSynchronizedTemplates class.
vtkRectilinearSynchronizedTemplatesBeanInfo() - Constructor for class vtk.vtkRectilinearSynchronizedTemplatesBeanInfo
 
vtkRecursiveDividingCubes - class vtk.vtkRecursiveDividingCubes.
vtkRecursiveDividingCubes - create points lying on isosurface (using recursive approach).
vtkRecursiveDividingCubes() - Constructor for class vtk.vtkRecursiveDividingCubes
 
vtkRecursiveDividingCubes(int) - Constructor for class vtk.vtkRecursiveDividingCubes
 
vtkRecursiveDividingCubesBeanInfo - class vtk.vtkRecursiveDividingCubesBeanInfo.
BeanInfo support class for the vtkRecursiveDividingCubes class.
vtkRecursiveDividingCubesBeanInfo() - Constructor for class vtk.vtkRecursiveDividingCubesBeanInfo
 
vtkRecursiveSphereDirectionEncoder - class vtk.vtkRecursiveSphereDirectionEncoder.
vtkRecursiveSphereDirectionEncoder - A direction encoder based on the recursive subdivision of an octahedron.
vtkRecursiveSphereDirectionEncoder() - Constructor for class vtk.vtkRecursiveSphereDirectionEncoder
 
vtkRecursiveSphereDirectionEncoder(int) - Constructor for class vtk.vtkRecursiveSphereDirectionEncoder
 
vtkRecursiveSphereDirectionEncoderBeanInfo - class vtk.vtkRecursiveSphereDirectionEncoderBeanInfo.
BeanInfo support class for the vtkRecursiveSphereDirectionEncoder class.
vtkRecursiveSphereDirectionEncoderBeanInfo() - Constructor for class vtk.vtkRecursiveSphereDirectionEncoderBeanInfo
 
vtkReferenceCount - class vtk.vtkReferenceCount.
vtkReferenceCount - Obsolete / empty subclass of object..
vtkReferenceCount() - Constructor for class vtk.vtkReferenceCount
 
vtkReferenceCount(int) - Constructor for class vtk.vtkReferenceCount
 
vtkReferenceCountBeanInfo - class vtk.vtkReferenceCountBeanInfo.
BeanInfo support class for the vtkReferenceCount class.
vtkReferenceCountBeanInfo() - Constructor for class vtk.vtkReferenceCountBeanInfo
 
vtkReflectionFilter - class vtk.vtkReflectionFilter.
vtkReflectionFilter - reflects a data set across a plane.
vtkReflectionFilter() - Constructor for class vtk.vtkReflectionFilter
 
vtkReflectionFilter(int) - Constructor for class vtk.vtkReflectionFilter
 
vtkReflectionFilterBeanInfo - class vtk.vtkReflectionFilterBeanInfo.
BeanInfo support class for the vtkReflectionFilter class.
vtkReflectionFilterBeanInfo() - Constructor for class vtk.vtkReflectionFilterBeanInfo
 
vtkRenderLargeImage - class vtk.vtkRenderLargeImage.
vtkRenderLargeImage - Use tiling to generate a large rendering.
vtkRenderLargeImage() - Constructor for class vtk.vtkRenderLargeImage
 
vtkRenderLargeImage(int) - Constructor for class vtk.vtkRenderLargeImage
 
vtkRenderLargeImageBeanInfo - class vtk.vtkRenderLargeImageBeanInfo.
BeanInfo support class for the vtkRenderLargeImage class.
vtkRenderLargeImageBeanInfo() - Constructor for class vtk.vtkRenderLargeImageBeanInfo
 
vtkRenderWindow - class vtk.vtkRenderWindow.
vtkRenderWindow - create a window for renderers to draw into.
vtkRenderWindow() - Constructor for class vtk.vtkRenderWindow
 
vtkRenderWindow(int) - Constructor for class vtk.vtkRenderWindow
 
vtkRenderWindowBeanInfo - class vtk.vtkRenderWindowBeanInfo.
BeanInfo support class for the vtkRenderWindow class.
vtkRenderWindowBeanInfo() - Constructor for class vtk.vtkRenderWindowBeanInfo
 
vtkRenderWindowCollection - class vtk.vtkRenderWindowCollection.
vtkRenderWindowCollection - a list of RenderWindows.
vtkRenderWindowCollection() - Constructor for class vtk.vtkRenderWindowCollection
 
vtkRenderWindowCollection(int) - Constructor for class vtk.vtkRenderWindowCollection
 
vtkRenderWindowCollectionBeanInfo - class vtk.vtkRenderWindowCollectionBeanInfo.
BeanInfo support class for the vtkRenderWindowCollection class.
vtkRenderWindowCollectionBeanInfo() - Constructor for class vtk.vtkRenderWindowCollectionBeanInfo
 
vtkRenderWindowInteractor - class vtk.vtkRenderWindowInteractor.
vtkRenderWindowInteractor - platform-independent render window interaction including picking and frame rate control..
vtkRenderWindowInteractor() - Constructor for class vtk.vtkRenderWindowInteractor
 
vtkRenderWindowInteractor(int) - Constructor for class vtk.vtkRenderWindowInteractor
 
vtkRenderWindowInteractorBeanInfo - class vtk.vtkRenderWindowInteractorBeanInfo.
BeanInfo support class for the vtkRenderWindowInteractor class.
vtkRenderWindowInteractorBeanInfo() - Constructor for class vtk.vtkRenderWindowInteractorBeanInfo
 
vtkRenderer - class vtk.vtkRenderer.
vtkRenderer - abstract specification for renderers.
vtkRenderer() - Constructor for class vtk.vtkRenderer
 
vtkRenderer(int) - Constructor for class vtk.vtkRenderer
 
vtkRendererBeanInfo - class vtk.vtkRendererBeanInfo.
BeanInfo support class for the vtkRenderer class.
vtkRendererBeanInfo() - Constructor for class vtk.vtkRendererBeanInfo
 
vtkRendererCollection - class vtk.vtkRendererCollection.
vtkRendererCollection - a list of renderers.
vtkRendererCollection() - Constructor for class vtk.vtkRendererCollection
 
vtkRendererCollection(int) - Constructor for class vtk.vtkRendererCollection
 
vtkRendererCollectionBeanInfo - class vtk.vtkRendererCollectionBeanInfo.
BeanInfo support class for the vtkRendererCollection class.
vtkRendererCollectionBeanInfo() - Constructor for class vtk.vtkRendererCollectionBeanInfo
 
vtkRendererSource - class vtk.vtkRendererSource.
vtkRendererSource - take a renderer into the pipeline.
vtkRendererSource() - Constructor for class vtk.vtkRendererSource
 
vtkRendererSource(int) - Constructor for class vtk.vtkRendererSource
 
vtkRendererSourceBeanInfo - class vtk.vtkRendererSourceBeanInfo.
BeanInfo support class for the vtkRendererSource class.
vtkRendererSourceBeanInfo() - Constructor for class vtk.vtkRendererSourceBeanInfo
 
vtkReverseSense - class vtk.vtkReverseSense.
vtkReverseSense - reverse the ordering of polygonal cells and/or vertex normals.
vtkReverseSense() - Constructor for class vtk.vtkReverseSense
 
vtkReverseSense(int) - Constructor for class vtk.vtkReverseSense
 
vtkReverseSenseBeanInfo - class vtk.vtkReverseSenseBeanInfo.
BeanInfo support class for the vtkReverseSense class.
vtkReverseSenseBeanInfo() - Constructor for class vtk.vtkReverseSenseBeanInfo
 
vtkRibbonFilter - class vtk.vtkRibbonFilter.
vtkRibbonFilter - create oriented ribbons from lines defined in polygonal dataset.
vtkRibbonFilter() - Constructor for class vtk.vtkRibbonFilter
 
vtkRibbonFilter(int) - Constructor for class vtk.vtkRibbonFilter
 
vtkRibbonFilterBeanInfo - class vtk.vtkRibbonFilterBeanInfo.
BeanInfo support class for the vtkRibbonFilter class.
vtkRibbonFilterBeanInfo() - Constructor for class vtk.vtkRibbonFilterBeanInfo
 
vtkRotationalExtrusionFilter - class vtk.vtkRotationalExtrusionFilter.
vtkRotationalExtrusionFilter - sweep polygonal data creating "skirt" from free edges and lines, and lines from vertices.
vtkRotationalExtrusionFilter() - Constructor for class vtk.vtkRotationalExtrusionFilter
 
vtkRotationalExtrusionFilter(int) - Constructor for class vtk.vtkRotationalExtrusionFilter
 
vtkRotationalExtrusionFilterBeanInfo - class vtk.vtkRotationalExtrusionFilterBeanInfo.
BeanInfo support class for the vtkRotationalExtrusionFilter class.
vtkRotationalExtrusionFilterBeanInfo() - Constructor for class vtk.vtkRotationalExtrusionFilterBeanInfo
 
vtkRuledSurfaceFilter - class vtk.vtkRuledSurfaceFilter.
vtkRuledSurfaceFilter - generates a surface from a set of lines.
vtkRuledSurfaceFilter() - Constructor for class vtk.vtkRuledSurfaceFilter
 
vtkRuledSurfaceFilter(int) - Constructor for class vtk.vtkRuledSurfaceFilter
 
vtkRuledSurfaceFilterBeanInfo - class vtk.vtkRuledSurfaceFilterBeanInfo.
BeanInfo support class for the vtkRuledSurfaceFilter class.
vtkRuledSurfaceFilterBeanInfo() - Constructor for class vtk.vtkRuledSurfaceFilterBeanInfo
 
vtkRungeKutta2 - class vtk.vtkRungeKutta2.
vtkRungeKutta2 - Integrate an initial value problem using 2nd.
vtkRungeKutta2() - Constructor for class vtk.vtkRungeKutta2
 
vtkRungeKutta2(int) - Constructor for class vtk.vtkRungeKutta2
 
vtkRungeKutta2BeanInfo - class vtk.vtkRungeKutta2BeanInfo.
BeanInfo support class for the vtkRungeKutta2 class.
vtkRungeKutta2BeanInfo() - Constructor for class vtk.vtkRungeKutta2BeanInfo
 
vtkRungeKutta4 - class vtk.vtkRungeKutta4.
vtkRungeKutta4 - Integrate an initial value problem using 4th.
vtkRungeKutta4() - Constructor for class vtk.vtkRungeKutta4
 
vtkRungeKutta4(int) - Constructor for class vtk.vtkRungeKutta4
 
vtkRungeKutta45 - class vtk.vtkRungeKutta45.
vtkRungeKutta45 - Integrate an initial value problem using 5th.
vtkRungeKutta45() - Constructor for class vtk.vtkRungeKutta45
 
vtkRungeKutta45(int) - Constructor for class vtk.vtkRungeKutta45
 
vtkRungeKutta45BeanInfo - class vtk.vtkRungeKutta45BeanInfo.
BeanInfo support class for the vtkRungeKutta45 class.
vtkRungeKutta45BeanInfo() - Constructor for class vtk.vtkRungeKutta45BeanInfo
 
vtkRungeKutta4BeanInfo - class vtk.vtkRungeKutta4BeanInfo.
BeanInfo support class for the vtkRungeKutta4 class.
vtkRungeKutta4BeanInfo() - Constructor for class vtk.vtkRungeKutta4BeanInfo
 
vtkSLCReader - class vtk.vtkSLCReader.
vtkSLCReader - read an SLC volume file..
vtkSLCReader() - Constructor for class vtk.vtkSLCReader
 
vtkSLCReader(int) - Constructor for class vtk.vtkSLCReader
 
vtkSLCReaderBeanInfo - class vtk.vtkSLCReaderBeanInfo.
BeanInfo support class for the vtkSLCReader class.
vtkSLCReaderBeanInfo() - Constructor for class vtk.vtkSLCReaderBeanInfo
 
vtkSTLReader - class vtk.vtkSTLReader.
vtkSTLReader - read ASCII or binary stereo lithography files.
vtkSTLReader() - Constructor for class vtk.vtkSTLReader
 
vtkSTLReader(int) - Constructor for class vtk.vtkSTLReader
 
vtkSTLReaderBeanInfo - class vtk.vtkSTLReaderBeanInfo.
BeanInfo support class for the vtkSTLReader class.
vtkSTLReaderBeanInfo() - Constructor for class vtk.vtkSTLReaderBeanInfo
 
vtkSTLWriter - class vtk.vtkSTLWriter.
vtkSTLWriter - write stereo lithography files.
vtkSTLWriter() - Constructor for class vtk.vtkSTLWriter
 
vtkSTLWriter(int) - Constructor for class vtk.vtkSTLWriter
 
vtkSTLWriterBeanInfo - class vtk.vtkSTLWriterBeanInfo.
BeanInfo support class for the vtkSTLWriter class.
vtkSTLWriterBeanInfo() - Constructor for class vtk.vtkSTLWriterBeanInfo
 
vtkSampleFunction - class vtk.vtkSampleFunction.
vtkSampleFunction - sample an implicit function over a structured point set.
vtkSampleFunction() - Constructor for class vtk.vtkSampleFunction
 
vtkSampleFunction(int) - Constructor for class vtk.vtkSampleFunction
 
vtkSampleFunctionBeanInfo - class vtk.vtkSampleFunctionBeanInfo.
BeanInfo support class for the vtkSampleFunction class.
vtkSampleFunctionBeanInfo() - Constructor for class vtk.vtkSampleFunctionBeanInfo
 
vtkScalarBarActor - class vtk.vtkScalarBarActor.
vtkScalarBarActor - Create a scalar bar with labels.
vtkScalarBarActor() - Constructor for class vtk.vtkScalarBarActor
 
vtkScalarBarActor(int) - Constructor for class vtk.vtkScalarBarActor
 
vtkScalarBarActorBeanInfo - class vtk.vtkScalarBarActorBeanInfo.
BeanInfo support class for the vtkScalarBarActor class.
vtkScalarBarActorBeanInfo() - Constructor for class vtk.vtkScalarBarActorBeanInfo
 
vtkScalarBarWidget - class vtk.vtkScalarBarWidget.
vtkScalarBarWidget - 2D widget for manipulating a scalar bar.
vtkScalarBarWidget() - Constructor for class vtk.vtkScalarBarWidget
 
vtkScalarBarWidget(int) - Constructor for class vtk.vtkScalarBarWidget
 
vtkScalarBarWidgetBeanInfo - class vtk.vtkScalarBarWidgetBeanInfo.
BeanInfo support class for the vtkScalarBarWidget class.
vtkScalarBarWidgetBeanInfo() - Constructor for class vtk.vtkScalarBarWidgetBeanInfo
 
vtkScalarTree - class vtk.vtkScalarTree.
vtkScalarTree - organize data according to scalar values (used to accelerate contouring operations).
vtkScalarTree() - Constructor for class vtk.vtkScalarTree
 
vtkScalarTree(int) - Constructor for class vtk.vtkScalarTree
 
vtkScalarTreeBeanInfo - class vtk.vtkScalarTreeBeanInfo.
BeanInfo support class for the vtkScalarTree class.
vtkScalarTreeBeanInfo() - Constructor for class vtk.vtkScalarTreeBeanInfo
 
vtkScalarsToColors - class vtk.vtkScalarsToColors.
vtkScalarsToColors - map scalar values into colors.
vtkScalarsToColors() - Constructor for class vtk.vtkScalarsToColors
 
vtkScalarsToColors(int) - Constructor for class vtk.vtkScalarsToColors
 
vtkScalarsToColorsBeanInfo - class vtk.vtkScalarsToColorsBeanInfo.
BeanInfo support class for the vtkScalarsToColors class.
vtkScalarsToColorsBeanInfo() - Constructor for class vtk.vtkScalarsToColorsBeanInfo
 
vtkScaledTextActor - class vtk.vtkScaledTextActor.
vtkScaledTextActor - create text that will scale as needed.
vtkScaledTextActor() - Constructor for class vtk.vtkScaledTextActor
 
vtkScaledTextActor(int) - Constructor for class vtk.vtkScaledTextActor
 
vtkScaledTextActorBeanInfo - class vtk.vtkScaledTextActorBeanInfo.
BeanInfo support class for the vtkScaledTextActor class.
vtkScaledTextActorBeanInfo() - Constructor for class vtk.vtkScaledTextActorBeanInfo
 
vtkSelectPolyData - class vtk.vtkSelectPolyData.
vtkSelectPolyData - select portion of polygonal mesh; generate selection scalars.
vtkSelectPolyData() - Constructor for class vtk.vtkSelectPolyData
 
vtkSelectPolyData(int) - Constructor for class vtk.vtkSelectPolyData
 
vtkSelectPolyDataBeanInfo - class vtk.vtkSelectPolyDataBeanInfo.
BeanInfo support class for the vtkSelectPolyData class.
vtkSelectPolyDataBeanInfo() - Constructor for class vtk.vtkSelectPolyDataBeanInfo
 
vtkSelectVisiblePoints - class vtk.vtkSelectVisiblePoints.
vtkSelectVisiblePoints - extract points that are visible (based on z-buffer calculation).
vtkSelectVisiblePoints() - Constructor for class vtk.vtkSelectVisiblePoints
 
vtkSelectVisiblePoints(int) - Constructor for class vtk.vtkSelectVisiblePoints
 
vtkSelectVisiblePointsBeanInfo - class vtk.vtkSelectVisiblePointsBeanInfo.
BeanInfo support class for the vtkSelectVisiblePoints class.
vtkSelectVisiblePointsBeanInfo() - Constructor for class vtk.vtkSelectVisiblePointsBeanInfo
 
vtkShepardMethod - class vtk.vtkShepardMethod.
vtkShepardMethod - sample unstructured points onto structured points using the method of Shepard.
vtkShepardMethod() - Constructor for class vtk.vtkShepardMethod
 
vtkShepardMethod(int) - Constructor for class vtk.vtkShepardMethod
 
vtkShepardMethodBeanInfo - class vtk.vtkShepardMethodBeanInfo.
BeanInfo support class for the vtkShepardMethod class.
vtkShepardMethodBeanInfo() - Constructor for class vtk.vtkShepardMethodBeanInfo
 
vtkShortArray - class vtk.vtkShortArray.
vtkShortArray - dynamic, self-adjusting array of short.
vtkShortArray() - Constructor for class vtk.vtkShortArray
 
vtkShortArray(int) - Constructor for class vtk.vtkShortArray
 
vtkShortArrayBeanInfo - class vtk.vtkShortArrayBeanInfo.
BeanInfo support class for the vtkShortArray class.
vtkShortArrayBeanInfo() - Constructor for class vtk.vtkShortArrayBeanInfo
 
vtkShrinkFilter - class vtk.vtkShrinkFilter.
vtkShrinkFilter - shrink cells composing an arbitrary data set.
vtkShrinkFilter() - Constructor for class vtk.vtkShrinkFilter
 
vtkShrinkFilter(int) - Constructor for class vtk.vtkShrinkFilter
 
vtkShrinkFilterBeanInfo - class vtk.vtkShrinkFilterBeanInfo.
BeanInfo support class for the vtkShrinkFilter class.
vtkShrinkFilterBeanInfo() - Constructor for class vtk.vtkShrinkFilterBeanInfo
 
vtkShrinkPolyData - class vtk.vtkShrinkPolyData.
vtkShrinkPolyData - shrink cells composing PolyData.
vtkShrinkPolyData() - Constructor for class vtk.vtkShrinkPolyData
 
vtkShrinkPolyData(int) - Constructor for class vtk.vtkShrinkPolyData
 
vtkShrinkPolyDataBeanInfo - class vtk.vtkShrinkPolyDataBeanInfo.
BeanInfo support class for the vtkShrinkPolyData class.
vtkShrinkPolyDataBeanInfo() - Constructor for class vtk.vtkShrinkPolyDataBeanInfo
 
vtkSimpleElevationFilter - class vtk.vtkSimpleElevationFilter.
vtkSimpleElevationFilter - generate scalars along a specified direction.
vtkSimpleElevationFilter() - Constructor for class vtk.vtkSimpleElevationFilter
 
vtkSimpleElevationFilter(int) - Constructor for class vtk.vtkSimpleElevationFilter
 
vtkSimpleElevationFilterBeanInfo - class vtk.vtkSimpleElevationFilterBeanInfo.
BeanInfo support class for the vtkSimpleElevationFilter class.
vtkSimpleElevationFilterBeanInfo() - Constructor for class vtk.vtkSimpleElevationFilterBeanInfo
 
vtkSimpleImageFilterExample - class vtk.vtkSimpleImageFilterExample.
vtkSimpleImageFilterExample - Simple example of an image-image filter..
vtkSimpleImageFilterExample() - Constructor for class vtk.vtkSimpleImageFilterExample
 
vtkSimpleImageFilterExample(int) - Constructor for class vtk.vtkSimpleImageFilterExample
 
vtkSimpleImageFilterExampleBeanInfo - class vtk.vtkSimpleImageFilterExampleBeanInfo.
BeanInfo support class for the vtkSimpleImageFilterExample class.
vtkSimpleImageFilterExampleBeanInfo() - Constructor for class vtk.vtkSimpleImageFilterExampleBeanInfo
 
vtkSimpleImageToImageFilter - class vtk.vtkSimpleImageToImageFilter.
vtkSimpleImageToImageFilter - Generic image filter with one input..
vtkSimpleImageToImageFilter() - Constructor for class vtk.vtkSimpleImageToImageFilter
 
vtkSimpleImageToImageFilter(int) - Constructor for class vtk.vtkSimpleImageToImageFilter
 
vtkSimpleImageToImageFilterBeanInfo - class vtk.vtkSimpleImageToImageFilterBeanInfo.
BeanInfo support class for the vtkSimpleImageToImageFilter class.
vtkSimpleImageToImageFilterBeanInfo() - Constructor for class vtk.vtkSimpleImageToImageFilterBeanInfo
 
vtkSimpleLookupTable - class vtk.vtkSimpleLookupTable.
vtkSimpleLookupTable - map scalar values into colors via a lookup table.
vtkSimpleLookupTable() - Constructor for class vtk.vtkSimpleLookupTable
 
vtkSimpleLookupTable(int) - Constructor for class vtk.vtkSimpleLookupTable
 
vtkSimpleLookupTableBeanInfo - class vtk.vtkSimpleLookupTableBeanInfo.
BeanInfo support class for the vtkSimpleLookupTable class.
vtkSimpleLookupTableBeanInfo() - Constructor for class vtk.vtkSimpleLookupTableBeanInfo
 
vtkSimpleScalarTree - class vtk.vtkSimpleScalarTree.
vtkSimpleScalarTree - organize data according to scalar values (used to accelerate contouring operations).
vtkSimpleScalarTree() - Constructor for class vtk.vtkSimpleScalarTree
 
vtkSimpleScalarTree(int) - Constructor for class vtk.vtkSimpleScalarTree
 
vtkSimpleScalarTreeBeanInfo - class vtk.vtkSimpleScalarTreeBeanInfo.
BeanInfo support class for the vtkSimpleScalarTree class.
vtkSimpleScalarTreeBeanInfo() - Constructor for class vtk.vtkSimpleScalarTreeBeanInfo
 
vtkSliceCubes - class vtk.vtkSliceCubes.
vtkSliceCubes - generate isosurface(s) from volume four slices at a time.
vtkSliceCubes() - Constructor for class vtk.vtkSliceCubes
 
vtkSliceCubes(int) - Constructor for class vtk.vtkSliceCubes
 
vtkSliceCubesBeanInfo - class vtk.vtkSliceCubesBeanInfo.
BeanInfo support class for the vtkSliceCubes class.
vtkSliceCubesBeanInfo() - Constructor for class vtk.vtkSliceCubesBeanInfo
 
vtkSmoothPolyDataFilter - class vtk.vtkSmoothPolyDataFilter.
vtkSmoothPolyDataFilter.h - adjust point positions using Laplacian smoothing.
vtkSmoothPolyDataFilter() - Constructor for class vtk.vtkSmoothPolyDataFilter
 
vtkSmoothPolyDataFilter(int) - Constructor for class vtk.vtkSmoothPolyDataFilter
 
vtkSmoothPolyDataFilterBeanInfo - class vtk.vtkSmoothPolyDataFilterBeanInfo.
BeanInfo support class for the vtkSmoothPolyDataFilter class.
vtkSmoothPolyDataFilterBeanInfo() - Constructor for class vtk.vtkSmoothPolyDataFilterBeanInfo
 
vtkSource - class vtk.vtkSource.
vtkSource - abstract class specifies interface for visualization network source.
vtkSource() - Constructor for class vtk.vtkSource
 
vtkSource(int) - Constructor for class vtk.vtkSource
 
vtkSourceBeanInfo - class vtk.vtkSourceBeanInfo.
BeanInfo support class for the vtkSource class.
vtkSourceBeanInfo() - Constructor for class vtk.vtkSourceBeanInfo
 
vtkSpatialRepresentationFilter - class vtk.vtkSpatialRepresentationFilter.
vtkSpatialRepresentationFilter - generate polygonal model of spatial search object (i.e., a vtkLocator).
vtkSpatialRepresentationFilter() - Constructor for class vtk.vtkSpatialRepresentationFilter
 
vtkSpatialRepresentationFilter(int) - Constructor for class vtk.vtkSpatialRepresentationFilter
 
vtkSpatialRepresentationFilterBeanInfo - class vtk.vtkSpatialRepresentationFilterBeanInfo.
BeanInfo support class for the vtkSpatialRepresentationFilter class.
vtkSpatialRepresentationFilterBeanInfo() - Constructor for class vtk.vtkSpatialRepresentationFilterBeanInfo
 
vtkSphere - class vtk.vtkSphere.
vtkSphere - implicit function for a sphere.
vtkSphere() - Constructor for class vtk.vtkSphere
 
vtkSphere(int) - Constructor for class vtk.vtkSphere
 
vtkSphereBeanInfo - class vtk.vtkSphereBeanInfo.
BeanInfo support class for the vtkSphere class.
vtkSphereBeanInfo() - Constructor for class vtk.vtkSphereBeanInfo
 
vtkSpherePuzzle - class vtk.vtkSpherePuzzle.
vtkSpherePuzzle - create a polygonal sphere centered at the origin.
vtkSpherePuzzle() - Constructor for class vtk.vtkSpherePuzzle
 
vtkSpherePuzzle(int) - Constructor for class vtk.vtkSpherePuzzle
 
vtkSpherePuzzleArrows - class vtk.vtkSpherePuzzleArrows.
vtkSpherePuzzleArrows - Visualize permutation of the sphere puzzle..
vtkSpherePuzzleArrows() - Constructor for class vtk.vtkSpherePuzzleArrows
 
vtkSpherePuzzleArrows(int) - Constructor for class vtk.vtkSpherePuzzleArrows
 
vtkSpherePuzzleArrowsBeanInfo - class vtk.vtkSpherePuzzleArrowsBeanInfo.
BeanInfo support class for the vtkSpherePuzzleArrows class.
vtkSpherePuzzleArrowsBeanInfo() - Constructor for class vtk.vtkSpherePuzzleArrowsBeanInfo
 
vtkSpherePuzzleBeanInfo - class vtk.vtkSpherePuzzleBeanInfo.
BeanInfo support class for the vtkSpherePuzzle class.
vtkSpherePuzzleBeanInfo() - Constructor for class vtk.vtkSpherePuzzleBeanInfo
 
vtkSphereSource - class vtk.vtkSphereSource.
vtkSphereSource - create a polygonal sphere centered at the origin.
vtkSphereSource() - Constructor for class vtk.vtkSphereSource
 
vtkSphereSource(int) - Constructor for class vtk.vtkSphereSource
 
vtkSphereSourceBeanInfo - class vtk.vtkSphereSourceBeanInfo.
BeanInfo support class for the vtkSphereSource class.
vtkSphereSourceBeanInfo() - Constructor for class vtk.vtkSphereSourceBeanInfo
 
vtkSphereWidget - class vtk.vtkSphereWidget.
vtkSphereWidget - 3D widget for manipulating a sphere.
vtkSphereWidget() - Constructor for class vtk.vtkSphereWidget
 
vtkSphereWidget(int) - Constructor for class vtk.vtkSphereWidget
 
vtkSphereWidgetBeanInfo - class vtk.vtkSphereWidgetBeanInfo.
BeanInfo support class for the vtkSphereWidget class.
vtkSphereWidgetBeanInfo() - Constructor for class vtk.vtkSphereWidgetBeanInfo
 
vtkSphericalTransform - class vtk.vtkSphericalTransform.
vtkSphericalTransform - spherical to rectangular coords and back.
vtkSphericalTransform() - Constructor for class vtk.vtkSphericalTransform
 
vtkSphericalTransform(int) - Constructor for class vtk.vtkSphericalTransform
 
vtkSphericalTransformBeanInfo - class vtk.vtkSphericalTransformBeanInfo.
BeanInfo support class for the vtkSphericalTransform class.
vtkSphericalTransformBeanInfo() - Constructor for class vtk.vtkSphericalTransformBeanInfo
 
vtkSpline - class vtk.vtkSpline.
vtkSpline - spline abstract class.
vtkSpline() - Constructor for class vtk.vtkSpline
 
vtkSpline(int) - Constructor for class vtk.vtkSpline
 
vtkSplineBeanInfo - class vtk.vtkSplineBeanInfo.
BeanInfo support class for the vtkSpline class.
vtkSplineBeanInfo() - Constructor for class vtk.vtkSplineBeanInfo
 
vtkSplineFilter - class vtk.vtkSplineFilter.
vtkSplineFilter - generate uniformly subdivided polylines from a set of input polyline using a vtkSpline.
vtkSplineFilter() - Constructor for class vtk.vtkSplineFilter
 
vtkSplineFilter(int) - Constructor for class vtk.vtkSplineFilter
 
vtkSplineFilterBeanInfo - class vtk.vtkSplineFilterBeanInfo.
BeanInfo support class for the vtkSplineFilter class.
vtkSplineFilterBeanInfo() - Constructor for class vtk.vtkSplineFilterBeanInfo
 
vtkSplineWidget - class vtk.vtkSplineWidget.
vtkSplineWidget - 3D widget for manipulating a spline.
vtkSplineWidget() - Constructor for class vtk.vtkSplineWidget
 
vtkSplineWidget(int) - Constructor for class vtk.vtkSplineWidget
 
vtkSplineWidgetBeanInfo - class vtk.vtkSplineWidgetBeanInfo.
BeanInfo support class for the vtkSplineWidget class.
vtkSplineWidgetBeanInfo() - Constructor for class vtk.vtkSplineWidgetBeanInfo
 
vtkSplitField - class vtk.vtkSplitField.
vtkSplitField - Split a field into single component fields.
vtkSplitField() - Constructor for class vtk.vtkSplitField
 
vtkSplitField(int) - Constructor for class vtk.vtkSplitField
 
vtkSplitFieldBeanInfo - class vtk.vtkSplitFieldBeanInfo.
BeanInfo support class for the vtkSplitField class.
vtkSplitFieldBeanInfo() - Constructor for class vtk.vtkSplitFieldBeanInfo
 
vtkStreamLine - class vtk.vtkStreamLine.
vtkStreamLine - generate streamline in arbitrary dataset.
vtkStreamLine() - Constructor for class vtk.vtkStreamLine
 
vtkStreamLine(int) - Constructor for class vtk.vtkStreamLine
 
vtkStreamLineBeanInfo - class vtk.vtkStreamLineBeanInfo.
BeanInfo support class for the vtkStreamLine class.
vtkStreamLineBeanInfo() - Constructor for class vtk.vtkStreamLineBeanInfo
 
vtkStreamPoints - class vtk.vtkStreamPoints.
vtkStreamPoints - generate points along streamer separated by constant time increment.
vtkStreamPoints() - Constructor for class vtk.vtkStreamPoints
 
vtkStreamPoints(int) - Constructor for class vtk.vtkStreamPoints
 
vtkStreamPointsBeanInfo - class vtk.vtkStreamPointsBeanInfo.
BeanInfo support class for the vtkStreamPoints class.
vtkStreamPointsBeanInfo() - Constructor for class vtk.vtkStreamPointsBeanInfo
 
vtkStreamTracer - class vtk.vtkStreamTracer.
vtkStreamTracer - Streamline generator.
vtkStreamTracer() - Constructor for class vtk.vtkStreamTracer
 
vtkStreamTracer(int) - Constructor for class vtk.vtkStreamTracer
 
vtkStreamTracerBeanInfo - class vtk.vtkStreamTracerBeanInfo.
BeanInfo support class for the vtkStreamTracer class.
vtkStreamTracerBeanInfo() - Constructor for class vtk.vtkStreamTracerBeanInfo
 
vtkStreamer - class vtk.vtkStreamer.
vtkStreamer - abstract object implements integration of massless particle through vector field.
vtkStreamer() - Constructor for class vtk.vtkStreamer
 
vtkStreamer(int) - Constructor for class vtk.vtkStreamer
 
vtkStreamerBeanInfo - class vtk.vtkStreamerBeanInfo.
BeanInfo support class for the vtkStreamer class.
vtkStreamerBeanInfo() - Constructor for class vtk.vtkStreamerBeanInfo
 
vtkStripper - class vtk.vtkStripper.
vtkStripper - create triangle strips and/or poly-lines.
vtkStripper() - Constructor for class vtk.vtkStripper
 
vtkStripper(int) - Constructor for class vtk.vtkStripper
 
vtkStripperBeanInfo - class vtk.vtkStripperBeanInfo.
BeanInfo support class for the vtkStripper class.
vtkStripperBeanInfo() - Constructor for class vtk.vtkStripperBeanInfo
 
vtkStructuredData - class vtk.vtkStructuredData.
vtkStructuredData - abstract class for topologically regular data.
vtkStructuredData() - Constructor for class vtk.vtkStructuredData
 
vtkStructuredData(int) - Constructor for class vtk.vtkStructuredData
 
vtkStructuredDataBeanInfo - class vtk.vtkStructuredDataBeanInfo.
BeanInfo support class for the vtkStructuredData class.
vtkStructuredDataBeanInfo() - Constructor for class vtk.vtkStructuredDataBeanInfo
 
vtkStructuredGrid - class vtk.vtkStructuredGrid.
vtkStructuredGrid - topologically regular array of data.
vtkStructuredGrid() - Constructor for class vtk.vtkStructuredGrid
 
vtkStructuredGrid(int) - Constructor for class vtk.vtkStructuredGrid
 
vtkStructuredGridBeanInfo - class vtk.vtkStructuredGridBeanInfo.
BeanInfo support class for the vtkStructuredGrid class.
vtkStructuredGridBeanInfo() - Constructor for class vtk.vtkStructuredGridBeanInfo
 
vtkStructuredGridGeometryFilter - class vtk.vtkStructuredGridGeometryFilter.
vtkStructuredGridGeometryFilter - extract geometry for structured grid.
vtkStructuredGridGeometryFilter() - Constructor for class vtk.vtkStructuredGridGeometryFilter
 
vtkStructuredGridGeometryFilter(int) - Constructor for class vtk.vtkStructuredGridGeometryFilter
 
vtkStructuredGridGeometryFilterBeanInfo - class vtk.vtkStructuredGridGeometryFilterBeanInfo.
BeanInfo support class for the vtkStructuredGridGeometryFilter class.
vtkStructuredGridGeometryFilterBeanInfo() - Constructor for class vtk.vtkStructuredGridGeometryFilterBeanInfo
 
vtkStructuredGridOutlineFilter - class vtk.vtkStructuredGridOutlineFilter.
vtkStructuredGridOutlineFilter - create wireframe outline for structured grid.
vtkStructuredGridOutlineFilter() - Constructor for class vtk.vtkStructuredGridOutlineFilter
 
vtkStructuredGridOutlineFilter(int) - Constructor for class vtk.vtkStructuredGridOutlineFilter
 
vtkStructuredGridOutlineFilterBeanInfo - class vtk.vtkStructuredGridOutlineFilterBeanInfo.
BeanInfo support class for the vtkStructuredGridOutlineFilter class.
vtkStructuredGridOutlineFilterBeanInfo() - Constructor for class vtk.vtkStructuredGridOutlineFilterBeanInfo
 
vtkStructuredGridReader - class vtk.vtkStructuredGridReader.
vtkStructuredGridReader - read vtk structured grid data file.
vtkStructuredGridReader() - Constructor for class vtk.vtkStructuredGridReader
 
vtkStructuredGridReader(int) - Constructor for class vtk.vtkStructuredGridReader
 
vtkStructuredGridReaderBeanInfo - class vtk.vtkStructuredGridReaderBeanInfo.
BeanInfo support class for the vtkStructuredGridReader class.
vtkStructuredGridReaderBeanInfo() - Constructor for class vtk.vtkStructuredGridReaderBeanInfo
 
vtkStructuredGridSource - class vtk.vtkStructuredGridSource.
vtkStructuredGridSource - Abstract class whose subclasses generates structured grid data.
vtkStructuredGridSource() - Constructor for class vtk.vtkStructuredGridSource
 
vtkStructuredGridSource(int) - Constructor for class vtk.vtkStructuredGridSource
 
vtkStructuredGridSourceBeanInfo - class vtk.vtkStructuredGridSourceBeanInfo.
BeanInfo support class for the vtkStructuredGridSource class.
vtkStructuredGridSourceBeanInfo() - Constructor for class vtk.vtkStructuredGridSourceBeanInfo
 
vtkStructuredGridToPolyDataFilter - class vtk.vtkStructuredGridToPolyDataFilter.
vtkStructuredGridToPolyDataFilter - abstract filter class.
vtkStructuredGridToPolyDataFilter() - Constructor for class vtk.vtkStructuredGridToPolyDataFilter
 
vtkStructuredGridToPolyDataFilter(int) - Constructor for class vtk.vtkStructuredGridToPolyDataFilter
 
vtkStructuredGridToPolyDataFilterBeanInfo - class vtk.vtkStructuredGridToPolyDataFilterBeanInfo.
BeanInfo support class for the vtkStructuredGridToPolyDataFilter class.
vtkStructuredGridToPolyDataFilterBeanInfo() - Constructor for class vtk.vtkStructuredGridToPolyDataFilterBeanInfo
 
vtkStructuredGridToStructuredGridFilter - class vtk.vtkStructuredGridToStructuredGridFilter.
vtkStructuredGridToStructuredGridFilter - abstract filter class.
vtkStructuredGridToStructuredGridFilter() - Constructor for class vtk.vtkStructuredGridToStructuredGridFilter
 
vtkStructuredGridToStructuredGridFilter(int) - Constructor for class vtk.vtkStructuredGridToStructuredGridFilter
 
vtkStructuredGridToStructuredGridFilterBeanInfo - class vtk.vtkStructuredGridToStructuredGridFilterBeanInfo.
BeanInfo support class for the vtkStructuredGridToStructuredGridFilter class.
vtkStructuredGridToStructuredGridFilterBeanInfo() - Constructor for class vtk.vtkStructuredGridToStructuredGridFilterBeanInfo
 
vtkStructuredGridWriter - class vtk.vtkStructuredGridWriter.
vtkStructuredGridWriter - write vtk structured grid data file.
vtkStructuredGridWriter() - Constructor for class vtk.vtkStructuredGridWriter
 
vtkStructuredGridWriter(int) - Constructor for class vtk.vtkStructuredGridWriter
 
vtkStructuredGridWriterBeanInfo - class vtk.vtkStructuredGridWriterBeanInfo.
BeanInfo support class for the vtkStructuredGridWriter class.
vtkStructuredGridWriterBeanInfo() - Constructor for class vtk.vtkStructuredGridWriterBeanInfo
 
vtkStructuredPoints - class vtk.vtkStructuredPoints.
vtkStructuredPoints - A subclass of ImageData..
vtkStructuredPoints() - Constructor for class vtk.vtkStructuredPoints
 
vtkStructuredPoints(int) - Constructor for class vtk.vtkStructuredPoints
 
vtkStructuredPointsBeanInfo - class vtk.vtkStructuredPointsBeanInfo.
BeanInfo support class for the vtkStructuredPoints class.
vtkStructuredPointsBeanInfo() - Constructor for class vtk.vtkStructuredPointsBeanInfo
 
vtkStructuredPointsCollection - class vtk.vtkStructuredPointsCollection.
vtkStructuredPointsCollection - maintain a list of structured points data objects.
vtkStructuredPointsCollection() - Constructor for class vtk.vtkStructuredPointsCollection
 
vtkStructuredPointsCollection(int) - Constructor for class vtk.vtkStructuredPointsCollection
 
vtkStructuredPointsCollectionBeanInfo - class vtk.vtkStructuredPointsCollectionBeanInfo.
BeanInfo support class for the vtkStructuredPointsCollection class.
vtkStructuredPointsCollectionBeanInfo() - Constructor for class vtk.vtkStructuredPointsCollectionBeanInfo
 
vtkStructuredPointsGeometryFilter - class vtk.vtkStructuredPointsGeometryFilter.
vtkStructuredPointsGeometryFilter - obsolete class.
vtkStructuredPointsGeometryFilter() - Constructor for class vtk.vtkStructuredPointsGeometryFilter
 
vtkStructuredPointsGeometryFilter(int) - Constructor for class vtk.vtkStructuredPointsGeometryFilter
 
vtkStructuredPointsGeometryFilterBeanInfo - class vtk.vtkStructuredPointsGeometryFilterBeanInfo.
BeanInfo support class for the vtkStructuredPointsGeometryFilter class.
vtkStructuredPointsGeometryFilterBeanInfo() - Constructor for class vtk.vtkStructuredPointsGeometryFilterBeanInfo
 
vtkStructuredPointsReader - class vtk.vtkStructuredPointsReader.
vtkStructuredPointsReader - read vtk structured points data file.
vtkStructuredPointsReader() - Constructor for class vtk.vtkStructuredPointsReader
 
vtkStructuredPointsReader(int) - Constructor for class vtk.vtkStructuredPointsReader
 
vtkStructuredPointsReaderBeanInfo - class vtk.vtkStructuredPointsReaderBeanInfo.
BeanInfo support class for the vtkStructuredPointsReader class.
vtkStructuredPointsReaderBeanInfo() - Constructor for class vtk.vtkStructuredPointsReaderBeanInfo
 
vtkStructuredPointsSource - class vtk.vtkStructuredPointsSource.
vtkStructuredPointsSource - Abstract class whose subclasses generates structured Points data.
vtkStructuredPointsSource() - Constructor for class vtk.vtkStructuredPointsSource
 
vtkStructuredPointsSource(int) - Constructor for class vtk.vtkStructuredPointsSource
 
vtkStructuredPointsSourceBeanInfo - class vtk.vtkStructuredPointsSourceBeanInfo.
BeanInfo support class for the vtkStructuredPointsSource class.
vtkStructuredPointsSourceBeanInfo() - Constructor for class vtk.vtkStructuredPointsSourceBeanInfo
 
vtkStructuredPointsToPolyDataFilter - class vtk.vtkStructuredPointsToPolyDataFilter.
vtkStructuredPointsToPolyDataFilter - abstract filter class.
vtkStructuredPointsToPolyDataFilter() - Constructor for class vtk.vtkStructuredPointsToPolyDataFilter
 
vtkStructuredPointsToPolyDataFilter(int) - Constructor for class vtk.vtkStructuredPointsToPolyDataFilter
 
vtkStructuredPointsToPolyDataFilterBeanInfo - class vtk.vtkStructuredPointsToPolyDataFilterBeanInfo.
BeanInfo support class for the vtkStructuredPointsToPolyDataFilter class.
vtkStructuredPointsToPolyDataFilterBeanInfo() - Constructor for class vtk.vtkStructuredPointsToPolyDataFilterBeanInfo
 
vtkStructuredPointsToStructuredPointsFilter - class vtk.vtkStructuredPointsToStructuredPointsFilter.
vtkStructuredPointsToStructuredPointsFilter - abstract filter class.
vtkStructuredPointsToStructuredPointsFilter() - Constructor for class vtk.vtkStructuredPointsToStructuredPointsFilter
 
vtkStructuredPointsToStructuredPointsFilter(int) - Constructor for class vtk.vtkStructuredPointsToStructuredPointsFilter
 
vtkStructuredPointsToStructuredPointsFilterBeanInfo - class vtk.vtkStructuredPointsToStructuredPointsFilterBeanInfo.
BeanInfo support class for the vtkStructuredPointsToStructuredPointsFilter class.
vtkStructuredPointsToStructuredPointsFilterBeanInfo() - Constructor for class vtk.vtkStructuredPointsToStructuredPointsFilterBeanInfo
 
vtkStructuredPointsToUnstructuredGridFilter - class vtk.vtkStructuredPointsToUnstructuredGridFilter.
vtkStructuredPointsToUnstructuredGridFilter - abstract filter class.
vtkStructuredPointsToUnstructuredGridFilter() - Constructor for class vtk.vtkStructuredPointsToUnstructuredGridFilter
 
vtkStructuredPointsToUnstructuredGridFilter(int) - Constructor for class vtk.vtkStructuredPointsToUnstructuredGridFilter
 
vtkStructuredPointsToUnstructuredGridFilterBeanInfo - class vtk.vtkStructuredPointsToUnstructuredGridFilterBeanInfo.
BeanInfo support class for the vtkStructuredPointsToUnstructuredGridFilter class.
vtkStructuredPointsToUnstructuredGridFilterBeanInfo() - Constructor for class vtk.vtkStructuredPointsToUnstructuredGridFilterBeanInfo
 
vtkStructuredPointsWriter - class vtk.vtkStructuredPointsWriter.
vtkStructuredPointsWriter - write vtk structured points data file.
vtkStructuredPointsWriter() - Constructor for class vtk.vtkStructuredPointsWriter
 
vtkStructuredPointsWriter(int) - Constructor for class vtk.vtkStructuredPointsWriter
 
vtkStructuredPointsWriterBeanInfo - class vtk.vtkStructuredPointsWriterBeanInfo.
BeanInfo support class for the vtkStructuredPointsWriter class.
vtkStructuredPointsWriterBeanInfo() - Constructor for class vtk.vtkStructuredPointsWriterBeanInfo
 
vtkStructuredVisibilityConstraint - class vtk.vtkStructuredVisibilityConstraint.
vtkStructuredVisibilityConstraint - helper object to manage the.
vtkStructuredVisibilityConstraint() - Constructor for class vtk.vtkStructuredVisibilityConstraint
 
vtkStructuredVisibilityConstraint(int) - Constructor for class vtk.vtkStructuredVisibilityConstraint
 
vtkStructuredVisibilityConstraintBeanInfo - class vtk.vtkStructuredVisibilityConstraintBeanInfo.
BeanInfo support class for the vtkStructuredVisibilityConstraint class.
vtkStructuredVisibilityConstraintBeanInfo() - Constructor for class vtk.vtkStructuredVisibilityConstraintBeanInfo
 
vtkSubPixelPositionEdgels - class vtk.vtkSubPixelPositionEdgels.
vtkSubPixelPositionEdgels - adjust edgel locations based on gradients..
vtkSubPixelPositionEdgels() - Constructor for class vtk.vtkSubPixelPositionEdgels
 
vtkSubPixelPositionEdgels(int) - Constructor for class vtk.vtkSubPixelPositionEdgels
 
vtkSubPixelPositionEdgelsBeanInfo - class vtk.vtkSubPixelPositionEdgelsBeanInfo.
BeanInfo support class for the vtkSubPixelPositionEdgels class.
vtkSubPixelPositionEdgelsBeanInfo() - Constructor for class vtk.vtkSubPixelPositionEdgelsBeanInfo
 
vtkSubdivideTetra - class vtk.vtkSubdivideTetra.
vtkSubdivideTetra - subdivide one tetrahedron into twelve for every tetra.
vtkSubdivideTetra() - Constructor for class vtk.vtkSubdivideTetra
 
vtkSubdivideTetra(int) - Constructor for class vtk.vtkSubdivideTetra
 
vtkSubdivideTetraBeanInfo - class vtk.vtkSubdivideTetraBeanInfo.
BeanInfo support class for the vtkSubdivideTetra class.
vtkSubdivideTetraBeanInfo() - Constructor for class vtk.vtkSubdivideTetraBeanInfo
 
vtkSuperquadric - class vtk.vtkSuperquadric.
vtkSuperquadric - implicit function for a Superquadric.
vtkSuperquadric() - Constructor for class vtk.vtkSuperquadric
 
vtkSuperquadric(int) - Constructor for class vtk.vtkSuperquadric
 
vtkSuperquadricBeanInfo - class vtk.vtkSuperquadricBeanInfo.
BeanInfo support class for the vtkSuperquadric class.
vtkSuperquadricBeanInfo() - Constructor for class vtk.vtkSuperquadricBeanInfo
 
vtkSuperquadricSource - class vtk.vtkSuperquadricSource.
vtkSuperquadricSource - create a polygonal superquadric centered .
vtkSuperquadricSource() - Constructor for class vtk.vtkSuperquadricSource
 
vtkSuperquadricSource(int) - Constructor for class vtk.vtkSuperquadricSource
 
vtkSuperquadricSourceBeanInfo - class vtk.vtkSuperquadricSourceBeanInfo.
BeanInfo support class for the vtkSuperquadricSource class.
vtkSuperquadricSourceBeanInfo() - Constructor for class vtk.vtkSuperquadricSourceBeanInfo
 
vtkSurfaceReconstructionFilter - class vtk.vtkSurfaceReconstructionFilter.
vtkSurfaceReconstructionFilter - reconstructs a surface from unorganized points.
vtkSurfaceReconstructionFilter() - Constructor for class vtk.vtkSurfaceReconstructionFilter
 
vtkSurfaceReconstructionFilter(int) - Constructor for class vtk.vtkSurfaceReconstructionFilter
 
vtkSurfaceReconstructionFilterBeanInfo - class vtk.vtkSurfaceReconstructionFilterBeanInfo.
BeanInfo support class for the vtkSurfaceReconstructionFilter class.
vtkSurfaceReconstructionFilterBeanInfo() - Constructor for class vtk.vtkSurfaceReconstructionFilterBeanInfo
 
vtkSweptSurface - class vtk.vtkSweptSurface.
vtkSweptSurface - given a path and input geometry generate an (implicit) representation of a swept surface.
vtkSweptSurface() - Constructor for class vtk.vtkSweptSurface
 
vtkSweptSurface(int) - Constructor for class vtk.vtkSweptSurface
 
vtkSweptSurfaceBeanInfo - class vtk.vtkSweptSurfaceBeanInfo.
BeanInfo support class for the vtkSweptSurface class.
vtkSweptSurfaceBeanInfo() - Constructor for class vtk.vtkSweptSurfaceBeanInfo
 
vtkSynchronizedTemplates2D - class vtk.vtkSynchronizedTemplates2D.
vtkSynchronizedTemplates2D - generate isoline(s) from a structured points set.
vtkSynchronizedTemplates2D() - Constructor for class vtk.vtkSynchronizedTemplates2D
 
vtkSynchronizedTemplates2D(int) - Constructor for class vtk.vtkSynchronizedTemplates2D
 
vtkSynchronizedTemplates2DBeanInfo - class vtk.vtkSynchronizedTemplates2DBeanInfo.
BeanInfo support class for the vtkSynchronizedTemplates2D class.
vtkSynchronizedTemplates2DBeanInfo() - Constructor for class vtk.vtkSynchronizedTemplates2DBeanInfo
 
vtkSynchronizedTemplates3D - class vtk.vtkSynchronizedTemplates3D.
vtkSynchronizedTemplates3D - generate isosurface from structured points.
vtkSynchronizedTemplates3D() - Constructor for class vtk.vtkSynchronizedTemplates3D
 
vtkSynchronizedTemplates3D(int) - Constructor for class vtk.vtkSynchronizedTemplates3D
 
vtkSynchronizedTemplates3DBeanInfo - class vtk.vtkSynchronizedTemplates3DBeanInfo.
BeanInfo support class for the vtkSynchronizedTemplates3D class.
vtkSynchronizedTemplates3DBeanInfo() - Constructor for class vtk.vtkSynchronizedTemplates3DBeanInfo
 
vtkTIFFReader - class vtk.vtkTIFFReader.
vtkTIFFReader - read TIFF files.
vtkTIFFReader() - Constructor for class vtk.vtkTIFFReader
 
vtkTIFFReader(int) - Constructor for class vtk.vtkTIFFReader
 
vtkTIFFReaderBeanInfo - class vtk.vtkTIFFReaderBeanInfo.
BeanInfo support class for the vtkTIFFReader class.
vtkTIFFReaderBeanInfo() - Constructor for class vtk.vtkTIFFReaderBeanInfo
 
vtkTIFFWriter - class vtk.vtkTIFFWriter.
vtkTIFFWriter - write out image data as a TIFF file.
vtkTIFFWriter() - Constructor for class vtk.vtkTIFFWriter
 
vtkTIFFWriter(int) - Constructor for class vtk.vtkTIFFWriter
 
vtkTIFFWriterBeanInfo - class vtk.vtkTIFFWriterBeanInfo.
BeanInfo support class for the vtkTIFFWriter class.
vtkTIFFWriterBeanInfo() - Constructor for class vtk.vtkTIFFWriterBeanInfo
 
vtkTableExtentTranslator - class vtk.vtkTableExtentTranslator.
vtkTableExtentTranslator - Extent translation through lookup table..
vtkTableExtentTranslator() - Constructor for class vtk.vtkTableExtentTranslator
 
vtkTableExtentTranslator(int) - Constructor for class vtk.vtkTableExtentTranslator
 
vtkTableExtentTranslatorBeanInfo - class vtk.vtkTableExtentTranslatorBeanInfo.
BeanInfo support class for the vtkTableExtentTranslator class.
vtkTableExtentTranslatorBeanInfo() - Constructor for class vtk.vtkTableExtentTranslatorBeanInfo
 
vtkTensor - class vtk.vtkTensor.
vtkTensor - supporting class to enable assignment and referencing of tensors.
vtkTensor() - Constructor for class vtk.vtkTensor
 
vtkTensor(int) - Constructor for class vtk.vtkTensor
 
vtkTensorBeanInfo - class vtk.vtkTensorBeanInfo.
BeanInfo support class for the vtkTensor class.
vtkTensorBeanInfo() - Constructor for class vtk.vtkTensorBeanInfo
 
vtkTensorGlyph - class vtk.vtkTensorGlyph.
vtkTensorGlyph - scale and orient glyph(s) according to tensor eigenvalues and eigenvectors.
vtkTensorGlyph() - Constructor for class vtk.vtkTensorGlyph
 
vtkTensorGlyph(int) - Constructor for class vtk.vtkTensorGlyph
 
vtkTensorGlyphBeanInfo - class vtk.vtkTensorGlyphBeanInfo.
BeanInfo support class for the vtkTensorGlyph class.
vtkTensorGlyphBeanInfo() - Constructor for class vtk.vtkTensorGlyphBeanInfo
 
vtkTesting - class vtk.vtkTesting.
vtkTesting - a unified VTK regression testing framework.
vtkTesting() - Constructor for class vtk.vtkTesting
 
vtkTesting(int) - Constructor for class vtk.vtkTesting
 
vtkTestingBeanInfo - class vtk.vtkTestingBeanInfo.
BeanInfo support class for the vtkTesting class.
vtkTestingBeanInfo() - Constructor for class vtk.vtkTestingBeanInfo
 
vtkTetra - class vtk.vtkTetra.
vtkTetra - a 3D cell that represents a tetrahedron.
vtkTetra() - Constructor for class vtk.vtkTetra
 
vtkTetra(int) - Constructor for class vtk.vtkTetra
 
vtkTetraBeanInfo - class vtk.vtkTetraBeanInfo.
BeanInfo support class for the vtkTetra class.
vtkTetraBeanInfo() - Constructor for class vtk.vtkTetraBeanInfo
 
vtkTextActor - class vtk.vtkTextActor.
vtkTextActor - An actor that displays text.
vtkTextActor() - Constructor for class vtk.vtkTextActor
 
vtkTextActor(int) - Constructor for class vtk.vtkTextActor
 
vtkTextActorBeanInfo - class vtk.vtkTextActorBeanInfo.
BeanInfo support class for the vtkTextActor class.
vtkTextActorBeanInfo() - Constructor for class vtk.vtkTextActorBeanInfo
 
vtkTextMapper - class vtk.vtkTextMapper.
vtkTextMapper - 2D text annotation.
vtkTextMapper() - Constructor for class vtk.vtkTextMapper
 
vtkTextMapper(int) - Constructor for class vtk.vtkTextMapper
 
vtkTextMapperBeanInfo - class vtk.vtkTextMapperBeanInfo.
BeanInfo support class for the vtkTextMapper class.
vtkTextMapperBeanInfo() - Constructor for class vtk.vtkTextMapperBeanInfo
 
vtkTextProperty - class vtk.vtkTextProperty.
vtkTextProperty - represent text properties..
vtkTextProperty() - Constructor for class vtk.vtkTextProperty
 
vtkTextProperty(int) - Constructor for class vtk.vtkTextProperty
 
vtkTextPropertyBeanInfo - class vtk.vtkTextPropertyBeanInfo.
BeanInfo support class for the vtkTextProperty class.
vtkTextPropertyBeanInfo() - Constructor for class vtk.vtkTextPropertyBeanInfo
 
vtkTextSource - class vtk.vtkTextSource.
vtkTextSource - create polygonal text.
vtkTextSource() - Constructor for class vtk.vtkTextSource
 
vtkTextSource(int) - Constructor for class vtk.vtkTextSource
 
vtkTextSourceBeanInfo - class vtk.vtkTextSourceBeanInfo.
BeanInfo support class for the vtkTextSource class.
vtkTextSourceBeanInfo() - Constructor for class vtk.vtkTextSourceBeanInfo
 
vtkTexture - class vtk.vtkTexture.
vtkTexture - handles properties associated with a texture map.
vtkTexture() - Constructor for class vtk.vtkTexture
 
vtkTexture(int) - Constructor for class vtk.vtkTexture
 
vtkTextureBeanInfo - class vtk.vtkTextureBeanInfo.
BeanInfo support class for the vtkTexture class.
vtkTextureBeanInfo() - Constructor for class vtk.vtkTextureBeanInfo
 
vtkTextureMapToCylinder - class vtk.vtkTextureMapToCylinder.
vtkTextureMapToCylinder - generate texture coordinates by mapping points to cylinder.
vtkTextureMapToCylinder() - Constructor for class vtk.vtkTextureMapToCylinder
 
vtkTextureMapToCylinder(int) - Constructor for class vtk.vtkTextureMapToCylinder
 
vtkTextureMapToCylinderBeanInfo - class vtk.vtkTextureMapToCylinderBeanInfo.
BeanInfo support class for the vtkTextureMapToCylinder class.
vtkTextureMapToCylinderBeanInfo() - Constructor for class vtk.vtkTextureMapToCylinderBeanInfo
 
vtkTextureMapToPlane - class vtk.vtkTextureMapToPlane.
vtkTextureMapToPlane - generate texture coordinates by mapping points to plane.
vtkTextureMapToPlane() - Constructor for class vtk.vtkTextureMapToPlane
 
vtkTextureMapToPlane(int) - Constructor for class vtk.vtkTextureMapToPlane
 
vtkTextureMapToPlaneBeanInfo - class vtk.vtkTextureMapToPlaneBeanInfo.
BeanInfo support class for the vtkTextureMapToPlane class.
vtkTextureMapToPlaneBeanInfo() - Constructor for class vtk.vtkTextureMapToPlaneBeanInfo
 
vtkTextureMapToSphere - class vtk.vtkTextureMapToSphere.
vtkTextureMapToSphere - generate texture coordinates by mapping points to sphere.
vtkTextureMapToSphere() - Constructor for class vtk.vtkTextureMapToSphere
 
vtkTextureMapToSphere(int) - Constructor for class vtk.vtkTextureMapToSphere
 
vtkTextureMapToSphereBeanInfo - class vtk.vtkTextureMapToSphereBeanInfo.
BeanInfo support class for the vtkTextureMapToSphere class.
vtkTextureMapToSphereBeanInfo() - Constructor for class vtk.vtkTextureMapToSphereBeanInfo
 
vtkTexturedSphereSource - class vtk.vtkTexturedSphereSource.
vtkTexturedSphereSource - create a sphere centered at the origin.
vtkTexturedSphereSource() - Constructor for class vtk.vtkTexturedSphereSource
 
vtkTexturedSphereSource(int) - Constructor for class vtk.vtkTexturedSphereSource
 
vtkTexturedSphereSourceBeanInfo - class vtk.vtkTexturedSphereSourceBeanInfo.
BeanInfo support class for the vtkTexturedSphereSource class.
vtkTexturedSphereSourceBeanInfo() - Constructor for class vtk.vtkTexturedSphereSourceBeanInfo
 
vtkThinPlateSplineTransform - class vtk.vtkThinPlateSplineTransform.
vtkThinPlateSplineTransform - a nonlinear warp transformation.
vtkThinPlateSplineTransform() - Constructor for class vtk.vtkThinPlateSplineTransform
 
vtkThinPlateSplineTransform(int) - Constructor for class vtk.vtkThinPlateSplineTransform
 
vtkThinPlateSplineTransformBeanInfo - class vtk.vtkThinPlateSplineTransformBeanInfo.
BeanInfo support class for the vtkThinPlateSplineTransform class.
vtkThinPlateSplineTransformBeanInfo() - Constructor for class vtk.vtkThinPlateSplineTransformBeanInfo
 
vtkThreshold - class vtk.vtkThreshold.
vtkThreshold - extracts cells where scalar value in cell satisfies threshold criterion.
vtkThreshold() - Constructor for class vtk.vtkThreshold
 
vtkThreshold(int) - Constructor for class vtk.vtkThreshold
 
vtkThresholdBeanInfo - class vtk.vtkThresholdBeanInfo.
BeanInfo support class for the vtkThreshold class.
vtkThresholdBeanInfo() - Constructor for class vtk.vtkThresholdBeanInfo
 
vtkThresholdPoints - class vtk.vtkThresholdPoints.
vtkThresholdPoints - extracts points whose scalar value satisfies threshold criterion.
vtkThresholdPoints() - Constructor for class vtk.vtkThresholdPoints
 
vtkThresholdPoints(int) - Constructor for class vtk.vtkThresholdPoints
 
vtkThresholdPointsBeanInfo - class vtk.vtkThresholdPointsBeanInfo.
BeanInfo support class for the vtkThresholdPoints class.
vtkThresholdPointsBeanInfo() - Constructor for class vtk.vtkThresholdPointsBeanInfo
 
vtkThresholdTextureCoords - class vtk.vtkThresholdTextureCoords.
vtkThresholdTextureCoords - compute 1D, 2D, or 3D texture coordinates based on scalar threshold.
vtkThresholdTextureCoords() - Constructor for class vtk.vtkThresholdTextureCoords
 
vtkThresholdTextureCoords(int) - Constructor for class vtk.vtkThresholdTextureCoords
 
vtkThresholdTextureCoordsBeanInfo - class vtk.vtkThresholdTextureCoordsBeanInfo.
BeanInfo support class for the vtkThresholdTextureCoords class.
vtkThresholdTextureCoordsBeanInfo() - Constructor for class vtk.vtkThresholdTextureCoordsBeanInfo
 
vtkTimerLog - class vtk.vtkTimerLog.
vtkTimerLog - Timer support and logging.
vtkTimerLog() - Constructor for class vtk.vtkTimerLog
 
vtkTimerLog(int) - Constructor for class vtk.vtkTimerLog
 
vtkTimerLogBeanInfo - class vtk.vtkTimerLogBeanInfo.
BeanInfo support class for the vtkTimerLog class.
vtkTimerLogBeanInfo() - Constructor for class vtk.vtkTimerLogBeanInfo
 
vtkTransform - class vtk.vtkTransform.
vtkTransform - describes linear transformations via a 4x4 matrix.
vtkTransform() - Constructor for class vtk.vtkTransform
 
vtkTransform(int) - Constructor for class vtk.vtkTransform
 
vtkTransformBeanInfo - class vtk.vtkTransformBeanInfo.
BeanInfo support class for the vtkTransform class.
vtkTransformBeanInfo() - Constructor for class vtk.vtkTransformBeanInfo
 
vtkTransformCollection - class vtk.vtkTransformCollection.
vtkTransformCollection - maintain a list of transforms.
vtkTransformCollection() - Constructor for class vtk.vtkTransformCollection
 
vtkTransformCollection(int) - Constructor for class vtk.vtkTransformCollection
 
vtkTransformCollectionBeanInfo - class vtk.vtkTransformCollectionBeanInfo.
BeanInfo support class for the vtkTransformCollection class.
vtkTransformCollectionBeanInfo() - Constructor for class vtk.vtkTransformCollectionBeanInfo
 
vtkTransformFilter - class vtk.vtkTransformFilter.
vtkTransformFilter - transform points and associated normals and vectors.
vtkTransformFilter() - Constructor for class vtk.vtkTransformFilter
 
vtkTransformFilter(int) - Constructor for class vtk.vtkTransformFilter
 
vtkTransformFilterBeanInfo - class vtk.vtkTransformFilterBeanInfo.
BeanInfo support class for the vtkTransformFilter class.
vtkTransformFilterBeanInfo() - Constructor for class vtk.vtkTransformFilterBeanInfo
 
vtkTransformPolyDataFilter - class vtk.vtkTransformPolyDataFilter.
vtkTransformPolyDataFilter - transform points and associated normals and vectors for polygonal dataset.
vtkTransformPolyDataFilter() - Constructor for class vtk.vtkTransformPolyDataFilter
 
vtkTransformPolyDataFilter(int) - Constructor for class vtk.vtkTransformPolyDataFilter
 
vtkTransformPolyDataFilterBeanInfo - class vtk.vtkTransformPolyDataFilterBeanInfo.
BeanInfo support class for the vtkTransformPolyDataFilter class.
vtkTransformPolyDataFilterBeanInfo() - Constructor for class vtk.vtkTransformPolyDataFilterBeanInfo
 
vtkTransformTextureCoords - class vtk.vtkTransformTextureCoords.
vtkTransformTextureCoords - transform (scale, rotate, translate) texture coordinates.
vtkTransformTextureCoords() - Constructor for class vtk.vtkTransformTextureCoords
 
vtkTransformTextureCoords(int) - Constructor for class vtk.vtkTransformTextureCoords
 
vtkTransformTextureCoordsBeanInfo - class vtk.vtkTransformTextureCoordsBeanInfo.
BeanInfo support class for the vtkTransformTextureCoords class.
vtkTransformTextureCoordsBeanInfo() - Constructor for class vtk.vtkTransformTextureCoordsBeanInfo
 
vtkTransformToGrid - class vtk.vtkTransformToGrid.
vtkTransformToGrid - create a grid for a vtkGridTransform.
vtkTransformToGrid() - Constructor for class vtk.vtkTransformToGrid
 
vtkTransformToGrid(int) - Constructor for class vtk.vtkTransformToGrid
 
vtkTransformToGridBeanInfo - class vtk.vtkTransformToGridBeanInfo.
BeanInfo support class for the vtkTransformToGrid class.
vtkTransformToGridBeanInfo() - Constructor for class vtk.vtkTransformToGridBeanInfo
 
vtkTriangle - class vtk.vtkTriangle.
vtkTriangle - a cell that represents a triangle.
vtkTriangle() - Constructor for class vtk.vtkTriangle
 
vtkTriangle(int) - Constructor for class vtk.vtkTriangle
 
vtkTriangleBeanInfo - class vtk.vtkTriangleBeanInfo.
BeanInfo support class for the vtkTriangle class.
vtkTriangleBeanInfo() - Constructor for class vtk.vtkTriangleBeanInfo
 
vtkTriangleFilter - class vtk.vtkTriangleFilter.
vtkTriangleFilter - create triangle polygons from input polygons and triangle strips.
vtkTriangleFilter() - Constructor for class vtk.vtkTriangleFilter
 
vtkTriangleFilter(int) - Constructor for class vtk.vtkTriangleFilter
 
vtkTriangleFilterBeanInfo - class vtk.vtkTriangleFilterBeanInfo.
BeanInfo support class for the vtkTriangleFilter class.
vtkTriangleFilterBeanInfo() - Constructor for class vtk.vtkTriangleFilterBeanInfo
 
vtkTriangleStrip - class vtk.vtkTriangleStrip.
vtkTriangleStrip - a cell that represents a triangle strip.
vtkTriangleStrip() - Constructor for class vtk.vtkTriangleStrip
 
vtkTriangleStrip(int) - Constructor for class vtk.vtkTriangleStrip
 
vtkTriangleStripBeanInfo - class vtk.vtkTriangleStripBeanInfo.
BeanInfo support class for the vtkTriangleStrip class.
vtkTriangleStripBeanInfo() - Constructor for class vtk.vtkTriangleStripBeanInfo
 
vtkTriangularTCoords - class vtk.vtkTriangularTCoords.
vtkTriangularTCoords - 2D texture coordinates based for triangles..
vtkTriangularTCoords() - Constructor for class vtk.vtkTriangularTCoords
 
vtkTriangularTCoords(int) - Constructor for class vtk.vtkTriangularTCoords
 
vtkTriangularTCoordsBeanInfo - class vtk.vtkTriangularTCoordsBeanInfo.
BeanInfo support class for the vtkTriangularTCoords class.
vtkTriangularTCoordsBeanInfo() - Constructor for class vtk.vtkTriangularTCoordsBeanInfo
 
vtkTriangularTexture - class vtk.vtkTriangularTexture.
vtkTriangularTexture - generate 2D triangular texture map.
vtkTriangularTexture() - Constructor for class vtk.vtkTriangularTexture
 
vtkTriangularTexture(int) - Constructor for class vtk.vtkTriangularTexture
 
vtkTriangularTextureBeanInfo - class vtk.vtkTriangularTextureBeanInfo.
BeanInfo support class for the vtkTriangularTexture class.
vtkTriangularTextureBeanInfo() - Constructor for class vtk.vtkTriangularTextureBeanInfo
 
vtkTubeFilter - class vtk.vtkTubeFilter.
vtkTubeFilter - filter that generates tubes around lines.
vtkTubeFilter() - Constructor for class vtk.vtkTubeFilter
 
vtkTubeFilter(int) - Constructor for class vtk.vtkTubeFilter
 
vtkTubeFilterBeanInfo - class vtk.vtkTubeFilterBeanInfo.
BeanInfo support class for the vtkTubeFilter class.
vtkTubeFilterBeanInfo() - Constructor for class vtk.vtkTubeFilterBeanInfo
 
vtkUGFacetReader - class vtk.vtkUGFacetReader.
vtkUGFacetReader - read EDS Unigraphics facet files.
vtkUGFacetReader() - Constructor for class vtk.vtkUGFacetReader
 
vtkUGFacetReader(int) - Constructor for class vtk.vtkUGFacetReader
 
vtkUGFacetReaderBeanInfo - class vtk.vtkUGFacetReaderBeanInfo.
BeanInfo support class for the vtkUGFacetReader class.
vtkUGFacetReaderBeanInfo() - Constructor for class vtk.vtkUGFacetReaderBeanInfo
 
vtkUniformGrid - class vtk.vtkUniformGrid.
vtkUniformGrid - topologically and geometrically regular array of data.
vtkUniformGrid() - Constructor for class vtk.vtkUniformGrid
 
vtkUniformGrid(int) - Constructor for class vtk.vtkUniformGrid
 
vtkUniformGridBeanInfo - class vtk.vtkUniformGridBeanInfo.
BeanInfo support class for the vtkUniformGrid class.
vtkUniformGridBeanInfo() - Constructor for class vtk.vtkUniformGridBeanInfo
 
vtkUnsignedCharArray - class vtk.vtkUnsignedCharArray.
vtkUnsignedCharArray - dynamic, self-adjusting array of unsigned char.
vtkUnsignedCharArray() - Constructor for class vtk.vtkUnsignedCharArray
 
vtkUnsignedCharArray(int) - Constructor for class vtk.vtkUnsignedCharArray
 
vtkUnsignedCharArrayBeanInfo - class vtk.vtkUnsignedCharArrayBeanInfo.
BeanInfo support class for the vtkUnsignedCharArray class.
vtkUnsignedCharArrayBeanInfo() - Constructor for class vtk.vtkUnsignedCharArrayBeanInfo
 
vtkUnsignedIntArray - class vtk.vtkUnsignedIntArray.
vtkUnsignedIntArray - dynamic, self-adjusting array of unsigned int.
vtkUnsignedIntArray() - Constructor for class vtk.vtkUnsignedIntArray
 
vtkUnsignedIntArray(int) - Constructor for class vtk.vtkUnsignedIntArray
 
vtkUnsignedIntArrayBeanInfo - class vtk.vtkUnsignedIntArrayBeanInfo.
BeanInfo support class for the vtkUnsignedIntArray class.
vtkUnsignedIntArrayBeanInfo() - Constructor for class vtk.vtkUnsignedIntArrayBeanInfo
 
vtkUnsignedLongArray - class vtk.vtkUnsignedLongArray.
vtkUnsignedLongArray - dynamic, self-adjusting array of unsigned long.
vtkUnsignedLongArray() - Constructor for class vtk.vtkUnsignedLongArray
 
vtkUnsignedLongArray(int) - Constructor for class vtk.vtkUnsignedLongArray
 
vtkUnsignedLongArrayBeanInfo - class vtk.vtkUnsignedLongArrayBeanInfo.
BeanInfo support class for the vtkUnsignedLongArray class.
vtkUnsignedLongArrayBeanInfo() - Constructor for class vtk.vtkUnsignedLongArrayBeanInfo
 
vtkUnsignedShortArray - class vtk.vtkUnsignedShortArray.
vtkUnsignedShortArray - dynamic, self-adjusting array of unsigned short.
vtkUnsignedShortArray() - Constructor for class vtk.vtkUnsignedShortArray
 
vtkUnsignedShortArray(int) - Constructor for class vtk.vtkUnsignedShortArray
 
vtkUnsignedShortArrayBeanInfo - class vtk.vtkUnsignedShortArrayBeanInfo.
BeanInfo support class for the vtkUnsignedShortArray class.
vtkUnsignedShortArrayBeanInfo() - Constructor for class vtk.vtkUnsignedShortArrayBeanInfo
 
vtkUnstructuredGrid - class vtk.vtkUnstructuredGrid.
vtkUnstructuredGrid - dataset represents arbitrary combinations of all possible cell types.
vtkUnstructuredGrid() - Constructor for class vtk.vtkUnstructuredGrid
 
vtkUnstructuredGrid(int) - Constructor for class vtk.vtkUnstructuredGrid
 
vtkUnstructuredGridBeanInfo - class vtk.vtkUnstructuredGridBeanInfo.
BeanInfo support class for the vtkUnstructuredGrid class.
vtkUnstructuredGridBeanInfo() - Constructor for class vtk.vtkUnstructuredGridBeanInfo
 
vtkUnstructuredGridBunykRayCastFunction - class vtk.vtkUnstructuredGridBunykRayCastFunction.
vtkUnstructuredGridBunykRayCastFunction - a superclass for ray casting functions.
vtkUnstructuredGridBunykRayCastFunction() - Constructor for class vtk.vtkUnstructuredGridBunykRayCastFunction
 
vtkUnstructuredGridBunykRayCastFunction(int) - Constructor for class vtk.vtkUnstructuredGridBunykRayCastFunction
 
vtkUnstructuredGridBunykRayCastFunctionBeanInfo - class vtk.vtkUnstructuredGridBunykRayCastFunctionBeanInfo.
BeanInfo support class for the vtkUnstructuredGridBunykRayCastFunction class.
vtkUnstructuredGridBunykRayCastFunctionBeanInfo() - Constructor for class vtk.vtkUnstructuredGridBunykRayCastFunctionBeanInfo
 
vtkUnstructuredGridReader - class vtk.vtkUnstructuredGridReader.
vtkUnstructuredGridReader - read vtk unstructured grid data file.
vtkUnstructuredGridReader() - Constructor for class vtk.vtkUnstructuredGridReader
 
vtkUnstructuredGridReader(int) - Constructor for class vtk.vtkUnstructuredGridReader
 
vtkUnstructuredGridReaderBeanInfo - class vtk.vtkUnstructuredGridReaderBeanInfo.
BeanInfo support class for the vtkUnstructuredGridReader class.
vtkUnstructuredGridReaderBeanInfo() - Constructor for class vtk.vtkUnstructuredGridReaderBeanInfo
 
vtkUnstructuredGridSource - class vtk.vtkUnstructuredGridSource.
vtkUnstructuredGridSource - abstract class whose subclasses generate unstructured grid data.
vtkUnstructuredGridSource() - Constructor for class vtk.vtkUnstructuredGridSource
 
vtkUnstructuredGridSource(int) - Constructor for class vtk.vtkUnstructuredGridSource
 
vtkUnstructuredGridSourceBeanInfo - class vtk.vtkUnstructuredGridSourceBeanInfo.
BeanInfo support class for the vtkUnstructuredGridSource class.
vtkUnstructuredGridSourceBeanInfo() - Constructor for class vtk.vtkUnstructuredGridSourceBeanInfo
 
vtkUnstructuredGridToPolyDataFilter - class vtk.vtkUnstructuredGridToPolyDataFilter.
vtkUnstructuredGridToPolyDataFilter - abstract filter class.
vtkUnstructuredGridToPolyDataFilter() - Constructor for class vtk.vtkUnstructuredGridToPolyDataFilter
 
vtkUnstructuredGridToPolyDataFilter(int) - Constructor for class vtk.vtkUnstructuredGridToPolyDataFilter
 
vtkUnstructuredGridToPolyDataFilterBeanInfo - class vtk.vtkUnstructuredGridToPolyDataFilterBeanInfo.
BeanInfo support class for the vtkUnstructuredGridToPolyDataFilter class.
vtkUnstructuredGridToPolyDataFilterBeanInfo() - Constructor for class vtk.vtkUnstructuredGridToPolyDataFilterBeanInfo
 
vtkUnstructuredGridToUnstructuredGridFilter - class vtk.vtkUnstructuredGridToUnstructuredGridFilter.
vtkUnstructuredGridToUnstructuredGridFilter - abstract filter class.
vtkUnstructuredGridToUnstructuredGridFilter() - Constructor for class vtk.vtkUnstructuredGridToUnstructuredGridFilter
 
vtkUnstructuredGridToUnstructuredGridFilter(int) - Constructor for class vtk.vtkUnstructuredGridToUnstructuredGridFilter
 
vtkUnstructuredGridToUnstructuredGridFilterBeanInfo - class vtk.vtkUnstructuredGridToUnstructuredGridFilterBeanInfo.
BeanInfo support class for the vtkUnstructuredGridToUnstructuredGridFilter class.
vtkUnstructuredGridToUnstructuredGridFilterBeanInfo() - Constructor for class vtk.vtkUnstructuredGridToUnstructuredGridFilterBeanInfo
 
vtkUnstructuredGridVolumeMapper - class vtk.vtkUnstructuredGridVolumeMapper.
vtkUnstructuredGridVolumeMapper - Abstract class for a unstructured grid volume mapper.
vtkUnstructuredGridVolumeMapper() - Constructor for class vtk.vtkUnstructuredGridVolumeMapper
 
vtkUnstructuredGridVolumeMapper(int) - Constructor for class vtk.vtkUnstructuredGridVolumeMapper
 
vtkUnstructuredGridVolumeMapperBeanInfo - class vtk.vtkUnstructuredGridVolumeMapperBeanInfo.
BeanInfo support class for the vtkUnstructuredGridVolumeMapper class.
vtkUnstructuredGridVolumeMapperBeanInfo() - Constructor for class vtk.vtkUnstructuredGridVolumeMapperBeanInfo
 
vtkUnstructuredGridVolumeRayCastFunction - class vtk.vtkUnstructuredGridVolumeRayCastFunction.
vtkUnstructuredGridVolumeRayCastFunction - a superclass for ray casting functions.
vtkUnstructuredGridVolumeRayCastFunction() - Constructor for class vtk.vtkUnstructuredGridVolumeRayCastFunction
 
vtkUnstructuredGridVolumeRayCastFunction(int) - Constructor for class vtk.vtkUnstructuredGridVolumeRayCastFunction
 
vtkUnstructuredGridVolumeRayCastFunctionBeanInfo - class vtk.vtkUnstructuredGridVolumeRayCastFunctionBeanInfo.
BeanInfo support class for the vtkUnstructuredGridVolumeRayCastFunction class.
vtkUnstructuredGridVolumeRayCastFunctionBeanInfo() - Constructor for class vtk.vtkUnstructuredGridVolumeRayCastFunctionBeanInfo
 
vtkUnstructuredGridVolumeRayCastMapper - class vtk.vtkUnstructuredGridVolumeRayCastMapper.
vtkUnstructuredGridVolumeRayCastMapper - A software mapper for unstructured volumes.
vtkUnstructuredGridVolumeRayCastMapper() - Constructor for class vtk.vtkUnstructuredGridVolumeRayCastMapper
 
vtkUnstructuredGridVolumeRayCastMapper(int) - Constructor for class vtk.vtkUnstructuredGridVolumeRayCastMapper
 
vtkUnstructuredGridVolumeRayCastMapperBeanInfo - class vtk.vtkUnstructuredGridVolumeRayCastMapperBeanInfo.
BeanInfo support class for the vtkUnstructuredGridVolumeRayCastMapper class.
vtkUnstructuredGridVolumeRayCastMapperBeanInfo() - Constructor for class vtk.vtkUnstructuredGridVolumeRayCastMapperBeanInfo
 
vtkUnstructuredGridWriter - class vtk.vtkUnstructuredGridWriter.
vtkUnstructuredGridWriter - write vtk unstructured grid data file.
vtkUnstructuredGridWriter() - Constructor for class vtk.vtkUnstructuredGridWriter
 
vtkUnstructuredGridWriter(int) - Constructor for class vtk.vtkUnstructuredGridWriter
 
vtkUnstructuredGridWriterBeanInfo - class vtk.vtkUnstructuredGridWriterBeanInfo.
BeanInfo support class for the vtkUnstructuredGridWriter class.
vtkUnstructuredGridWriterBeanInfo() - Constructor for class vtk.vtkUnstructuredGridWriterBeanInfo
 
vtkVRMLExporter - class vtk.vtkVRMLExporter.
vtkVRMLExporter - export a scene into VRML 2.0 format..
vtkVRMLExporter() - Constructor for class vtk.vtkVRMLExporter
 
vtkVRMLExporter(int) - Constructor for class vtk.vtkVRMLExporter
 
vtkVRMLExporterBeanInfo - class vtk.vtkVRMLExporterBeanInfo.
BeanInfo support class for the vtkVRMLExporter class.
vtkVRMLExporterBeanInfo() - Constructor for class vtk.vtkVRMLExporterBeanInfo
 
vtkVRMLImporter - class vtk.vtkVRMLImporter.
vtkVRMLImporter - imports VRML 2.0 files..
vtkVRMLImporter() - Constructor for class vtk.vtkVRMLImporter
 
vtkVRMLImporter(int) - Constructor for class vtk.vtkVRMLImporter
 
vtkVRMLImporterBeanInfo - class vtk.vtkVRMLImporterBeanInfo.
BeanInfo support class for the vtkVRMLImporter class.
vtkVRMLImporterBeanInfo() - Constructor for class vtk.vtkVRMLImporterBeanInfo
 
vtkVectorDot - class vtk.vtkVectorDot.
vtkVectorDot - generate scalars from dot product of vectors and normals (e.g., show displacement plot).
vtkVectorDot() - Constructor for class vtk.vtkVectorDot
 
vtkVectorDot(int) - Constructor for class vtk.vtkVectorDot
 
vtkVectorDotBeanInfo - class vtk.vtkVectorDotBeanInfo.
BeanInfo support class for the vtkVectorDot class.
vtkVectorDotBeanInfo() - Constructor for class vtk.vtkVectorDotBeanInfo
 
vtkVectorNorm - class vtk.vtkVectorNorm.
vtkVectorNorm - generate scalars from Euclidean norm of vectors.
vtkVectorNorm() - Constructor for class vtk.vtkVectorNorm
 
vtkVectorNorm(int) - Constructor for class vtk.vtkVectorNorm
 
vtkVectorNormBeanInfo - class vtk.vtkVectorNormBeanInfo.
BeanInfo support class for the vtkVectorNorm class.
vtkVectorNormBeanInfo() - Constructor for class vtk.vtkVectorNormBeanInfo
 
vtkVectorText - class vtk.vtkVectorText.
vtkVectorText - create polygonal text.
vtkVectorText() - Constructor for class vtk.vtkVectorText
 
vtkVectorText(int) - Constructor for class vtk.vtkVectorText
 
vtkVectorTextBeanInfo - class vtk.vtkVectorTextBeanInfo.
BeanInfo support class for the vtkVectorText class.
vtkVectorTextBeanInfo() - Constructor for class vtk.vtkVectorTextBeanInfo
 
vtkVersion - class vtk.vtkVersion.
vtkVersion - Versioning class for vtk.
vtkVersion() - Constructor for class vtk.vtkVersion
 
vtkVersion(int) - Constructor for class vtk.vtkVersion
 
vtkVersionBeanInfo - class vtk.vtkVersionBeanInfo.
BeanInfo support class for the vtkVersion class.
vtkVersionBeanInfo() - Constructor for class vtk.vtkVersionBeanInfo
 
vtkVertex - class vtk.vtkVertex.
vtkVertex - a cell that represents a 3D point.
vtkVertex() - Constructor for class vtk.vtkVertex
 
vtkVertex(int) - Constructor for class vtk.vtkVertex
 
vtkVertexBeanInfo - class vtk.vtkVertexBeanInfo.
BeanInfo support class for the vtkVertex class.
vtkVertexBeanInfo() - Constructor for class vtk.vtkVertexBeanInfo
 
vtkVideoSource - class vtk.vtkVideoSource.
vtkVideoSource - Superclass of video input devices for VTK.
vtkVideoSource() - Constructor for class vtk.vtkVideoSource
 
vtkVideoSource(int) - Constructor for class vtk.vtkVideoSource
 
vtkVideoSourceBeanInfo - class vtk.vtkVideoSourceBeanInfo.
BeanInfo support class for the vtkVideoSource class.
vtkVideoSourceBeanInfo() - Constructor for class vtk.vtkVideoSourceBeanInfo
 
vtkViewport - class vtk.vtkViewport.
vtkViewport - abstract specification for Viewports.
vtkViewport() - Constructor for class vtk.vtkViewport
 
vtkViewport(int) - Constructor for class vtk.vtkViewport
 
vtkViewportBeanInfo - class vtk.vtkViewportBeanInfo.
BeanInfo support class for the vtkViewport class.
vtkViewportBeanInfo() - Constructor for class vtk.vtkViewportBeanInfo
 
vtkVoidArray - class vtk.vtkVoidArray.
vtkVoidArray - dynamic, self-adjusting array of void* pointers.
vtkVoidArray() - Constructor for class vtk.vtkVoidArray
 
vtkVoidArray(int) - Constructor for class vtk.vtkVoidArray
 
vtkVoidArrayBeanInfo - class vtk.vtkVoidArrayBeanInfo.
BeanInfo support class for the vtkVoidArray class.
vtkVoidArrayBeanInfo() - Constructor for class vtk.vtkVoidArrayBeanInfo
 
vtkVolume - class vtk.vtkVolume.
vtkVolume - represents a volume (data & properties) in a rendered scene.
vtkVolume() - Constructor for class vtk.vtkVolume
 
vtkVolume(int) - Constructor for class vtk.vtkVolume
 
vtkVolume16Reader - class vtk.vtkVolume16Reader.
vtkVolume16Reader - read 16 bit image files.
vtkVolume16Reader() - Constructor for class vtk.vtkVolume16Reader
 
vtkVolume16Reader(int) - Constructor for class vtk.vtkVolume16Reader
 
vtkVolume16ReaderBeanInfo - class vtk.vtkVolume16ReaderBeanInfo.
BeanInfo support class for the vtkVolume16Reader class.
vtkVolume16ReaderBeanInfo() - Constructor for class vtk.vtkVolume16ReaderBeanInfo
 
vtkVolumeBeanInfo - class vtk.vtkVolumeBeanInfo.
BeanInfo support class for the vtkVolume class.
vtkVolumeBeanInfo() - Constructor for class vtk.vtkVolumeBeanInfo
 
vtkVolumeCollection - class vtk.vtkVolumeCollection.
vtkVolumeCollection - a list of volumes.
vtkVolumeCollection() - Constructor for class vtk.vtkVolumeCollection
 
vtkVolumeCollection(int) - Constructor for class vtk.vtkVolumeCollection
 
vtkVolumeCollectionBeanInfo - class vtk.vtkVolumeCollectionBeanInfo.
BeanInfo support class for the vtkVolumeCollection class.
vtkVolumeCollectionBeanInfo() - Constructor for class vtk.vtkVolumeCollectionBeanInfo
 
vtkVolumeMapper - class vtk.vtkVolumeMapper.
vtkVolumeMapper - Abstract class for a volume mapper.
vtkVolumeMapper() - Constructor for class vtk.vtkVolumeMapper
 
vtkVolumeMapper(int) - Constructor for class vtk.vtkVolumeMapper
 
vtkVolumeMapperBeanInfo - class vtk.vtkVolumeMapperBeanInfo.
BeanInfo support class for the vtkVolumeMapper class.
vtkVolumeMapperBeanInfo() - Constructor for class vtk.vtkVolumeMapperBeanInfo
 
vtkVolumeProMapper - class vtk.vtkVolumeProMapper.
vtkVolumeProMapper - Superclass for VolumePRO volume rendering mappers.
vtkVolumeProMapper() - Constructor for class vtk.vtkVolumeProMapper
 
vtkVolumeProMapper(int) - Constructor for class vtk.vtkVolumeProMapper
 
vtkVolumeProMapperBeanInfo - class vtk.vtkVolumeProMapperBeanInfo.
BeanInfo support class for the vtkVolumeProMapper class.
vtkVolumeProMapperBeanInfo() - Constructor for class vtk.vtkVolumeProMapperBeanInfo
 
vtkVolumeProperty - class vtk.vtkVolumeProperty.
vtkVolumeProperty - represents the common properties for rendering a volume..
vtkVolumeProperty() - Constructor for class vtk.vtkVolumeProperty
 
vtkVolumeProperty(int) - Constructor for class vtk.vtkVolumeProperty
 
vtkVolumePropertyBeanInfo - class vtk.vtkVolumePropertyBeanInfo.
BeanInfo support class for the vtkVolumeProperty class.
vtkVolumePropertyBeanInfo() - Constructor for class vtk.vtkVolumePropertyBeanInfo
 
vtkVolumeRayCastCompositeFunction - class vtk.vtkVolumeRayCastCompositeFunction.
vtkVolumeRayCastCompositeFunction - a ray function for compositing.
vtkVolumeRayCastCompositeFunction() - Constructor for class vtk.vtkVolumeRayCastCompositeFunction
 
vtkVolumeRayCastCompositeFunction(int) - Constructor for class vtk.vtkVolumeRayCastCompositeFunction
 
vtkVolumeRayCastCompositeFunctionBeanInfo - class vtk.vtkVolumeRayCastCompositeFunctionBeanInfo.
BeanInfo support class for the vtkVolumeRayCastCompositeFunction class.
vtkVolumeRayCastCompositeFunctionBeanInfo() - Constructor for class vtk.vtkVolumeRayCastCompositeFunctionBeanInfo
 
vtkVolumeRayCastFunction - class vtk.vtkVolumeRayCastFunction.
vtkVolumeRayCastFunction - a superclass for ray casting functions.
vtkVolumeRayCastFunction() - Constructor for class vtk.vtkVolumeRayCastFunction
 
vtkVolumeRayCastFunction(int) - Constructor for class vtk.vtkVolumeRayCastFunction
 
vtkVolumeRayCastFunctionBeanInfo - class vtk.vtkVolumeRayCastFunctionBeanInfo.
BeanInfo support class for the vtkVolumeRayCastFunction class.
vtkVolumeRayCastFunctionBeanInfo() - Constructor for class vtk.vtkVolumeRayCastFunctionBeanInfo
 
vtkVolumeRayCastIsosurfaceFunction - class vtk.vtkVolumeRayCastIsosurfaceFunction.
vtkVolumeRayCastIsosurfaceFunction - An isosurface ray caster for volumes.
vtkVolumeRayCastIsosurfaceFunction() - Constructor for class vtk.vtkVolumeRayCastIsosurfaceFunction
 
vtkVolumeRayCastIsosurfaceFunction(int) - Constructor for class vtk.vtkVolumeRayCastIsosurfaceFunction
 
vtkVolumeRayCastIsosurfaceFunctionBeanInfo - class vtk.vtkVolumeRayCastIsosurfaceFunctionBeanInfo.
BeanInfo support class for the vtkVolumeRayCastIsosurfaceFunction class.
vtkVolumeRayCastIsosurfaceFunctionBeanInfo() - Constructor for class vtk.vtkVolumeRayCastIsosurfaceFunctionBeanInfo
 
vtkVolumeRayCastMIPFunction - class vtk.vtkVolumeRayCastMIPFunction.
vtkVolumeRayCastMIPFunction - A maximum intensity projection ray caster for volumes.
vtkVolumeRayCastMIPFunction() - Constructor for class vtk.vtkVolumeRayCastMIPFunction
 
vtkVolumeRayCastMIPFunction(int) - Constructor for class vtk.vtkVolumeRayCastMIPFunction
 
vtkVolumeRayCastMIPFunctionBeanInfo - class vtk.vtkVolumeRayCastMIPFunctionBeanInfo.
BeanInfo support class for the vtkVolumeRayCastMIPFunction class.
vtkVolumeRayCastMIPFunctionBeanInfo() - Constructor for class vtk.vtkVolumeRayCastMIPFunctionBeanInfo
 
vtkVolumeRayCastMapper - class vtk.vtkVolumeRayCastMapper.
vtkVolumeRayCastMapper - A slow but accurate mapper for rendering volumes.
vtkVolumeRayCastMapper() - Constructor for class vtk.vtkVolumeRayCastMapper
 
vtkVolumeRayCastMapper(int) - Constructor for class vtk.vtkVolumeRayCastMapper
 
vtkVolumeRayCastMapperBeanInfo - class vtk.vtkVolumeRayCastMapperBeanInfo.
BeanInfo support class for the vtkVolumeRayCastMapper class.
vtkVolumeRayCastMapperBeanInfo() - Constructor for class vtk.vtkVolumeRayCastMapperBeanInfo
 
vtkVolumeReader - class vtk.vtkVolumeReader.
vtkVolumeReader - read image files.
vtkVolumeReader() - Constructor for class vtk.vtkVolumeReader
 
vtkVolumeReader(int) - Constructor for class vtk.vtkVolumeReader
 
vtkVolumeReaderBeanInfo - class vtk.vtkVolumeReaderBeanInfo.
BeanInfo support class for the vtkVolumeReader class.
vtkVolumeReaderBeanInfo() - Constructor for class vtk.vtkVolumeReaderBeanInfo
 
vtkVolumeTextureMapper - class vtk.vtkVolumeTextureMapper.
vtkVolumeTextureMapper - Abstract class for a volume mapper.
vtkVolumeTextureMapper() - Constructor for class vtk.vtkVolumeTextureMapper
 
vtkVolumeTextureMapper(int) - Constructor for class vtk.vtkVolumeTextureMapper
 
vtkVolumeTextureMapper2D - class vtk.vtkVolumeTextureMapper2D.
vtkVolumeTextureMapper2D - Abstract class for a volume mapper.
vtkVolumeTextureMapper2D() - Constructor for class vtk.vtkVolumeTextureMapper2D
 
vtkVolumeTextureMapper2D(int) - Constructor for class vtk.vtkVolumeTextureMapper2D
 
vtkVolumeTextureMapper2DBeanInfo - class vtk.vtkVolumeTextureMapper2DBeanInfo.
BeanInfo support class for the vtkVolumeTextureMapper2D class.
vtkVolumeTextureMapper2DBeanInfo() - Constructor for class vtk.vtkVolumeTextureMapper2DBeanInfo
 
vtkVolumeTextureMapperBeanInfo - class vtk.vtkVolumeTextureMapperBeanInfo.
BeanInfo support class for the vtkVolumeTextureMapper class.
vtkVolumeTextureMapperBeanInfo() - Constructor for class vtk.vtkVolumeTextureMapperBeanInfo
 
vtkVoxel - class vtk.vtkVoxel.
vtkVoxel - a cell that represents a 3D orthogonal parallelepiped.
vtkVoxel() - Constructor for class vtk.vtkVoxel
 
vtkVoxel(int) - Constructor for class vtk.vtkVoxel
 
vtkVoxelBeanInfo - class vtk.vtkVoxelBeanInfo.
BeanInfo support class for the vtkVoxel class.
vtkVoxelBeanInfo() - Constructor for class vtk.vtkVoxelBeanInfo
 
vtkVoxelContoursToSurfaceFilter - class vtk.vtkVoxelContoursToSurfaceFilter.
vtkVoxelContoursToSurfaceFilter - create surface from contours.
vtkVoxelContoursToSurfaceFilter() - Constructor for class vtk.vtkVoxelContoursToSurfaceFilter
 
vtkVoxelContoursToSurfaceFilter(int) - Constructor for class vtk.vtkVoxelContoursToSurfaceFilter
 
vtkVoxelContoursToSurfaceFilterBeanInfo - class vtk.vtkVoxelContoursToSurfaceFilterBeanInfo.
BeanInfo support class for the vtkVoxelContoursToSurfaceFilter class.
vtkVoxelContoursToSurfaceFilterBeanInfo() - Constructor for class vtk.vtkVoxelContoursToSurfaceFilterBeanInfo
 
vtkVoxelModeller - class vtk.vtkVoxelModeller.
vtkVoxelModeller - convert an arbitrary dataset to a voxel representation.
vtkVoxelModeller() - Constructor for class vtk.vtkVoxelModeller
 
vtkVoxelModeller(int) - Constructor for class vtk.vtkVoxelModeller
 
vtkVoxelModellerBeanInfo - class vtk.vtkVoxelModellerBeanInfo.
BeanInfo support class for the vtkVoxelModeller class.
vtkVoxelModellerBeanInfo() - Constructor for class vtk.vtkVoxelModellerBeanInfo
 
vtkWarpLens - class vtk.vtkWarpLens.
vtkWarpLens - deform geometry by applying lens distortion.
vtkWarpLens() - Constructor for class vtk.vtkWarpLens
 
vtkWarpLens(int) - Constructor for class vtk.vtkWarpLens
 
vtkWarpLensBeanInfo - class vtk.vtkWarpLensBeanInfo.
BeanInfo support class for the vtkWarpLens class.
vtkWarpLensBeanInfo() - Constructor for class vtk.vtkWarpLensBeanInfo
 
vtkWarpScalar - class vtk.vtkWarpScalar.
vtkWarpScalar - deform geometry with scalar data.
vtkWarpScalar() - Constructor for class vtk.vtkWarpScalar
 
vtkWarpScalar(int) - Constructor for class vtk.vtkWarpScalar
 
vtkWarpScalarBeanInfo - class vtk.vtkWarpScalarBeanInfo.
BeanInfo support class for the vtkWarpScalar class.
vtkWarpScalarBeanInfo() - Constructor for class vtk.vtkWarpScalarBeanInfo
 
vtkWarpTo - class vtk.vtkWarpTo.
vtkWarpTo - deform geometry by warping towards a point.
vtkWarpTo() - Constructor for class vtk.vtkWarpTo
 
vtkWarpTo(int) - Constructor for class vtk.vtkWarpTo
 
vtkWarpToBeanInfo - class vtk.vtkWarpToBeanInfo.
BeanInfo support class for the vtkWarpTo class.
vtkWarpToBeanInfo() - Constructor for class vtk.vtkWarpToBeanInfo
 
vtkWarpTransform - class vtk.vtkWarpTransform.
vtkWarpTransform - superclass for nonlinear geometric transformations.
vtkWarpTransform() - Constructor for class vtk.vtkWarpTransform
 
vtkWarpTransform(int) - Constructor for class vtk.vtkWarpTransform
 
vtkWarpTransformBeanInfo - class vtk.vtkWarpTransformBeanInfo.
BeanInfo support class for the vtkWarpTransform class.
vtkWarpTransformBeanInfo() - Constructor for class vtk.vtkWarpTransformBeanInfo
 
vtkWarpVector - class vtk.vtkWarpVector.
vtkWarpVector - deform geometry with vector data.
vtkWarpVector() - Constructor for class vtk.vtkWarpVector
 
vtkWarpVector(int) - Constructor for class vtk.vtkWarpVector
 
vtkWarpVectorBeanInfo - class vtk.vtkWarpVectorBeanInfo.
BeanInfo support class for the vtkWarpVector class.
vtkWarpVectorBeanInfo() - Constructor for class vtk.vtkWarpVectorBeanInfo
 
vtkWedge - class vtk.vtkWedge.
vtkWedge - a 3D cell that represents a linear wedge.
vtkWedge() - Constructor for class vtk.vtkWedge
 
vtkWedge(int) - Constructor for class vtk.vtkWedge
 
vtkWedgeBeanInfo - class vtk.vtkWedgeBeanInfo.
BeanInfo support class for the vtkWedge class.
vtkWedgeBeanInfo() - Constructor for class vtk.vtkWedgeBeanInfo
 
vtkWeightedTransformFilter - class vtk.vtkWeightedTransformFilter.
vtkWeightedTransformFilter -- transform based on per-point or per-cell weighting functions..
vtkWeightedTransformFilter() - Constructor for class vtk.vtkWeightedTransformFilter
 
vtkWeightedTransformFilter(int) - Constructor for class vtk.vtkWeightedTransformFilter
 
vtkWeightedTransformFilterBeanInfo - class vtk.vtkWeightedTransformFilterBeanInfo.
BeanInfo support class for the vtkWeightedTransformFilter class.
vtkWeightedTransformFilterBeanInfo() - Constructor for class vtk.vtkWeightedTransformFilterBeanInfo
 
vtkWindow - class vtk.vtkWindow.
vtkWindow - window superclass for ImageWindow and RenderWindow.
vtkWindow() - Constructor for class vtk.vtkWindow
 
vtkWindow(int) - Constructor for class vtk.vtkWindow
 
vtkWindowBeanInfo - class vtk.vtkWindowBeanInfo.
BeanInfo support class for the vtkWindow class.
vtkWindowBeanInfo() - Constructor for class vtk.vtkWindowBeanInfo
 
vtkWindowLevelLookupTable - class vtk.vtkWindowLevelLookupTable.
vtkWindowLevelLookupTable - map scalar values into colors or colors to scalars; generate color table.
vtkWindowLevelLookupTable() - Constructor for class vtk.vtkWindowLevelLookupTable
 
vtkWindowLevelLookupTable(int) - Constructor for class vtk.vtkWindowLevelLookupTable
 
vtkWindowLevelLookupTableBeanInfo - class vtk.vtkWindowLevelLookupTableBeanInfo.
BeanInfo support class for the vtkWindowLevelLookupTable class.
vtkWindowLevelLookupTableBeanInfo() - Constructor for class vtk.vtkWindowLevelLookupTableBeanInfo
 
vtkWindowToImageFilter - class vtk.vtkWindowToImageFilter.
vtkWindowToImageFilter - Use a vtkWindow as input to image pipeline.
vtkWindowToImageFilter() - Constructor for class vtk.vtkWindowToImageFilter
 
vtkWindowToImageFilter(int) - Constructor for class vtk.vtkWindowToImageFilter
 
vtkWindowToImageFilterBeanInfo - class vtk.vtkWindowToImageFilterBeanInfo.
BeanInfo support class for the vtkWindowToImageFilter class.
vtkWindowToImageFilterBeanInfo() - Constructor for class vtk.vtkWindowToImageFilterBeanInfo
 
vtkWindowedSincPolyDataFilter - class vtk.vtkWindowedSincPolyDataFilter.
vtkWindowedSincPolyDataFilter - adjust point positions using a windowed sinc function interpolation kernel.
vtkWindowedSincPolyDataFilter() - Constructor for class vtk.vtkWindowedSincPolyDataFilter
 
vtkWindowedSincPolyDataFilter(int) - Constructor for class vtk.vtkWindowedSincPolyDataFilter
 
vtkWindowedSincPolyDataFilterBeanInfo - class vtk.vtkWindowedSincPolyDataFilterBeanInfo.
BeanInfo support class for the vtkWindowedSincPolyDataFilter class.
vtkWindowedSincPolyDataFilterBeanInfo() - Constructor for class vtk.vtkWindowedSincPolyDataFilterBeanInfo
 
vtkWorldPointPicker - class vtk.vtkWorldPointPicker.
vtkWorldPointPicker - find world x,y,z corresponding to display x,y,z.
vtkWorldPointPicker() - Constructor for class vtk.vtkWorldPointPicker
 
vtkWorldPointPicker(int) - Constructor for class vtk.vtkWorldPointPicker
 
vtkWorldPointPickerBeanInfo - class vtk.vtkWorldPointPickerBeanInfo.
BeanInfo support class for the vtkWorldPointPicker class.
vtkWorldPointPickerBeanInfo() - Constructor for class vtk.vtkWorldPointPickerBeanInfo
 
vtkWriter - class vtk.vtkWriter.
vtkWriter - abstract class to write data to file(s).
vtkWriter() - Constructor for class vtk.vtkWriter
 
vtkWriter(int) - Constructor for class vtk.vtkWriter
 
vtkWriterBeanInfo - class vtk.vtkWriterBeanInfo.
BeanInfo support class for the vtkWriter class.
vtkWriterBeanInfo() - Constructor for class vtk.vtkWriterBeanInfo
 
vtkXMLDataElement - class vtk.vtkXMLDataElement.
vtkXMLDataElement - Represents an XML element and those nested inside..
vtkXMLDataElement() - Constructor for class vtk.vtkXMLDataElement
 
vtkXMLDataElement(int) - Constructor for class vtk.vtkXMLDataElement
 
vtkXMLDataElementBeanInfo - class vtk.vtkXMLDataElementBeanInfo.
BeanInfo support class for the vtkXMLDataElement class.
vtkXMLDataElementBeanInfo() - Constructor for class vtk.vtkXMLDataElementBeanInfo
 
vtkXMLDataParser - class vtk.vtkXMLDataParser.
vtkXMLDataParser - Used by vtkXMLReader to parse VTK XML files..
vtkXMLDataParser() - Constructor for class vtk.vtkXMLDataParser
 
vtkXMLDataParser(int) - Constructor for class vtk.vtkXMLDataParser
 
vtkXMLDataParserBeanInfo - class vtk.vtkXMLDataParserBeanInfo.
BeanInfo support class for the vtkXMLDataParser class.
vtkXMLDataParserBeanInfo() - Constructor for class vtk.vtkXMLDataParserBeanInfo
 
vtkXMLDataReader - class vtk.vtkXMLDataReader.
vtkXMLDataReader - Superclass for VTK XML file readers..
vtkXMLDataReader() - Constructor for class vtk.vtkXMLDataReader
 
vtkXMLDataReader(int) - Constructor for class vtk.vtkXMLDataReader
 
vtkXMLDataReaderBeanInfo - class vtk.vtkXMLDataReaderBeanInfo.
BeanInfo support class for the vtkXMLDataReader class.
vtkXMLDataReaderBeanInfo() - Constructor for class vtk.vtkXMLDataReaderBeanInfo
 
vtkXMLDataSetWriter - class vtk.vtkXMLDataSetWriter.
vtkXMLDataSetWriter - Write any type of VTK XML file..
vtkXMLDataSetWriter() - Constructor for class vtk.vtkXMLDataSetWriter
 
vtkXMLDataSetWriter(int) - Constructor for class vtk.vtkXMLDataSetWriter
 
vtkXMLDataSetWriterBeanInfo - class vtk.vtkXMLDataSetWriterBeanInfo.
BeanInfo support class for the vtkXMLDataSetWriter class.
vtkXMLDataSetWriterBeanInfo() - Constructor for class vtk.vtkXMLDataSetWriterBeanInfo
 
vtkXMLFileOutputWindow - class vtk.vtkXMLFileOutputWindow.
vtkXMLFileOutputWindow - XML File Specific output window class.
vtkXMLFileOutputWindow() - Constructor for class vtk.vtkXMLFileOutputWindow
 
vtkXMLFileOutputWindow(int) - Constructor for class vtk.vtkXMLFileOutputWindow
 
vtkXMLFileOutputWindowBeanInfo - class vtk.vtkXMLFileOutputWindowBeanInfo.
BeanInfo support class for the vtkXMLFileOutputWindow class.
vtkXMLFileOutputWindowBeanInfo() - Constructor for class vtk.vtkXMLFileOutputWindowBeanInfo
 
vtkXMLFileReadTester - class vtk.vtkXMLFileReadTester.
vtkXMLFileReadTester - Utility class for vtkXMLReader and subclasses..
vtkXMLFileReadTester() - Constructor for class vtk.vtkXMLFileReadTester
 
vtkXMLFileReadTester(int) - Constructor for class vtk.vtkXMLFileReadTester
 
vtkXMLFileReadTesterBeanInfo - class vtk.vtkXMLFileReadTesterBeanInfo.
BeanInfo support class for the vtkXMLFileReadTester class.
vtkXMLFileReadTesterBeanInfo() - Constructor for class vtk.vtkXMLFileReadTesterBeanInfo
 
vtkXMLImageDataReader - class vtk.vtkXMLImageDataReader.
vtkXMLImageDataReader - Read VTK XML ImageData files..
vtkXMLImageDataReader() - Constructor for class vtk.vtkXMLImageDataReader
 
vtkXMLImageDataReader(int) - Constructor for class vtk.vtkXMLImageDataReader
 
vtkXMLImageDataReaderBeanInfo - class vtk.vtkXMLImageDataReaderBeanInfo.
BeanInfo support class for the vtkXMLImageDataReader class.
vtkXMLImageDataReaderBeanInfo() - Constructor for class vtk.vtkXMLImageDataReaderBeanInfo
 
vtkXMLImageDataWriter - class vtk.vtkXMLImageDataWriter.
vtkXMLImageDataWriter - Write VTK XML ImageData files..
vtkXMLImageDataWriter() - Constructor for class vtk.vtkXMLImageDataWriter
 
vtkXMLImageDataWriter(int) - Constructor for class vtk.vtkXMLImageDataWriter
 
vtkXMLImageDataWriterBeanInfo - class vtk.vtkXMLImageDataWriterBeanInfo.
BeanInfo support class for the vtkXMLImageDataWriter class.
vtkXMLImageDataWriterBeanInfo() - Constructor for class vtk.vtkXMLImageDataWriterBeanInfo
 
vtkXMLPDataReader - class vtk.vtkXMLPDataReader.
vtkXMLPDataReader - Superclass for PVTK XML file readers..
vtkXMLPDataReader() - Constructor for class vtk.vtkXMLPDataReader
 
vtkXMLPDataReader(int) - Constructor for class vtk.vtkXMLPDataReader
 
vtkXMLPDataReaderBeanInfo - class vtk.vtkXMLPDataReaderBeanInfo.
BeanInfo support class for the vtkXMLPDataReader class.
vtkXMLPDataReaderBeanInfo() - Constructor for class vtk.vtkXMLPDataReaderBeanInfo
 
vtkXMLPDataSetWriter - class vtk.vtkXMLPDataSetWriter.
vtkXMLPDataSetWriter - Write any type of PVTK XML file..
vtkXMLPDataSetWriter() - Constructor for class vtk.vtkXMLPDataSetWriter
 
vtkXMLPDataSetWriter(int) - Constructor for class vtk.vtkXMLPDataSetWriter
 
vtkXMLPDataSetWriterBeanInfo - class vtk.vtkXMLPDataSetWriterBeanInfo.
BeanInfo support class for the vtkXMLPDataSetWriter class.
vtkXMLPDataSetWriterBeanInfo() - Constructor for class vtk.vtkXMLPDataSetWriterBeanInfo
 
vtkXMLPDataWriter - class vtk.vtkXMLPDataWriter.
vtkXMLPDataWriter - Write data in a parallel XML format..
vtkXMLPDataWriter() - Constructor for class vtk.vtkXMLPDataWriter
 
vtkXMLPDataWriter(int) - Constructor for class vtk.vtkXMLPDataWriter
 
vtkXMLPDataWriterBeanInfo - class vtk.vtkXMLPDataWriterBeanInfo.
BeanInfo support class for the vtkXMLPDataWriter class.
vtkXMLPDataWriterBeanInfo() - Constructor for class vtk.vtkXMLPDataWriterBeanInfo
 
vtkXMLPImageDataReader - class vtk.vtkXMLPImageDataReader.
vtkXMLPImageDataReader - Read PVTK XML ImageData files..
vtkXMLPImageDataReader() - Constructor for class vtk.vtkXMLPImageDataReader
 
vtkXMLPImageDataReader(int) - Constructor for class vtk.vtkXMLPImageDataReader
 
vtkXMLPImageDataReaderBeanInfo - class vtk.vtkXMLPImageDataReaderBeanInfo.
BeanInfo support class for the vtkXMLPImageDataReader class.
vtkXMLPImageDataReaderBeanInfo() - Constructor for class vtk.vtkXMLPImageDataReaderBeanInfo
 
vtkXMLPImageDataWriter - class vtk.vtkXMLPImageDataWriter.
vtkXMLPImageDataWriter - Write PVTK XML ImageData files..
vtkXMLPImageDataWriter() - Constructor for class vtk.vtkXMLPImageDataWriter
 
vtkXMLPImageDataWriter(int) - Constructor for class vtk.vtkXMLPImageDataWriter
 
vtkXMLPImageDataWriterBeanInfo - class vtk.vtkXMLPImageDataWriterBeanInfo.
BeanInfo support class for the vtkXMLPImageDataWriter class.
vtkXMLPImageDataWriterBeanInfo() - Constructor for class vtk.vtkXMLPImageDataWriterBeanInfo
 
vtkXMLPPolyDataReader - class vtk.vtkXMLPPolyDataReader.
vtkXMLPPolyDataReader - Read PVTK XML PolyData files..
vtkXMLPPolyDataReader() - Constructor for class vtk.vtkXMLPPolyDataReader
 
vtkXMLPPolyDataReader(int) - Constructor for class vtk.vtkXMLPPolyDataReader
 
vtkXMLPPolyDataReaderBeanInfo - class vtk.vtkXMLPPolyDataReaderBeanInfo.
BeanInfo support class for the vtkXMLPPolyDataReader class.
vtkXMLPPolyDataReaderBeanInfo() - Constructor for class vtk.vtkXMLPPolyDataReaderBeanInfo
 
vtkXMLPPolyDataWriter - class vtk.vtkXMLPPolyDataWriter.
vtkXMLPPolyDataWriter - Write PVTK XML PolyData files..
vtkXMLPPolyDataWriter() - Constructor for class vtk.vtkXMLPPolyDataWriter
 
vtkXMLPPolyDataWriter(int) - Constructor for class vtk.vtkXMLPPolyDataWriter
 
vtkXMLPPolyDataWriterBeanInfo - class vtk.vtkXMLPPolyDataWriterBeanInfo.
BeanInfo support class for the vtkXMLPPolyDataWriter class.
vtkXMLPPolyDataWriterBeanInfo() - Constructor for class vtk.vtkXMLPPolyDataWriterBeanInfo
 
vtkXMLPRectilinearGridReader - class vtk.vtkXMLPRectilinearGridReader.
vtkXMLPRectilinearGridReader - Read PVTK XML RectilinearGrid files..
vtkXMLPRectilinearGridReader() - Constructor for class vtk.vtkXMLPRectilinearGridReader
 
vtkXMLPRectilinearGridReader(int) - Constructor for class vtk.vtkXMLPRectilinearGridReader
 
vtkXMLPRectilinearGridReaderBeanInfo - class vtk.vtkXMLPRectilinearGridReaderBeanInfo.
BeanInfo support class for the vtkXMLPRectilinearGridReader class.
vtkXMLPRectilinearGridReaderBeanInfo() - Constructor for class vtk.vtkXMLPRectilinearGridReaderBeanInfo
 
vtkXMLPRectilinearGridWriter - class vtk.vtkXMLPRectilinearGridWriter.
vtkXMLPRectilinearGridWriter - Write PVTK XML RectilinearGrid files..
vtkXMLPRectilinearGridWriter() - Constructor for class vtk.vtkXMLPRectilinearGridWriter
 
vtkXMLPRectilinearGridWriter(int) - Constructor for class vtk.vtkXMLPRectilinearGridWriter
 
vtkXMLPRectilinearGridWriterBeanInfo - class vtk.vtkXMLPRectilinearGridWriterBeanInfo.
BeanInfo support class for the vtkXMLPRectilinearGridWriter class.
vtkXMLPRectilinearGridWriterBeanInfo() - Constructor for class vtk.vtkXMLPRectilinearGridWriterBeanInfo
 
vtkXMLPStructuredDataReader - class vtk.vtkXMLPStructuredDataReader.
vtkXMLPStructuredDataReader - Superclass for parallel structured data XML readers..
vtkXMLPStructuredDataReader() - Constructor for class vtk.vtkXMLPStructuredDataReader
 
vtkXMLPStructuredDataReader(int) - Constructor for class vtk.vtkXMLPStructuredDataReader
 
vtkXMLPStructuredDataReaderBeanInfo - class vtk.vtkXMLPStructuredDataReaderBeanInfo.
BeanInfo support class for the vtkXMLPStructuredDataReader class.
vtkXMLPStructuredDataReaderBeanInfo() - Constructor for class vtk.vtkXMLPStructuredDataReaderBeanInfo
 
vtkXMLPStructuredDataWriter - class vtk.vtkXMLPStructuredDataWriter.
vtkXMLPStructuredDataWriter - Superclass for PVTK XML structured data writers..
vtkXMLPStructuredDataWriter() - Constructor for class vtk.vtkXMLPStructuredDataWriter
 
vtkXMLPStructuredDataWriter(int) - Constructor for class vtk.vtkXMLPStructuredDataWriter
 
vtkXMLPStructuredDataWriterBeanInfo - class vtk.vtkXMLPStructuredDataWriterBeanInfo.
BeanInfo support class for the vtkXMLPStructuredDataWriter class.
vtkXMLPStructuredDataWriterBeanInfo() - Constructor for class vtk.vtkXMLPStructuredDataWriterBeanInfo
 
vtkXMLPStructuredGridReader - class vtk.vtkXMLPStructuredGridReader.
vtkXMLPStructuredGridReader - Read PVTK XML StructuredGrid files..
vtkXMLPStructuredGridReader() - Constructor for class vtk.vtkXMLPStructuredGridReader
 
vtkXMLPStructuredGridReader(int) - Constructor for class vtk.vtkXMLPStructuredGridReader
 
vtkXMLPStructuredGridReaderBeanInfo - class vtk.vtkXMLPStructuredGridReaderBeanInfo.
BeanInfo support class for the vtkXMLPStructuredGridReader class.
vtkXMLPStructuredGridReaderBeanInfo() - Constructor for class vtk.vtkXMLPStructuredGridReaderBeanInfo
 
vtkXMLPStructuredGridWriter - class vtk.vtkXMLPStructuredGridWriter.
vtkXMLPStructuredGridWriter - Write PVTK XML StructuredGrid files..
vtkXMLPStructuredGridWriter() - Constructor for class vtk.vtkXMLPStructuredGridWriter
 
vtkXMLPStructuredGridWriter(int) - Constructor for class vtk.vtkXMLPStructuredGridWriter
 
vtkXMLPStructuredGridWriterBeanInfo - class vtk.vtkXMLPStructuredGridWriterBeanInfo.
BeanInfo support class for the vtkXMLPStructuredGridWriter class.
vtkXMLPStructuredGridWriterBeanInfo() - Constructor for class vtk.vtkXMLPStructuredGridWriterBeanInfo
 
vtkXMLPUnstructuredDataReader - class vtk.vtkXMLPUnstructuredDataReader.
vtkXMLPUnstructuredDataReader - Superclass for parallel unstructured data XML readers..
vtkXMLPUnstructuredDataReader() - Constructor for class vtk.vtkXMLPUnstructuredDataReader
 
vtkXMLPUnstructuredDataReader(int) - Constructor for class vtk.vtkXMLPUnstructuredDataReader
 
vtkXMLPUnstructuredDataReaderBeanInfo - class vtk.vtkXMLPUnstructuredDataReaderBeanInfo.
BeanInfo support class for the vtkXMLPUnstructuredDataReader class.
vtkXMLPUnstructuredDataReaderBeanInfo() - Constructor for class vtk.vtkXMLPUnstructuredDataReaderBeanInfo
 
vtkXMLPUnstructuredDataWriter - class vtk.vtkXMLPUnstructuredDataWriter.
vtkXMLPUnstructuredDataWriter - Superclass for PVTK XML unstructured data writers..
vtkXMLPUnstructuredDataWriter() - Constructor for class vtk.vtkXMLPUnstructuredDataWriter
 
vtkXMLPUnstructuredDataWriter(int) - Constructor for class vtk.vtkXMLPUnstructuredDataWriter
 
vtkXMLPUnstructuredDataWriterBeanInfo - class vtk.vtkXMLPUnstructuredDataWriterBeanInfo.
BeanInfo support class for the vtkXMLPUnstructuredDataWriter class.
vtkXMLPUnstructuredDataWriterBeanInfo() - Constructor for class vtk.vtkXMLPUnstructuredDataWriterBeanInfo
 
vtkXMLPUnstructuredGridReader - class vtk.vtkXMLPUnstructuredGridReader.
vtkXMLPUnstructuredGridReader - Read PVTK XML UnstructuredGrid files..
vtkXMLPUnstructuredGridReader() - Constructor for class vtk.vtkXMLPUnstructuredGridReader
 
vtkXMLPUnstructuredGridReader(int) - Constructor for class vtk.vtkXMLPUnstructuredGridReader
 
vtkXMLPUnstructuredGridReaderBeanInfo - class vtk.vtkXMLPUnstructuredGridReaderBeanInfo.
BeanInfo support class for the vtkXMLPUnstructuredGridReader class.
vtkXMLPUnstructuredGridReaderBeanInfo() - Constructor for class vtk.vtkXMLPUnstructuredGridReaderBeanInfo
 
vtkXMLPUnstructuredGridWriter - class vtk.vtkXMLPUnstructuredGridWriter.
vtkXMLPUnstructuredGridWriter - Write PVTK XML UnstructuredGrid files..
vtkXMLPUnstructuredGridWriter() - Constructor for class vtk.vtkXMLPUnstructuredGridWriter
 
vtkXMLPUnstructuredGridWriter(int) - Constructor for class vtk.vtkXMLPUnstructuredGridWriter
 
vtkXMLPUnstructuredGridWriterBeanInfo - class vtk.vtkXMLPUnstructuredGridWriterBeanInfo.
BeanInfo support class for the vtkXMLPUnstructuredGridWriter class.
vtkXMLPUnstructuredGridWriterBeanInfo() - Constructor for class vtk.vtkXMLPUnstructuredGridWriterBeanInfo
 
vtkXMLParser - class vtk.vtkXMLParser.
vtkXMLParser - Parse XML to handle element tags and attributes..
vtkXMLParser() - Constructor for class vtk.vtkXMLParser
 
vtkXMLParser(int) - Constructor for class vtk.vtkXMLParser
 
vtkXMLParserBeanInfo - class vtk.vtkXMLParserBeanInfo.
BeanInfo support class for the vtkXMLParser class.
vtkXMLParserBeanInfo() - Constructor for class vtk.vtkXMLParserBeanInfo
 
vtkXMLPolyDataReader - class vtk.vtkXMLPolyDataReader.
vtkXMLPolyDataReader - Read VTK XML PolyData files..
vtkXMLPolyDataReader() - Constructor for class vtk.vtkXMLPolyDataReader
 
vtkXMLPolyDataReader(int) - Constructor for class vtk.vtkXMLPolyDataReader
 
vtkXMLPolyDataReaderBeanInfo - class vtk.vtkXMLPolyDataReaderBeanInfo.
BeanInfo support class for the vtkXMLPolyDataReader class.
vtkXMLPolyDataReaderBeanInfo() - Constructor for class vtk.vtkXMLPolyDataReaderBeanInfo
 
vtkXMLPolyDataWriter - class vtk.vtkXMLPolyDataWriter.
vtkXMLPolyDataWriter - Write VTK XML PolyData files..
vtkXMLPolyDataWriter() - Constructor for class vtk.vtkXMLPolyDataWriter
 
vtkXMLPolyDataWriter(int) - Constructor for class vtk.vtkXMLPolyDataWriter
 
vtkXMLPolyDataWriterBeanInfo - class vtk.vtkXMLPolyDataWriterBeanInfo.
BeanInfo support class for the vtkXMLPolyDataWriter class.
vtkXMLPolyDataWriterBeanInfo() - Constructor for class vtk.vtkXMLPolyDataWriterBeanInfo
 
vtkXMLReader - class vtk.vtkXMLReader.
vtkXMLReader - Superclass for VTK's XML format readers..
vtkXMLReader() - Constructor for class vtk.vtkXMLReader
 
vtkXMLReader(int) - Constructor for class vtk.vtkXMLReader
 
vtkXMLReaderBeanInfo - class vtk.vtkXMLReaderBeanInfo.
BeanInfo support class for the vtkXMLReader class.
vtkXMLReaderBeanInfo() - Constructor for class vtk.vtkXMLReaderBeanInfo
 
vtkXMLRectilinearGridReader - class vtk.vtkXMLRectilinearGridReader.
vtkXMLRectilinearGridReader - Read VTK XML RectilinearGrid files..
vtkXMLRectilinearGridReader() - Constructor for class vtk.vtkXMLRectilinearGridReader
 
vtkXMLRectilinearGridReader(int) - Constructor for class vtk.vtkXMLRectilinearGridReader
 
vtkXMLRectilinearGridReaderBeanInfo - class vtk.vtkXMLRectilinearGridReaderBeanInfo.
BeanInfo support class for the vtkXMLRectilinearGridReader class.
vtkXMLRectilinearGridReaderBeanInfo() - Constructor for class vtk.vtkXMLRectilinearGridReaderBeanInfo
 
vtkXMLRectilinearGridWriter - class vtk.vtkXMLRectilinearGridWriter.
vtkXMLRectilinearGridWriter - Write VTK XML RectilinearGrid files..
vtkXMLRectilinearGridWriter() - Constructor for class vtk.vtkXMLRectilinearGridWriter
 
vtkXMLRectilinearGridWriter(int) - Constructor for class vtk.vtkXMLRectilinearGridWriter
 
vtkXMLRectilinearGridWriterBeanInfo - class vtk.vtkXMLRectilinearGridWriterBeanInfo.
BeanInfo support class for the vtkXMLRectilinearGridWriter class.
vtkXMLRectilinearGridWriterBeanInfo() - Constructor for class vtk.vtkXMLRectilinearGridWriterBeanInfo
 
vtkXMLStructuredDataReader - class vtk.vtkXMLStructuredDataReader.
vtkXMLStructuredDataReader - Superclass for structured data XML readers..
vtkXMLStructuredDataReader() - Constructor for class vtk.vtkXMLStructuredDataReader
 
vtkXMLStructuredDataReader(int) - Constructor for class vtk.vtkXMLStructuredDataReader
 
vtkXMLStructuredDataReaderBeanInfo - class vtk.vtkXMLStructuredDataReaderBeanInfo.
BeanInfo support class for the vtkXMLStructuredDataReader class.
vtkXMLStructuredDataReaderBeanInfo() - Constructor for class vtk.vtkXMLStructuredDataReaderBeanInfo
 
vtkXMLStructuredDataWriter - class vtk.vtkXMLStructuredDataWriter.
vtkXMLStructuredDataWriter - Superclass for VTK XML structured data writers..
vtkXMLStructuredDataWriter() - Constructor for class vtk.vtkXMLStructuredDataWriter
 
vtkXMLStructuredDataWriter(int) - Constructor for class vtk.vtkXMLStructuredDataWriter
 
vtkXMLStructuredDataWriterBeanInfo - class vtk.vtkXMLStructuredDataWriterBeanInfo.
BeanInfo support class for the vtkXMLStructuredDataWriter class.
vtkXMLStructuredDataWriterBeanInfo() - Constructor for class vtk.vtkXMLStructuredDataWriterBeanInfo
 
vtkXMLStructuredGridReader - class vtk.vtkXMLStructuredGridReader.
vtkXMLStructuredGridReader - Read VTK XML StructuredGrid files..
vtkXMLStructuredGridReader() - Constructor for class vtk.vtkXMLStructuredGridReader
 
vtkXMLStructuredGridReader(int) - Constructor for class vtk.vtkXMLStructuredGridReader
 
vtkXMLStructuredGridReaderBeanInfo - class vtk.vtkXMLStructuredGridReaderBeanInfo.
BeanInfo support class for the vtkXMLStructuredGridReader class.
vtkXMLStructuredGridReaderBeanInfo() - Constructor for class vtk.vtkXMLStructuredGridReaderBeanInfo
 
vtkXMLStructuredGridWriter - class vtk.vtkXMLStructuredGridWriter.
vtkXMLStructuredGridWriter - Write VTK XML StructuredGrid files..
vtkXMLStructuredGridWriter() - Constructor for class vtk.vtkXMLStructuredGridWriter
 
vtkXMLStructuredGridWriter(int) - Constructor for class vtk.vtkXMLStructuredGridWriter
 
vtkXMLStructuredGridWriterBeanInfo - class vtk.vtkXMLStructuredGridWriterBeanInfo.
BeanInfo support class for the vtkXMLStructuredGridWriter class.
vtkXMLStructuredGridWriterBeanInfo() - Constructor for class vtk.vtkXMLStructuredGridWriterBeanInfo
 
vtkXMLUnstructuredDataReader - class vtk.vtkXMLUnstructuredDataReader.
vtkXMLUnstructuredDataReader - Superclass for unstructured data XML readers..
vtkXMLUnstructuredDataReader() - Constructor for class vtk.vtkXMLUnstructuredDataReader
 
vtkXMLUnstructuredDataReader(int) - Constructor for class vtk.vtkXMLUnstructuredDataReader
 
vtkXMLUnstructuredDataReaderBeanInfo - class vtk.vtkXMLUnstructuredDataReaderBeanInfo.
BeanInfo support class for the vtkXMLUnstructuredDataReader class.
vtkXMLUnstructuredDataReaderBeanInfo() - Constructor for class vtk.vtkXMLUnstructuredDataReaderBeanInfo
 
vtkXMLUnstructuredDataWriter - class vtk.vtkXMLUnstructuredDataWriter.
vtkXMLUnstructuredDataWriter - Superclass for VTK XML unstructured data writers..
vtkXMLUnstructuredDataWriter() - Constructor for class vtk.vtkXMLUnstructuredDataWriter
 
vtkXMLUnstructuredDataWriter(int) - Constructor for class vtk.vtkXMLUnstructuredDataWriter
 
vtkXMLUnstructuredDataWriterBeanInfo - class vtk.vtkXMLUnstructuredDataWriterBeanInfo.
BeanInfo support class for the vtkXMLUnstructuredDataWriter class.
vtkXMLUnstructuredDataWriterBeanInfo() - Constructor for class vtk.vtkXMLUnstructuredDataWriterBeanInfo
 
vtkXMLUnstructuredGridReader - class vtk.vtkXMLUnstructuredGridReader.
vtkXMLUnstructuredGridReader - Read VTK XML UnstructuredGrid files..
vtkXMLUnstructuredGridReader() - Constructor for class vtk.vtkXMLUnstructuredGridReader
 
vtkXMLUnstructuredGridReader(int) - Constructor for class vtk.vtkXMLUnstructuredGridReader
 
vtkXMLUnstructuredGridReaderBeanInfo - class vtk.vtkXMLUnstructuredGridReaderBeanInfo.
BeanInfo support class for the vtkXMLUnstructuredGridReader class.
vtkXMLUnstructuredGridReaderBeanInfo() - Constructor for class vtk.vtkXMLUnstructuredGridReaderBeanInfo
 
vtkXMLUnstructuredGridWriter - class vtk.vtkXMLUnstructuredGridWriter.
vtkXMLUnstructuredGridWriter - Write VTK XML UnstructuredGrid files..
vtkXMLUnstructuredGridWriter() - Constructor for class vtk.vtkXMLUnstructuredGridWriter
 
vtkXMLUnstructuredGridWriter(int) - Constructor for class vtk.vtkXMLUnstructuredGridWriter
 
vtkXMLUnstructuredGridWriterBeanInfo - class vtk.vtkXMLUnstructuredGridWriterBeanInfo.
BeanInfo support class for the vtkXMLUnstructuredGridWriter class.
vtkXMLUnstructuredGridWriterBeanInfo() - Constructor for class vtk.vtkXMLUnstructuredGridWriterBeanInfo
 
vtkXMLUtilities - class vtk.vtkXMLUtilities.
vtkXMLUtilities - XML utilities..
vtkXMLUtilities() - Constructor for class vtk.vtkXMLUtilities
 
vtkXMLUtilities(int) - Constructor for class vtk.vtkXMLUtilities
 
vtkXMLUtilitiesBeanInfo - class vtk.vtkXMLUtilitiesBeanInfo.
BeanInfo support class for the vtkXMLUtilities class.
vtkXMLUtilitiesBeanInfo() - Constructor for class vtk.vtkXMLUtilitiesBeanInfo
 
vtkXMLWriter - class vtk.vtkXMLWriter.
vtkXMLWriter - Superclass for VTK's XML file writers..
vtkXMLWriter() - Constructor for class vtk.vtkXMLWriter
 
vtkXMLWriter(int) - Constructor for class vtk.vtkXMLWriter
 
vtkXMLWriterBeanInfo - class vtk.vtkXMLWriterBeanInfo.
BeanInfo support class for the vtkXMLWriter class.
vtkXMLWriterBeanInfo() - Constructor for class vtk.vtkXMLWriterBeanInfo
 
vtkXOpenGLRenderWindow - class vtk.vtkXOpenGLRenderWindow.
vtkXOpenGLRenderWindow - OpenGL rendering window.
vtkXOpenGLRenderWindow() - Constructor for class vtk.vtkXOpenGLRenderWindow
 
vtkXOpenGLRenderWindow(int) - Constructor for class vtk.vtkXOpenGLRenderWindow
 
vtkXOpenGLRenderWindowBeanInfo - class vtk.vtkXOpenGLRenderWindowBeanInfo.
BeanInfo support class for the vtkXOpenGLRenderWindow class.
vtkXOpenGLRenderWindowBeanInfo() - Constructor for class vtk.vtkXOpenGLRenderWindowBeanInfo
 
vtkXRenderWindowInteractor - class vtk.vtkXRenderWindowInteractor.
vtkXRenderWindowInteractor - an X event driven interface for a RenderWindow.
vtkXRenderWindowInteractor() - Constructor for class vtk.vtkXRenderWindowInteractor
 
vtkXRenderWindowInteractor(int) - Constructor for class vtk.vtkXRenderWindowInteractor
 
vtkXRenderWindowInteractorBeanInfo - class vtk.vtkXRenderWindowInteractorBeanInfo.
BeanInfo support class for the vtkXRenderWindowInteractor class.
vtkXRenderWindowInteractorBeanInfo() - Constructor for class vtk.vtkXRenderWindowInteractorBeanInfo
 
vtkXYPlotActor - class vtk.vtkXYPlotActor.
vtkXYPlotActor - generate an x-y plot from input dataset(s) or field data.
vtkXYPlotActor() - Constructor for class vtk.vtkXYPlotActor
 
vtkXYPlotActor(int) - Constructor for class vtk.vtkXYPlotActor
 
vtkXYPlotActorBeanInfo - class vtk.vtkXYPlotActorBeanInfo.
BeanInfo support class for the vtkXYPlotActor class.
vtkXYPlotActorBeanInfo() - Constructor for class vtk.vtkXYPlotActorBeanInfo
 
vtkXYPlotWidget - class vtk.vtkXYPlotWidget.
vtkXYPlotWidget - 2D widget for manipulating a XY plot.
vtkXYPlotWidget() - Constructor for class vtk.vtkXYPlotWidget
 
vtkXYPlotWidget(int) - Constructor for class vtk.vtkXYPlotWidget
 
vtkXYPlotWidgetBeanInfo - class vtk.vtkXYPlotWidgetBeanInfo.
BeanInfo support class for the vtkXYPlotWidget class.
vtkXYPlotWidgetBeanInfo() - Constructor for class vtk.vtkXYPlotWidgetBeanInfo
 
vtkXYZMolReader - class vtk.vtkXYZMolReader.
vtkXYZMolReader - read Molecular Data files.
vtkXYZMolReader() - Constructor for class vtk.vtkXYZMolReader
 
vtkXYZMolReader(int) - Constructor for class vtk.vtkXYZMolReader
 
vtkXYZMolReaderBeanInfo - class vtk.vtkXYZMolReaderBeanInfo.
BeanInfo support class for the vtkXYZMolReader class.
vtkXYZMolReaderBeanInfo() - Constructor for class vtk.vtkXYZMolReaderBeanInfo
 
vtkZLibDataCompressor - class vtk.vtkZLibDataCompressor.
vtkZLibDataCompressor - Data compression using zlib..
vtkZLibDataCompressor() - Constructor for class vtk.vtkZLibDataCompressor
 
vtkZLibDataCompressor(int) - Constructor for class vtk.vtkZLibDataCompressor
 
vtkZLibDataCompressorBeanInfo - class vtk.vtkZLibDataCompressorBeanInfo.
BeanInfo support class for the vtkZLibDataCompressor class.
vtkZLibDataCompressorBeanInfo() - Constructor for class vtk.vtkZLibDataCompressorBeanInfo
 

W

wholeSlicesOff() - Method in class vtk.vtkXMLStructuredDataReader
Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed.
wholeSlicesOn() - Method in class vtk.vtkXMLStructuredDataReader
Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed.
wholeWindowOff() - Method in class vtk.vtkRendererSource
Use the entire RenderWindow as a data source or just the Renderer.
wholeWindowOn() - Method in class vtk.vtkRendererSource
Use the entire RenderWindow as a data source or just the Renderer.
windowInitialize() - Method in class vtk.vtkXOpenGLRenderWindow
Initialize the window for rendering.
windowLevel() - Method in class vtk.vtkInteractorStyleImage
 
windowRemap() - Method in class vtk.vtkRenderWindow
Remap the rendering window.
windowRemap() - Method in class vtk.vtkXOpenGLRenderWindow
Resize the window.
windowSetObservable - Variable in class vtk.vtkPanel
 
windowset - Variable in class vtk.vtkPanel
 
worldToDisplay() - Method in class vtk.vtkViewport
Convert world point coordinates to display (or screen) coordinates.
worldToView() - Method in class vtk.vtkRenderer
Convert world point coordinates to view coordinates.
worldToView() - Method in class vtk.vtkViewport
Convert world point coordinates to view coordinates.
wrapOff() - Method in class vtk.vtkCursor3D
Turn on/off cursor wrapping.
wrapOff() - Method in class vtk.vtkImageReslice
Turn on wrap-pad feature (default: off).
wrapOn() - Method in class vtk.vtkCursor3D
Turn on/off cursor wrapping.
wrapOn() - Method in class vtk.vtkImageReslice
Turn on wrap-pad feature (default: off).
write() - Method in class vtk.vtkExporter
Write data to output.
write() - Method in class vtk.vtkImageWriter
The main interface which triggers the writer to start.
write() - Method in class vtk.vtkJPEGWriter
The main interface which triggers the writer to start.
write() - Method in class vtk.vtkMetaImageWriter
Write the actual file
write(String, int) - Method in class vtk.vtkOutputStream
Write output data of the given length.
write() - Method in class vtk.vtkPNGWriter
The main interface which triggers the writer to start.
write() - Method in class vtk.vtkSliceCubes
 
write(String) - Method in class vtk.vtkVoxelModeller
The the volume out to a specified filename.
write() - Method in class vtk.vtkWriter
Write data to output.
write() - Method in class vtk.vtkXMLWriter
Invoke the writer.
writeDisplacementOff() - Method in class vtk.vtkBYUWriter
Turn on/off writing the displacement file.
writeDisplacementOn() - Method in class vtk.vtkBYUWriter
Turn on/off writing the displacement file.
writePointer(int, int) - Method in class vtk.vtkCharArray
Get the address of a particular data index.
writeScalarOff() - Method in class vtk.vtkBYUWriter
Turn on/off writing the scalar file.
writeScalarOn() - Method in class vtk.vtkBYUWriter
Turn on/off writing the scalar file.
writeSummaryFileOff() - Method in class vtk.vtkXMLPDataWriter
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files.
writeSummaryFileOn() - Method in class vtk.vtkXMLPDataWriter
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files.
writeTextureOff() - Method in class vtk.vtkBYUWriter
Turn on/off writing the texture file.
writeTextureOn() - Method in class vtk.vtkBYUWriter
Turn on/off writing the texture file.
writeToMemoryOff() - Method in class vtk.vtkJPEGWriter
Write the image to memory (a vtkUnsignedCharArray)
writeToMemoryOff() - Method in class vtk.vtkPNGWriter
Write the image to memory (a vtkUnsignedCharArray)
writeToMemoryOn() - Method in class vtk.vtkJPEGWriter
Write the image to memory (a vtkUnsignedCharArray)
writeToMemoryOn() - Method in class vtk.vtkPNGWriter
Write the image to memory (a vtkUnsignedCharArray)
writeToOutputStringOff() - Method in class vtk.vtkDataWriter
Enable writing to an OutputString instead of the default, a file.
writeToOutputStringOn() - Method in class vtk.vtkDataWriter
Enable writing to an OutputString instead of the default, a file.

X

xAxisVisibilityOff() - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
xAxisVisibilityOn() - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
xShadowsOff() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe x-shadows.
xShadowsOff() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe y-shadows.
xShadowsOn() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe x-shadows.
xShadowsOn() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe x-shadows.
xYPlaneOff() - Method in class vtk.vtkWarpScalar
Turn on/off flag specifying that input data is x-y plane.
xYPlaneOn() - Method in class vtk.vtkWarpScalar
Turn on/off flag specifying that input data is x-y plane.

Y

yAxisVisibilityOff() - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
yAxisVisibilityOn() - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
yShadowsOff() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe y-shadows.
yShadowsOff() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe z-shadows.
yShadowsOn() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe y-shadows.
yShadowsOn() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe y-shadows.
yaw(double) - Method in class vtk.vtkCamera
Rotate the focal point about the view up vector centered at the camera's position.

Z

zAxisVisibilityOff() - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
zAxisVisibilityOn() - Method in class vtk.vtkCubeAxesActor2D
Turn on and off the visibility of each axis.
zShadowsOff() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe z-shadows.
zShadowsOff() - Method in class vtk.vtkPointWidget
If translation mode is on, as the widget is moved the bounding box, shadows, and cursor are all translated simultaneously as the point moves.
zShadowsOn() - Method in class vtk.vtkCursor3D
Turn on/off the wireframe z-shadows.
zShadowsOn() - Method in class vtk.vtkPointWidget
Turn on/off the wireframe z-shadows.
zero() - Method in class vtk.vtkMatrix4x4
Set equal to Identity matrix
zeroPadOff() - Method in class vtk.vtkEncodedGradientEstimator
Assume that the data value outside the volume is zero when computing normals.
zeroPadOn() - Method in class vtk.vtkEncodedGradientEstimator
Assume that the data value outside the volume is zero when computing normals.
zoom(double) - Method in class vtk.vtkCamera
In perspective mode, decrease the view angle by the specified factor.
zoom(double) - Method in class vtk.vtkImageMandelbrotSource
Convienence for Viewer.
zoom() - Method in class vtk.vtkInteractorStyle
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion.

A B C D E F G H I J K L M N O P R S T U V W X Y Z

Copyright © 2004 Sydney ViSLAB. All Rights Reserved.