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

vtkImageAccumulate - Generalized histograms up to 4 dimensions. More...

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

List of all members.

Public Member Functions

 vtkImageAccumulate (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageAccumulate ()
 Undocumented Block.
void GetComponentExtent (IntPtr extent)
 Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies that the top extent should be set to the number of bins - 1. Initial value is (0,255,0,0,0,0)
int[] GetComponentExtent ()
 Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies that the top extent should be set to the number of bins - 1. Initial value is (0,255,0,0,0,0)
virtual double[] GetComponentOrigin ()
 Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0. Initial value is (0.0,0.0,0.0).
virtual void GetComponentOrigin (ref double _arg1, ref double _arg2, ref double _arg3)
 Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0. Initial value is (0.0,0.0,0.0).
virtual void GetComponentOrigin (IntPtr _arg)
 Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0. Initial value is (0.0,0.0,0.0).
virtual double[] GetComponentSpacing ()
 Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0. Initial value is (1.0,1.0,1.0).
virtual void GetComponentSpacing (ref double _arg1, ref double _arg2, ref double _arg3)
 Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0. Initial value is (1.0,1.0,1.0).
virtual void GetComponentSpacing (IntPtr _arg)
 Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0. Initial value is (1.0,1.0,1.0).
virtual int GetIgnoreZero ()
 Should the data with value 0 be ignored? Initial value is false.
virtual int GetIgnoreZeroMaxValue ()
 Should the data with value 0 be ignored? Initial value is false.
virtual int GetIgnoreZeroMinValue ()
 Should the data with value 0 be ignored? Initial value is false.
virtual double[] GetMax ()
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual void GetMax (ref double _arg1, ref double _arg2, ref double _arg3)
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual void GetMax (IntPtr _arg)
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual double[] GetMean ()
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual void GetMean (ref double _arg1, ref double _arg2, ref double _arg3)
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual void GetMean (IntPtr _arg)
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual double[] GetMin ()
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual void GetMin (ref double _arg1, ref double _arg2, ref double _arg3)
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual void GetMin (IntPtr _arg)
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual int GetReverseStencil ()
 Reverse the stencil. Initial value is false.
virtual int GetReverseStencilMaxValue ()
 Reverse the stencil. Initial value is false.
virtual int GetReverseStencilMinValue ()
 Reverse the stencil. Initial value is false.
virtual double[] GetStandardDeviation ()
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual void GetStandardDeviation (ref double _arg1, ref double _arg2, ref double _arg3)
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual void GetStandardDeviation (IntPtr _arg)
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
vtkImageStencilData GetStencil ()
 Use a stencil to specify which voxels to accumulate. Backcompatible methods. It set and get the stencil on input port 1. Initial value is NULL.
virtual int GetVoxelCount ()
 Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.
virtual void IgnoreZeroOff ()
 Should the data with value 0 be ignored? Initial value is false.
virtual void IgnoreZeroOn ()
 Should the data with value 0 be ignored? Initial value is false.
override int IsA (string type)
 Undocumented Block.
new vtkImageAccumulate NewInstance ()
 Undocumented Block.
virtual void ReverseStencilOff ()
 Reverse the stencil. Initial value is false.
virtual void ReverseStencilOn ()
 Reverse the stencil. Initial value is false.
void SetComponentExtent (IntPtr extent)
 Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies that the top extent should be set to the number of bins - 1. Initial value is (0,255,0,0,0,0)
void SetComponentExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
 Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies that the top extent should be set to the number of bins - 1. Initial value is (0,255,0,0,0,0)
virtual void SetComponentOrigin (double _arg1, double _arg2, double _arg3)
 Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0. Initial value is (0.0,0.0,0.0).
virtual void SetComponentOrigin (IntPtr _arg)
 Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0. Initial value is (0.0,0.0,0.0).
virtual void SetComponentSpacing (double _arg1, double _arg2, double _arg3)
 Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0. Initial value is (1.0,1.0,1.0).
virtual void SetComponentSpacing (IntPtr _arg)
 Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0. Initial value is (1.0,1.0,1.0).
virtual void SetIgnoreZero (int _arg)
 Should the data with value 0 be ignored? Initial value is false.
virtual void SetReverseStencil (int _arg)
 Reverse the stencil. Initial value is false.
void SetStencil (vtkImageStencilData stencil)
 Use a stencil to specify which voxels to accumulate. Backcompatible methods. It set and get the stencil on input port 1. Initial value is NULL.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkImageAccumulate"
 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 vtkImageAccumulate_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageAccumulate_GetComponentExtent_01 (HandleRef pThis, IntPtr extent)
static internal IntPtr vtkImageAccumulate_GetComponentExtent_02 (HandleRef pThis)
static internal IntPtr vtkImageAccumulate_GetComponentOrigin_03 (HandleRef pThis)
static internal void vtkImageAccumulate_GetComponentOrigin_04 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageAccumulate_GetComponentOrigin_05 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageAccumulate_GetComponentSpacing_06 (HandleRef pThis)
static internal void vtkImageAccumulate_GetComponentSpacing_07 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageAccumulate_GetComponentSpacing_08 (HandleRef pThis, IntPtr _arg)
static internal int vtkImageAccumulate_GetIgnoreZero_09 (HandleRef pThis)
static internal int vtkImageAccumulate_GetIgnoreZeroMaxValue_10 (HandleRef pThis)
static internal int vtkImageAccumulate_GetIgnoreZeroMinValue_11 (HandleRef pThis)
static internal IntPtr vtkImageAccumulate_GetMax_12 (HandleRef pThis)
static internal void vtkImageAccumulate_GetMax_13 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageAccumulate_GetMax_14 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageAccumulate_GetMean_15 (HandleRef pThis)
static internal void vtkImageAccumulate_GetMean_16 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageAccumulate_GetMean_17 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageAccumulate_GetMin_18 (HandleRef pThis)
static internal void vtkImageAccumulate_GetMin_19 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageAccumulate_GetMin_20 (HandleRef pThis, IntPtr _arg)
static internal int vtkImageAccumulate_GetReverseStencil_21 (HandleRef pThis)
static internal int vtkImageAccumulate_GetReverseStencilMaxValue_22 (HandleRef pThis)
static internal int vtkImageAccumulate_GetReverseStencilMinValue_23 (HandleRef pThis)
static internal IntPtr vtkImageAccumulate_GetStandardDeviation_24 (HandleRef pThis)
static internal void vtkImageAccumulate_GetStandardDeviation_25 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkImageAccumulate_GetStandardDeviation_26 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageAccumulate_GetStencil_27 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageAccumulate_GetVoxelCount_28 (HandleRef pThis)
static internal void vtkImageAccumulate_IgnoreZeroOff_29 (HandleRef pThis)
static internal void vtkImageAccumulate_IgnoreZeroOn_30 (HandleRef pThis)
static internal int vtkImageAccumulate_IsA_31 (HandleRef pThis, string type)
static internal int vtkImageAccumulate_IsTypeOf_32 (string type)
static internal IntPtr vtkImageAccumulate_NewInstance_34 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageAccumulate_ReverseStencilOff_35 (HandleRef pThis)
static internal void vtkImageAccumulate_ReverseStencilOn_36 (HandleRef pThis)
static internal IntPtr vtkImageAccumulate_SafeDownCast_37 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageAccumulate_SetComponentExtent_38 (HandleRef pThis, IntPtr extent)
static internal void vtkImageAccumulate_SetComponentExtent_39 (HandleRef pThis, int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
static internal void vtkImageAccumulate_SetComponentOrigin_40 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkImageAccumulate_SetComponentOrigin_41 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageAccumulate_SetComponentSpacing_42 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkImageAccumulate_SetComponentSpacing_43 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageAccumulate_SetIgnoreZero_44 (HandleRef pThis, int _arg)
static internal void vtkImageAccumulate_SetReverseStencil_45 (HandleRef pThis, int _arg)
static internal void vtkImageAccumulate_SetStencil_46 (HandleRef pThis, HandleRef stencil)

Static Private Member Functions

static vtkImageAccumulate ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageAccumulate - Generalized histograms up to 4 dimensions.

Description vtkImageAccumulate - This filter divides component space into discrete bins. It then counts the number of pixels associated with each bin. The output is this "scatter plot" (histogram values for 1D). The dimensionality of the output depends on how many components the input pixels have. Input pixels with one component generate a 1D histogram. This filter can only handle images with 1 to 3 scalar components. The input can be any type, but the output is always int. Some statistics are computed on the pixel values at the same time. The SetStencil and ReverseStencil functions allow the statistics to be computed on an arbitrary portion of the input data. See the documentation for vtkImageStencilData for more information.

This filter also support ignoring pixel with value equal to 0. Using this option with vtkImageMask may result in results being slightly off since 0 could be a valid value from your input.

vtkImageMask


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate ( 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.vtkImageAccumulate.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.vtkImageAlgorithm.

Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies that the top extent should be set to the number of bins - 1. Initial value is (0,255,0,0,0,0)

Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies that the top extent should be set to the number of bins - 1. Initial value is (0,255,0,0,0,0)

virtual double [] Kitware.VTK.vtkImageAccumulate.GetComponentOrigin ( ) [virtual]

Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0. Initial value is (0.0,0.0,0.0).

virtual void Kitware.VTK.vtkImageAccumulate.GetComponentOrigin ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0. Initial value is (0.0,0.0,0.0).

virtual void Kitware.VTK.vtkImageAccumulate.GetComponentOrigin ( IntPtr  _arg) [virtual]

Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0. Initial value is (0.0,0.0,0.0).

virtual double [] Kitware.VTK.vtkImageAccumulate.GetComponentSpacing ( ) [virtual]

Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0. Initial value is (1.0,1.0,1.0).

virtual void Kitware.VTK.vtkImageAccumulate.GetComponentSpacing ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0. Initial value is (1.0,1.0,1.0).

virtual void Kitware.VTK.vtkImageAccumulate.GetComponentSpacing ( IntPtr  _arg) [virtual]

Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0. Initial value is (1.0,1.0,1.0).

Should the data with value 0 be ignored? Initial value is false.

Should the data with value 0 be ignored? Initial value is false.

Should the data with value 0 be ignored? Initial value is false.

virtual double [] Kitware.VTK.vtkImageAccumulate.GetMax ( ) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

virtual void Kitware.VTK.vtkImageAccumulate.GetMax ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

virtual void Kitware.VTK.vtkImageAccumulate.GetMax ( IntPtr  _arg) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

virtual double [] Kitware.VTK.vtkImageAccumulate.GetMean ( ) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

virtual void Kitware.VTK.vtkImageAccumulate.GetMean ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

virtual void Kitware.VTK.vtkImageAccumulate.GetMean ( IntPtr  _arg) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

virtual double [] Kitware.VTK.vtkImageAccumulate.GetMin ( ) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

virtual void Kitware.VTK.vtkImageAccumulate.GetMin ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

virtual void Kitware.VTK.vtkImageAccumulate.GetMin ( IntPtr  _arg) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

Reverse the stencil. Initial value is false.

Reverse the stencil. Initial value is false.

Reverse the stencil. Initial value is false.

virtual double [] Kitware.VTK.vtkImageAccumulate.GetStandardDeviation ( ) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

virtual void Kitware.VTK.vtkImageAccumulate.GetStandardDeviation ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

virtual void Kitware.VTK.vtkImageAccumulate.GetStandardDeviation ( IntPtr  _arg) [virtual]

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

Use a stencil to specify which voxels to accumulate. Backcompatible methods. It set and get the stencil on input port 1. Initial value is NULL.

Here is the call graph for this function:

Get the statistics information for the data. The values only make sense after the execution of the filter. Initial values are 0.

Should the data with value 0 be ignored? Initial value is false.

virtual void Kitware.VTK.vtkImageAccumulate.IgnoreZeroOn ( ) [virtual]

Should the data with value 0 be ignored? Initial value is false.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Reverse the stencil. Initial value is false.

Reverse the stencil. Initial value is false.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Here is the call graph for this function:

Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies that the top extent should be set to the number of bins - 1. Initial value is (0,255,0,0,0,0)

void Kitware.VTK.vtkImageAccumulate.SetComponentExtent ( int  minX,
int  maxX,
int  minY,
int  maxY,
int  minZ,
int  maxZ 
)

Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies that the top extent should be set to the number of bins - 1. Initial value is (0,255,0,0,0,0)

virtual void Kitware.VTK.vtkImageAccumulate.SetComponentOrigin ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0. Initial value is (0.0,0.0,0.0).

virtual void Kitware.VTK.vtkImageAccumulate.SetComponentOrigin ( IntPtr  _arg) [virtual]

Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0. Initial value is (0.0,0.0,0.0).

virtual void Kitware.VTK.vtkImageAccumulate.SetComponentSpacing ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0. Initial value is (1.0,1.0,1.0).

virtual void Kitware.VTK.vtkImageAccumulate.SetComponentSpacing ( IntPtr  _arg) [virtual]

Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0. Initial value is (1.0,1.0,1.0).

virtual void Kitware.VTK.vtkImageAccumulate.SetIgnoreZero ( int  _arg) [virtual]

Should the data with value 0 be ignored? Initial value is false.

virtual void Kitware.VTK.vtkImageAccumulate.SetReverseStencil ( int  _arg) [virtual]

Reverse the stencil. Initial value is false.

Use a stencil to specify which voxels to accumulate. Backcompatible methods. It set and get the stencil on input port 1. Initial value is NULL.

static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetComponentExtent_01 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetComponentExtent_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetComponentOrigin_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetComponentOrigin_04 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetComponentOrigin_05 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetComponentSpacing_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetComponentSpacing_07 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetComponentSpacing_08 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetIgnoreZero_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetIgnoreZeroMaxValue_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetIgnoreZeroMinValue_11 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetMax_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetMax_13 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetMax_14 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetMean_15 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetMean_16 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetMean_17 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetMin_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetMin_19 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetMin_20 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetReverseStencil_21 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetReverseStencilMaxValue_22 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetReverseStencilMinValue_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetStandardDeviation_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetStandardDeviation_25 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetStandardDeviation_26 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetStencil_27 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_GetVoxelCount_28 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_IgnoreZeroOff_29 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_IgnoreZeroOn_30 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_IsA_31 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_IsTypeOf_32 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_NewInstance_34 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_ReverseStencilOff_35 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_ReverseStencilOn_36 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_SafeDownCast_37 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_SetComponentExtent_38 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_SetComponentExtent_39 ( HandleRef  pThis,
int  minX,
int  maxX,
int  minY,
int  maxY,
int  minZ,
int  maxZ 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_SetComponentOrigin_40 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_SetComponentOrigin_41 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_SetComponentSpacing_42 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_SetComponentSpacing_43 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_SetIgnoreZero_44 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_SetReverseStencil_45 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAccumulate.vtkImageAccumulate_SetStencil_46 ( HandleRef  pThis,
HandleRef  stencil 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageAccumulate.MRClassNameKey = "18vtkImageAccumulate" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.


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