VTK
|
Superclass for all sources, filters, and sinks in VTK. More...
#include <vtkAlgorithm.h>
Inherits vtkObject.
Inherited by vtkAbstractMapper, vtkAnnotationLayersAlgorithm, vtkArrayDataAlgorithm, vtkCompositeDataSetAlgorithm, vtkContextMapper2D, vtkDataObjectAlgorithm, vtkDataReader, vtkDataSetAlgorithm, vtkDirectedGraphAlgorithm, vtkEnsembleSource, vtkGraphAlgorithm, vtkHierarchicalBoxDataSetAlgorithm, vtkHyperOctreeAlgorithm, vtkHyperTreeGridAlgorithm, vtkImageAlgorithm, vtkImageStencilAlgorithm, vtkLabelHierarchyAlgorithm, vtkMNITransformReader, vtkMNITransformWriter, vtkMoleculeAlgorithm, vtkMultiBlockDataSetAlgorithm, vtkMultiTimeStepAlgorithm, vtkPassInputTypeAlgorithm, vtkPieceRequestFilter, vtkPiecewiseFunctionAlgorithm, vtkPistonAlgorithm, vtkPointSetAlgorithm, vtkPolyDataAlgorithm, vtkPythonAlgorithm, vtkRectilinearGridAlgorithm, vtkRendererSource, vtkRenderLargeImage, vtkSelectionAlgorithm, vtkStreamerBase, vtkStructuredGridAlgorithm, vtkTableAlgorithm, vtkTemporalDataSetCache, vtkTemporalFractal, vtkTemporalShiftScale, vtkTemporalSnapToTimeStep, vtkTransformToGrid, vtkTreeAlgorithm, vtkTrivialProducer, vtkUndirectedGraphAlgorithm, vtkUniformGridAMRAlgorithm, vtkUnstructuredGridAlgorithm, vtkUnstructuredGridBaseAlgorithm, vtkWindowToImageFilter, vtkWriter, vtkXMLReader, and vtkXMLWriter.
Public Types | |
typedef vtkObject | Superclass |
enum | DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION } |
Public Types inherited from vtkObject | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkAlgorithm * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | HasExecutive () |
vtkExecutive * | GetExecutive () |
virtual void | SetExecutive (vtkExecutive *executive) |
virtual int | ModifyRequest (vtkInformation *request, int when) |
vtkInformation * | GetInputPortInformation (int port) |
vtkInformation * | GetOutputPortInformation (int port) |
int | GetNumberOfInputPorts () |
int | GetNumberOfOutputPorts () |
void | UpdateProgress (double amount) |
vtkInformation * | GetInputArrayInformation (int idx) |
void | RemoveAllInputs () |
vtkDataObject * | GetOutputDataObject (int port) |
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput *input) |
virtual void | RemoveInputConnection (int port, int idx) |
virtual void | RemoveAllInputConnections (int port) |
int | GetNumberOfInputConnections (int port) |
int | GetTotalNumberOfInputConnections () |
vtkAlgorithmOutput * | GetInputConnection (int port, int index) |
vtkAlgorithm * | GetInputAlgorithm (int port, int index, int &algPort) |
vtkAlgorithm * | GetInputAlgorithm (int port, int index) |
vtkExecutive * | GetInputExecutive (int port, int index) |
vtkInformation * | GetInputInformation (int port, int index) |
vtkInformation * | GetOutputInformation (int port) |
virtual void | UpdateInformation () |
virtual void | UpdateDataObject () |
virtual void | PropagateUpdateExtent () |
virtual void | UpdateWholeExtent () |
void | ConvertTotalInputToPortConnection (int ind, int &port, int &conn) |
int | SetUpdateExtentToWholeExtent (int port) |
int | SetUpdateExtentToWholeExtent () |
void | SetUpdateExtent (int port, int extent[6]) |
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
int | ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo) |
virtual int | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime) |
virtual vtkInformation * | GetInformation () |
virtual void | SetInformation (vtkInformation *) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
virtual void | SetAbortExecute (int) |
virtual int | GetAbortExecute () |
virtual void | AbortExecuteOn () |
virtual void | AbortExecuteOff () |
virtual void | SetProgress (double) |
virtual double | GetProgress () |
void | SetProgressText (const char *ptext) |
virtual char * | GetProgressText () |
virtual unsigned long | GetErrorCode () |
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name) |
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType) |
virtual void | SetInputArrayToProcess (int idx, vtkInformation *info) |
virtual void | SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName) |
vtkDataObject * | GetInputDataObject (int port, int connection) |
virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) |
virtual void | SetInputConnection (vtkAlgorithmOutput *input) |
virtual void | AddInputConnection (int port, vtkAlgorithmOutput *input) |
virtual void | AddInputConnection (vtkAlgorithmOutput *input) |
virtual void | SetInputDataObject (int port, vtkDataObject *data) |
virtual void | SetInputDataObject (vtkDataObject *data) |
virtual void | AddInputDataObject (int port, vtkDataObject *data) |
virtual void | AddInputDataObject (vtkDataObject *data) |
vtkAlgorithmOutput * | GetOutputPort (int index) |
vtkAlgorithmOutput * | GetOutputPort () |
vtkAlgorithm * | GetInputAlgorithm () |
vtkExecutive * | GetInputExecutive () |
vtkInformation * | GetInputInformation () |
virtual void | Update (int port) |
virtual void | Update () |
virtual void | SetReleaseDataFlag (int) |
virtual int | GetReleaseDataFlag () |
void | ReleaseDataFlagOn () |
void | ReleaseDataFlagOff () |
int | UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output) |
int | UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType) |
void | SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel) |
void | SetUpdateExtent (int piece, int numPieces, int ghostLevel) |
void | SetUpdateExtent (int extent[6]) |
int * | GetUpdateExtent () |
int * | GetUpdateExtent (int port) |
void | GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
void | GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
void | GetUpdateExtent (int extent[6]) |
void | GetUpdateExtent (int port, int extent[6]) |
int | GetUpdatePiece () |
int | GetUpdatePiece (int port) |
int | GetUpdateNumberOfPieces () |
int | GetUpdateNumberOfPieces (int port) |
int | GetUpdateGhostLevel () |
int | GetUpdateGhostLevel (int port) |
void | SetProgressObserver (vtkProgressObserver *) |
virtual vtkProgressObserver * | GetProgressObserver () |
Public Member Functions inherited from vtkObject | |
vtkObject * | NewInstance () const |
virtual void | DebugOn () |
virtual void | DebugOff () |
bool | GetDebug () |
void | SetDebug (bool debugFlag) |
virtual void | Modified () |
virtual unsigned long | GetMTime () |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
int | HasObserver (unsigned long event) |
int | HasObserver (const char *event) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
Public Member Functions inherited from vtkObjectBase | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Public Attributes | |
int | AbortExecute |
Static Protected Member Functions | |
static vtkInformationIntegerKey * | PORT_REQUIREMENTS_FILLED () |
Protected Attributes | |
vtkInformation * | Information |
double | Progress |
char * | ProgressText |
vtkProgressObserver * | ProgressObserver |
Protected Attributes inherited from vtkObject | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
Protected Attributes inherited from vtkObjectBase | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
Static Protected Attributes | |
static vtkExecutive * | DefaultExecutivePrototype |
unsigned long | ErrorCode |
virtual void | SetErrorCode (unsigned long) |
Superclass for all sources, filters, and sinks in VTK.
vtkAlgorithm is the superclass for all sources, filters, and sinks in VTK. It defines a generalized interface for executing data processing algorithms. Pipeline connections are associated with input and output ports that are independent of the type of data passing through the connections.
Instances may be used independently or within pipelines with a variety of architectures and update mechanisms. Pipelines are controlled by instances of vtkExecutive. Every vtkAlgorithm instance has an associated vtkExecutive when it is used in a pipeline. The executive is responsible for data flow.
Definition at line 61 of file vtkAlgorithm.h.
typedef vtkObject vtkAlgorithm::Superclass |
Definition at line 65 of file vtkAlgorithm.h.
Values used for setting the desired output precision for various algorithms. Currently, the following algorithms support changing their output precision: vtkAppendFilter, vtkAppendPoints, vtkContourFilter, vtkContourGrid, vtkCutter, vtkGridSynchronizedTemplates3D, vtkPolyDataNormals, vtkSynchronizedTemplatesCutter3D, vtkTableBasedClipDataSet, vtkThreshold, vtkTransformFilter, and vtkTransformPolyData. SINGLE_PRECISION - Output single-precision floating-point (i.e. float) DOUBLE_PRECISION - Output double-precision floating-point (i.e. double) DEFAULT_PRECISION - Output precision should match the input precision.
Enumerator | |
---|---|
SINGLE_PRECISION | |
DOUBLE_PRECISION | |
DEFAULT_PRECISION |
Definition at line 80 of file vtkAlgorithm.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
Reimplemented in vtkLSDynaReader, vtkWindowedSincPolyDataFilter, vtkDelaunay2D, vtkHAVSVolumeMapper, vtkPLSDynaReader, vtkOpenGLHAVSVolumeMapper, vtkSmartVolumeMapper, vtkMultiThreshold, vtkKMeansStatistics, vtkDelaunay3D, vtkGlyph3D, vtkCheckerboardSplatter, vtkFixedPointVolumeRayCastMapper, vtkDistributedDataFilter, vtkSmoothPolyDataFilter, vtkParticleTracerBase, vtkMultiBlockPLOT3DReader, vtkTableBasedClipDataSet, vtkImplicitModeller, vtkMeshQuality, vtkGenericGlyph3DFilter, vtkStreamTracer, vtkQuadricClustering, vtkXMLTreeReader, vtkSelectPolyData, vtkTecplotReader, vtkMPASReader, vtkDecimatePro, vtkPlot3DMetaReader, vtkVolumeTextureMapper3D, vtkGreedyTerrainDecimation, vtkMultiCorrelativeStatistics, vtkImageFourierFilter, vtkImageToPolyDataFilter, vtkImageBlend, vtkMapper, vtkTemporalStreamTracer, vtkProgrammableAttributeDataFilter, vtkParallelCoordinatesRepresentation, vtkDataObjectToDataSetFilter, vtkTensorGlyph, vtkGaussianSplatter, vtkExodusIIWriter, vtkMINCImageReader, vtkSmartVolumeMapper, vtkTableToGraph, vtkApplyColors, vtkClipVolume, vtkGenericStreamTracer, vtkClipHyperOctree, vtkMINCImageWriter, vtkPExodusIIWriter, vtkProjectedTerrainPath, vtkMNITagPointWriter, vtkTubeFilter, vtkWeightedTransformFilter, vtkCellQuality, vtkMNIObjectWriter, vtkArrayCalculator, vtkCleanPolyData, vtkPBGLRMATGraphSource, vtkMNIObjectReader, vtkMNITagPointReader, vtkDeformPointSet, vtkPolyDataToImageStencil, vtkDelimitedTextReader, vtkMNITransformWriter, vtkImageReslice, vtkWindowToImageFilter, vtkLabeledDataMapper, vtkCurvatures, vtkStatisticsAlgorithm, vtkMNITransformReader, vtkFieldDataToAttributeDataFilter, vtkGenericClip, vtkMetaImageReader, vtkConnectivityFilter, vtkQuadRotationalExtrusionFilter, vtkProgrammableGlyphFilter, vtkMetaImageWriter, vtkTulipReader, vtkClipPolyData, vtkFlyingEdges3D, vtkRearrangeFields, vtkHyperOctreeCutter, vtkSurfaceLICMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkAssignAttribute, vtkClipDataSet, vtkRuledSurfaceFilter, vtkDataRepresentation, vtkFlyingEdges2D, vtkHyperOctreeContourFilter, vtkSuperquadricSource, vtkDIMACSGraphReader, vtkDynamic2DLabelMapper, vtkQuadricDecimation, vtkTessellatorFilter, vtkDotProductSimilarity, vtkTexture, vtkApplyIcons, vtkRenderedGraphRepresentation, vtkPolyDataConnectivityFilter, vtkPassArrays, vtkRotationalExtrusionFilter, vtkPBGLCollectGraph, vtkMILVideoSource, vtkQtTreeRingLabelMapper, vtkContourFilter, vtkCutter, vtkStripper, vtkDiscreteMarchingCubes, vtkProbePolyhedron, vtkLinearExtrusionFilter, vtkExtractCTHPart, vtkRRandomTableSource, vtkBoostSplitTableField, vtkVolumeRayCastMapper, vtkOpenGLGPUVolumeRayCastMapper, vtkStreamer, vtkBoxClipDataSet, vtkHyperStreamline, vtkMarchingContourFilter, vtkGeometryFilter, vtkProcrustesAlignmentFilter, vtkDijkstraImageGeodesicPath, vtkSQLGraphReader, vtkParallelCoordinatesHistogramRepresentation, vtkPolyDataNormals, vtkAnnotationLink, vtkClipClosedSurface, vtkSplitField, vtkDescriptiveStatistics, vtkMCubesReader, vtkVolume16Reader, vtkConvexHull2D, vtkRectilinearGridToTetrahedra, vtkTemporalStatistics, vtkTemporalInterpolator, vtkPUniformGridGhostDataGenerator, vtkKCoreLayout, vtkArrayWriter, vtkAppendCompositeDataLeaves, vtkIconGlyphFilter, vtkRandomAttributeGenerator, vtkUniformGridGhostDataGenerator, vtkBandedPolyDataContourFilter, vtkPStructuredGridGhostDataGenerator, vtkPCAStatistics, vtkRCalculatorFilter, vtkImageRectilinearWipe, vtkMergeGraphs, vtkArrayDataWriter, vtkPLYWriter, vtkArcPlotter, vtkGraphAnnotationLayersFilter, vtkContourGrid, vtkFlyingEdgesPlaneCutter, vtkStructuredGridGhostDataGenerator, vtkQtTableRepresentation, vtkParticlePathFilter, vtkComputeHistogram2DOutliers, vtkLoopSubdivisionFilter, vtkGraphHierarchicalBundleEdges, vtkADIOSReader, vtkOBJPolyDataProcessor, vtkThreshold, vtkCellDerivatives, vtkLinkEdgels, vtkGenericCutter, vtkPCAAnalysisFilter, vtkGlyphSource2D, vtkContingencyStatistics, vtkCorrelativeStatistics, vtkSpatialRepresentationFilter, vtkSplineFilter, vtkHyperOctreeDualGridContourFilter, vtkButterflySubdivisionFilter, vtkPlaneSource, vtkCirclePackLayout, vtkXdmfWriter, vtkGenericGeometryFilter, vtkPolyDataSilhouette, vtkRibbonFilter, vtkSelectEnclosedPoints, vtkPUnstructuredGridGhostDataGenerator, vtkOrderStatistics, vtkImplicitTextureCoords, vtkOpenFOAMReader, vtkFixedWidthTextReader, vtkGraphMapper, vtkSelectVisiblePoints, vtkExtractHistogram2D, vtkReebGraphVolumeSkeletonFilter, vtkHyperTreeGridSource, vtkParametricFunctionSource, vtkImageMathematics, vtkBoostPrimMinimumSpanningTree, vtkTableToSparseArray, vtkImageReader2, vtkDIMACSGraphWriter, vtkProjectedTetrahedraMapper, vtkDataSetToDataObjectFilter, vtkConvertSelection, vtkTemporalPathLineFilter, vtkVolumeContourSpectrumFilter, vtkGenericContourFilter, vtkDataSetSurfaceFilter, vtkDepthSortPolyData, vtkPairwiseExtractHistogram2D, vtkMatlabEngineFilter, vtkPOrderStatistics, vtkRectangularButtonSource, vtkTextureMapToCylinder, vtkImageBSplineCoefficients, vtkImageEuclideanDistance, vtkBoostBiconnectedComponents, vtkDICOMImageReader, vtkChacoGraphReader, vtkMPEG2Writer, vtkLabeledTreeMapDataMapper, vtkRenderedTreeAreaRepresentation, vtkMergeFields, vtkProbeFilter, vtkAreaContourSpectrumFilter, vtkStructuredGridGeometryFilter, vtkPContingencyStatistics, vtkReebGraphSurfaceSkeletonFilter, vtkProgrammableSource, vtkKCoreDecomposition, vtkExodusIIReader, vtkCGMWriter, vtkMFIXReader, vtkDataReader, vtkMPIImageReader, vtkStructuredGridLIC2D, vtkAMRResampleFilter, vtkHull, vtkExtractGrid, vtkExtractTensorComponents, vtkUnstructuredGridGeometryFilter, vtkPTemporalStreamTracer, vtkProgrammableFilter, vtkPCAStatisticsGnuR, vtkTextureMapToSphere, vtkStreamGraph, vtkTreeMapLayout, vtkADIOSWriter, vtkGenericEnSightReader, vtkLabelPlacer, vtkCastToConcrete, vtkGraphAlgorithm, vtkStreamLine, vtkGenericProbeFilter, vtkPolyDataPointSampler, vtkAngularPeriodicFilter, vtkAutoCorrelativeStatistics, vtkImageSlabReslice, vtkBooleanTexture, vtkPBGLBreadthFirstSearch, vtkBMPReader, vtkGenericDataObjectReader, vtkStructuredGridLIC2D, vtkArrayDataAlgorithm, vtkMarchingSquares, vtkExtractPolyDataGeometry, vtkDicer, vtkYoungsMaterialInterface, vtkDijkstraGraphGeodesicPath, vtkPPairwiseExtractHistogram2D, vtkPythonAlgorithm, vtkButtonSource, vtkEllipticalButtonSource, vtkMatrixMathFilter, vtkExtractVOI, vtkFastSplatter, vtkTableToArray, vtkPBGLGraphSQLReader, vtkAVSucdReader, vtkDataSetReader, vtkXMLWriter, vtkDirectedGraphAlgorithm, vtkDecimatePolylineFilter, vtkExtractSelectedFrustum, vtkExtractUnstructuredGrid, vtkImageMarchingCubes, vtkVoxelContoursToSurfaceFilter, vtkWarpScalar, vtkFillHolesFilter, vtkPUnstructuredGridGhostCellsGenerator, vtkCellDistanceSelector, vtkBivariateLinearTableThreshold, vtkStrahlerMetric, vtkContingencyStatisticsGnuR, vtkCorrelativeStatisticsGnuR, vtkGeoRandomGraphSource, vtkBoostDividedEdgeBundling, vtkExtractSelectedGraph, vtkGenerateIndexArray, vtkPBGLMinimumSpanningTree, vtkPBGLRandomGraphSource, vtkPBGLShortestPaths, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkNIFTIImageReader, vtkRISReader, vtkPNrrdReader, vtkRowQueryToTable, vtkTextMapper, vtkImageResliceMapper, vtkLabelSizeCalculator, vtkOpenGLProjectedTetrahedraMapper, vtkRenderedSurfaceRepresentation, vtkDataSetAlgorithm, vtkFeatureEdges, vtkExtractGeometry, vtkShrinkPolyData, vtkTransformPolyDataFilter, vtkGenericDataSetTessellator, vtkPeriodicFilter, vtkPComputeHistogram2DOutliers, vtkHighestDensityRegionsStatistics, vtkTextureMapToPlane, vtkImageAnisotropicDiffusion3D, vtkImageAccumulate, vtkBoostBreadthFirstSearch, vtkBoostBreadthFirstSearchTree, vtkReduceTable, vtkStringToCategory, vtkTransferAttributes, vtkFLUENTReader, vtkSTLReader, vtkWindBladeReader, vtkSLACParticleReader, vtkSLACReader, vtkAbstractMapper, vtkLabelPlacementMapper, vtkPassInputTypeAlgorithm, vtkElevationFilter, vtkVectorNorm, vtkExtractSelection, vtkStreaklineFilter, vtkBooleanOperationPolyDataFilter, vtkHyperTreeGridAxisCut, vtkDescriptiveStatisticsGnuR, vtkThresholdTextureCoords, vtkSparseArrayToTable, vtkGraphLayout, vtkParticleReader, vtkVolumeReader, vtkISIReader, vtkPhyloXMLTreeReader, vtkNetCDFReader, vtkPExodusIIReader, vtkPolyDataMapper2D, vtkImageDataLIC2D, vtkUndirectedGraphAlgorithm, vtkAppendPolyData, vtkCellDataToPointData, vtkDataObjectGenerator, vtkMarchingCubes, vtkSubPixelPositionEdgels, vtkTransformFilter, vtkImageDataGeometryFilter, vtkRectilinearGridGeometryFilter, vtkHyperTreeGridToUnstructuredGrid, vtkGlobeSource, vtkImageAnisotropicDiffusion2D, vtkBoostBrandesCentrality, vtkCollapseGraph, vtkExpandSelectedGraph, vtkPBGLConnectedComponents, vtkArrayReader, vtkNrrdReader, vtkNetCDFCFReader, vtkVPICReader, vtkImageMapper3D, vtkUnstructuredGridVolumeRayCastMapper, vtkOpenGLProjectedTetrahedraMapper, vtkConvertSelectionDomain, vtkTableAlgorithm, vtkTreeAlgorithm, vtkAttributeDataToFieldDataFilter, vtkSimpleElevationFilter, vtkExtractArraysOverTime, vtkDataSetTriangleFilter, vtkQuantizePolyDataPoints, vtkRecursiveDividingCubes, vtkUncertaintyTubeFilter, vtkFacetReader, vtkPExtractHistogram2D, vtkProgrammableDataObjectSource, vtkShepardMethod, vtkMergeColumns, vtkMergeTables, vtkTreeFieldAggregator, vtkPBGLVertexColoring, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkMCubesWriter, vtkXdmfReader, vtkLabeledContourMapper, vtkProjectedAAHexahedraMapper, vtkSimpleBondPerceiver, vtkAMRCutPlane, vtkMassProperties, vtkMergeDataObjectFilter, vtkPointDataToCellData, vtkSplitColumnComponents, vtkLinearSubdivisionFilter, vtkGraphToPolyData, vtkStreamingStatistics, vtkGeoAssignCoordinates, vtkImageOpenClose3D, vtkImageThresholdConnectivity, vtkBoostKruskalMinimumSpanningTree, vtkArrayNorm, vtkRandomGraphSource, vtkTreeLevelsFilter, vtkFacetWriter, vtkNIFTIImageWriter, vtkPNMReader, vtkGraphToGlyphs, vtkMapArrayValues, vtkVectorText, vtkPointSetToLabelHierarchy, vtkImageDataLIC2D, vtkOpenGLProjectedAAHexahedraMapper, vtkSelectionAlgorithm, vtkCellCenters, vtkContourTriangulator, vtkDistancePolyDataFilter, vtkTemporalFractal, vtkTransformTextureCoords, vtkGeoGraticule, vtkImageCast, vtkImageDifference, vtkImageIslandRemoval2D, vtkBoostConnectedComponents, vtkBoostLogWeighting, vtkVertexDegree, vtkAreaLayout, vtkArrayDataReader, vtkXGMLReader, vtkRendererSource, vtkOpenGLPolyDataMapper, vtkHyperTreeGridAlgorithm, vtkSimpleImageToImageFilter, vtkMoleculeMapper, vtkCompositeDataProbeFilter, vtkMaskFields, vtkRectilinearSynchronizedTemplates, vtkExtractVectorComponents, vtkMatricizeArray, vtkPolyDataStreamer, vtkRectilinearGridToPointSet, vtkShrinkFilter, vtkTemporalSnapToTimeStep, vtkHyperTreeGridGeometry, vtkReebGraphToJoinSplitTreeFilter, vtkLinearSelector, vtkSphereSource, vtkImageRFFT, vtkTableFFT, vtkImageLogic, vtkAdjacencyMatrixToEdgeTable, vtkRemoveHiddenData, vtkSplineGraphEdges, vtkCPExodusIIInSituReader, vtkNewickTreeReader, vtkPolyDataReader, vtkStructuredGridReader, vtkStructuredPointsReader, vtkUnstructuredGridReader, vtkPOpenFOAMReader, vtkPSLACReader, vtkSQLDatabaseTableSource, vtkXMLUniformGridAMRReader, vtkVolumeMapper, vtkPistonAlgorithm, vtkPolyDataAlgorithm, vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkSynchronizedTemplates3D, vtkExtractSelectedThresholds, vtkGradientFilter, vtkGraphLayoutFilter, vtkImageDataToPointSet, vtkInterpolateDataSetAttributes, vtkOBBDicer, vtkQuadraturePointInterpolator, vtkQuadraturePointsGenerator, vtkRectilinearGridPartitioner, vtkStructuredGridPartitioner, vtkPExtractArraysOverTime, vtkPStreamTracer, vtkPCorrelativeStatistics, vtkPDescriptiveStatistics, vtkThreadedSynchronizedTemplates3D, vtkTessellatedBoxSource, vtkTextSource, vtkGeoAlignedImageRepresentation, vtkImageMapToColors, vtkSampleFunction, vtkImageHistogramStatistics, vtkTableToTreeFilter, vtkTreeDifferenceFilter, vtkAssignCoordinates, vtkCirclePackToPolyData, vtkResliceCursorPolyDataAlgorithm, vtkWriter, vtkImageReader, vtkCompositeDataWriter, vtkPNetCDFPOPReader, vtkXMLHyperOctreeReader, vtkCompositePolyDataMapper, vtkCompositeSurfaceLICMapper, vtkDataObjectAlgorithm, vtkPiecewiseFunctionAlgorithm, vtkPointSetAlgorithm, vtkRectilinearGridAlgorithm, vtkAppendFilter, vtkMaskPoints, vtkVectorDot, vtkDashedStreamLine, vtkBlankStructuredGridWithImage, vtkInterpolatingSubdivisionFilter, vtkQuadratureSchemeDictionaryGenerator, vtkTemporalShiftScale, vtkPExtractRectilinearGrid, vtkPMultiCorrelativeStatistics, vtkPPCAStatistics, vtkArcSource, vtkConeSource, vtkDiagonalMatrixSource, vtkImageClip, vtkImageResliceToColors, vtkImageStencilSource, vtkImageSeedConnectivity, vtkImageHistogram, vtkLassoStencilSource, vtkThresholdTable, vtkFFMPEGWriter, vtkNetCDFPOPReader, vtkVideoSource, vtkXMLGenericDataObjectReader, vtkXMLPolyDataWriter, vtkXMLUnstructuredGridReader, vtkImageMapper, vtkLabelHierarchyAlgorithm, vtkAnnotationLayersAlgorithm, vtkEnsembleSource, vtkUniformGridPartitioner, vtkMoleculeAlgorithm, vtkMoleculeToAtomBallFilter, vtkReverseSense, vtkExtractTemporalFieldData, vtkBlankStructuredGrid, vtkIntersectionPolyDataFilter, vtkVertexGlyphFilter, vtkDataSetGhostGenerator, vtkTemporalDataSetCache, vtkHyperOctreeToUniformGridFilter, vtkPExtractVOI, vtkCylinderSource, vtkFrustumSource, vtkLineSource, vtkPointSource, vtkRegularPolygonSource, vtkImageQuantizeRGBToIndex, vtkImageResize, vtkImageCityBlockDistance, vtkImageMandelbrotSource, vtkNetworkHierarchy, vtkTreeRingToPolyData, vtkGDALRasterReader, vtkGDALVectorReader, vtkChacoReader, vtkGAMBITReader, vtkSTLWriter, vtkDataObjectReader, vtkDataWriter, vtkRectilinearGridReader, vtkTableReader, vtkPWindBladeReader, vtkSQLDatabaseGraphSource, vtkWin32VideoSource, vtkXMLDataSetWriter, vtkXMLHierarchicalBoxDataReader, vtkXMLImageDataReader, vtkXMLPolyDataReader, vtkXMLReader, vtkXMLRectilinearGridReader, vtkXMLStructuredGridReader, vtkDataSetMapper, vtkImageSliceMapper, vtkPolyDataMapper, vtkOpenGLPolyDataMapper, vtkOpenGLPolyDataMapper2D, vtkRenderedRepresentation, vtkStructuredGridAlgorithm, vtkAppendSelection, vtkIdFilter, vtkExtractRectilinearGrid, vtkDensifyPolyData, vtkExtractArray, vtkNormalizeMatrixVectors, vtkHierarchicalDataSetGeometryFilter, vtkImageDataToUniformGrid, vtkProjectedTexture, vtkExtractUserDefinedPiece, vtkPieceScalars, vtkPYoungsMaterialInterface, vtkPKMeansStatistics, vtkPlatonicSolidSource, vtkTriangularTCoords, vtkImageMapToWindowLevelColors, vtkImageWrapPad, vtkImageButterworthHighPass, vtkImageButterworthLowPass, vtkImageIdealHighPass, vtkImageIdealLowPass, vtkImageGradientMagnitude, vtkImageSeparableConvolution, vtkBoostBetweennessClustering, vtkCollapseVerticesByArray, vtkDataObjectToTable, vtkExtractSelectedTree, vtkGroupLeafVertices, vtkPruneTreeFilter, vtkStringToNumeric, vtkEdgeLayout, vtkPerturbCoincidentVertices, vtkAMRBaseReader, vtkBYUWriter, vtkDEMReader, vtkGESignaReader, vtkImageExport, vtkImageImport, vtkPNGWriter, vtkCompositeDataReader, vtkDataObjectWriter, vtkEnSightWriter, vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, vtkXMLPUnstructuredGridWriter, vtkPLYReader, vtkXdmf3Reader, vtkXMLCompositeDataReader, vtkXMLHyperOctreeWriter, vtkXMLUnstructuredGridWriter, vtkAbstractMapper3D, vtkOpenGLImageSliceMapper, vtkGPUVolumeRayCastMapper, vtkVolumeOutlineSource, vtkPistonMapper, vtkHyperOctreeAlgorithm, vtkUnstructuredGridAlgorithm, vtkUnstructuredGridBaseAlgorithm, vtkOpenQubeMoleculeSource, vtkAMRToMultiBlockFilter, vtkCenterOfMass, vtkHedgeHog, vtkSynchronizedTemplates2D, vtkSynchronizedTemplatesCutter3D, vtkExtractEdges, vtkExtractSelectedIds, vtkEdgePoints, vtkGraphToPoints, vtkGenericOutlineFilter, vtkRenderLargeImage, vtkTransmitRectilinearGridPiece, vtkPExtractGrid, vtkExtractFunctionalBagPlot, vtkImageMask, vtkImageContinuousDilate3D, vtkImageNonMaximumSuppression, vtkBoostRandomSparseArraySource, vtkArrayToTable, vtkEdgeCenters, vtkPBGLCollapseGraph, vtkMoleculeReaderBase, vtkJPEGReader, vtkMultiNewickTreeReader, vtkOggTheoraWriter, vtkNetCDFCAMReader, vtkPDataSetWriter, vtkXMLPImageDataWriter, vtkXMLDataReader, vtkXMLImageDataWriter, vtkXMLMultiBlockDataReader, vtkXMLRectilinearGridWriter, vtkXMLStructuredGridWriter, vtkDistanceToCamera, vtkOpenGLGlyph3DMapper, vtkOpenGLTexture, vtkPainterPolyDataMapper, vtkAMRVolumeMapper, vtkImageAlgorithm, vtkImageToStructuredGrid, vtkImageToStructuredPoints, vtkMultiTimeStepAlgorithm, vtkProteinRibbonFilter, vtkGridSynchronizedTemplates3D, vtkMergeFilter, vtkThresholdPoints, vtkTransposeTable, vtkExtractBlock, vtkExtractCells, vtkExtractSelectedRows, vtkApproximatingSubdivisionFilter, vtkCursor2D, vtkCompositeDataGeometryFilter, vtkProjectSphereFilter, vtkTransformToGrid, vtkHyperOctreeSampleFunction, vtkHyperOctreeSurfaceFilter, vtkProcessIdScalars, vtkPAutoCorrelativeStatistics, vtkPBivariateLinearTableThreshold, vtkUnstructuredGridToReebGraphFilter, vtkKdTreeSelector, vtkThreadedSynchronizedTemplatesCutter3D, vtkArrowSource, vtkOutlineSource, vtkSelectionSource, vtkTexturedSphereSource, vtkGeoAdaptiveArcs, vtkGeoSampleArcs, vtkImageFFT, vtkImageVariance3D, vtkSurfaceReconstructionFilter, vtkTriangularTexture, vtkVoxelModeller, vtkImageContinuousErode3D, vtkImageSkeleton2D, vtkROIStencilSource, vtkAddMembershipArray, vtkRemoveIsolatedVertices, vtkTransposeMatrix, vtkTreeMapToPolyData, vtkAMREnzoParticlesReader, vtkAMRFlashParticlesReader, vtkDelimitedTextWriter, vtkGaussianCubeReader, vtkJPEGWriter, vtkTIFFWriter, vtkGraphReader, vtkPolyDataWriter, vtkTreeReader, vtkPChacoReader, vtkXMLPImageDataReader, vtkXMLPRectilinearGridReader, vtkXMLPStructuredGridReader, vtkXMLPUnstructuredGridReader, vtkGlyph3DMapper, vtkTransformCoordinateSystems, vtkGenericCompositePolyDataMapper2, vtkOpenGLGlyph3DMapper, vtkOpenGLImageMapper, vtkUnstructuredGridVolumeMapper, vtkVolumeRayCastSpaceLeapingImageFilter, vtkGlyph2D, vtkImageAppend, vtkStreamerBase, vtkExtractSelectedLocations, vtkAxes, vtkBrownianPoints, vtkCursor3D, vtkGraphWeightFilter, vtkPolyDataToReebGraphFilter, vtkRotationFilter, vtkWarpVector, vtkOutlineFilter, vtkPParticleTracerBase, vtkExtractPiece, vtkImageMagnify, vtkImageResample, vtkImageShiftScale, vtkImageCorrelation, vtkImageGradient, vtkPointLoad, vtkImageWeightedSum, vtkImageDilateErode3D, vtkImageCanvasSource2D, vtkImageNoiseSource, vtkImageToImageStencil, vtkImplicitFunctionToImageStencil, vtkPBGLCollapseParallelEdges, vtkAMREnzoReader, vtkBYUReader, vtkPNGReader, vtkPhyloXMLTreeWriter, vtkUnstructuredGridWriter, vtkXMLPMultiBlockDataWriter, vtkHierarchicalPolyDataMapper, vtkOpenGLImageMapper, vtkVolumeTextureMapper, vtkDataSetToPiston, vtkPistonToDataSet, vtkTrivialProducer, vtkTriangleFilter, vtkExtractLevel, vtkAppendPoints, vtkClipConvexPolyData, vtkDataSetGradient, vtkMultiBlockDataGroupFilter, vtkRectilinearGridClip, vtkReflectionFilter, vtkStructuredGridClip, vtkHyperOctreeLimiter, vtkSpherePuzzle, vtkSpherePuzzleArrows, vtkTransmitStructuredGridPiece, vtkTransmitImageDataPiece, vtkGeoArcs, vtkImageHSVToRGB, vtkImageCacheFilter, vtkImageConstantPad, vtkImageHybridMedian2D, vtkImageLaplacian, vtkImageSlab, vtkImageStencil, vtkImageStencilToImage, vtkAMRBaseParticlesReader, vtkIVWriter, vtkSLCReader, vtkTIFFReader, vtkBiomTableReader, vtkRectilinearGridWriter, vtkStructuredGridWriter, vtkAVIWriter, vtkXMLPDataSetWriter, vtkXMLPPolyDataWriter, vtkXMLPUniformGridAMRWriter, vtkXMLCompositeDataWriter, vtkXMLHierarchicalDataReader, vtkAbstractVolumeMapper, vtkPointGaussianMapper, vtkCompositePolyDataMapper2, vtkOpenGLImageSliceMapper, vtkVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkOverlappingAMRAlgorithm, vtkThreadedImageAlgorithm, vtkMaskPolyData, vtkStructuredGridOutlineFilter, vtkExtractDataSets, vtkDataSetGradientPrecompute, vtkHyperOctreeDepth, vtkCollectGraph, vtkCollectTable, vtkCutMaterial, vtkPParticleTracer, vtkPStreaklineFilter, vtkPDataSetGhostGenerator, vtkReebGraphSimplificationFilter, vtkSMPContourGridManyPieces, vtkCubeSource, vtkDiskSource, vtkOutlineCornerFilter, vtkImageHSIToRGB, vtkImageMapToRGBA, vtkImageAppendComponents, vtkImageExtractComponents, vtkImagePermute, vtkImageShrink3D, vtkImageStencilAlgorithm, vtkRTAnalyticSource, vtkImageFourierCenter, vtkImageCheckerboard, vtkImageMedian3D, vtkImageRange3D, vtkImageDivergence, vtkBoostExtractLargestComponent, vtkAbstractParticleWriter, vtkJavaScriptDataWriter, vtkProStarReader, vtkMRCReader, vtkSimplePointsReader, vtkPImageWriter, vtkXdmf3Writer, vtkXMLPDataReader, vtkXMLPPolyDataReader, vtkXMLUnstructuredDataReader, vtkContextMapper2D, vtkUniformGridAMRAlgorithm, vtkOpenGLMoleculeMapper, vtkImageToAMR, vtkExtractSelectedPolyDataIds, vtkHierarchicalDataExtractDataSets, vtkParticleTracer, vtkStreamPoints, vtkGraphWeightEuclideanDistanceFilter, vtkEarthSource, vtkPOutlineFilter, vtkHyperOctreeFractalSource, vtkImageLuminance, vtkImageChangeInformation, vtkImageDataStreamer, vtkImageDecomposeFilter, vtkImageConvolve, vtkImageSobel3D, vtkSimpleImageFilterExample, vtkAbstractPolyDataReader, vtkGeoJSONReader, vtkGeoJSONWriter, vtkPDBReader, vtkPTSReader, vtkXYZMolReader, vtkBMPWriter, vtkNewickTreeWriter, vtkTableWriter, vtkGenericMovieWriter, vtkMySQLToTableReader, vtkPostgreSQLToTableReader, vtkSQLiteToTableReader, vtkXMLPStructuredDataReader, vtkXMLPUnstructuredDataReader, vtkXMLUnstructuredDataWriter, vtkCompositePolyDataMapper2, vtkQImageToImageSource, vtkEmptyRepresentation, vtkRenderedHierarchyRepresentation, vtkExtractDataOverTime, vtkProbeSelectedLocations, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkTableToStructuredGrid, vtkTimeSourceExample, vtkPOutlineCornerFilter, vtkPProbeFilter, vtkRectilinearGridOutlineFilter, vtkTransmitPolyDataPiece, vtkTransmitStructuredDataPiece, vtkTransmitUnstructuredGridPiece, vtkMemoryLimitImageDataStreamer, vtkPolyLineSource, vtkImageRGBToHSV, vtkImageRGBToYIQ, vtkImageFlip, vtkImageThreshold, vtkImageEuclideanToPolar, vtkImageNormalize, vtkImageSobel2D, vtkImageSpatialAlgorithm, vtkImageDotProduct, vtkImageLogarithmicScale, vtkImageMaskBits, vtkOBJReader, vtkMedicalImageReader2, vtkPostScriptWriter, vtkSimplePointsWriter, vtkTableToMySQLWriter, vtkPDataSetReader, vtkTableToPostgreSQLWriter, vtkTableToSQLiteWriter, vtkMapper2D, vtkPistonSort, vtkNonOverlappingAMRAlgorithm, vtkCMLMoleculeReader, vtkStructuredGridAppend, vtkMultiBlockMergeFilter, vtkGeodesicPath, vtkGraphGeodesicPath, vtkSectorSource, vtkDuplicatePolyData, vtkExtractPolyDataPiece, vtkExtractUnstructuredGridPiece, vtkPLinearExtrusionFilter, vtkSMPWarpVector, vtkImageRGBToHSI, vtkImageMirrorPad, vtkImageEllipsoidSource, vtkDataSetWriter, vtkGraphWriter, vtkStructuredPointsWriter, vtkTreeWriter, vtkXMLPDataWriter, vtkXMLPStructuredDataWriter, vtkTableToDatabaseWriter, vtkXMLStructuredDataReader, vtkXMLUniformGridAMRWriter, vtkOpenGLTexture, vtkPSurfaceLICMapper, vtkCompositeDataSetAlgorithm, vtkHierarchicalBoxDataSetAlgorithm, vtkMultiBlockDataSetAlgorithm, vtkMoleculeToPolyDataFilter, vtkCompositeCutter, vtkPassThrough, vtkWarpLens, vtkWarpTo, vtkCollectPolyData, vtkPMaskPoints, vtkPParticlePathFilter, vtkImageIterateFilter, vtkImageTranslateExtent, vtkImageGaussianSmooth, vtkImageMagnitude, vtkImageGaussianSource, vtkImageGridSource, vtkImageSinusoidSource, vtkAMRFlashReader, vtkEnSightReader, vtkUGFacetReader, vtkImageWriter, vtkJSONImageWriter, vtkPNMWriter, vtkGenericDataObjectWriter, vtkXMLPUnstructuredDataWriter, vtkDatabaseToTableReader, vtkXMLMultiBlockDataWriter, vtkXMLStructuredDataWriter, vtkOpenGLPolyDataMapper2D, vtkOpenGLLabeledContourMapper, vtkOpenGLVolumeTextureMapper2D, vtkPistonSlice, vtkSubdivideTetra, vtkPassThroughFilter, vtkPCellDataToPointData, vtkPieceRequestFilter, vtkPReflectionFilter, vtkPResampleFilter, vtkSMPContourGrid, vtkOutlineCornerSource, vtkImageYIQToRGB, vtkImagePadFilter, vtkImageCursor3D, vtkPipelineGraphSource, vtkThresholdGraph, vtkMPIMultiBlockPLOT3DReader, vtkXMLPHierarchicalBoxDataWriter, vtkImageInPlaceFilter, vtkPiecewiseFunctionShiftScale, vtkHierarchicalDataExtractLevel, vtkBlockIdScalars, vtkHierarchicalDataLevelFilter, vtkTableToPolyData, vtkEnSightMasterServerReader, vtkRTXMLPolyDataReader, vtkXMLHierarchicalBoxDataWriter, vtkOpenGLPointGaussianMapper, vtkOpenGLGPUVolumeRayCastMapper, vtkPistonContour, vtkPistonThreshold, vtkMoleculeToBondStickFilter, vtkExtractSelectionBase, vtkLevelIdScalars, vtkPProjectSphereFilter, vtkXMLMultiGroupDataReader, vtkOpenGLLabeledContourMapper, vtkOpenGLGlyph3DHelper, vtkOpenGLSphereMapper, vtkOpenGLStickMapper, vtkStructuredPointsGeometryFilter, vtkExtractSelectedBlock, vtkPPolyDataNormals, vtkPSphereSource, vtkDaxContour, and vtkDaxThreshold.
|
static |
|
protectedvirtual |
Reimplemented from vtkObject.
Reimplemented in vtkLSDynaReader, vtkWindowedSincPolyDataFilter, vtkDelaunay2D, vtkHAVSVolumeMapper, vtkPLSDynaReader, vtkOpenGLHAVSVolumeMapper, vtkSmartVolumeMapper, vtkMultiThreshold, vtkKMeansStatistics, vtkDelaunay3D, vtkGlyph3D, vtkCheckerboardSplatter, vtkFixedPointVolumeRayCastMapper, vtkDistributedDataFilter, vtkSmoothPolyDataFilter, vtkParticleTracerBase, vtkMultiBlockPLOT3DReader, vtkTableBasedClipDataSet, vtkImplicitModeller, vtkMeshQuality, vtkGenericGlyph3DFilter, vtkStreamTracer, vtkQuadricClustering, vtkXMLTreeReader, vtkSelectPolyData, vtkTecplotReader, vtkMPASReader, vtkDecimatePro, vtkPlot3DMetaReader, vtkVolumeTextureMapper3D, vtkGreedyTerrainDecimation, vtkMultiCorrelativeStatistics, vtkImageFourierFilter, vtkImageToPolyDataFilter, vtkImageBlend, vtkMapper, vtkTemporalStreamTracer, vtkProgrammableAttributeDataFilter, vtkParallelCoordinatesRepresentation, vtkDataObjectToDataSetFilter, vtkTensorGlyph, vtkGaussianSplatter, vtkExodusIIWriter, vtkMINCImageReader, vtkSmartVolumeMapper, vtkTableToGraph, vtkApplyColors, vtkClipVolume, vtkGenericStreamTracer, vtkClipHyperOctree, vtkMINCImageWriter, vtkPExodusIIWriter, vtkProjectedTerrainPath, vtkMNITagPointWriter, vtkTubeFilter, vtkWeightedTransformFilter, vtkCellQuality, vtkMNIObjectWriter, vtkArrayCalculator, vtkCleanPolyData, vtkPBGLRMATGraphSource, vtkMNIObjectReader, vtkMNITagPointReader, vtkDeformPointSet, vtkPolyDataToImageStencil, vtkDelimitedTextReader, vtkMNITransformWriter, vtkImageReslice, vtkWindowToImageFilter, vtkLabeledDataMapper, vtkCurvatures, vtkStatisticsAlgorithm, vtkMNITransformReader, vtkFieldDataToAttributeDataFilter, vtkGenericClip, vtkMetaImageReader, vtkConnectivityFilter, vtkQuadRotationalExtrusionFilter, vtkProgrammableGlyphFilter, vtkMetaImageWriter, vtkTulipReader, vtkClipPolyData, vtkFlyingEdges3D, vtkRearrangeFields, vtkHyperOctreeCutter, vtkSurfaceLICMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkAssignAttribute, vtkClipDataSet, vtkRuledSurfaceFilter, vtkDataRepresentation, vtkFlyingEdges2D, vtkHyperOctreeContourFilter, vtkSuperquadricSource, vtkDIMACSGraphReader, vtkDynamic2DLabelMapper, vtkQuadricDecimation, vtkTessellatorFilter, vtkDotProductSimilarity, vtkTexture, vtkApplyIcons, vtkRenderedGraphRepresentation, vtkPolyDataConnectivityFilter, vtkPassArrays, vtkRotationalExtrusionFilter, vtkPBGLCollectGraph, vtkMILVideoSource, vtkQtTreeRingLabelMapper, vtkContourFilter, vtkCutter, vtkStripper, vtkDiscreteMarchingCubes, vtkProbePolyhedron, vtkLinearExtrusionFilter, vtkExtractCTHPart, vtkRRandomTableSource, vtkBoostSplitTableField, vtkVolumeRayCastMapper, vtkOpenGLGPUVolumeRayCastMapper, vtkStreamer, vtkBoxClipDataSet, vtkHyperStreamline, vtkMarchingContourFilter, vtkGeometryFilter, vtkProcrustesAlignmentFilter, vtkDijkstraImageGeodesicPath, vtkSQLGraphReader, vtkParallelCoordinatesHistogramRepresentation, vtkPolyDataNormals, vtkAnnotationLink, vtkClipClosedSurface, vtkSplitField, vtkDescriptiveStatistics, vtkMCubesReader, vtkVolume16Reader, vtkConvexHull2D, vtkRectilinearGridToTetrahedra, vtkTemporalStatistics, vtkTemporalInterpolator, vtkPUniformGridGhostDataGenerator, vtkKCoreLayout, vtkArrayWriter, vtkAppendCompositeDataLeaves, vtkIconGlyphFilter, vtkRandomAttributeGenerator, vtkUniformGridGhostDataGenerator, vtkBandedPolyDataContourFilter, vtkPStructuredGridGhostDataGenerator, vtkPCAStatistics, vtkRCalculatorFilter, vtkImageRectilinearWipe, vtkMergeGraphs, vtkArrayDataWriter, vtkPLYWriter, vtkArcPlotter, vtkGraphAnnotationLayersFilter, vtkContourGrid, vtkFlyingEdgesPlaneCutter, vtkStructuredGridGhostDataGenerator, vtkQtTableRepresentation, vtkParticlePathFilter, vtkComputeHistogram2DOutliers, vtkLoopSubdivisionFilter, vtkGraphHierarchicalBundleEdges, vtkADIOSReader, vtkOBJPolyDataProcessor, vtkThreshold, vtkCellDerivatives, vtkLinkEdgels, vtkGenericCutter, vtkPCAAnalysisFilter, vtkGlyphSource2D, vtkContingencyStatistics, vtkCorrelativeStatistics, vtkSpatialRepresentationFilter, vtkSplineFilter, vtkHyperOctreeDualGridContourFilter, vtkButterflySubdivisionFilter, vtkPlaneSource, vtkCirclePackLayout, vtkXdmfWriter, vtkGenericGeometryFilter, vtkPolyDataSilhouette, vtkRibbonFilter, vtkSelectEnclosedPoints, vtkPUnstructuredGridGhostDataGenerator, vtkOrderStatistics, vtkImplicitTextureCoords, vtkOpenFOAMReader, vtkFixedWidthTextReader, vtkGraphMapper, vtkSelectVisiblePoints, vtkExtractHistogram2D, vtkReebGraphVolumeSkeletonFilter, vtkHyperTreeGridSource, vtkParametricFunctionSource, vtkImageMathematics, vtkBoostPrimMinimumSpanningTree, vtkTableToSparseArray, vtkImageReader2, vtkDIMACSGraphWriter, vtkProjectedTetrahedraMapper, vtkDataSetToDataObjectFilter, vtkConvertSelection, vtkTemporalPathLineFilter, vtkVolumeContourSpectrumFilter, vtkGenericContourFilter, vtkDataSetSurfaceFilter, vtkDepthSortPolyData, vtkPairwiseExtractHistogram2D, vtkMatlabEngineFilter, vtkPOrderStatistics, vtkRectangularButtonSource, vtkTextureMapToCylinder, vtkImageBSplineCoefficients, vtkImageEuclideanDistance, vtkBoostBiconnectedComponents, vtkDICOMImageReader, vtkChacoGraphReader, vtkMPEG2Writer, vtkLabeledTreeMapDataMapper, vtkRenderedTreeAreaRepresentation, vtkMergeFields, vtkProbeFilter, vtkAreaContourSpectrumFilter, vtkStructuredGridGeometryFilter, vtkPContingencyStatistics, vtkReebGraphSurfaceSkeletonFilter, vtkProgrammableSource, vtkKCoreDecomposition, vtkExodusIIReader, vtkCGMWriter, vtkMFIXReader, vtkDataReader, vtkMPIImageReader, vtkStructuredGridLIC2D, vtkAMRResampleFilter, vtkHull, vtkExtractGrid, vtkExtractTensorComponents, vtkUnstructuredGridGeometryFilter, vtkPTemporalStreamTracer, vtkProgrammableFilter, vtkPCAStatisticsGnuR, vtkTextureMapToSphere, vtkStreamGraph, vtkTreeMapLayout, vtkADIOSWriter, vtkGenericEnSightReader, vtkLabelPlacer, vtkCastToConcrete, vtkGraphAlgorithm, vtkStreamLine, vtkGenericProbeFilter, vtkPolyDataPointSampler, vtkAngularPeriodicFilter, vtkAutoCorrelativeStatistics, vtkImageSlabReslice, vtkBooleanTexture, vtkPBGLBreadthFirstSearch, vtkBMPReader, vtkGenericDataObjectReader, vtkStructuredGridLIC2D, vtkArrayDataAlgorithm, vtkMarchingSquares, vtkExtractPolyDataGeometry, vtkDicer, vtkYoungsMaterialInterface, vtkDijkstraGraphGeodesicPath, vtkPPairwiseExtractHistogram2D, vtkPythonAlgorithm, vtkButtonSource, vtkEllipticalButtonSource, vtkMatrixMathFilter, vtkExtractVOI, vtkFastSplatter, vtkTableToArray, vtkPBGLGraphSQLReader, vtkAVSucdReader, vtkDataSetReader, vtkXMLWriter, vtkDirectedGraphAlgorithm, vtkDecimatePolylineFilter, vtkExtractSelectedFrustum, vtkExtractUnstructuredGrid, vtkImageMarchingCubes, vtkVoxelContoursToSurfaceFilter, vtkWarpScalar, vtkFillHolesFilter, vtkPUnstructuredGridGhostCellsGenerator, vtkCellDistanceSelector, vtkBivariateLinearTableThreshold, vtkStrahlerMetric, vtkContingencyStatisticsGnuR, vtkCorrelativeStatisticsGnuR, vtkGeoRandomGraphSource, vtkBoostDividedEdgeBundling, vtkExtractSelectedGraph, vtkGenerateIndexArray, vtkPBGLMinimumSpanningTree, vtkPBGLRandomGraphSource, vtkPBGLShortestPaths, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkNIFTIImageReader, vtkRISReader, vtkPNrrdReader, vtkRowQueryToTable, vtkTextMapper, vtkImageResliceMapper, vtkLabelSizeCalculator, vtkOpenGLProjectedTetrahedraMapper, vtkRenderedSurfaceRepresentation, vtkDataSetAlgorithm, vtkFeatureEdges, vtkExtractGeometry, vtkShrinkPolyData, vtkTransformPolyDataFilter, vtkGenericDataSetTessellator, vtkPeriodicFilter, vtkPComputeHistogram2DOutliers, vtkHighestDensityRegionsStatistics, vtkTextureMapToPlane, vtkImageAnisotropicDiffusion3D, vtkImageAccumulate, vtkBoostBreadthFirstSearch, vtkBoostBreadthFirstSearchTree, vtkReduceTable, vtkStringToCategory, vtkTransferAttributes, vtkFLUENTReader, vtkSTLReader, vtkWindBladeReader, vtkSLACParticleReader, vtkSLACReader, vtkAbstractMapper, vtkLabelPlacementMapper, vtkPassInputTypeAlgorithm, vtkElevationFilter, vtkVectorNorm, vtkExtractSelection, vtkStreaklineFilter, vtkBooleanOperationPolyDataFilter, vtkHyperTreeGridAxisCut, vtkDescriptiveStatisticsGnuR, vtkThresholdTextureCoords, vtkSparseArrayToTable, vtkGraphLayout, vtkParticleReader, vtkVolumeReader, vtkISIReader, vtkPhyloXMLTreeReader, vtkNetCDFReader, vtkPExodusIIReader, vtkPolyDataMapper2D, vtkImageDataLIC2D, vtkUndirectedGraphAlgorithm, vtkAppendPolyData, vtkCellDataToPointData, vtkDataObjectGenerator, vtkMarchingCubes, vtkSubPixelPositionEdgels, vtkTransformFilter, vtkImageDataGeometryFilter, vtkRectilinearGridGeometryFilter, vtkHyperTreeGridToUnstructuredGrid, vtkGlobeSource, vtkImageAnisotropicDiffusion2D, vtkBoostBrandesCentrality, vtkCollapseGraph, vtkExpandSelectedGraph, vtkPBGLConnectedComponents, vtkArrayReader, vtkNrrdReader, vtkNetCDFCFReader, vtkVPICReader, vtkImageMapper3D, vtkUnstructuredGridVolumeRayCastMapper, vtkOpenGLProjectedTetrahedraMapper, vtkConvertSelectionDomain, vtkTableAlgorithm, vtkTreeAlgorithm, vtkAttributeDataToFieldDataFilter, vtkSimpleElevationFilter, vtkExtractArraysOverTime, vtkDataSetTriangleFilter, vtkQuantizePolyDataPoints, vtkRecursiveDividingCubes, vtkUncertaintyTubeFilter, vtkFacetReader, vtkPExtractHistogram2D, vtkProgrammableDataObjectSource, vtkShepardMethod, vtkMergeColumns, vtkMergeTables, vtkTreeFieldAggregator, vtkPBGLVertexColoring, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkMCubesWriter, vtkXdmfReader, vtkLabeledContourMapper, vtkProjectedAAHexahedraMapper, vtkSimpleBondPerceiver, vtkAMRCutPlane, vtkMassProperties, vtkMergeDataObjectFilter, vtkPointDataToCellData, vtkSplitColumnComponents, vtkLinearSubdivisionFilter, vtkGraphToPolyData, vtkStreamingStatistics, vtkGeoAssignCoordinates, vtkImageOpenClose3D, vtkImageThresholdConnectivity, vtkBoostKruskalMinimumSpanningTree, vtkArrayNorm, vtkRandomGraphSource, vtkTreeLevelsFilter, vtkFacetWriter, vtkNIFTIImageWriter, vtkPNMReader, vtkGraphToGlyphs, vtkMapArrayValues, vtkVectorText, vtkPointSetToLabelHierarchy, vtkImageDataLIC2D, vtkOpenGLProjectedAAHexahedraMapper, vtkSelectionAlgorithm, vtkCellCenters, vtkContourTriangulator, vtkDistancePolyDataFilter, vtkTemporalFractal, vtkTransformTextureCoords, vtkGeoGraticule, vtkImageCast, vtkImageDifference, vtkImageIslandRemoval2D, vtkBoostConnectedComponents, vtkBoostLogWeighting, vtkVertexDegree, vtkAreaLayout, vtkArrayDataReader, vtkXGMLReader, vtkRendererSource, vtkOpenGLPolyDataMapper, vtkHyperTreeGridAlgorithm, vtkSimpleImageToImageFilter, vtkMoleculeMapper, vtkCompositeDataProbeFilter, vtkMaskFields, vtkRectilinearSynchronizedTemplates, vtkExtractVectorComponents, vtkMatricizeArray, vtkPolyDataStreamer, vtkRectilinearGridToPointSet, vtkShrinkFilter, vtkTemporalSnapToTimeStep, vtkHyperTreeGridGeometry, vtkReebGraphToJoinSplitTreeFilter, vtkLinearSelector, vtkSphereSource, vtkImageRFFT, vtkTableFFT, vtkImageLogic, vtkAdjacencyMatrixToEdgeTable, vtkRemoveHiddenData, vtkSplineGraphEdges, vtkCPExodusIIInSituReader, vtkNewickTreeReader, vtkPolyDataReader, vtkStructuredGridReader, vtkStructuredPointsReader, vtkUnstructuredGridReader, vtkPOpenFOAMReader, vtkPSLACReader, vtkSQLDatabaseTableSource, vtkXMLUniformGridAMRReader, vtkVolumeMapper, vtkPistonAlgorithm, vtkPolyDataAlgorithm, vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkSynchronizedTemplates3D, vtkExtractSelectedThresholds, vtkGradientFilter, vtkGraphLayoutFilter, vtkImageDataToPointSet, vtkInterpolateDataSetAttributes, vtkOBBDicer, vtkQuadraturePointInterpolator, vtkQuadraturePointsGenerator, vtkRectilinearGridPartitioner, vtkStructuredGridPartitioner, vtkPExtractArraysOverTime, vtkPStreamTracer, vtkPCorrelativeStatistics, vtkPDescriptiveStatistics, vtkThreadedSynchronizedTemplates3D, vtkTessellatedBoxSource, vtkTextSource, vtkGeoAlignedImageRepresentation, vtkImageMapToColors, vtkSampleFunction, vtkImageHistogramStatistics, vtkTableToTreeFilter, vtkTreeDifferenceFilter, vtkAssignCoordinates, vtkCirclePackToPolyData, vtkResliceCursorPolyDataAlgorithm, vtkWriter, vtkImageReader, vtkCompositeDataWriter, vtkPNetCDFPOPReader, vtkXMLHyperOctreeReader, vtkCompositePolyDataMapper, vtkCompositeSurfaceLICMapper, vtkDataObjectAlgorithm, vtkPiecewiseFunctionAlgorithm, vtkPointSetAlgorithm, vtkRectilinearGridAlgorithm, vtkAppendFilter, vtkMaskPoints, vtkVectorDot, vtkDashedStreamLine, vtkBlankStructuredGridWithImage, vtkInterpolatingSubdivisionFilter, vtkQuadratureSchemeDictionaryGenerator, vtkTemporalShiftScale, vtkPExtractRectilinearGrid, vtkPMultiCorrelativeStatistics, vtkPPCAStatistics, vtkArcSource, vtkConeSource, vtkDiagonalMatrixSource, vtkImageClip, vtkImageResliceToColors, vtkImageStencilSource, vtkImageSeedConnectivity, vtkImageHistogram, vtkLassoStencilSource, vtkThresholdTable, vtkFFMPEGWriter, vtkNetCDFPOPReader, vtkVideoSource, vtkXMLGenericDataObjectReader, vtkXMLPolyDataWriter, vtkXMLUnstructuredGridReader, vtkImageMapper, vtkLabelHierarchyAlgorithm, vtkAnnotationLayersAlgorithm, vtkEnsembleSource, vtkUniformGridPartitioner, vtkMoleculeAlgorithm, vtkMoleculeToAtomBallFilter, vtkReverseSense, vtkExtractTemporalFieldData, vtkBlankStructuredGrid, vtkIntersectionPolyDataFilter, vtkVertexGlyphFilter, vtkDataSetGhostGenerator, vtkTemporalDataSetCache, vtkHyperOctreeToUniformGridFilter, vtkPExtractVOI, vtkCylinderSource, vtkFrustumSource, vtkLineSource, vtkPointSource, vtkRegularPolygonSource, vtkImageQuantizeRGBToIndex, vtkImageResize, vtkImageCityBlockDistance, vtkImageMandelbrotSource, vtkNetworkHierarchy, vtkTreeRingToPolyData, vtkGDALRasterReader, vtkGDALVectorReader, vtkChacoReader, vtkGAMBITReader, vtkSTLWriter, vtkDataObjectReader, vtkDataWriter, vtkRectilinearGridReader, vtkTableReader, vtkPWindBladeReader, vtkSQLDatabaseGraphSource, vtkWin32VideoSource, vtkXMLDataSetWriter, vtkXMLHierarchicalBoxDataReader, vtkXMLImageDataReader, vtkXMLPolyDataReader, vtkXMLReader, vtkXMLRectilinearGridReader, vtkXMLStructuredGridReader, vtkDataSetMapper, vtkImageSliceMapper, vtkPolyDataMapper, vtkOpenGLPolyDataMapper, vtkOpenGLPolyDataMapper2D, vtkRenderedRepresentation, vtkStructuredGridAlgorithm, vtkAppendSelection, vtkIdFilter, vtkExtractRectilinearGrid, vtkDensifyPolyData, vtkExtractArray, vtkNormalizeMatrixVectors, vtkHierarchicalDataSetGeometryFilter, vtkImageDataToUniformGrid, vtkProjectedTexture, vtkExtractUserDefinedPiece, vtkPieceScalars, vtkPYoungsMaterialInterface, vtkPKMeansStatistics, vtkPlatonicSolidSource, vtkTriangularTCoords, vtkImageMapToWindowLevelColors, vtkImageWrapPad, vtkImageButterworthHighPass, vtkImageButterworthLowPass, vtkImageIdealHighPass, vtkImageIdealLowPass, vtkImageGradientMagnitude, vtkImageSeparableConvolution, vtkBoostBetweennessClustering, vtkCollapseVerticesByArray, vtkDataObjectToTable, vtkExtractSelectedTree, vtkGroupLeafVertices, vtkPruneTreeFilter, vtkStringToNumeric, vtkEdgeLayout, vtkPerturbCoincidentVertices, vtkAMRBaseReader, vtkBYUWriter, vtkDEMReader, vtkGESignaReader, vtkImageExport, vtkImageImport, vtkPNGWriter, vtkCompositeDataReader, vtkDataObjectWriter, vtkEnSightWriter, vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, vtkXMLPUnstructuredGridWriter, vtkPLYReader, vtkXdmf3Reader, vtkXMLCompositeDataReader, vtkXMLHyperOctreeWriter, vtkXMLUnstructuredGridWriter, vtkAbstractMapper3D, vtkOpenGLImageSliceMapper, vtkGPUVolumeRayCastMapper, vtkVolumeOutlineSource, vtkPistonMapper, vtkHyperOctreeAlgorithm, vtkUnstructuredGridAlgorithm, vtkUnstructuredGridBaseAlgorithm, vtkOpenQubeMoleculeSource, vtkAMRToMultiBlockFilter, vtkCenterOfMass, vtkHedgeHog, vtkSynchronizedTemplates2D, vtkSynchronizedTemplatesCutter3D, vtkExtractEdges, vtkExtractSelectedIds, vtkEdgePoints, vtkGraphToPoints, vtkGenericOutlineFilter, vtkRenderLargeImage, vtkTransmitRectilinearGridPiece, vtkPExtractGrid, vtkExtractFunctionalBagPlot, vtkImageMask, vtkImageContinuousDilate3D, vtkImageNonMaximumSuppression, vtkBoostRandomSparseArraySource, vtkArrayToTable, vtkEdgeCenters, vtkPBGLCollapseGraph, vtkMoleculeReaderBase, vtkJPEGReader, vtkMultiNewickTreeReader, vtkOggTheoraWriter, vtkNetCDFCAMReader, vtkPDataSetWriter, vtkXMLPImageDataWriter, vtkXMLDataReader, vtkXMLImageDataWriter, vtkXMLMultiBlockDataReader, vtkXMLRectilinearGridWriter, vtkXMLStructuredGridWriter, vtkDistanceToCamera, vtkOpenGLGlyph3DMapper, vtkOpenGLTexture, vtkPainterPolyDataMapper, vtkAMRVolumeMapper, vtkImageAlgorithm, vtkImageToStructuredGrid, vtkImageToStructuredPoints, vtkMultiTimeStepAlgorithm, vtkProteinRibbonFilter, vtkGridSynchronizedTemplates3D, vtkMergeFilter, vtkThresholdPoints, vtkTransposeTable, vtkExtractBlock, vtkExtractCells, vtkExtractSelectedRows, vtkApproximatingSubdivisionFilter, vtkCursor2D, vtkCompositeDataGeometryFilter, vtkProjectSphereFilter, vtkTransformToGrid, vtkHyperOctreeSampleFunction, vtkHyperOctreeSurfaceFilter, vtkProcessIdScalars, vtkPAutoCorrelativeStatistics, vtkPBivariateLinearTableThreshold, vtkUnstructuredGridToReebGraphFilter, vtkKdTreeSelector, vtkThreadedSynchronizedTemplatesCutter3D, vtkArrowSource, vtkOutlineSource, vtkSelectionSource, vtkTexturedSphereSource, vtkGeoAdaptiveArcs, vtkGeoSampleArcs, vtkImageFFT, vtkImageVariance3D, vtkSurfaceReconstructionFilter, vtkTriangularTexture, vtkVoxelModeller, vtkImageContinuousErode3D, vtkImageSkeleton2D, vtkROIStencilSource, vtkAddMembershipArray, vtkRemoveIsolatedVertices, vtkTransposeMatrix, vtkTreeMapToPolyData, vtkAMREnzoParticlesReader, vtkAMRFlashParticlesReader, vtkDelimitedTextWriter, vtkGaussianCubeReader, vtkJPEGWriter, vtkTIFFWriter, vtkGraphReader, vtkPolyDataWriter, vtkTreeReader, vtkPChacoReader, vtkXMLPImageDataReader, vtkXMLPRectilinearGridReader, vtkXMLPStructuredGridReader, vtkXMLPUnstructuredGridReader, vtkGlyph3DMapper, vtkTransformCoordinateSystems, vtkGenericCompositePolyDataMapper2, vtkOpenGLGlyph3DMapper, vtkOpenGLImageMapper, vtkUnstructuredGridVolumeMapper, vtkVolumeRayCastSpaceLeapingImageFilter, vtkGlyph2D, vtkImageAppend, vtkStreamerBase, vtkExtractSelectedLocations, vtkAxes, vtkBrownianPoints, vtkCursor3D, vtkGraphWeightFilter, vtkPolyDataToReebGraphFilter, vtkRotationFilter, vtkWarpVector, vtkOutlineFilter, vtkPParticleTracerBase, vtkExtractPiece, vtkImageMagnify, vtkImageResample, vtkImageShiftScale, vtkImageCorrelation, vtkImageGradient, vtkPointLoad, vtkImageWeightedSum, vtkImageDilateErode3D, vtkImageCanvasSource2D, vtkImageNoiseSource, vtkImageToImageStencil, vtkImplicitFunctionToImageStencil, vtkPBGLCollapseParallelEdges, vtkAMREnzoReader, vtkBYUReader, vtkPNGReader, vtkPhyloXMLTreeWriter, vtkUnstructuredGridWriter, vtkXMLPMultiBlockDataWriter, vtkHierarchicalPolyDataMapper, vtkOpenGLImageMapper, vtkVolumeTextureMapper, vtkDataSetToPiston, vtkPistonToDataSet, vtkTrivialProducer, vtkTriangleFilter, vtkExtractLevel, vtkAppendPoints, vtkClipConvexPolyData, vtkDataSetGradient, vtkMultiBlockDataGroupFilter, vtkRectilinearGridClip, vtkReflectionFilter, vtkStructuredGridClip, vtkHyperOctreeLimiter, vtkSpherePuzzle, vtkSpherePuzzleArrows, vtkTransmitStructuredGridPiece, vtkTransmitImageDataPiece, vtkGeoArcs, vtkImageHSVToRGB, vtkImageCacheFilter, vtkImageConstantPad, vtkImageHybridMedian2D, vtkImageLaplacian, vtkImageSlab, vtkImageStencil, vtkImageStencilToImage, vtkAMRBaseParticlesReader, vtkIVWriter, vtkSLCReader, vtkTIFFReader, vtkBiomTableReader, vtkRectilinearGridWriter, vtkStructuredGridWriter, vtkAVIWriter, vtkXMLPDataSetWriter, vtkXMLPPolyDataWriter, vtkXMLPUniformGridAMRWriter, vtkXMLCompositeDataWriter, vtkXMLHierarchicalDataReader, vtkAbstractVolumeMapper, vtkPointGaussianMapper, vtkCompositePolyDataMapper2, vtkOpenGLImageSliceMapper, vtkVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkOverlappingAMRAlgorithm, vtkThreadedImageAlgorithm, vtkMaskPolyData, vtkStructuredGridOutlineFilter, vtkExtractDataSets, vtkDataSetGradientPrecompute, vtkHyperOctreeDepth, vtkCollectGraph, vtkCollectTable, vtkCutMaterial, vtkPParticleTracer, vtkPStreaklineFilter, vtkPDataSetGhostGenerator, vtkReebGraphSimplificationFilter, vtkSMPContourGridManyPieces, vtkCubeSource, vtkDiskSource, vtkOutlineCornerFilter, vtkImageHSIToRGB, vtkImageMapToRGBA, vtkImageAppendComponents, vtkImageExtractComponents, vtkImagePermute, vtkImageShrink3D, vtkImageStencilAlgorithm, vtkRTAnalyticSource, vtkImageFourierCenter, vtkImageCheckerboard, vtkImageMedian3D, vtkImageRange3D, vtkImageDivergence, vtkBoostExtractLargestComponent, vtkAbstractParticleWriter, vtkJavaScriptDataWriter, vtkProStarReader, vtkMRCReader, vtkSimplePointsReader, vtkPImageWriter, vtkXdmf3Writer, vtkXMLPDataReader, vtkXMLPPolyDataReader, vtkXMLUnstructuredDataReader, vtkContextMapper2D, vtkUniformGridAMRAlgorithm, vtkOpenGLMoleculeMapper, vtkImageToAMR, vtkExtractSelectedPolyDataIds, vtkHierarchicalDataExtractDataSets, vtkParticleTracer, vtkStreamPoints, vtkGraphWeightEuclideanDistanceFilter, vtkEarthSource, vtkPOutlineFilter, vtkHyperOctreeFractalSource, vtkImageLuminance, vtkImageChangeInformation, vtkImageDataStreamer, vtkImageDecomposeFilter, vtkImageConvolve, vtkImageSobel3D, vtkSimpleImageFilterExample, vtkAbstractPolyDataReader, vtkGeoJSONReader, vtkGeoJSONWriter, vtkPDBReader, vtkPTSReader, vtkXYZMolReader, vtkBMPWriter, vtkNewickTreeWriter, vtkTableWriter, vtkGenericMovieWriter, vtkMySQLToTableReader, vtkPostgreSQLToTableReader, vtkSQLiteToTableReader, vtkXMLPStructuredDataReader, vtkXMLPUnstructuredDataReader, vtkXMLUnstructuredDataWriter, vtkCompositePolyDataMapper2, vtkQImageToImageSource, vtkEmptyRepresentation, vtkRenderedHierarchyRepresentation, vtkExtractDataOverTime, vtkProbeSelectedLocations, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkTableToStructuredGrid, vtkTimeSourceExample, vtkPOutlineCornerFilter, vtkPProbeFilter, vtkRectilinearGridOutlineFilter, vtkTransmitPolyDataPiece, vtkTransmitStructuredDataPiece, vtkTransmitUnstructuredGridPiece, vtkMemoryLimitImageDataStreamer, vtkPolyLineSource, vtkImageRGBToHSV, vtkImageRGBToYIQ, vtkImageFlip, vtkImageThreshold, vtkImageEuclideanToPolar, vtkImageNormalize, vtkImageSobel2D, vtkImageSpatialAlgorithm, vtkImageDotProduct, vtkImageLogarithmicScale, vtkImageMaskBits, vtkOBJReader, vtkMedicalImageReader2, vtkPostScriptWriter, vtkSimplePointsWriter, vtkTableToMySQLWriter, vtkPDataSetReader, vtkTableToPostgreSQLWriter, vtkTableToSQLiteWriter, vtkMapper2D, vtkPistonSort, vtkNonOverlappingAMRAlgorithm, vtkCMLMoleculeReader, vtkStructuredGridAppend, vtkMultiBlockMergeFilter, vtkGeodesicPath, vtkGraphGeodesicPath, vtkSectorSource, vtkDuplicatePolyData, vtkExtractPolyDataPiece, vtkExtractUnstructuredGridPiece, vtkPLinearExtrusionFilter, vtkSMPWarpVector, vtkImageRGBToHSI, vtkImageMirrorPad, vtkImageEllipsoidSource, vtkDataSetWriter, vtkGraphWriter, vtkStructuredPointsWriter, vtkTreeWriter, vtkXMLPDataWriter, vtkXMLPStructuredDataWriter, vtkTableToDatabaseWriter, vtkXMLStructuredDataReader, vtkXMLUniformGridAMRWriter, vtkOpenGLTexture, vtkPSurfaceLICMapper, vtkCompositeDataSetAlgorithm, vtkHierarchicalBoxDataSetAlgorithm, vtkMultiBlockDataSetAlgorithm, vtkMoleculeToPolyDataFilter, vtkCompositeCutter, vtkPassThrough, vtkWarpLens, vtkWarpTo, vtkCollectPolyData, vtkPMaskPoints, vtkPParticlePathFilter, vtkImageIterateFilter, vtkImageTranslateExtent, vtkImageGaussianSmooth, vtkImageMagnitude, vtkImageGaussianSource, vtkImageGridSource, vtkImageSinusoidSource, vtkAMRFlashReader, vtkEnSightReader, vtkUGFacetReader, vtkImageWriter, vtkJSONImageWriter, vtkPNMWriter, vtkGenericDataObjectWriter, vtkXMLPUnstructuredDataWriter, vtkDatabaseToTableReader, vtkXMLMultiBlockDataWriter, vtkXMLStructuredDataWriter, vtkOpenGLPolyDataMapper2D, vtkOpenGLLabeledContourMapper, vtkOpenGLVolumeTextureMapper2D, vtkPistonSlice, vtkSubdivideTetra, vtkPassThroughFilter, vtkPCellDataToPointData, vtkPieceRequestFilter, vtkPReflectionFilter, vtkPResampleFilter, vtkSMPContourGrid, vtkOutlineCornerSource, vtkImageYIQToRGB, vtkImagePadFilter, vtkImageCursor3D, vtkPipelineGraphSource, vtkThresholdGraph, vtkMPIMultiBlockPLOT3DReader, vtkXMLPHierarchicalBoxDataWriter, vtkImageInPlaceFilter, vtkPiecewiseFunctionShiftScale, vtkHierarchicalDataExtractLevel, vtkBlockIdScalars, vtkHierarchicalDataLevelFilter, vtkTableToPolyData, vtkEnSightMasterServerReader, vtkRTXMLPolyDataReader, vtkXMLHierarchicalBoxDataWriter, vtkOpenGLPointGaussianMapper, vtkOpenGLGPUVolumeRayCastMapper, vtkPistonContour, vtkPistonThreshold, vtkMoleculeToBondStickFilter, vtkExtractSelectionBase, vtkLevelIdScalars, vtkPProjectSphereFilter, vtkXMLMultiGroupDataReader, vtkOpenGLLabeledContourMapper, vtkOpenGLGlyph3DHelper, vtkOpenGLSphereMapper, vtkOpenGLStickMapper, vtkStructuredPointsGeometryFilter, vtkExtractSelectedBlock, vtkPPolyDataNormals, vtkPSphereSource, vtkDaxContour, and vtkDaxThreshold.
vtkAlgorithm* vtkAlgorithm::NewInstance | ( | ) | const |
|
virtual |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkObject.
Reimplemented in vtkLSDynaReader, vtkWindowedSincPolyDataFilter, vtkDelaunay2D, vtkHAVSVolumeMapper, vtkPLSDynaReader, vtkOpenGLHAVSVolumeMapper, vtkSmartVolumeMapper, vtkMultiThreshold, vtkKMeansStatistics, vtkDelaunay3D, vtkGlyph3D, vtkDistributedDataFilter, vtkCheckerboardSplatter, vtkFixedPointVolumeRayCastMapper, vtkSmoothPolyDataFilter, vtkParticleTracerBase, vtkMultiBlockPLOT3DReader, vtkTableBasedClipDataSet, vtkImplicitModeller, vtkGenericGlyph3DFilter, vtkMeshQuality, vtkStreamTracer, vtkQuadricClustering, vtkXMLTreeReader, vtkSelectPolyData, vtkTecplotReader, vtkMPASReader, vtkDecimatePro, vtkPlot3DMetaReader, vtkVolumeTextureMapper3D, vtkGreedyTerrainDecimation, vtkMultiCorrelativeStatistics, vtkImageToPolyDataFilter, vtkImageBlend, vtkMINCImageReader, vtkMapper, vtkTemporalStreamTracer, vtkProgrammableAttributeDataFilter, vtkParallelCoordinatesRepresentation, vtkDataObjectToDataSetFilter, vtkTensorGlyph, vtkGaussianSplatter, vtkExodusIIWriter, vtkSmartVolumeMapper, vtkTableToGraph, vtkMINCImageWriter, vtkApplyColors, vtkClipVolume, vtkGenericStreamTracer, vtkMNITagPointWriter, vtkClipHyperOctree, vtkPExodusIIWriter, vtkProjectedTerrainPath, vtkMNIObjectWriter, vtkTubeFilter, vtkWeightedTransformFilter, vtkMNIObjectReader, vtkMNITagPointReader, vtkArrayCalculator, vtkPBGLRMATGraphSource, vtkMNITransformWriter, vtkDeformPointSet, vtkCellQuality, vtkPolyDataToImageStencil, vtkCleanPolyData, vtkImageReslice, vtkDelimitedTextReader, vtkMNITransformReader, vtkWindowToImageFilter, vtkLabeledDataMapper, vtkCurvatures, vtkStatisticsAlgorithm, vtkGenericClip, vtkMetaImageReader, vtkConnectivityFilter, vtkQuadRotationalExtrusionFilter, vtkProgrammableGlyphFilter, vtkMetaImageWriter, vtkTulipReader, vtkClipPolyData, vtkFieldDataToAttributeDataFilter, vtkFlyingEdges3D, vtkRearrangeFields, vtkHyperOctreeCutter, vtkSurfaceLICMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkAssignAttribute, vtkClipDataSet, vtkRuledSurfaceFilter, vtkDataRepresentation, vtkFlyingEdges2D, vtkHyperOctreeContourFilter, vtkSuperquadricSource, vtkDIMACSGraphReader, vtkDynamic2DLabelMapper, vtkQuadricDecimation, vtkTessellatorFilter, vtkDotProductSimilarity, vtkTexture, vtkApplyIcons, vtkRenderedGraphRepresentation, vtkPolyDataConnectivityFilter, vtkPassArrays, vtkProcrustesAlignmentFilter, vtkRotationalExtrusionFilter, vtkPBGLCollectGraph, vtkMILVideoSource, vtkQtTreeRingLabelMapper, vtkContourFilter, vtkCutter, vtkStripper, vtkProbePolyhedron, vtkLinearExtrusionFilter, vtkExtractCTHPart, vtkRRandomTableSource, vtkBoostSplitTableField, vtkVolumeRayCastMapper, vtkOpenGLGPUVolumeRayCastMapper, vtkStreamer, vtkBoxClipDataSet, vtkHyperStreamline, vtkMarchingContourFilter, vtkGeometryFilter, vtkDijkstraImageGeodesicPath, vtkSQLGraphReader, vtkParallelCoordinatesHistogramRepresentation, vtkPolyDataNormals, vtkAnnotationLink, vtkClipClosedSurface, vtkSplitField, vtkTemporalStatistics, vtkDescriptiveStatistics, vtkMCubesReader, vtkVolume16Reader, vtkConvexHull2D, vtkRectilinearGridToTetrahedra, vtkTemporalInterpolator, vtkPUniformGridGhostDataGenerator, vtkKCoreLayout, vtkArrayWriter, vtkAppendCompositeDataLeaves, vtkIconGlyphFilter, vtkRandomAttributeGenerator, vtkUniformGridGhostDataGenerator, vtkBandedPolyDataContourFilter, vtkPStructuredGridGhostDataGenerator, vtkPCAStatistics, vtkRCalculatorFilter, vtkImageRectilinearWipe, vtkMergeGraphs, vtkArrayDataWriter, vtkPLYWriter, vtkArcPlotter, vtkGraphAnnotationLayersFilter, vtkContourGrid, vtkFlyingEdgesPlaneCutter, vtkStructuredGridGhostDataGenerator, vtkPCAAnalysisFilter, vtkQtTableRepresentation, vtkParticlePathFilter, vtkComputeHistogram2DOutliers, vtkGraphHierarchicalBundleEdges, vtkADIOSReader, vtkOBJPolyDataProcessor, vtkThreshold, vtkCellDerivatives, vtkLinkEdgels, vtkGenericCutter, vtkGlyphSource2D, vtkContingencyStatistics, vtkCorrelativeStatistics, vtkSpatialRepresentationFilter, vtkSplineFilter, vtkHyperOctreeDualGridContourFilter, vtkCirclePackLayout, vtkDICOMImageReader, vtkXdmfWriter, vtkGenericGeometryFilter, vtkPolyDataSilhouette, vtkRibbonFilter, vtkSelectEnclosedPoints, vtkPUnstructuredGridGhostDataGenerator, vtkOrderStatistics, vtkImplicitTextureCoords, vtkOpenFOAMReader, vtkFixedWidthTextReader, vtkGraphMapper, vtkSelectVisiblePoints, vtkProjectedTetrahedraMapper, vtkGenericContourFilter, vtkExtractHistogram2D, vtkReebGraphVolumeSkeletonFilter, vtkHyperTreeGridSource, vtkParametricFunctionSource, vtkPlaneSource, vtkImageBSplineCoefficients, vtkImageSeparableConvolution, vtkImageMathematics, vtkBoostPrimMinimumSpanningTree, vtkTableToSparseArray, vtkImageReader2, vtkDIMACSGraphWriter, vtkDataSetToDataObjectFilter, vtkConvertSelection, vtkTemporalPathLineFilter, vtkVolumeContourSpectrumFilter, vtkDataSetSurfaceFilter, vtkDepthSortPolyData, vtkPairwiseExtractHistogram2D, vtkMatlabEngineFilter, vtkPOrderStatistics, vtkTextureMapToCylinder, vtkImageEuclideanDistance, vtkBoostBiconnectedComponents, vtkChacoGraphReader, vtkMPEG2Writer, vtkMPIImageReader, vtkLabeledTreeMapDataMapper, vtkRenderedTreeAreaRepresentation, vtkMergeFields, vtkProbeFilter, vtkAreaContourSpectrumFilter, vtkStructuredGridGeometryFilter, vtkPContingencyStatistics, vtkReebGraphSurfaceSkeletonFilter, vtkImageSlabReslice, vtkKCoreDecomposition, vtkExodusIIReader, vtkCGMWriter, vtkMFIXReader, vtkDataReader, vtkStructuredGridLIC2D, vtkAMRResampleFilter, vtkHull, vtkExtractGrid, vtkExtractTensorComponents, vtkUnstructuredGridGeometryFilter, vtkPTemporalStreamTracer, vtkProgrammableFilter, vtkRectangularButtonSource, vtkPCAStatisticsGnuR, vtkTextureMapToSphere, vtkStreamGraph, vtkTreeMapLayout, vtkADIOSWriter, vtkGenericEnSightReader, vtkBMPReader, vtkNIFTIImageReader, vtkLabelPlacer, vtkCastToConcrete, vtkGraphAlgorithm, vtkStreamLine, vtkGenericProbeFilter, vtkPolyDataPointSampler, vtkAngularPeriodicFilter, vtkPUnstructuredGridGhostCellsGenerator, vtkAutoCorrelativeStatistics, vtkBooleanTexture, vtkFastSplatter, vtkPBGLBreadthFirstSearch, vtkGenericDataObjectReader, vtkStructuredGridLIC2D, vtkArrayDataAlgorithm, vtkMarchingSquares, vtkExtractPolyDataGeometry, vtkDicer, vtkYoungsMaterialInterface, vtkDijkstraGraphGeodesicPath, vtkPPairwiseExtractHistogram2D, vtkPythonAlgorithm, vtkExtractVOI, vtkTableToArray, vtkPBGLGraphSQLReader, vtkAVSucdReader, vtkDataSetReader, vtkPNrrdReader, vtkXMLWriter, vtkOpenGLProjectedTetrahedraMapper, vtkDirectedGraphAlgorithm, vtkDecimatePolylineFilter, vtkExtractSelectedFrustum, vtkExtractUnstructuredGrid, vtkImageMarchingCubes, vtkVoxelContoursToSurfaceFilter, vtkWarpScalar, vtkFillHolesFilter, vtkCellDistanceSelector, vtkBivariateLinearTableThreshold, vtkStrahlerMetric, vtkContingencyStatisticsGnuR, vtkCorrelativeStatisticsGnuR, vtkGeoRandomGraphSource, vtkBoostDividedEdgeBundling, vtkExtractSelectedGraph, vtkGenerateIndexArray, vtkPBGLMinimumSpanningTree, vtkPBGLRandomGraphSource, vtkPBGLShortestPaths, vtkEnSightGoldBinaryReader, vtkEnSightGoldReader, vtkRISReader, vtkSLACParticleReader, vtkSLACReader, vtkRowQueryToTable, vtkTextMapper, vtkImageResliceMapper, vtkRenderedSurfaceRepresentation, vtkDataSetAlgorithm, vtkFeatureEdges, vtkExtractGeometry, vtkBooleanOperationPolyDataFilter, vtkShrinkPolyData, vtkTransformPolyDataFilter, vtkGenericDataSetTessellator, vtkPeriodicFilter, vtkPComputeHistogram2DOutliers, vtkButtonSource, vtkEllipticalButtonSource, vtkHighestDensityRegionsStatistics, vtkTextureMapToPlane, vtkMatrixMathFilter, vtkImageAnisotropicDiffusion3D, vtkImageAccumulate, vtkBoostBreadthFirstSearch, vtkBoostBreadthFirstSearchTree, vtkReduceTable, vtkStringToCategory, vtkTransferAttributes, vtkFLUENTReader, vtkSTLReader, vtkWindBladeReader, vtkNetCDFReader, vtkAbstractMapper, vtkPolyDataMapper2D, vtkLabelPlacementMapper, vtkPassInputTypeAlgorithm, vtkElevationFilter, vtkVectorNorm, vtkExtractSelection, vtkStreaklineFilter, vtkHyperTreeGridAxisCut, vtkDescriptiveStatisticsGnuR, vtkThresholdTextureCoords, vtkSparseArrayToTable, vtkGraphLayout, vtkParticleReader, vtkNIFTIImageWriter, vtkNrrdReader, vtkVolumeReader, vtkISIReader, vtkPhyloXMLTreeReader, vtkNetCDFCFReader, vtkPExodusIIReader, vtkLabelSizeCalculator, vtkImageDataLIC2D, vtkOpenGLProjectedTetrahedraMapper, vtkUndirectedGraphAlgorithm, vtkAppendPolyData, vtkCellDataToPointData, vtkDataObjectGenerator, vtkMarchingCubes, vtkSubPixelPositionEdgels, vtkTransformFilter, vtkImageDataGeometryFilter, vtkRectilinearGridGeometryFilter, vtkHyperTreeGridToUnstructuredGrid, vtkGlobeSource, vtkImageAnisotropicDiffusion2D, vtkBoostBrandesCentrality, vtkCollapseGraph, vtkExpandSelectedGraph, vtkNetworkHierarchy, vtkPBGLConnectedComponents, vtkArrayReader, vtkVPICReader, vtkImageMapper3D, vtkProjectedAAHexahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkConvertSelectionDomain, vtkTableAlgorithm, vtkTreeAlgorithm, vtkSimpleElevationFilter, vtkExtractArraysOverTime, vtkDataSetTriangleFilter, vtkQuantizePolyDataPoints, vtkRecursiveDividingCubes, vtkUncertaintyTubeFilter, vtkFacetReader, vtkPExtractHistogram2D, vtkProgrammableDataObjectSource, vtkShepardMethod, vtkMergeColumns, vtkMergeTables, vtkTreeFieldAggregator, vtkPBGLVertexColoring, vtkEnSight6BinaryReader, vtkEnSight6Reader, vtkMCubesWriter, vtkXdmfReader, vtkLabeledContourMapper, vtkOpenGLProjectedAAHexahedraMapper, vtkSimpleBondPerceiver, vtkAMRCutPlane, vtkMassProperties, vtkMergeDataObjectFilter, vtkPointDataToCellData, vtkSplitColumnComponents, vtkGraphToPolyData, vtkStreamingStatistics, vtkGeoAssignCoordinates, vtkImageOpenClose3D, vtkImageThresholdConnectivity, vtkBoostKruskalMinimumSpanningTree, vtkArrayNorm, vtkRandomGraphSource, vtkTreeLevelsFilter, vtkFacetWriter, vtkPNMReader, vtkGraphToGlyphs, vtkMapArrayValues, vtkVectorText, vtkPointSetToLabelHierarchy, vtkImageDataLIC2D, vtkSelectionAlgorithm, vtkAttributeDataToFieldDataFilter, vtkCellCenters, vtkContourTriangulator, vtkDistancePolyDataFilter, vtkTemporalFractal, vtkTransformTextureCoords, vtkImageCast, vtkImageDifference, vtkTableFFT, vtkImageIslandRemoval2D, vtkBoostConnectedComponents, vtkBoostLogWeighting, vtkVertexDegree, vtkAreaLayout, vtkArrayDataReader, vtkXGMLReader, vtkPOpenFOAMReader, vtkPSLACReader, vtkRendererSource, vtkOpenGLPolyDataMapper, vtkHyperTreeGridAlgorithm, vtkSimpleImageToImageFilter, vtkMoleculeMapper, vtkCompositeDataProbeFilter, vtkMaskFields, vtkRectilinearSynchronizedTemplates, vtkExtractVectorComponents, vtkMatricizeArray, vtkPolyDataStreamer, vtkRectilinearGridToPointSet, vtkShrinkFilter, vtkTemporalSnapToTimeStep, vtkHyperTreeGridGeometry, vtkReebGraphToJoinSplitTreeFilter, vtkLinearSelector, vtkSphereSource, vtkImageLogic, vtkImageHistogramStatistics, vtkAdjacencyMatrixToEdgeTable, vtkRemoveHiddenData, vtkSplineGraphEdges, vtkCPExodusIIInSituReader, vtkNewickTreeReader, vtkPolyDataReader, vtkStructuredGridReader, vtkStructuredPointsReader, vtkUnstructuredGridReader, vtkPNetCDFPOPReader, vtkSQLDatabaseTableSource, vtkXMLUniformGridAMRReader, vtkVolumeMapper, vtkPolyDataAlgorithm, vtkAMRGaussianPulseSource, vtkAMRSliceFilter, vtkSynchronizedTemplates3D, vtkExtractSelectedThresholds, vtkGradientFilter, vtkGraphLayoutFilter, vtkImageDataToPointSet, vtkInterpolateDataSetAttributes, vtkOBBDicer, vtkQuadraturePointInterpolator, vtkQuadraturePointsGenerator, vtkRectilinearGridPartitioner, vtkStructuredGridPartitioner, vtkPExtractArraysOverTime, vtkPStreamTracer, vtkPCorrelativeStatistics, vtkPDescriptiveStatistics, vtkThreadedSynchronizedTemplates3D, vtkTessellatedBoxSource, vtkTextSource, vtkGeoAlignedImageRepresentation, vtkGeoGraticule, vtkImageMapToColors, vtkImageResliceToColors, vtkImageStencilSource, vtkSampleFunction, vtkImageHistogram, vtkTableToTreeFilter, vtkTreeDifferenceFilter, vtkAssignCoordinates, vtkCirclePackToPolyData, vtkResliceCursorPolyDataAlgorithm, vtkWriter, vtkImageReader, vtkCompositeDataWriter, vtkNetCDFPOPReader, vtkXMLHyperOctreeReader, vtkCompositePolyDataMapper, vtkImageMapper, vtkCompositeSurfaceLICMapper, vtkDataObjectAlgorithm, vtkPiecewiseFunctionAlgorithm, vtkPointSetAlgorithm, vtkRectilinearGridAlgorithm, vtkAppendFilter, vtkMaskPoints, vtkVectorDot, vtkDashedStreamLine, vtkBlankStructuredGridWithImage, vtkInterpolatingSubdivisionFilter, vtkQuadratureSchemeDictionaryGenerator, vtkTemporalShiftScale, vtkPExtractRectilinearGrid, vtkPMultiCorrelativeStatistics, vtkPPCAStatistics, vtkArcSource, vtkConeSource, vtkDiagonalMatrixSource, vtkImageClip, vtkImageSeedConnectivity, vtkLassoStencilSource, vtkThresholdTable, vtkFFMPEGWriter, vtkPWindBladeReader, vtkVideoSource, vtkXMLGenericDataObjectReader, vtkXMLPolyDataWriter, vtkXMLUnstructuredGridReader, vtkLabelHierarchyAlgorithm, vtkOpenGLPolyDataMapper2D, vtkAnnotationLayersAlgorithm, vtkEnsembleSource, vtkUniformGridPartitioner, vtkMoleculeAlgorithm, vtkMoleculeToAtomBallFilter, vtkReverseSense, vtkExtractTemporalFieldData, vtkBlankStructuredGrid, vtkIntersectionPolyDataFilter, vtkVertexGlyphFilter, vtkDataSetGhostGenerator, vtkTemporalDataSetCache, vtkHyperOctreeToUniformGridFilter, vtkExtractUserDefinedPiece, vtkPExtractVOI, vtkCylinderSource, vtkFrustumSource, vtkLineSource, vtkPointSource, vtkRegularPolygonSource, vtkImageQuantizeRGBToIndex, vtkImageResize, vtkImageMandelbrotSource, vtkCollapseVerticesByArray, vtkTreeRingToPolyData, vtkGDALRasterReader, vtkChacoReader, vtkGAMBITReader, vtkSTLWriter, vtkDataObjectReader, vtkDataWriter, vtkRectilinearGridReader, vtkTableReader, vtkSQLDatabaseGraphSource, vtkWin32VideoSource, vtkXMLDataSetWriter, vtkXMLHierarchicalBoxDataReader, vtkXMLImageDataReader, vtkXMLPolyDataReader, vtkXMLReader, vtkXMLRectilinearGridReader, vtkXMLStructuredGridReader, vtkDataSetMapper, vtkImageSliceMapper, vtkPolyDataMapper, vtkOpenGLPolyDataMapper, vtkRenderedRepresentation, vtkStructuredGridAlgorithm, vtkAppendSelection, vtkIdFilter, vtkExtractRectilinearGrid, vtkDensifyPolyData, vtkExtractArray, vtkNormalizeMatrixVectors, vtkHierarchicalDataSetGeometryFilter, vtkImageDataToUniformGrid, vtkProjectedTexture, vtkPieceScalars, vtkPYoungsMaterialInterface, vtkPKMeansStatistics, vtkPlatonicSolidSource, vtkTriangularTCoords, vtkImageMapToWindowLevelColors, vtkImageButterworthHighPass, vtkImageButterworthLowPass, vtkImageIdealHighPass, vtkImageIdealLowPass, vtkImageGradientMagnitude, vtkBoostBetweennessClustering, vtkDataObjectToTable, vtkExtractSelectedTree, vtkGroupLeafVertices, vtkPruneTreeFilter, vtkStringToNumeric, vtkEdgeLayout, vtkPerturbCoincidentVertices, vtkAMRBaseReader, vtkBYUWriter, vtkDEMReader, vtkGESignaReader, vtkImageExport, vtkImageImport, vtkPNGWriter, vtkCompositeDataReader, vtkDataObjectWriter, vtkEnSightWriter, vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, vtkXMLPUnstructuredGridWriter, vtkPLYReader, vtkXdmf3Reader, vtkXMLCompositeDataReader, vtkXMLHyperOctreeWriter, vtkXMLUnstructuredGridWriter, vtkAbstractMapper3D, vtkOpenGLImageSliceMapper, vtkGPUVolumeRayCastMapper, vtkVolumeOutlineSource, vtkHyperOctreeAlgorithm, vtkUnstructuredGridAlgorithm, vtkUnstructuredGridBaseAlgorithm, vtkOpenQubeMoleculeSource, vtkAMRToMultiBlockFilter, vtkCenterOfMass, vtkHedgeHog, vtkSynchronizedTemplates2D, vtkSynchronizedTemplatesCutter3D, vtkExtractEdges, vtkExtractSelectedIds, vtkEdgePoints, vtkGraphToPoints, vtkRenderLargeImage, vtkTransmitRectilinearGridPiece, vtkPExtractGrid, vtkExtractFunctionalBagPlot, vtkImageMask, vtkImageContinuousDilate3D, vtkImageNonMaximumSuppression, vtkBoostRandomSparseArraySource, vtkArrayToTable, vtkEdgeCenters, vtkPBGLCollapseGraph, vtkGDALVectorReader, vtkMoleculeReaderBase, vtkJPEGReader, vtkMultiNewickTreeReader, vtkOggTheoraWriter, vtkNetCDFCAMReader, vtkXMLPImageDataWriter, vtkXMLDataReader, vtkXMLImageDataWriter, vtkXMLMultiBlockDataReader, vtkXMLRectilinearGridWriter, vtkXMLStructuredGridWriter, vtkDistanceToCamera, vtkOpenGLGlyph3DMapper, vtkOpenGLTexture, vtkPainterPolyDataMapper, vtkAMRVolumeMapper, vtkImageAlgorithm, vtkImageToStructuredGrid, vtkImageToStructuredPoints, vtkMultiTimeStepAlgorithm, vtkProteinRibbonFilter, vtkGridSynchronizedTemplates3D, vtkMergeFilter, vtkThresholdPoints, vtkTransposeTable, vtkExtractBlock, vtkExtractCells, vtkExtractSelectedRows, vtkApproximatingSubdivisionFilter, vtkCursor2D, vtkCompositeDataGeometryFilter, vtkProjectSphereFilter, vtkTransformToGrid, vtkHyperOctreeSampleFunction, vtkHyperOctreeSurfaceFilter, vtkProcessIdScalars, vtkPAutoCorrelativeStatistics, vtkPBivariateLinearTableThreshold, vtkUnstructuredGridToReebGraphFilter, vtkKdTreeSelector, vtkThreadedSynchronizedTemplatesCutter3D, vtkArrowSource, vtkOutlineSource, vtkSelectionSource, vtkTexturedSphereSource, vtkGeoAdaptiveArcs, vtkGeoSampleArcs, vtkImageVariance3D, vtkSurfaceReconstructionFilter, vtkTriangularTexture, vtkVoxelModeller, vtkImageContinuousErode3D, vtkImageSkeleton2D, vtkROIStencilSource, vtkAddMembershipArray, vtkRemoveIsolatedVertices, vtkTransposeMatrix, vtkTreeMapToPolyData, vtkAMREnzoParticlesReader, vtkAMRFlashParticlesReader, vtkDelimitedTextWriter, vtkGaussianCubeReader, vtkJPEGWriter, vtkTIFFWriter, vtkGraphReader, vtkPolyDataWriter, vtkTreeReader, vtkPChacoReader, vtkXMLPImageDataReader, vtkXMLPRectilinearGridReader, vtkXMLPStructuredGridReader, vtkXMLPUnstructuredGridReader, vtkGlyph3DMapper, vtkTransformCoordinateSystems, vtkGenericCompositePolyDataMapper2, vtkOpenGLGlyph3DMapper, vtkOpenGLImageMapper, vtkUnstructuredGridVolumeMapper, vtkVolumeRayCastSpaceLeapingImageFilter, vtkGlyph2D, vtkImageAppend, vtkStreamerBase, vtkExtractSelectedLocations, vtkAxes, vtkBrownianPoints, vtkCursor3D, vtkGraphWeightFilter, vtkPolyDataToReebGraphFilter, vtkRotationFilter, vtkWarpVector, vtkOutlineFilter, vtkPParticleTracerBase, vtkExtractPiece, vtkImageHSVToRGB, vtkImageConstantPad, vtkImageMagnify, vtkImageResample, vtkImageShiftScale, vtkImageCorrelation, vtkImageGradient, vtkPointLoad, vtkImageWeightedSum, vtkImageDilateErode3D, vtkImageCanvasSource2D, vtkImageNoiseSource, vtkImageToImageStencil, vtkImplicitFunctionToImageStencil, vtkPBGLCollapseParallelEdges, vtkAMREnzoReader, vtkBYUReader, vtkPNGReader, vtkPhyloXMLTreeWriter, vtkUnstructuredGridWriter, vtkPDataSetWriter, vtkXMLPMultiBlockDataWriter, vtkHierarchicalPolyDataMapper, vtkOpenGLImageMapper, vtkVolumeTextureMapper, vtkTrivialProducer, vtkTriangleFilter, vtkExtractLevel, vtkAppendPoints, vtkClipConvexPolyData, vtkDataSetGradient, vtkMultiBlockDataGroupFilter, vtkRectilinearGridClip, vtkReflectionFilter, vtkStructuredGridClip, vtkSpherePuzzle, vtkSpherePuzzleArrows, vtkTransmitStructuredGridPiece, vtkTransmitImageDataPiece, vtkGeoArcs, vtkImageHSIToRGB, vtkImageCacheFilter, vtkImagePermute, vtkImageStencilAlgorithm, vtkImageLaplacian, vtkImageSlab, vtkImageStencil, vtkImageStencilToImage, vtkAMRBaseParticlesReader, vtkIVWriter, vtkMRCReader, vtkSLCReader, vtkTIFFReader, vtkBiomTableReader, vtkRectilinearGridWriter, vtkStructuredGridWriter, vtkAVIWriter, vtkXMLPDataSetWriter, vtkXMLPPolyDataWriter, vtkXMLPUniformGridAMRWriter, vtkXMLCompositeDataWriter, vtkXMLHierarchicalDataReader, vtkAbstractVolumeMapper, vtkPointGaussianMapper, vtkCompositePolyDataMapper2, vtkOpenGLImageSliceMapper, vtkVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkOverlappingAMRAlgorithm, vtkThreadedImageAlgorithm, vtkMaskPolyData, vtkExtractDataSets, vtkDataSetGradientPrecompute, vtkCollectGraph, vtkCollectTable, vtkPParticleTracer, vtkPStreaklineFilter, vtkPDataSetGhostGenerator, vtkReebGraphSimplificationFilter, vtkSMPContourGridManyPieces, vtkCubeSource, vtkDiskSource, vtkOutlineCornerFilter, vtkImageExtractComponents, vtkImageShrink3D, vtkRTAnalyticSource, vtkImageCheckerboard, vtkImageMedian3D, vtkImageRange3D, vtkBoostExtractLargestComponent, vtkAbstractParticleWriter, vtkJavaScriptDataWriter, vtkProStarReader, vtkSimplePointsReader, vtkPImageWriter, vtkXdmf3Writer, vtkXMLPDataReader, vtkXMLPPolyDataReader, vtkXMLUnstructuredDataReader, vtkContextMapper2D, vtkUniformGridAMRAlgorithm, vtkImageToAMR, vtkCompositeCutter, vtkExtractSelectedPolyDataIds, vtkHierarchicalDataExtractDataSets, vtkParticleTracer, vtkStreamPoints, vtkGraphWeightEuclideanDistanceFilter, vtkEarthSource, vtkPOutlineFilter, vtkHyperOctreeFractalSource, vtkImageChangeInformation, vtkImageDataStreamer, vtkImageDecomposeFilter, vtkImageConvolve, vtkImageSobel3D, vtkAbstractPolyDataReader, vtkGeoJSONReader, vtkPDBReader, vtkPTSReader, vtkXYZMolReader, vtkBMPWriter, vtkNewickTreeWriter, vtkTableWriter, vtkGenericMovieWriter, vtkMySQLToTableReader, vtkPostgreSQLToTableReader, vtkSQLiteToTableReader, vtkXMLPStructuredDataReader, vtkXMLPUnstructuredDataReader, vtkXMLUnstructuredDataWriter, vtkCompositePolyDataMapper2, vtkQImageToImageSource, vtkEmptyRepresentation, vtkRenderedHierarchyRepresentation, vtkExtractDataOverTime, vtkProbeSelectedLocations, vtkNonOverlappingAMRLevelIdScalars, vtkOverlappingAMRLevelIdScalars, vtkTableToStructuredGrid, vtkTimeSourceExample, vtkCutMaterial, vtkPOutlineCornerFilter, vtkPProbeFilter, vtkRectilinearGridOutlineFilter, vtkTransmitPolyDataPiece, vtkTransmitStructuredDataPiece, vtkTransmitUnstructuredGridPiece, vtkMemoryLimitImageDataStreamer, vtkSMPWarpVector, vtkPolyLineSource, vtkImageRGBToHSV, vtkImageRGBToYIQ, vtkImageFlip, vtkImageThreshold, vtkImageEuclideanToPolar, vtkImageSobel2D, vtkImageSpatialAlgorithm, vtkImageLogarithmicScale, vtkImageMaskBits, vtkOBJReader, vtkMedicalImageReader2, vtkPostScriptWriter, vtkSimplePointsWriter, vtkTableToMySQLWriter, vtkTableToPostgreSQLWriter, vtkTableToSQLiteWriter, vtkMapper2D, vtkNonOverlappingAMRAlgorithm, vtkCMLMoleculeReader, vtkStructuredGridAppend, vtkMultiBlockMergeFilter, vtkGeodesicPath, vtkGraphGeodesicPath, vtkSectorSource, vtkDuplicatePolyData, vtkExtractPolyDataPiece, vtkExtractUnstructuredGridPiece, vtkPLinearExtrusionFilter, vtkImageRGBToHSI, vtkImageEllipsoidSource, vtkGeoJSONWriter, vtkDataSetWriter, vtkGraphWriter, vtkStructuredPointsWriter, vtkTreeWriter, vtkXMLPDataWriter, vtkXMLPStructuredDataWriter, vtkTableToDatabaseWriter, vtkXMLStructuredDataReader, vtkXMLUniformGridAMRWriter, vtkOpenGLPolyDataMapper2D, vtkOpenGLTexture, vtkPSurfaceLICMapper, vtkCompositeDataSetAlgorithm, vtkHierarchicalBoxDataSetAlgorithm, vtkMultiBlockDataSetAlgorithm, vtkMoleculeToPolyDataFilter, vtkPassThrough, vtkWarpLens, vtkWarpTo, vtkCollectPolyData, vtkPMaskPoints, vtkPParticlePathFilter, vtkImageIterateFilter, vtkImageTranslateExtent, vtkImageGaussianSmooth, vtkImageGaussianSource, vtkImageGridSource, vtkImageSinusoidSource, vtkThresholdGraph, vtkAMRFlashReader, vtkEnSightReader, vtkUGFacetReader, vtkImageWriter, vtkJSONImageWriter, vtkPNMWriter, vtkGenericDataObjectWriter, vtkPDataSetReader, vtkXMLPUnstructuredDataWriter, vtkDatabaseToTableReader, vtkXMLMultiBlockDataWriter, vtkXMLStructuredDataWriter, vtkOpenGLVolumeTextureMapper2D, vtkSubdivideTetra, vtkPassThroughFilter, vtkPCellDataToPointData, vtkPieceRequestFilter, vtkPReflectionFilter, vtkPResampleFilter, vtkPSphereSource, vtkSMPContourGrid, vtkOutlineCornerSource, vtkImageYIQToRGB, vtkImagePadFilter, vtkImageCursor3D, vtkPipelineGraphSource, vtkMPIMultiBlockPLOT3DReader, vtkXMLPHierarchicalBoxDataWriter, vtkImageInPlaceFilter, vtkPiecewiseFunctionShiftScale, vtkHierarchicalDataExtractLevel, vtkBlockIdScalars, vtkHierarchicalDataLevelFilter, vtkTableToPolyData, vtkEnSightMasterServerReader, vtkRTXMLPolyDataReader, vtkXMLHierarchicalBoxDataWriter, vtkOpenGLPointGaussianMapper, vtkOpenGLGPUVolumeRayCastMapper, vtkMoleculeToBondStickFilter, vtkExtractSelectionBase, vtkLevelIdScalars, vtkPProjectSphereFilter, vtkXMLMultiGroupDataReader, vtkOpenGLGlyph3DHelper, vtkOpenGLSphereMapper, vtkOpenGLStickMapper, vtkExtractSelectedBlock, and vtkPPolyDataNormals.
int vtkAlgorithm::HasExecutive | ( | ) |
Check whether this algorithm has an assigned executive. This will NOT create a default executive.
vtkExecutive* vtkAlgorithm::GetExecutive | ( | ) |
Get this algorithm's executive. If it has none, a default executive will be created.
|
virtual |
Set this algorithm's executive. This algorithm is removed from any executive to which it has previously been assigned and then assigned to the given executive.
|
virtual |
Upstream/Downstream requests form the generalized interface through which executives invoke a algorithm's functionality. Upstream requests correspond to information flow from the algorithm's outputs to its inputs. Downstream requests correspond to information flow from the algorithm's inputs to its outputs. A downstream request is defined by the contents of the request information object. The input to the request is stored in the input information vector passed to ProcessRequest. The results of an downstream request are stored in the output information vector passed to ProcessRequest. An upstream request is defined by the contents of the request information object. The input to the request is stored in the output information vector passed to ProcessRequest. The results of an upstream request are stored in the input information vector passed to ProcessRequest. It returns the boolean status of the pipeline (false means failure).
Reimplemented in vtkExodusIIReader, vtkDataReader, vtkParticleTracerBase, vtkExodusIIWriter, vtkWindBladeReader, vtkImplicitModeller, vtkTemporalStreamTracer, vtkXMLWriter, vtkImageResliceMapper, vtkXdmfReader, vtkRCalculatorFilter, vtkImageMapper3D, vtkMNITransformReader, vtkXdmf3Reader, vtkWindowToImageFilter, vtkMNITransformWriter, vtkStringToNumeric, vtkXMLReader, vtkTemporalFractal, vtkTemporalShiftScale, vtkMatlabEngineFilter, vtkPassArrays, vtkADIOSWriter, vtkImageSliceMapper, vtkPolyDataMapper, vtkPassInputTypeAlgorithm, vtkDataSetAlgorithm, vtkADIOSReader, vtkRendererSource, vtkTransformToGrid, vtkGenerateIndexArray, vtkImageOpenClose3D, vtkMultiTimeStepAlgorithm, vtkPointSetAlgorithm, vtkXMLStructuredDataWriter, vtkEnsembleSource, vtkGenericDataObjectReader, vtkDataSetReader, vtkWriter, vtkCPExodusIIInSituReader, vtkPythonAlgorithm, vtkXMLPMultiBlockDataWriter, vtkTemporalDataSetCache, vtkTemporalSnapToTimeStep, vtkRenderLargeImage, vtkStringToCategory, vtkPieceRequestFilter, vtkCompositeDataReader, vtkGraphAlgorithm, vtkImageDataStreamer, vtkXMLCompositeDataWriter, vtkXMLUnstructuredDataWriter, vtkArrayDataAlgorithm, vtkDirectedGraphAlgorithm, vtkHyperTreeGridAlgorithm, vtkGraphReader, vtkPolyDataAlgorithm, vtkDataObjectAlgorithm, vtkPiecewiseFunctionAlgorithm, vtkRectilinearGridAlgorithm, vtkExtractDataOverTime, vtkLabelHierarchyAlgorithm, vtkUndirectedGraphAlgorithm, vtkMoleculeAlgorithm, vtkExtractTemporalFieldData, vtkImageAlgorithm, vtkStructuredGridAlgorithm, vtkTableAlgorithm, vtkTreeAlgorithm, vtkHyperOctreeAlgorithm, vtkUniformGridAMRAlgorithm, vtkUnstructuredGridAlgorithm, vtkUnstructuredGridBaseAlgorithm, vtkSMPContourGrid, vtkCompositeDataSetAlgorithm, vtkHierarchicalBoxDataSetAlgorithm, vtkMultiBlockDataSetAlgorithm, vtkSelectionAlgorithm, vtkPistonAlgorithm, vtkImageStencilAlgorithm, vtkAnnotationLayersAlgorithm, vtkTrivialProducer, vtkCompositeDataGeometryFilter, vtkMemoryLimitImageDataStreamer, vtkStreamerBase, vtkXMLPStructuredDataWriter, and vtkXMLPUnstructuredDataWriter.
int vtkAlgorithm::ProcessRequest | ( | vtkInformation * | request, |
vtkCollection * | inInfo, | ||
vtkInformationVector * | outInfo | ||
) |
Version of ProcessRequest() that is wrapped. This converts the collection to an array and calls the other version.
|
virtual |
A special version of ProcessRequest meant specifically for the pipeline modified time request. See vtkExecutive::ComputePipelineMTime() for details.
Reimplemented in vtkClipClosedSurface, vtkVolumeOutlineSource, vtkImageImport, vtkImageOpenClose3D, and vtkPistonSlice.
|
virtual |
This method gives the algorithm a chance to modify the contents of a request before or after (specified in the when argument) it is forwarded. The default implementation is empty. Returns 1 on success, 0 on failure. When can be either vtkExecutive::BeforeForward or vtkExecutive::AfterForward.
vtkInformation* vtkAlgorithm::GetInputPortInformation | ( | int | port | ) |
Get the information object associated with an input port. There is one input port per kind of input to the algorithm. Each input port tells executives what kind of data and downstream requests this algorithm can handle for that input.
vtkInformation* vtkAlgorithm::GetOutputPortInformation | ( | int | port | ) |
Get the information object associated with an output port. There is one output port per output from the algorithm. Each output port tells executives what kind of upstream requests this algorithm can handle for that output.
|
virtual |
Set/Get the information object associated with this algorithm.
|
virtual |
Set/Get the information object associated with this algorithm.
int vtkAlgorithm::GetNumberOfInputPorts | ( | ) |
Get the number of input ports used by the algorithm.
int vtkAlgorithm::GetNumberOfOutputPorts | ( | ) |
Get the number of output ports provided by the algorithm.
|
virtual |
Participate in garbage collection.
Reimplemented from vtkObjectBase.
|
virtual |
Participate in garbage collection.
Reimplemented from vtkObjectBase.
|
virtual |
Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways.
|
virtual |
Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways.
|
virtual |
Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways.
|
virtual |
Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways.
|
virtual |
Set/Get the execution progress of a process object.
|
virtual |
Set/Get the execution progress of a process object.
void vtkAlgorithm::UpdateProgress | ( | double | amount | ) |
Update the progress of the process object. If a ProgressMethod exists, executes it. Then set the Progress ivar to amount. The parameter amount should range between (0,1).
void vtkAlgorithm::SetProgressText | ( | const char * | ptext | ) |
Set the current text message associated with the progress state. This may be used by a calling process/GUI. Note: Because SetProgressText() is called from inside RequestData() it does not modify the algorithm object. Algorithms are not allowed to modify themselves from inside RequestData().
|
virtual |
Set the current text message associated with the progress state. This may be used by a calling process/GUI. Note: Because SetProgressText() is called from inside RequestData() it does not modify the algorithm object. Algorithms are not allowed to modify themselves from inside RequestData().
|
virtual |
The error code contains a possible error that occurred while reading or writing the file.
|
static |
Keys used to specify input port requirements. InformationKeys
|
static |
This key tells the executive that a particular output port is capable of producing an arbitrary subextent of the whole extent. Many image sources and readers fall into this category but some such as the legacy structured data readers cannot support this feature. InformationKeys
|
virtual |
Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail.
|
virtual |
Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail.
|
virtual |
Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail.
|
virtual |
String based versions of SetInputArrayToProcess(). Because fieldAssociation and fieldAttributeType are enums, they cannot be easily accessed from scripting language. These methods provides an easy and safe way of passing association and attribute type information. Field association is one of the following:
vtkDataObject::FIELD_ASSOCIATION_POINTS vtkDataObject::FIELD_ASSOCIATION_CELLS vtkDataObject::FIELD_ASSOCIATION_NONE vtkDataObject::FIELD_ASSOCIATION_POINTS_THEN_CELLS
Attribute type is one of the following:
vtkDataSetAttributes::SCALARS vtkDataSetAttributes::VECTORS vtkDataSetAttributes::NORMALS vtkDataSetAttributes::TCOORDS vtkDataSetAttributes::TENSORS
If the last argument is not an attribute type, it is assumed to be an array name.
vtkInformation* vtkAlgorithm::GetInputArrayInformation | ( | int | idx | ) |
Get the info object for the specified input array to this algorithm
void vtkAlgorithm::RemoveAllInputs | ( | ) |
Remove all the input data.
vtkDataObject* vtkAlgorithm::GetOutputDataObject | ( | int | port | ) |
Get the data object that will contain the algorithm output for the given port.
vtkDataObject* vtkAlgorithm::GetInputDataObject | ( | int | port, |
int | connection | ||
) |
Get the data object that will contain the algorithm input for the given port and given connection.
|
virtual |
Set the connection for the given input port index. Each input port of a filter has a specific purpose. A port may have zero or more connections and the required number is specified by each filter. Setting the connection with this method removes all other connections from the port. To add more than one connection use AddInputConnection(). The input for the connection is the output port of another filter, which is obtained with GetOutputPort(). Typical usage is filter2->SetInputConnection(0, filter1->GetOutputPort(0)).
Reimplemented in vtkAMRVolumeMapper.
|
virtual |
Set the connection for the given input port index. Each input port of a filter has a specific purpose. A port may have zero or more connections and the required number is specified by each filter. Setting the connection with this method removes all other connections from the port. To add more than one connection use AddInputConnection(). The input for the connection is the output port of another filter, which is obtained with GetOutputPort(). Typical usage is filter2->SetInputConnection(0, filter1->GetOutputPort(0)).
Reimplemented in vtkAMRVolumeMapper.
|
virtual |
Add a connection to the given input port index. See SetInputConnection() for details on input connections. This method is the complement to RemoveInputConnection() in that it adds only the connection specified without affecting other connections. Typical usage is filter2->AddInputConnection(0, filter1->GetOutputPort(0)).
|
virtual |
Add a connection to the given input port index. See SetInputConnection() for details on input connections. This method is the complement to RemoveInputConnection() in that it adds only the connection specified without affecting other connections. Typical usage is filter2->AddInputConnection(0, filter1->GetOutputPort(0)).
|
virtual |
Remove a connection from the given input port index. See SetInputConnection() for details on input connection. This method is the complement to AddInputConnection() in that it removes only the connection specified without affecting other connections. Typical usage is filter2->RemoveInputConnection(0, filter1->GetOutputPort(0)).
Remove a connection given by index idx.
|
virtual |
Removes all input connections.
|
virtual |
Sets the data-object as an input on the given port index. Setting the input with this method removes all other connections from the port. Internally, this method creates a vtkTrivialProducer instance and sets that as the input-connection for the given port. It is safe to call this method repeatedly with the same input data object. The MTime of the vtkAlgorithm will not change unless the data object changed.
|
inlinevirtual |
Sets the data-object as an input on the given port index. Setting the input with this method removes all other connections from the port. Internally, this method creates a vtkTrivialProducer instance and sets that as the input-connection for the given port. It is safe to call this method repeatedly with the same input data object. The MTime of the vtkAlgorithm will not change unless the data object changed.
Definition at line 354 of file vtkAlgorithm.h.
|
virtual |
Add the data-object as an input to this given port. This will add a new input connection on the specified port without affecting any existing connections on the same input port.
|
inlinevirtual |
Add the data-object as an input to this given port. This will add a new input connection on the specified port without affecting any existing connections on the same input port.
Definition at line 363 of file vtkAlgorithm.h.
vtkAlgorithmOutput* vtkAlgorithm::GetOutputPort | ( | int | index | ) |
Get a proxy object corresponding to the given output port of this algorithm. The proxy object can be passed to another algorithm's SetInputConnection(), AddInputConnection(), and RemoveInputConnection() methods to modify pipeline connectivity.
|
inline |
Get a proxy object corresponding to the given output port of this algorithm. The proxy object can be passed to another algorithm's SetInputConnection(), AddInputConnection(), and RemoveInputConnection() methods to modify pipeline connectivity.
Definition at line 373 of file vtkAlgorithm.h.
Get the number of inputs currently connected to a port.
int vtkAlgorithm::GetTotalNumberOfInputConnections | ( | ) |
Get the total number of inputs for this algorithm
vtkAlgorithmOutput* vtkAlgorithm::GetInputConnection | ( | int | port, |
int | index | ||
) |
Get the algorithm output port connected to an input port.
vtkAlgorithm* vtkAlgorithm::GetInputAlgorithm | ( | int | port, |
int | index, | ||
int & | algPort | ||
) |
Returns the algorithm and the output port index of that algorithm connected to a port-index pair.
vtkAlgorithm* vtkAlgorithm::GetInputAlgorithm | ( | int | port, |
int | index | ||
) |
Returns the algorithm connected to a port-index pair.
|
inline |
Equivalent to GetInputAlgorithm(0, 0).
Definition at line 395 of file vtkAlgorithm.h.
vtkExecutive* vtkAlgorithm::GetInputExecutive | ( | int | port, |
int | index | ||
) |
Returns the executive associated with a particular input connection.
|
inline |
Equivalent to GetInputExecutive(0, 0)
Definition at line 406 of file vtkAlgorithm.h.
vtkInformation* vtkAlgorithm::GetInputInformation | ( | int | port, |
int | index | ||
) |
Return the information object that is associated with a particular input connection. This can be used to get meta-data coming from the REQUEST_INFORMATION pass and set requests for the REQUEST_UPDATE_EXTENT pass. NOTE: Do not use this in any of the pipeline passes. Use the information objects passed as arguments instead.
|
inline |
Equivalent to GetInputInformation(0, 0)
Definition at line 422 of file vtkAlgorithm.h.
vtkInformation* vtkAlgorithm::GetOutputInformation | ( | int | port | ) |
Return the information object that is associated with a particular output port. This can be used to set meta-data coming during the REQUEST_INFORMATION. NOTE: Do not use this in any of the pipeline passes. Use the information objects passed as arguments instead.
|
virtual |
Bring this algorithm's outputs up-to-date.
Reimplemented in vtkImageResliceMapper, vtkImageSliceMapper, vtkPolyDataMapper, vtkImageDataStreamer, and vtkVolumeTextureMapper.
|
virtual |
Bring this algorithm's outputs up-to-date.
Reimplemented in vtkImageResliceMapper, vtkPistonMapper, vtkImageSliceMapper, vtkPolyDataMapper, vtkImageDataStreamer, and vtkVolumeTextureMapper.
|
virtual |
Bring the algorithm's information up-to-date.
|
virtual |
Create output object(s).
|
virtual |
Propagate meta-data upstream.
|
virtual |
Bring this algorithm's outputs up-to-date.
Reimplemented in vtkImageDataStreamer.
Convenience routine to convert from a linear ordering of input connections to a port/connection pair.
|
virtual |
Turn release data flag on or off for all output ports.
|
virtual |
Turn release data flag on or off for all output ports.
void vtkAlgorithm::ReleaseDataFlagOn | ( | ) |
Turn release data flag on or off for all output ports.
void vtkAlgorithm::ReleaseDataFlagOff | ( | ) |
Turn release data flag on or off for all output ports.
int vtkAlgorithm::UpdateExtentIsEmpty | ( | vtkInformation * | pinfo, |
vtkDataObject * | output | ||
) |
This detects when the UpdateExtent will generate no data This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0. The source uses this call to determine whether to call Execute.
int vtkAlgorithm::UpdateExtentIsEmpty | ( | vtkInformation * | pinfo, |
int | extentType | ||
) |
This detects when the UpdateExtent will generate no data This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0. The source uses this call to determine whether to call Execute.
|
static |
If the DefaultExecutivePrototype is set, a copy of it is created in CreateDefaultExecutive() using NewInstance().
If the whole output extent is required, this method can be called to set the output update extent to the whole extent. This method assumes that the whole extent is known (that UpdateInformation has been called).
int vtkAlgorithm::SetUpdateExtentToWholeExtent | ( | ) |
Convenience function equivalent to SetUpdateExtentToWholeExtent(0) This method assumes that the whole extent is known (that UpdateInformation has been called).
Set the output update extent in terms of piece and ghost levels.
Convenience function equivalent to SetUpdateExtent(0, piece, numPieces, ghostLevel)
Definition at line 506 of file vtkAlgorithm.h.
Set the output update extent for data objects that use 3D extents
|
inline |
Convenience function equivalent to SetUpdateExtent(0, extent)
Definition at line 517 of file vtkAlgorithm.h.
|
inline |
These functions return the update extent for output ports that use 3D extents. Where port is not specified, it is assumed to be 0.
Definition at line 526 of file vtkAlgorithm.h.
These functions return the update extent for output ports that use 3D extents. Where port is not specified, it is assumed to be 0.
|
inline |
These functions return the update extent for output ports that use 3D extents. Where port is not specified, it is assumed to be 0.
Definition at line 531 of file vtkAlgorithm.h.
void vtkAlgorithm::GetUpdateExtent | ( | int | port, |
int & | x0, | ||
int & | x1, | ||
int & | y0, | ||
int & | y1, | ||
int & | z0, | ||
int & | z1 | ||
) |
These functions return the update extent for output ports that use 3D extents. Where port is not specified, it is assumed to be 0.
|
inline |
These functions return the update extent for output ports that use 3D extents. Where port is not specified, it is assumed to be 0.
Definition at line 539 of file vtkAlgorithm.h.
These functions return the update extent for output ports that use 3D extents. Where port is not specified, it is assumed to be 0.
|
inline |
These functions return the update extent for output ports that use piece extents. Where port is not specified, it is assumed to be 0.
Definition at line 549 of file vtkAlgorithm.h.
These functions return the update extent for output ports that use piece extents. Where port is not specified, it is assumed to be 0.
|
inline |
These functions return the update extent for output ports that use piece extents. Where port is not specified, it is assumed to be 0.
Definition at line 554 of file vtkAlgorithm.h.
These functions return the update extent for output ports that use piece extents. Where port is not specified, it is assumed to be 0.
|
inline |
These functions return the update extent for output ports that use piece extents. Where port is not specified, it is assumed to be 0.
Definition at line 559 of file vtkAlgorithm.h.
These functions return the update extent for output ports that use piece extents. Where port is not specified, it is assumed to be 0.
void vtkAlgorithm::SetProgressObserver | ( | vtkProgressObserver * | ) |
If an ProgressObserver is set, the algorithm will report progress through it rather than directly. This means that it will call UpdateProgress() on the ProgressObserver rather than itself report it and set progress. This is most useful in situations where multiple threads are executing an algorithm at the same time and want to handle progress locally.
|
virtual |
If an ProgressObserver is set, the algorithm will report progress through it rather than directly. This means that it will call UpdateProgress() on the ProgressObserver rather than itself report it and set progress. This is most useful in situations where multiple threads are executing an algorithm at the same time and want to handle progress locally.
|
staticprotected |
|
protectedvirtual |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented in vtkImageReslice, vtkMultiThreshold, vtkStreamTracer, vtkGlyph3DMapper, vtkStreamer, vtkRandomAttributeGenerator, vtkImplicitModeller, vtkCheckerboardSplatter, vtkGlyph3D, vtkDelaunay3D, vtkAMRVolumeMapper, vtkDistributedDataFilter, vtkExodusIIWriter, vtkGraphMapper, vtkStatisticsAlgorithm, vtkDataObjectToDataSetFilter, vtkRenderedTreeAreaRepresentation, vtkGaussianSplatter, vtkParticleTracerBase, vtkGenericGlyph3DFilter, vtkQuadricClustering, vtkBoxClipDataSet, vtkLabeledDataMapper, vtkPCAStatistics, vtkApplyColors, vtkHyperStreamline, vtkTemporalStreamTracer, vtkTableBasedClipDataSet, vtkTensorGlyph, vtkConvertSelection, vtkParallelCoordinatesRepresentation, vtkCutter, vtkHyperOctreeCutter, vtkMINCImageWriter, vtkSmoothPolyDataFilter, vtkLabelPlacementMapper, vtkMoleculeMapper, vtkImageMathematics, vtkPolyDataMapper2D, vtkPLYWriter, vtkContourFilter, vtkImageToPolyDataFilter, vtkLabelPlacer, vtkImageHistogram, vtkClipVolume, vtkImageThresholdConnectivity, vtkADIOSWriter, vtkYoungsMaterialInterface, vtkHyperOctreeContourFilter, vtkBivariateLinearTableThreshold, vtkPassInputTypeAlgorithm, vtkFlyingEdges3D, vtkUnstructuredGridGeometryFilter, vtkThreshold, vtkDataSetSurfaceFilter, vtkImageBlend, vtkClipDataSet, vtkMNIObjectWriter, vtkGreedyTerrainDecimation, vtkMNITagPointWriter, vtkGenericClip, vtkClipHyperOctree, vtkHyperOctreeDualGridContourFilter, vtkPBGLShortestPaths, vtkConnectivityFilter, vtkSynchronizedTemplates3D, vtkThreadedSynchronizedTemplates3D, vtkDataSetAlgorithm, vtkImageAlgorithm, vtkGenericGeometryFilter, vtkContourGrid, vtkRectilinearSynchronizedTemplates, vtkApplyIcons, vtkMergeFilter, vtkGeometryFilter, vtkOpenGLHAVSVolumeMapper, vtkVolumeMapper, vtkFlyingEdges2D, vtkGridSynchronizedTemplates3D, vtkProjectedTerrainPath, vtkImageAccumulate, vtkImageMapper3D, vtkProgrammableGlyphFilter, vtkDotProductSimilarity, vtkMaskPoints, vtkMarchingContourFilter, vtkQuadRotationalExtrusionFilter, vtkImageMarchingCubes, vtkSelectEnclosedPoints, vtkPhyloXMLTreeWriter, vtkGenericContourFilter, vtkXdmfWriter, vtkGenericCutter, vtkImageMapper, vtkTableToGraph, vtkPolyDataMapper, vtkPassArrays, vtkTemporalShiftScale, vtkPointSetAlgorithm, vtkImageChangeInformation, vtkTemporalPathLineFilter, vtkExtractCTHPart, vtkArrayWriter, vtkMapArrayValues, vtkPBGLCollectGraph, vtkArrayDataWriter, vtkAMRResampleFilter, vtkLabeledContourMapper, vtkSelectVisiblePoints, vtkEnSightWriter, vtkTessellatorFilter, vtkAppendPolyData, vtkVoxelModeller, vtkAbstractVolumeMapper, vtkFastSplatter, vtkPBGLBreadthFirstSearch, vtkCellDistanceSelector, vtkDataObjectAlgorithm, vtkRenderedHierarchyRepresentation, vtkBoostBreadthFirstSearch, vtkLabelHierarchyAlgorithm, vtkAssignAttribute, vtkRectilinearGridToTetrahedra, vtkTableToPolyData, vtkPointSetToLabelHierarchy, vtkCompositeSurfaceLICMapper, vtkPistonMapper, vtkExtractArraysOverTime, vtkComputeHistogram2DOutliers, vtkStructuredGridLIC2D, vtkPolyDataToImageStencil, vtkBYUWriter, vtkMoleculeAlgorithm, vtkImageAppend, vtkSynchronizedTemplates2D, vtkTemporalStatistics, vtkGraphToGlyphs, vtkRectilinearGridAlgorithm, vtkGenericStreamTracer, vtkProgrammableFilter, vtkHyperTreeGridAlgorithm, vtkGraphAlgorithm, vtkPolyDataAlgorithm, vtkStructuredGridAlgorithm, vtkMarchingCubes, vtkGraphAnnotationLayersFilter, vtkImageDataLIC2D, vtkUnstructuredGridBaseAlgorithm, vtkStructuredGridLIC2D, vtkDataSetToDataObjectFilter, vtkReflectionFilter, vtkTemporalInterpolator, vtkKdTreeSelector, vtkShepardMethod, vtkImageDataLIC2D, vtkHyperOctreeAlgorithm, vtkUnstructuredGridAlgorithm, vtkBoostPrimMinimumSpanningTree, vtkFlyingEdgesPlaneCutter, vtkArrayDataAlgorithm, vtkAnnotationLink, vtkDirectedGraphAlgorithm, vtkGenericCompositePolyDataMapper2, vtkSpatialRepresentationFilter, vtkMergeGraphs, vtkHierarchicalBoxDataSetAlgorithm, vtkCompositeDataSetAlgorithm, vtkMultiBlockDataSetAlgorithm, vtkUndirectedGraphAlgorithm, vtkBooleanOperationPolyDataFilter, vtkTableAlgorithm, vtkTreeAlgorithm, vtkUniformGridAMRAlgorithm, vtkDijkstraImageGeodesicPath, vtkImageStencil, vtkDelimitedTextWriter, vtkSelectionAlgorithm, vtkTransferAttributes, vtkCompositePolyDataMapper2, vtkPiecewiseFunctionAlgorithm, vtkAppendSelection, vtkAppendFilter, vtkMarchingSquares, vtkTableToStructuredGrid, vtkGenericDataSetTessellator, vtkImageDataGeometryFilter, vtkTreeDifferenceFilter, vtkAnnotationLayersAlgorithm, vtkExtractGeometry, vtkRotationFilter, vtkLinkEdgels, vtkPeriodicFilter, vtkLinearSelector, vtkGeoJSONWriter, vtkAppendCompositeDataLeaves, vtkGeoAssignCoordinates, vtkSTLWriter, vtkReebGraphVolumeSkeletonFilter, vtkImageStencilToImage, vtkAMRSliceFilter, vtkVolumeContourSpectrumFilter, vtkAreaContourSpectrumFilter, vtkWarpLens, vtkReebGraphSurfaceSkeletonFilter, vtkWarpScalar, vtkTableToSparseArray, vtkAMRCutPlane, vtkImageLogic, vtkBoostKruskalMinimumSpanningTree, vtkGraphToPolyData, vtkImageWeightedSum, vtkBoostBreadthFirstSearchTree, vtkGraphHierarchicalBundleEdges, vtkMCubesWriter, vtkUnstructuredGridVolumeMapper, vtkPieceRequestFilter, vtkThresholdPoints, vtkRectilinearGridPartitioner, vtkJavaScriptDataWriter, vtkLabelSizeCalculator, vtkStructuredGridAppend, vtkAdjacencyMatrixToEdgeTable, vtkXMLCompositeDataWriter, vtkProteinRibbonFilter, vtkImageAppendComponents, vtkPBGLMinimumSpanningTree, vtkPythonAlgorithm, vtkPBGLVertexColoring, vtkTrivialProducer, vtkIntersectionPolyDataFilter, vtkGenericProbeFilter, vtkStructuredGridGeometryFilter, vtkStreamingStatistics, vtkSurfaceReconstructionFilter, vtkAddMembershipArray, vtkRecursiveDividingCubes, vtkStructuredGridPartitioner, vtkHyperOctreeSurfaceFilter, vtkCutMaterial, vtkDataSetMapper, vtkExtractSelection, vtkAssignCoordinates, vtkMergeDataObjectFilter, vtkSubPixelPositionEdgels, vtkKCoreLayout, vtkPistonAlgorithm, vtkPResampleFilter, vtkExtractSelectedGraph, vtkTableToArray, vtkFacetWriter, vtkDIMACSGraphWriter, vtkDataObjectWriter, vtkCompositeDataProbeFilter, vtkPolyDataStreamer, vtkRectilinearGridGeometryFilter, vtkTemporalDataSetCache, vtkTemporalSnapToTimeStep, vtkNewickTreeWriter, vtkHedgeHog, vtkProjectSphereFilter, vtkReebGraphToJoinSplitTreeFilter, vtkImageToImageStencil, vtkTreeMapToPolyData, vtkUniformGridPartitioner, vtkHyperTreeGridAxisCut, vtkCompositePolyDataMapper, vtkAppendPoints, vtkPBGLConnectedComponents, vtkIVWriter, vtkPUnstructuredGridGhostDataGenerator, vtkContextMapper2D, vtkImageToAMR, vtkExtractTemporalFieldData, vtkDataSetTriangleFilter, vtkMultiBlockDataGroupFilter, vtkPOutlineCornerFilter, vtkDataObjectToTable, vtkCellCenters, vtkImageDataToUniformGrid, vtkSparseArrayToTable, vtkImageToStructuredPoints, vtkExtractCells, vtkExtractEdges, vtkExtractSelectionBase, vtkInterpolateDataSetAttributes, vtkXMLPImageDataWriter, vtkXMLHyperOctreeWriter, vtkXMLPolyDataWriter, vtkExtractLevel, vtkTransformFilter, vtkHyperTreeGridToUnstructuredGrid, vtkCollapseGraph, vtkCirclePackToPolyData, vtkCompositeDataWriter, vtkConvertSelectionDomain, vtkReebGraphSimplificationFilter, vtkTreeRingToPolyData, vtkXMLUnstructuredGridWriter, vtkShrinkFilter, vtkRemoveHiddenData, vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, vtkXMLPUnstructuredGridWriter, vtkTableToDatabaseWriter, vtkRectilinearGridToPointSet, vtkPProbeFilter, vtkEdgeCenters, vtkXMLDataSetWriter, vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, vtkXMLStructuredGridWriter, vtkImageToStructuredGrid, vtkBlankStructuredGridWithImage, vtkEdgePoints, vtkImageDataToPointSet, vtkUnstructuredGridToReebGraphFilter, vtkMultiBlockMergeFilter, vtkExpandSelectedGraph, vtkUnstructuredGridWriter, vtkPolyDataToReebGraphFilter, vtkWarpTo, vtkOutlineFilter, vtkOutlineCornerFilter, vtkXMLPPolyDataWriter, vtkXMLUniformGridAMRWriter, vtkExtractArray, vtkHyperOctreeToUniformGridFilter, vtkHyperTreeGridGeometry, vtkPolyDataWriter, vtkExtractDataSets, vtkCompositeDataGeometryFilter, vtkXMLPDataSetWriter, vtkDataSetToPiston, vtkOverlappingAMRAlgorithm, vtkAMRToMultiBlockFilter, vtkVertexGlyphFilter, vtkDataSetGhostGenerator, vtkRectilinearGridWriter, vtkStructuredGridWriter, vtkExtractSelectedRows, vtkGraphToPoints, vtkPOutlineFilter, vtkGenericOutlineFilter, vtkHyperOctreeLimiter, vtkTableWriter, vtkNonOverlappingAMRAlgorithm, vtkQuadraturePointsGenerator, vtkExtractSelectedIds, vtkQuadraturePointInterpolator, vtkQuadratureSchemeDictionaryGenerator, vtkExtractSelectedTree, vtkDataSetWriter, vtkGraphWriter, vtkStructuredPointsWriter, vtkTreeWriter, vtkTableToMySQLWriter, vtkTableToPostgreSQLWriter, vtkTableToSQLiteWriter, vtkWarpVector, vtkArrayToTable, vtkXMLMultiBlockDataWriter, vtkExtractSelectedBlock, vtkCompositeCutter, vtkStructuredGridOutlineFilter, vtkExtractSelectedPolyDataIds, vtkHyperOctreeDepth, vtkRectilinearGridOutlineFilter, vtkMoleculeToPolyDataFilter, vtkGeodesicPath, vtkGenericDataObjectWriter, and vtkPassThrough.
|
protectedvirtual |
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented in vtkImageReslice, vtkMultiBlockPLOT3DReader, vtkStatisticsAlgorithm, vtkWindBladeReader, vtkGenericEnSightReader, vtkAMRBaseReader, vtkADIOSReader, vtkExtractHistogram2D, vtkPairwiseExtractHistogram2D, vtkImageHistogram, vtkBivariateLinearTableThreshold, vtkXdmfReader, vtkPassInputTypeAlgorithm, vtkAMRBaseParticlesReader, vtkWindowToImageFilter, vtkPBGLShortestPaths, vtkDataSetAlgorithm, vtkImageAlgorithm, vtkTecplotReader, vtkImageMapper3D, vtkPhyloXMLTreeReader, vtkXdmf3Reader, vtkRTAnalyticSource, vtkPBGLCollectGraph, vtkTemporalPathLineFilter, vtkPointSetAlgorithm, vtkAMRResampleFilter, vtkTransformToGrid, vtkPBGLBreadthFirstSearch, vtkStructuredGridLIC2D, vtkBoostBreadthFirstSearch, vtkRendererSource, vtkDataObjectAlgorithm, vtkLabelHierarchyAlgorithm, vtkStructuredGridLIC2D, vtkComputeHistogram2DOutliers, vtkMoleculeAlgorithm, vtkRectilinearGridAlgorithm, vtkCollapseVerticesByArray, vtkHyperTreeGridAlgorithm, vtkGraphAlgorithm, vtkPolyDataAlgorithm, vtkStructuredGridAlgorithm, vtkGDALRasterReader, vtkUnstructuredGridBaseAlgorithm, vtkAnnotationLink, vtkHyperOctreeAlgorithm, vtkUnstructuredGridAlgorithm, vtkArrayDataAlgorithm, vtkDirectedGraphAlgorithm, vtkHierarchicalBoxDataSetAlgorithm, vtkXMLGenericDataObjectReader, vtkCompositeDataSetAlgorithm, vtkMultiBlockDataSetAlgorithm, vtkUndirectedGraphAlgorithm, vtkTableAlgorithm, vtkTreeAlgorithm, vtkUniformGridAMRAlgorithm, vtkGenericDataObjectReader, vtkSelectionAlgorithm, vtkPiecewiseFunctionAlgorithm, vtkTulipReader, vtkAnnotationLayersAlgorithm, vtkReebGraphVolumeSkeletonFilter, vtkAMRSliceFilter, vtkVolumeContourSpectrumFilter, vtkDataSetReader, vtkEnsembleSource, vtkAreaContourSpectrumFilter, vtkReebGraphSurfaceSkeletonFilter, vtkBoostKruskalMinimumSpanningTree, vtkAMRCutPlane, vtkOpenQubeMoleculeSource, vtkBoostBetweennessClustering, vtkStringToCategory, vtkXMLPolyDataReader, vtkRectilinearGridPartitioner, vtkPBGLMinimumSpanningTree, vtkPieceRequestFilter, vtkPBGLVertexColoring, vtkRenderLargeImage, vtkPythonAlgorithm, vtkTrivialProducer, vtkStreamingStatistics, vtkStructuredGridPartitioner, vtkXMLUnstructuredGridReader, vtkPistonAlgorithm, vtkThreadedSynchronizedTemplatesCutter3D, vtkGraphReader, vtkCompositeDataReader, vtkReebGraphToJoinSplitTreeFilter, vtkXMLImageDataReader, vtkXMLPImageDataReader, vtkUniformGridPartitioner, vtkPolyDataStreamer, vtkPBGLConnectedComponents, vtkStructuredPointsReader, vtkMoleculeReaderBase, vtkNewickTreeReader, vtkPUnstructuredGridGhostDataGenerator, vtkPolyDataReader, vtkStructuredGridReader, vtkUnstructuredGridReader, vtkXMLCompositeDataReader, vtkXMLRectilinearGridReader, vtkImageDataToUniformGrid, vtkImageStencilAlgorithm, vtkRectilinearGridReader, vtkTableReader, vtkXMLPPolyDataReader, vtkXMLPRectilinearGridReader, vtkXMLStructuredGridReader, vtkSMPContourGrid, vtkXMLHyperOctreeReader, vtkConvertSelectionDomain, vtkMultiNewickTreeReader, vtkXMLPStructuredGridReader, vtkXMLPUnstructuredGridReader, vtkImageToStructuredPoints, vtkExtractLevel, vtkTreeReader, vtkReebGraphSimplificationFilter, vtkXMLMultiBlockDataReader, vtkBiomTableReader, vtkGaussianCubeReader, vtkImageToStructuredGrid, vtkUnstructuredGridToReebGraphFilter, vtkDataObjectReader, vtkPistonToDataSet, vtkPolyDataToReebGraphFilter, vtkCMLMoleculeReader, vtkExtractDataSets, vtkAMRToMultiBlockFilter, vtkDataSetGhostGenerator, vtkOverlappingAMRAlgorithm, vtkHyperOctreeLimiter, vtkQuadraturePointInterpolator, vtkQuadratureSchemeDictionaryGenerator, vtkNonOverlappingAMRAlgorithm, vtkSMPContourGridManyPieces, and vtkHyperOctreeDepth.
|
protectedvirtual |
Set the number of input ports used by the algorithm.
Reimplemented in vtkPythonAlgorithm.
|
protectedvirtual |
Set the number of output ports provided by the algorithm.
Reimplemented in vtkPythonAlgorithm.
|
protected |
Get the assocition of the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass.
|
protected |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
|
protected |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
|
protected |
Get the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass
|
protected |
Get the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass
|
protected |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
|
protected |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
|
protected |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
|
protected |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
|
protected |
Get the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass
|
protected |
Get the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass
|
protected |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
|
protected |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
|
protected |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
|
protected |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
|
protected |
This method takes in an index (as specified in SetInputArrayToProcess) and a pipeline information vector. It then finds the information about input array idx and then uses that information to find the field information from the relevant field in the pifo vector (as done by vtkDataObject::GetActiveFieldInformation)
|
protectedvirtual |
Create a default executive. If the DefaultExecutivePrototype is set, a copy of it is created in CreateDefaultExecutive() using NewInstance(). Otherwise, vtkStreamingDemandDrivenPipeline is created.
Reimplemented in vtkStreamTracer, vtkXdmfWriter, vtkCompositeSurfaceLICMapper, vtkGenericCompositePolyDataMapper2, vtkHierarchicalBoxDataSetAlgorithm, vtkCompositeDataSetAlgorithm, vtkMultiBlockDataSetAlgorithm, vtkUniformGridAMRAlgorithm, vtkCompositePolyDataMapper2, vtkXMLCompositeDataWriter, vtkCompositeDataProbeFilter, vtkTrivialProducer, vtkXMLCompositeDataReader, vtkCompositePolyDataMapper, vtkCompositeDataGeometryFilter, and vtkImageCacheFilter.
|
protectedvirtual |
The error code contains a possible error that occurred while reading or writing the file.
|
protectedvirtual |
Reimplemented from vtkObjectBase.
Reimplemented in vtkSurfaceLICMapper, vtkImageReslice, vtkGraphMapper, vtkImageResliceMapper, vtkVolumeRayCastMapper, vtkContourFilter, vtkClipVolume, vtkSampleFunction, vtkSelectEnclosedPoints, vtkProgrammableAttributeDataFilter, vtkPainterPolyDataMapper, vtkImageOpenClose3D, vtkCompositeSurfaceLICMapper, vtkVolumeTextureMapper, vtkSpatialRepresentationFilter, vtkProjectedTetrahedraMapper, vtkTrivialProducer, vtkImageStencilSource, vtkDataSetMapper, vtkProjectedAAHexahedraMapper, vtkInterpolateDataSetAttributes, and vtkOpenGLGlyph3DMapper.
|
protectedvirtual |
Replace the Nth connection on the given input port. For use only by this class and subclasses. If this is used to store a NULL input then the subclass must be able to handle NULL inputs in its ProcessRequest method.
Set the number of input connections on the given input port. For use only by this class and subclasses. If this is used to store a NULL input then the subclass must be able to handle NULL inputs in its ProcessRequest method.
|
inlineprotected |
These methods are used by subclasses to implement methods to set data objects directly as input. Internally, they create a vtkTrivialProducer that has the data object as output and connect it to the algorithm.
Definition at line 743 of file vtkAlgorithm.h.
|
inlineprotected |
These methods are used by subclasses to implement methods to set data objects directly as input. Internally, they create a vtkTrivialProducer that has the data object as output and connect it to the algorithm.
Definition at line 745 of file vtkAlgorithm.h.
int vtkAlgorithm::AbortExecute |
Definition at line 210 of file vtkAlgorithm.h.
|
protected |
Definition at line 586 of file vtkAlgorithm.h.
|
protected |
The error code contains a possible error that occurred while reading or writing the file.
Definition at line 708 of file vtkAlgorithm.h.
|
protected |
Definition at line 713 of file vtkAlgorithm.h.
|
protected |
Definition at line 714 of file vtkAlgorithm.h.
|
staticprotected |
Definition at line 736 of file vtkAlgorithm.h.
|
protected |
Definition at line 749 of file vtkAlgorithm.h.