ActiViz .NET
5.8.0
|
vtkTableAlgorithm - Superclass for algorithms that produce only vtkTables as output More...
Public Member Functions | |
vtkTableAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTableAlgorithm () | |
Undocumented Block. | |
vtkTable | GetOutput () |
Get the output data object for a port on this algorithm. | |
vtkTable | GetOutput (int index) |
Get the output data object for a port on this algorithm. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTableAlgorithm | NewInstance () |
Undocumented Block. | |
void | SetInput (vtkDataObject obj) |
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port. | |
void | SetInput (int index, vtkDataObject obj) |
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port. | |
Static Public Member Functions | |
static new vtkTableAlgorithm | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTableAlgorithm | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTableAlgorithm" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkTableAlgorithm" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkTableAlgorithm_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableAlgorithm_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableAlgorithm_GetOutput_02 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTableAlgorithm_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkTableAlgorithm_IsTypeOf_04 (string type) |
static internal IntPtr | vtkTableAlgorithm_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableAlgorithm_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTableAlgorithm_SetInput_08 (HandleRef pThis, HandleRef obj) |
static internal void | vtkTableAlgorithm_SetInput_09 (HandleRef pThis, int index, HandleRef obj) |
Static Private Member Functions | |
static | vtkTableAlgorithm () |
Automatically generated type registration mechanics. |
vtkTableAlgorithm - Superclass for algorithms that produce only vtkTables as output
Description vtkTableAlgorithm is a convenience class to make writing algorithms easier. It is also designed to help transition old algorithms to the new pipeline architecture. There are some assumptions and defaults made by this class you should be aware of. This class defaults such that your filter will have one input port and one output port. If that is not the case simply change it with SetNumberOfInputPorts etc. See this class constructor for the default. This class also provides a FillInputPortInfo method that by default says that all inputs will be Tree. If that isn't the case then please override this method in your subclass. This class breaks out the downstream requests into separate functions such as ExecuteData and ExecuteInformation. For new algorithms you should implement RequestData( request, inputVec, outputVec) but for older filters there is a default implementation that calls the old ExecuteData(output) signature. For even older filters that don't implement ExecuteData the default implementation calls the even older Execute() signature.
Thanks Thanks to Brian Wylie for creating this class.
static Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTableAlgorithm.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkKMeansStatistics, Kitware.VTK.vtkMultiCorrelativeStatistics, Kitware.VTK.vtkDelimitedTextReader, Kitware.VTK.vtkBoostSplitTableField, Kitware.VTK.vtkDotProductSimilarity, Kitware.VTK.vtkExtractHistogram2D, Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkPairwiseExtractHistogram2D, Kitware.VTK.vtkPPairwiseExtractHistogram2D, Kitware.VTK.vtkPCAStatistics, Kitware.VTK.vtkCorrelativeStatistics, Kitware.VTK.vtkFixedWidthTextReader, Kitware.VTK.vtkMergeColumns, Kitware.VTK.vtkPExtractHistogram2D, Kitware.VTK.vtkBivariateLinearTableThreshold, Kitware.VTK.vtkExtractTemporalFieldData, Kitware.VTK.vtkRowQueryToTable, Kitware.VTK.vtkMergeTables, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkSparseArrayToTable, Kitware.VTK.vtkContingencyStatistics, Kitware.VTK.vtkRISReader, Kitware.VTK.vtkISIReader, Kitware.VTK.vtkStreamingStatistics, Kitware.VTK.vtkExtractSelectedRows, Kitware.VTK.vtkSplitColumnComponents, Kitware.VTK.vtkPBivariateLinearTableThreshold, Kitware.VTK.vtkSQLDatabaseTableSource, Kitware.VTK.vtkThresholdTable, Kitware.VTK.vtkArrayToTable, Kitware.VTK.vtkDataObjectToTable, Kitware.VTK.vtkPContingencyStatistics, Kitware.VTK.vtkPCorrelativeStatistics, Kitware.VTK.vtkPDescriptiveStatistics, Kitware.VTK.vtkPKMeansStatistics, Kitware.VTK.vtkPMultiCorrelativeStatistics, Kitware.VTK.vtkPOrderStatistics, Kitware.VTK.vtkPPCAStatistics, Kitware.VTK.vtkCollectTable, Kitware.VTK.vtkAdjacencyMatrixToEdgeTable, Kitware.VTK.vtkStatisticsAlgorithm, Kitware.VTK.vtkBivariateStatisticsAlgorithm, and Kitware.VTK.vtkUnivariateStatisticsAlgorithm.
Get the output data object for a port on this algorithm.
vtkTable Kitware.VTK.vtkTableAlgorithm.GetOutput | ( | int | index | ) |
Get the output data object for a port on this algorithm.
override int Kitware.VTK.vtkTableAlgorithm.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkPCAStatistics, Kitware.VTK.vtkExtractHistogram2D, Kitware.VTK.vtkDelimitedTextReader, Kitware.VTK.vtkBivariateLinearTableThreshold, Kitware.VTK.vtkPairwiseExtractHistogram2D, Kitware.VTK.vtkStatisticsAlgorithm, Kitware.VTK.vtkKMeansStatistics, Kitware.VTK.vtkDotProductSimilarity, Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkFixedWidthTextReader, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkCollectTable, Kitware.VTK.vtkThresholdTable, Kitware.VTK.vtkMergeTables, Kitware.VTK.vtkDataObjectToTable, Kitware.VTK.vtkExtractSelectedRows, Kitware.VTK.vtkPKMeansStatistics, Kitware.VTK.vtkSQLDatabaseTableSource, Kitware.VTK.vtkBoostSplitTableField, Kitware.VTK.vtkRowQueryToTable, Kitware.VTK.vtkAdjacencyMatrixToEdgeTable, Kitware.VTK.vtkRISReader, Kitware.VTK.vtkPPairwiseExtractHistogram2D, Kitware.VTK.vtkISIReader, Kitware.VTK.vtkMultiCorrelativeStatistics, Kitware.VTK.vtkPMultiCorrelativeStatistics, Kitware.VTK.vtkPExtractHistogram2D, Kitware.VTK.vtkStreamingStatistics, Kitware.VTK.vtkPBivariateLinearTableThreshold, Kitware.VTK.vtkPContingencyStatistics, Kitware.VTK.vtkPCorrelativeStatistics, Kitware.VTK.vtkPDescriptiveStatistics, Kitware.VTK.vtkPOrderStatistics, Kitware.VTK.vtkPPCAStatistics, Kitware.VTK.vtkCorrelativeStatistics, Kitware.VTK.vtkMergeColumns, Kitware.VTK.vtkExtractTemporalFieldData, Kitware.VTK.vtkSparseArrayToTable, Kitware.VTK.vtkContingencyStatistics, Kitware.VTK.vtkSplitColumnComponents, Kitware.VTK.vtkArrayToTable, Kitware.VTK.vtkBivariateStatisticsAlgorithm, and Kitware.VTK.vtkUnivariateStatisticsAlgorithm.
static new int Kitware.VTK.vtkTableAlgorithm.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkPCAStatistics, Kitware.VTK.vtkExtractHistogram2D, Kitware.VTK.vtkDelimitedTextReader, Kitware.VTK.vtkBivariateLinearTableThreshold, Kitware.VTK.vtkPairwiseExtractHistogram2D, Kitware.VTK.vtkStatisticsAlgorithm, Kitware.VTK.vtkKMeansStatistics, Kitware.VTK.vtkDotProductSimilarity, Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkFixedWidthTextReader, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkCollectTable, Kitware.VTK.vtkThresholdTable, Kitware.VTK.vtkMergeTables, Kitware.VTK.vtkDataObjectToTable, Kitware.VTK.vtkExtractSelectedRows, Kitware.VTK.vtkPKMeansStatistics, Kitware.VTK.vtkSQLDatabaseTableSource, Kitware.VTK.vtkBoostSplitTableField, Kitware.VTK.vtkRowQueryToTable, Kitware.VTK.vtkAdjacencyMatrixToEdgeTable, Kitware.VTK.vtkRISReader, Kitware.VTK.vtkPPairwiseExtractHistogram2D, Kitware.VTK.vtkISIReader, Kitware.VTK.vtkMultiCorrelativeStatistics, Kitware.VTK.vtkPMultiCorrelativeStatistics, Kitware.VTK.vtkPExtractHistogram2D, Kitware.VTK.vtkStreamingStatistics, Kitware.VTK.vtkPBivariateLinearTableThreshold, Kitware.VTK.vtkPContingencyStatistics, Kitware.VTK.vtkPCorrelativeStatistics, Kitware.VTK.vtkPDescriptiveStatistics, Kitware.VTK.vtkPOrderStatistics, Kitware.VTK.vtkPPCAStatistics, Kitware.VTK.vtkCorrelativeStatistics, Kitware.VTK.vtkMergeColumns, Kitware.VTK.vtkExtractTemporalFieldData, Kitware.VTK.vtkSparseArrayToTable, Kitware.VTK.vtkContingencyStatistics, Kitware.VTK.vtkSplitColumnComponents, Kitware.VTK.vtkArrayToTable, Kitware.VTK.vtkBivariateStatisticsAlgorithm, and Kitware.VTK.vtkUnivariateStatisticsAlgorithm.
static new vtkTableAlgorithm Kitware.VTK.vtkTableAlgorithm.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkKMeansStatistics, Kitware.VTK.vtkMultiCorrelativeStatistics, Kitware.VTK.vtkDelimitedTextReader, Kitware.VTK.vtkBoostSplitTableField, Kitware.VTK.vtkDotProductSimilarity, Kitware.VTK.vtkExtractHistogram2D, Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkPairwiseExtractHistogram2D, Kitware.VTK.vtkPPairwiseExtractHistogram2D, Kitware.VTK.vtkPCAStatistics, Kitware.VTK.vtkCorrelativeStatistics, Kitware.VTK.vtkFixedWidthTextReader, Kitware.VTK.vtkMergeColumns, Kitware.VTK.vtkPExtractHistogram2D, Kitware.VTK.vtkBivariateLinearTableThreshold, Kitware.VTK.vtkExtractTemporalFieldData, Kitware.VTK.vtkRowQueryToTable, Kitware.VTK.vtkMergeTables, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkSparseArrayToTable, Kitware.VTK.vtkContingencyStatistics, Kitware.VTK.vtkRISReader, Kitware.VTK.vtkISIReader, Kitware.VTK.vtkStreamingStatistics, Kitware.VTK.vtkExtractSelectedRows, Kitware.VTK.vtkSplitColumnComponents, Kitware.VTK.vtkPBivariateLinearTableThreshold, Kitware.VTK.vtkSQLDatabaseTableSource, Kitware.VTK.vtkThresholdTable, Kitware.VTK.vtkArrayToTable, Kitware.VTK.vtkDataObjectToTable, Kitware.VTK.vtkPContingencyStatistics, Kitware.VTK.vtkPCorrelativeStatistics, Kitware.VTK.vtkPDescriptiveStatistics, Kitware.VTK.vtkPKMeansStatistics, Kitware.VTK.vtkPMultiCorrelativeStatistics, Kitware.VTK.vtkPOrderStatistics, Kitware.VTK.vtkPPCAStatistics, Kitware.VTK.vtkCollectTable, and Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkPCAStatistics, Kitware.VTK.vtkDelimitedTextReader, Kitware.VTK.vtkExtractHistogram2D, Kitware.VTK.vtkBivariateLinearTableThreshold, Kitware.VTK.vtkPairwiseExtractHistogram2D, Kitware.VTK.vtkStatisticsAlgorithm, Kitware.VTK.vtkKMeansStatistics, Kitware.VTK.vtkDotProductSimilarity, Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkMergeTables, Kitware.VTK.vtkFixedWidthTextReader, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkCollectTable, Kitware.VTK.vtkThresholdTable, Kitware.VTK.vtkDataObjectToTable, Kitware.VTK.vtkExtractSelectedRows, Kitware.VTK.vtkPKMeansStatistics, Kitware.VTK.vtkSQLDatabaseTableSource, Kitware.VTK.vtkBoostSplitTableField, Kitware.VTK.vtkRowQueryToTable, Kitware.VTK.vtkAdjacencyMatrixToEdgeTable, Kitware.VTK.vtkRISReader, Kitware.VTK.vtkPPairwiseExtractHistogram2D, Kitware.VTK.vtkISIReader, Kitware.VTK.vtkMultiCorrelativeStatistics, Kitware.VTK.vtkPContingencyStatistics, Kitware.VTK.vtkPCorrelativeStatistics, Kitware.VTK.vtkPDescriptiveStatistics, Kitware.VTK.vtkPMultiCorrelativeStatistics, Kitware.VTK.vtkPOrderStatistics, Kitware.VTK.vtkPExtractHistogram2D, Kitware.VTK.vtkStreamingStatistics, Kitware.VTK.vtkPBivariateLinearTableThreshold, Kitware.VTK.vtkPPCAStatistics, Kitware.VTK.vtkCorrelativeStatistics, Kitware.VTK.vtkMergeColumns, Kitware.VTK.vtkExtractTemporalFieldData, Kitware.VTK.vtkSparseArrayToTable, Kitware.VTK.vtkContingencyStatistics, Kitware.VTK.vtkSplitColumnComponents, Kitware.VTK.vtkArrayToTable, Kitware.VTK.vtkBivariateStatisticsAlgorithm, and Kitware.VTK.vtkUnivariateStatisticsAlgorithm.
static new vtkTableAlgorithm Kitware.VTK.vtkTableAlgorithm.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkPCAStatistics, Kitware.VTK.vtkDelimitedTextReader, Kitware.VTK.vtkExtractHistogram2D, Kitware.VTK.vtkBivariateLinearTableThreshold, Kitware.VTK.vtkStatisticsAlgorithm, Kitware.VTK.vtkPairwiseExtractHistogram2D, Kitware.VTK.vtkKMeansStatistics, Kitware.VTK.vtkDotProductSimilarity, Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkMergeTables, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkCollectTable, Kitware.VTK.vtkFixedWidthTextReader, Kitware.VTK.vtkThresholdTable, Kitware.VTK.vtkDataObjectToTable, Kitware.VTK.vtkExtractSelectedRows, Kitware.VTK.vtkPKMeansStatistics, Kitware.VTK.vtkSQLDatabaseTableSource, Kitware.VTK.vtkBoostSplitTableField, Kitware.VTK.vtkRowQueryToTable, Kitware.VTK.vtkAdjacencyMatrixToEdgeTable, Kitware.VTK.vtkRISReader, Kitware.VTK.vtkPPairwiseExtractHistogram2D, Kitware.VTK.vtkISIReader, Kitware.VTK.vtkMultiCorrelativeStatistics, Kitware.VTK.vtkPContingencyStatistics, Kitware.VTK.vtkPCorrelativeStatistics, Kitware.VTK.vtkPDescriptiveStatistics, Kitware.VTK.vtkPMultiCorrelativeStatistics, Kitware.VTK.vtkPOrderStatistics, Kitware.VTK.vtkPExtractHistogram2D, Kitware.VTK.vtkStreamingStatistics, Kitware.VTK.vtkPBivariateLinearTableThreshold, Kitware.VTK.vtkPPCAStatistics, Kitware.VTK.vtkCorrelativeStatistics, Kitware.VTK.vtkMergeColumns, Kitware.VTK.vtkExtractTemporalFieldData, Kitware.VTK.vtkSparseArrayToTable, Kitware.VTK.vtkContingencyStatistics, Kitware.VTK.vtkSplitColumnComponents, Kitware.VTK.vtkBivariateStatisticsAlgorithm, Kitware.VTK.vtkUnivariateStatisticsAlgorithm, and Kitware.VTK.vtkArrayToTable.
void Kitware.VTK.vtkTableAlgorithm.SetInput | ( | vtkDataObject | obj | ) |
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.
void Kitware.VTK.vtkTableAlgorithm.SetInput | ( | int | index, |
vtkDataObject | obj | ||
) |
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.
static internal IntPtr Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm_GetOutput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm_GetOutput_02 | ( | HandleRef | pThis, |
int | index, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm_SetInput_08 | ( | HandleRef | pThis, |
HandleRef | obj | ||
) | [private] |
static internal void Kitware.VTK.vtkTableAlgorithm.vtkTableAlgorithm_SetInput_09 | ( | HandleRef | pThis, |
int | index, | ||
HandleRef | obj | ||
) | [private] |
new readonly string Kitware.VTK.vtkTableAlgorithm.MRClassNameKey = "17vtkTableAlgorithm" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkKMeansStatistics, Kitware.VTK.vtkMultiCorrelativeStatistics, Kitware.VTK.vtkDelimitedTextReader, Kitware.VTK.vtkBoostSplitTableField, Kitware.VTK.vtkDotProductSimilarity, Kitware.VTK.vtkStatisticsAlgorithm, Kitware.VTK.vtkExtractHistogram2D, Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkPairwiseExtractHistogram2D, Kitware.VTK.vtkPPairwiseExtractHistogram2D, Kitware.VTK.vtkPCAStatistics, Kitware.VTK.vtkBivariateStatisticsAlgorithm, Kitware.VTK.vtkCorrelativeStatistics, Kitware.VTK.vtkFixedWidthTextReader, Kitware.VTK.vtkUnivariateStatisticsAlgorithm, Kitware.VTK.vtkMergeColumns, Kitware.VTK.vtkPExtractHistogram2D, Kitware.VTK.vtkBivariateLinearTableThreshold, Kitware.VTK.vtkExtractTemporalFieldData, Kitware.VTK.vtkRowQueryToTable, Kitware.VTK.vtkMergeTables, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkSparseArrayToTable, Kitware.VTK.vtkContingencyStatistics, Kitware.VTK.vtkRISReader, Kitware.VTK.vtkISIReader, Kitware.VTK.vtkStreamingStatistics, Kitware.VTK.vtkExtractSelectedRows, Kitware.VTK.vtkSplitColumnComponents, Kitware.VTK.vtkPBivariateLinearTableThreshold, Kitware.VTK.vtkSQLDatabaseTableSource, Kitware.VTK.vtkThresholdTable, Kitware.VTK.vtkArrayToTable, Kitware.VTK.vtkDataObjectToTable, Kitware.VTK.vtkPContingencyStatistics, Kitware.VTK.vtkPCorrelativeStatistics, Kitware.VTK.vtkPDescriptiveStatistics, Kitware.VTK.vtkPKMeansStatistics, Kitware.VTK.vtkPMultiCorrelativeStatistics, Kitware.VTK.vtkPOrderStatistics, Kitware.VTK.vtkPPCAStatistics, Kitware.VTK.vtkCollectTable, and Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.
new const string Kitware.VTK.vtkTableAlgorithm.MRFullTypeName = "Kitware.VTK.vtkTableAlgorithm" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkKMeansStatistics, Kitware.VTK.vtkMultiCorrelativeStatistics, Kitware.VTK.vtkDelimitedTextReader, Kitware.VTK.vtkBoostSplitTableField, Kitware.VTK.vtkDotProductSimilarity, Kitware.VTK.vtkStatisticsAlgorithm, Kitware.VTK.vtkExtractHistogram2D, Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkPairwiseExtractHistogram2D, Kitware.VTK.vtkPPairwiseExtractHistogram2D, Kitware.VTK.vtkPCAStatistics, Kitware.VTK.vtkBivariateStatisticsAlgorithm, Kitware.VTK.vtkCorrelativeStatistics, Kitware.VTK.vtkFixedWidthTextReader, Kitware.VTK.vtkUnivariateStatisticsAlgorithm, Kitware.VTK.vtkMergeColumns, Kitware.VTK.vtkPExtractHistogram2D, Kitware.VTK.vtkBivariateLinearTableThreshold, Kitware.VTK.vtkExtractTemporalFieldData, Kitware.VTK.vtkRowQueryToTable, Kitware.VTK.vtkMergeTables, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkSparseArrayToTable, Kitware.VTK.vtkContingencyStatistics, Kitware.VTK.vtkRISReader, Kitware.VTK.vtkISIReader, Kitware.VTK.vtkStreamingStatistics, Kitware.VTK.vtkExtractSelectedRows, Kitware.VTK.vtkSplitColumnComponents, Kitware.VTK.vtkPBivariateLinearTableThreshold, Kitware.VTK.vtkSQLDatabaseTableSource, Kitware.VTK.vtkThresholdTable, Kitware.VTK.vtkArrayToTable, Kitware.VTK.vtkDataObjectToTable, Kitware.VTK.vtkPContingencyStatistics, Kitware.VTK.vtkPCorrelativeStatistics, Kitware.VTK.vtkPDescriptiveStatistics, Kitware.VTK.vtkPKMeansStatistics, Kitware.VTK.vtkPMultiCorrelativeStatistics, Kitware.VTK.vtkPOrderStatistics, Kitware.VTK.vtkPPCAStatistics, Kitware.VTK.vtkCollectTable, and Kitware.VTK.vtkAdjacencyMatrixToEdgeTable.