ActiViz .NET
5.8.0
|
vtkExtractHistogram2D - compute a 2D histogram between two columns of an input vtkTable. More...
Public Types | |
enum | OutputIndices { HISTOGRAM_IMAGE = 3 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkExtractHistogram2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkExtractHistogram2D () | |
Undocumented Block. | |
override void | Aggregate (vtkDataObjectCollection arg0, vtkMultiBlockDataSet arg1) |
Given a collection of models, calculate aggregate model. Not used. | |
int | GetBinRange (int binX, int binY, IntPtr range) |
Compute the range of the bin located at position (binX,binY) in the 2D histogram. | |
int | GetBinRange (int bin, IntPtr range) |
Get the range of the of the bin located at 1D position index bin in the 2D histogram array. | |
void | GetBinWidth (IntPtr bw) |
Get the width of all of the bins. Also stored in the spacing ivar of the histogram image output. | |
virtual int[] | GetComponentsToProcess () |
Set/get the components of the arrays in the two input columns to be used during histogram computation. Defaults to component 0. | |
virtual void | GetComponentsToProcess (ref int _arg1, ref int _arg2) |
Set/get the components of the arrays in the two input columns to be used during histogram computation. Defaults to component 0. | |
virtual void | GetComponentsToProcess (IntPtr _arg) |
Set/get the components of the arrays in the two input columns to be used during histogram computation. Defaults to component 0. | |
virtual double[] | GetCustomHistogramExtents () |
Set/get a custom domain for histogram computation. UseCustomHistogramExtents must be called for these to actually be used. | |
virtual void | GetCustomHistogramExtents (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
Set/get a custom domain for histogram computation. UseCustomHistogramExtents must be called for these to actually be used. | |
virtual void | GetCustomHistogramExtents (IntPtr _arg) |
Set/get a custom domain for histogram computation. UseCustomHistogramExtents must be called for these to actually be used. | |
IntPtr | GetHistogramExtents () |
Get the histogram extents currently in use, either computed or set by the user. | |
virtual double | GetMaximumBinCount () |
Access the count of the histogram bin containing the largest number of input rows. | |
virtual int[] | GetNumberOfBins () |
Set/get the number of bins to be used per dimension (x,y) | |
virtual void | GetNumberOfBins (ref int _arg1, ref int _arg2) |
Set/get the number of bins to be used per dimension (x,y) | |
virtual void | GetNumberOfBins (IntPtr _arg) |
Set/get the number of bins to be used per dimension (x,y) | |
vtkImageData | GetOutputHistogramImage () |
Gets the data object at the histogram image output port and casts it to a vtkImageData. | |
virtual vtkDataArray | GetRowMask () |
Get/Set an optional mask that can ignore rows of the table. | |
virtual int | GetScalarType () |
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer. | |
virtual int | GetSwapColumns () |
Get the histogram extents currently in use, either computed or set by the user. | |
virtual int | GetUseCustomHistogramExtents () |
Use the extents in CustomHistogramExtents when computing the histogram, rather than the simple range of the input columns. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkExtractHistogram2D | NewInstance () |
Undocumented Block. | |
virtual void | SetComponentsToProcess (int _arg1, int _arg2) |
Set/get the components of the arrays in the two input columns to be used during histogram computation. Defaults to component 0. | |
void | SetComponentsToProcess (IntPtr _arg) |
Set/get the components of the arrays in the two input columns to be used during histogram computation. Defaults to component 0. | |
virtual void | SetCustomHistogramExtents (double _arg1, double _arg2, double _arg3, double _arg4) |
Set/get a custom domain for histogram computation. UseCustomHistogramExtents must be called for these to actually be used. | |
virtual void | SetCustomHistogramExtents (IntPtr _arg) |
Set/get a custom domain for histogram computation. UseCustomHistogramExtents must be called for these to actually be used. | |
virtual void | SetNumberOfBins (int _arg1, int _arg2) |
Set/get the number of bins to be used per dimension (x,y) | |
void | SetNumberOfBins (IntPtr _arg) |
Set/get the number of bins to be used per dimension (x,y) | |
virtual void | SetRowMask (vtkDataArray arg0) |
Get/Set an optional mask that can ignore rows of the table. | |
virtual void | SetScalarType (int _arg) |
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer. | |
void | SetScalarTypeToDouble () |
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer. | |
void | SetScalarTypeToFloat () |
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer. | |
void | SetScalarTypeToUnsignedChar () |
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer. | |
void | SetScalarTypeToUnsignedInt () |
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer. | |
void | SetScalarTypeToUnsignedLong () |
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer. | |
void | SetScalarTypeToUnsignedShort () |
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer. | |
virtual void | SetSwapColumns (int _arg) |
Get the histogram extents currently in use, either computed or set by the user. | |
virtual void | SetUseCustomHistogramExtents (int _arg) |
Use the extents in CustomHistogramExtents when computing the histogram, rather than the simple range of the input columns. | |
virtual void | SwapColumnsOff () |
Get the histogram extents currently in use, either computed or set by the user. | |
virtual void | SwapColumnsOn () |
Get the histogram extents currently in use, either computed or set by the user. | |
virtual void | UseCustomHistogramExtentsOff () |
Use the extents in CustomHistogramExtents when computing the histogram, rather than the simple range of the input columns. | |
virtual void | UseCustomHistogramExtentsOn () |
Use the extents in CustomHistogramExtents when computing the histogram, rather than the simple range of the input columns. | |
Static Public Member Functions | |
static new vtkExtractHistogram2D | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkExtractHistogram2D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkExtractHistogram2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkExtractHistogram2D" |
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 | vtkExtractHistogram2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractHistogram2D_Aggregate_01 (HandleRef pThis, HandleRef arg0, HandleRef arg1) |
static internal int | vtkExtractHistogram2D_GetBinRange_02 (HandleRef pThis, int binX, int binY, IntPtr range) |
static internal int | vtkExtractHistogram2D_GetBinRange_03 (HandleRef pThis, int bin, IntPtr range) |
static internal void | vtkExtractHistogram2D_GetBinWidth_04 (HandleRef pThis, IntPtr bw) |
static internal IntPtr | vtkExtractHistogram2D_GetComponentsToProcess_05 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_GetComponentsToProcess_06 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkExtractHistogram2D_GetComponentsToProcess_07 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkExtractHistogram2D_GetCustomHistogramExtents_08 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_GetCustomHistogramExtents_09 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
static internal void | vtkExtractHistogram2D_GetCustomHistogramExtents_10 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkExtractHistogram2D_GetHistogramExtents_11 (HandleRef pThis) |
static internal double | vtkExtractHistogram2D_GetMaximumBinCount_12 (HandleRef pThis) |
static internal IntPtr | vtkExtractHistogram2D_GetNumberOfBins_13 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_GetNumberOfBins_14 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkExtractHistogram2D_GetNumberOfBins_15 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkExtractHistogram2D_GetOutputHistogramImage_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractHistogram2D_GetRowMask_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkExtractHistogram2D_GetScalarType_18 (HandleRef pThis) |
static internal int | vtkExtractHistogram2D_GetSwapColumns_19 (HandleRef pThis) |
static internal int | vtkExtractHistogram2D_GetUseCustomHistogramExtents_20 (HandleRef pThis) |
static internal int | vtkExtractHistogram2D_IsA_21 (HandleRef pThis, string type) |
static internal int | vtkExtractHistogram2D_IsTypeOf_22 (string type) |
static internal IntPtr | vtkExtractHistogram2D_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractHistogram2D_SafeDownCast_25 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractHistogram2D_SetComponentsToProcess_26 (HandleRef pThis, int _arg1, int _arg2) |
static internal void | vtkExtractHistogram2D_SetComponentsToProcess_27 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkExtractHistogram2D_SetCustomHistogramExtents_28 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4) |
static internal void | vtkExtractHistogram2D_SetCustomHistogramExtents_29 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkExtractHistogram2D_SetNumberOfBins_30 (HandleRef pThis, int _arg1, int _arg2) |
static internal void | vtkExtractHistogram2D_SetNumberOfBins_31 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkExtractHistogram2D_SetRowMask_32 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkExtractHistogram2D_SetScalarType_33 (HandleRef pThis, int _arg) |
static internal void | vtkExtractHistogram2D_SetScalarTypeToDouble_34 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_SetScalarTypeToFloat_35 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_SetScalarTypeToUnsignedChar_36 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_SetScalarTypeToUnsignedInt_37 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_SetScalarTypeToUnsignedLong_38 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_SetScalarTypeToUnsignedShort_39 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_SetSwapColumns_40 (HandleRef pThis, int _arg) |
static internal void | vtkExtractHistogram2D_SetUseCustomHistogramExtents_41 (HandleRef pThis, int _arg) |
static internal void | vtkExtractHistogram2D_SwapColumnsOff_42 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_SwapColumnsOn_43 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_UseCustomHistogramExtentsOff_44 (HandleRef pThis) |
static internal void | vtkExtractHistogram2D_UseCustomHistogramExtentsOn_45 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkExtractHistogram2D () |
Automatically generated type registration mechanics. |
vtkExtractHistogram2D - compute a 2D histogram between two columns of an input vtkTable.
Description This class computes a 2D histogram between two columns of an input vtkTable. Just as with a 1D histogram, a 2D histogram breaks up the input domain into bins, and each pair of values (row in the table) fits into a single bin and increments a row counter for that bin.
To use this class, set the input with a table and call AddColumnPair(nameX,nameY), where nameX and nameY are the names of the two columns to be used.
In addition to the number of bins (in X and Y), the domain of the histogram can be customized by toggling the UseCustomHistogramExtents flag and setting the CustomHistogramExtents variable to the desired value.
Thanks Developed by David Feng and Philippe Pebay at Sandia National Laboratories ------------------------------------------------------------------------------
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
static Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkExtractHistogram2D.Aggregate | ( | vtkDataObjectCollection | arg0, |
vtkMultiBlockDataSet | arg1 | ||
) | [virtual] |
Given a collection of models, calculate aggregate model. Not used.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
override void Kitware.VTK.vtkExtractHistogram2D.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.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractHistogram2D.
int Kitware.VTK.vtkExtractHistogram2D.GetBinRange | ( | int | binX, |
int | binY, | ||
IntPtr | range | ||
) |
Compute the range of the bin located at position (binX,binY) in the 2D histogram.
int Kitware.VTK.vtkExtractHistogram2D.GetBinRange | ( | int | bin, |
IntPtr | range | ||
) |
Get the range of the of the bin located at 1D position index bin in the 2D histogram array.
void Kitware.VTK.vtkExtractHistogram2D.GetBinWidth | ( | IntPtr | bw | ) |
Get the width of all of the bins. Also stored in the spacing ivar of the histogram image output.
virtual int [] Kitware.VTK.vtkExtractHistogram2D.GetComponentsToProcess | ( | ) | [virtual] |
Set/get the components of the arrays in the two input columns to be used during histogram computation. Defaults to component 0.
virtual void Kitware.VTK.vtkExtractHistogram2D.GetComponentsToProcess | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Set/get the components of the arrays in the two input columns to be used during histogram computation. Defaults to component 0.
virtual void Kitware.VTK.vtkExtractHistogram2D.GetComponentsToProcess | ( | IntPtr | _arg | ) | [virtual] |
Set/get the components of the arrays in the two input columns to be used during histogram computation. Defaults to component 0.
virtual double [] Kitware.VTK.vtkExtractHistogram2D.GetCustomHistogramExtents | ( | ) | [virtual] |
Set/get a custom domain for histogram computation. UseCustomHistogramExtents must be called for these to actually be used.
virtual void Kitware.VTK.vtkExtractHistogram2D.GetCustomHistogramExtents | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [virtual] |
Set/get a custom domain for histogram computation. UseCustomHistogramExtents must be called for these to actually be used.
virtual void Kitware.VTK.vtkExtractHistogram2D.GetCustomHistogramExtents | ( | IntPtr | _arg | ) | [virtual] |
Set/get a custom domain for histogram computation. UseCustomHistogramExtents must be called for these to actually be used.
Get the histogram extents currently in use, either computed or set by the user.
virtual double Kitware.VTK.vtkExtractHistogram2D.GetMaximumBinCount | ( | ) | [virtual] |
Access the count of the histogram bin containing the largest number of input rows.
virtual int [] Kitware.VTK.vtkExtractHistogram2D.GetNumberOfBins | ( | ) | [virtual] |
Set/get the number of bins to be used per dimension (x,y)
virtual void Kitware.VTK.vtkExtractHistogram2D.GetNumberOfBins | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Set/get the number of bins to be used per dimension (x,y)
virtual void Kitware.VTK.vtkExtractHistogram2D.GetNumberOfBins | ( | IntPtr | _arg | ) | [virtual] |
Set/get the number of bins to be used per dimension (x,y)
Gets the data object at the histogram image output port and casts it to a vtkImageData.
virtual vtkDataArray Kitware.VTK.vtkExtractHistogram2D.GetRowMask | ( | ) | [virtual] |
Get/Set an optional mask that can ignore rows of the table.
virtual int Kitware.VTK.vtkExtractHistogram2D.GetScalarType | ( | ) | [virtual] |
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer.
virtual int Kitware.VTK.vtkExtractHistogram2D.GetSwapColumns | ( | ) | [virtual] |
Get the histogram extents currently in use, either computed or set by the user.
virtual int Kitware.VTK.vtkExtractHistogram2D.GetUseCustomHistogramExtents | ( | ) | [virtual] |
Use the extents in CustomHistogramExtents when computing the histogram, rather than the simple range of the input columns.
override int Kitware.VTK.vtkExtractHistogram2D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractHistogram2D.
static new int Kitware.VTK.vtkExtractHistogram2D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractHistogram2D.
static new vtkExtractHistogram2D Kitware.VTK.vtkExtractHistogram2D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractHistogram2D.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractHistogram2D.
static new vtkExtractHistogram2D Kitware.VTK.vtkExtractHistogram2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractHistogram2D.
virtual void Kitware.VTK.vtkExtractHistogram2D.SetComponentsToProcess | ( | int | _arg1, |
int | _arg2 | ||
) | [virtual] |
Set/get the components of the arrays in the two input columns to be used during histogram computation. Defaults to component 0.
void Kitware.VTK.vtkExtractHistogram2D.SetComponentsToProcess | ( | IntPtr | _arg | ) |
Set/get the components of the arrays in the two input columns to be used during histogram computation. Defaults to component 0.
virtual void Kitware.VTK.vtkExtractHistogram2D.SetCustomHistogramExtents | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [virtual] |
Set/get a custom domain for histogram computation. UseCustomHistogramExtents must be called for these to actually be used.
virtual void Kitware.VTK.vtkExtractHistogram2D.SetCustomHistogramExtents | ( | IntPtr | _arg | ) | [virtual] |
Set/get a custom domain for histogram computation. UseCustomHistogramExtents must be called for these to actually be used.
virtual void Kitware.VTK.vtkExtractHistogram2D.SetNumberOfBins | ( | int | _arg1, |
int | _arg2 | ||
) | [virtual] |
Set/get the number of bins to be used per dimension (x,y)
void Kitware.VTK.vtkExtractHistogram2D.SetNumberOfBins | ( | IntPtr | _arg | ) |
Set/get the number of bins to be used per dimension (x,y)
virtual void Kitware.VTK.vtkExtractHistogram2D.SetRowMask | ( | vtkDataArray | arg0 | ) | [virtual] |
Get/Set an optional mask that can ignore rows of the table.
virtual void Kitware.VTK.vtkExtractHistogram2D.SetScalarType | ( | int | _arg | ) | [virtual] |
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer.
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer.
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer.
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer.
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer.
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer.
Control the scalar type of the output histogram. If the input is relatively small, you can save space by using a smaller data type. Defaults to unsigned integer.
virtual void Kitware.VTK.vtkExtractHistogram2D.SetSwapColumns | ( | int | _arg | ) | [virtual] |
Get the histogram extents currently in use, either computed or set by the user.
virtual void Kitware.VTK.vtkExtractHistogram2D.SetUseCustomHistogramExtents | ( | int | _arg | ) | [virtual] |
Use the extents in CustomHistogramExtents when computing the histogram, rather than the simple range of the input columns.
virtual void Kitware.VTK.vtkExtractHistogram2D.SwapColumnsOff | ( | ) | [virtual] |
Get the histogram extents currently in use, either computed or set by the user.
virtual void Kitware.VTK.vtkExtractHistogram2D.SwapColumnsOn | ( | ) | [virtual] |
Get the histogram extents currently in use, either computed or set by the user.
virtual void Kitware.VTK.vtkExtractHistogram2D.UseCustomHistogramExtentsOff | ( | ) | [virtual] |
Use the extents in CustomHistogramExtents when computing the histogram, rather than the simple range of the input columns.
virtual void Kitware.VTK.vtkExtractHistogram2D.UseCustomHistogramExtentsOn | ( | ) | [virtual] |
Use the extents in CustomHistogramExtents when computing the histogram, rather than the simple range of the input columns.
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_Aggregate_01 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetBinRange_02 | ( | HandleRef | pThis, |
int | binX, | ||
int | binY, | ||
IntPtr | range | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetBinRange_03 | ( | HandleRef | pThis, |
int | bin, | ||
IntPtr | range | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetBinWidth_04 | ( | HandleRef | pThis, |
IntPtr | bw | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetComponentsToProcess_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetComponentsToProcess_06 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetComponentsToProcess_07 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetCustomHistogramExtents_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetCustomHistogramExtents_09 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetCustomHistogramExtents_10 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetHistogramExtents_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetMaximumBinCount_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetNumberOfBins_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetNumberOfBins_14 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetNumberOfBins_15 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetOutputHistogramImage_16 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetRowMask_17 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetScalarType_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetSwapColumns_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_GetUseCustomHistogramExtents_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_IsA_21 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_IsTypeOf_22 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_NewInstance_24 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SafeDownCast_25 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetComponentsToProcess_26 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetComponentsToProcess_27 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetCustomHistogramExtents_28 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetCustomHistogramExtents_29 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetNumberOfBins_30 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetNumberOfBins_31 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetRowMask_32 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetScalarType_33 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetScalarTypeToDouble_34 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetScalarTypeToFloat_35 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetScalarTypeToUnsignedChar_36 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetScalarTypeToUnsignedInt_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetScalarTypeToUnsignedLong_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetScalarTypeToUnsignedShort_39 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetSwapColumns_40 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SetUseCustomHistogramExtents_41 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SwapColumnsOff_42 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_SwapColumnsOn_43 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_UseCustomHistogramExtentsOff_44 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractHistogram2D.vtkExtractHistogram2D_UseCustomHistogramExtentsOn_45 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkExtractHistogram2D.MRClassNameKey = "21vtkExtractHistogram2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractHistogram2D.
new const string Kitware.VTK.vtkExtractHistogram2D.MRFullTypeName = "Kitware.VTK.vtkExtractHistogram2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractHistogram2D.