ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkComputeHistogram2DOutliers Class Reference

vtkComputeHistogram2DOutliers - compute the outliers in a set of 2D histograms and extract the corresponding row data. More...

Inheritance diagram for Kitware.VTK.vtkComputeHistogram2DOutliers:
[legend]
Collaboration diagram for Kitware.VTK.vtkComputeHistogram2DOutliers:
[legend]

List of all members.

Public Types

enum  InputPorts { INPUT_HISTOGRAMS_IMAGE_DATA = 1, INPUT_HISTOGRAMS_MULTIBLOCK = 2, INPUT_TABLE_DATA = 0 }
enum  OutputPorts { OUTPUT_SELECTED_ROWS = 0, OUTPUT_SELECTED_TABLE_DATA = 1 }

Public Member Functions

 vtkComputeHistogram2DOutliers (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkComputeHistogram2DOutliers ()
 Undocumented Block.
vtkTable GetOutputTable ()
virtual int GetPreferredNumberOfOutliers ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkComputeHistogram2DOutliers NewInstance ()
 Undocumented Block.
void SetInputHistogramImageDataConnection (vtkAlgorithmOutput cxn)
 Set the input histogram data as a (repeatable) vtkImageData.
void SetInputHistogramMultiBlockConnection (vtkAlgorithmOutput cxn)
 Set the input histogram data as a vtkMultiBlockData set containing multiple vtkImageData objects.
void SetInputTableConnection (vtkAlgorithmOutput cxn)
 Set the source table data, from which data will be filtered.
virtual void SetPreferredNumberOfOutliers (int _arg)
 Undocumented Block.

Static Public Member Functions

static new
vtkComputeHistogram2DOutliers 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkComputeHistogram2DOutliers 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkComputeHistogram2DOutliers"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "29vtkComputeHistogram2DOutliers"
 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 vtkComputeHistogram2DOutliers_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkComputeHistogram2DOutliers_GetOutputTable_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkComputeHistogram2DOutliers_GetPreferredNumberOfOutliers_02 (HandleRef pThis)
static internal int vtkComputeHistogram2DOutliers_IsA_03 (HandleRef pThis, string type)
static internal int vtkComputeHistogram2DOutliers_IsTypeOf_04 (string type)
static internal IntPtr vtkComputeHistogram2DOutliers_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkComputeHistogram2DOutliers_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkComputeHistogram2DOutliers_SetInputHistogramImageDataConnection_08 (HandleRef pThis, HandleRef cxn)
static internal void vtkComputeHistogram2DOutliers_SetInputHistogramMultiBlockConnection_09 (HandleRef pThis, HandleRef cxn)
static internal void vtkComputeHistogram2DOutliers_SetInputTableConnection_10 (HandleRef pThis, HandleRef cxn)
static internal void vtkComputeHistogram2DOutliers_SetPreferredNumberOfOutliers_11 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkComputeHistogram2DOutliers ()
 Automatically generated type registration mechanics.

Detailed Description

vtkComputeHistogram2DOutliers - compute the outliers in a set of 2D histograms and extract the corresponding row data.

Description This class takes a table and one or more vtkImageData histograms as input and computes the outliers in that data. In general it does so by identifying histogram bins that are removed by a median (salt and pepper) filter and below a threshold. This threshold is automatically identified to retrieve a number of outliers close to a user-determined value. This value is set by calling SetPreferredNumberOfOutliers(int).

The image data input can come either as a multiple vtkImageData via the repeatable INPUT_HISTOGRAM_IMAGE_DATA port, or as a single vtkMultiBlockDataSet containing vtkImageData objects as blocks. One or the other must be set, not both (or neither).

The output can be retrieved as a set of row ids in a vtkSelection or as a vtkTable containing the actual outlier row data.

Thanks Developed by David Feng at Sandia National Laboratories ------------------------------------------------------------------------------

vtkExtractHistogram2D vtkPComputeHistogram2DOutliers


Member Enumeration Documentation

Enumerator:
INPUT_HISTOGRAMS_IMAGE_DATA 

enum member

INPUT_HISTOGRAMS_MULTIBLOCK 

enum member

INPUT_TABLE_DATA 

enum member

Enumerator:
OUTPUT_SELECTED_ROWS 

enum member

OUTPUT_SELECTED_TABLE_DATA 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkComputeHistogram2DOutliers.vtkComputeHistogram2DOutliers ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkComputeHistogram2DOutliers.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.vtkSelectionAlgorithm.

Reimplemented in Kitware.VTK.vtkPComputeHistogram2DOutliers.

Here is the call graph for this function:

Undocumented Block.

override int Kitware.VTK.vtkComputeHistogram2DOutliers.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Reimplemented in Kitware.VTK.vtkPComputeHistogram2DOutliers.

static new int Kitware.VTK.vtkComputeHistogram2DOutliers.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Reimplemented in Kitware.VTK.vtkPComputeHistogram2DOutliers.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Reimplemented in Kitware.VTK.vtkPComputeHistogram2DOutliers.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Reimplemented in Kitware.VTK.vtkPComputeHistogram2DOutliers.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Reimplemented in Kitware.VTK.vtkPComputeHistogram2DOutliers.

Here is the call graph for this function:

Set the input histogram data as a (repeatable) vtkImageData.

Set the input histogram data as a vtkMultiBlockData set containing multiple vtkImageData objects.

Set the source table data, from which data will be filtered.

Undocumented Block.

static internal IntPtr Kitware.VTK.vtkComputeHistogram2DOutliers.vtkComputeHistogram2DOutliers_GetOutputTable_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkComputeHistogram2DOutliers.vtkComputeHistogram2DOutliers_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkComputeHistogram2DOutliers.vtkComputeHistogram2DOutliers_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkComputeHistogram2DOutliers.vtkComputeHistogram2DOutliers_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkComputeHistogram2DOutliers.vtkComputeHistogram2DOutliers_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkComputeHistogram2DOutliers.vtkComputeHistogram2DOutliers_SetInputHistogramImageDataConnection_08 ( HandleRef  pThis,
HandleRef  cxn 
) [private]
static internal void Kitware.VTK.vtkComputeHistogram2DOutliers.vtkComputeHistogram2DOutliers_SetInputTableConnection_10 ( HandleRef  pThis,
HandleRef  cxn 
) [private]
static internal void Kitware.VTK.vtkComputeHistogram2DOutliers.vtkComputeHistogram2DOutliers_SetPreferredNumberOfOutliers_11 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkComputeHistogram2DOutliers.MRClassNameKey = "29vtkComputeHistogram2DOutliers" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Reimplemented in Kitware.VTK.vtkPComputeHistogram2DOutliers.

new const string Kitware.VTK.vtkComputeHistogram2DOutliers.MRFullTypeName = "Kitware.VTK.vtkComputeHistogram2DOutliers"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.

Reimplemented in Kitware.VTK.vtkPComputeHistogram2DOutliers.


The documentation for this class was generated from the following file: