|
ActiViz .NET
5.8.0
|
vtkImageStencilData - efficient description of an image stencil More...
Public Member Functions | |
| vtkImageStencilData (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkImageStencilData () | |
| Undocumented Block. | |
| virtual void | Add (vtkImageStencilData arg0) |
| Add merges the stencil supplied as argument into Self. | |
| void | AllocateExtents () |
| Allocate space for the sub-extents. This is called by vtkImageStencilSource. | |
| virtual int | Clip (IntPtr extent) |
| Clip the stencil with the supplied extents. In other words, discard data outside the specified extents. Return 1 if something changed. | |
| override void | CopyInformationFromPipeline (vtkInformation request) |
| Override these to handle origin, spacing, scalar type, and scalar number of components. See vtkDataObject for details. | |
| override void | CopyInformationToPipeline (vtkInformation request, vtkInformation input, vtkInformation output, int forceCopy) |
| Override these to handle origin, spacing, scalar type, and scalar number of components. See vtkDataObject for details. | |
| override void | DeepCopy (vtkDataObject o) |
| Undocumented Block. | |
| void | Fill () |
| Fill the sub-extents. | |
| override int | GetDataObjectType () |
| Get the data type as an integer (this will return VTK_DATA_OBJECT for now, maybe a proper type constant will be reserved later). | |
| virtual int[] | GetExtent () |
| Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality. | |
| virtual void | GetExtent (ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6) |
| Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality. | |
| virtual void | GetExtent (IntPtr _arg) |
| Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality. | |
| override int | GetExtentType () |
| The extent type is 3D, just like vtkImageData. | |
| int | GetNextExtent (ref int r1, ref int r2, int xMin, int xMax, int yIdx, int zIdx, ref int iter) |
| Given the total output x extent [xMin,xMax] and the current y, z indices, return each sub-extent [r1,r2] that lies within within the unclipped region in sequence. A value of '0' is returned if no more sub-extents are available. The variable 'iter' must be initialized to zero before the first call, unless you want the complementary sub-extents in which case you must initialize 'iter' to -1. The variable 'iter' is used internally to keep track of which sub-extent should be returned next. | |
| virtual double[] | GetOrigin () |
| Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. | |
| virtual void | GetOrigin (ref double _arg1, ref double _arg2, ref double _arg3) |
| Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. | |
| virtual void | GetOrigin (IntPtr _arg) |
| Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. | |
| virtual double[] | GetSpacing () |
| Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. | |
| virtual void | GetSpacing (ref double _arg1, ref double _arg2, ref double _arg3) |
| Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. | |
| virtual void | GetSpacing (IntPtr _arg) |
| Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. | |
| override void | Initialize () |
| Undocumented Block. | |
| void | InsertAndMergeExtent (int r1, int r2, int yIdx, int zIdx) |
| Similar to InsertNextExtent, except that the extent (r1,r2) at yIdx, zIdx is merged with other extents, (if any) on that row. So a unique extent may not necessarily be added. For instance, if an extent [5,11] already exists adding an extent, [7,9] will not affect the stencil. Likewise adding [10, 13] will replace the existing extent with [5,13]. | |
| void | InsertNextExtent (int r1, int r2, int yIdx, int zIdx) |
| This method is used by vtkImageStencilDataSource to add an x sub extent [r1,r2] for the x row (yIdx,zIdx). The specified sub extent must not intersect any other sub extents along the same x row. As well, r1 and r2 must both be within the total x extent [Extent[0],Extent[1]]. | |
| void | InternalImageStencilDataCopy (vtkImageStencilData s) |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkImageStencilData | NewInstance () |
| Undocumented Block. | |
| void | RemoveExtent (int r1, int r2, int yIdx, int zIdx) |
| Remove the extent from (r1,r2) at yIdx, zIdx. | |
| virtual void | Replace (vtkImageStencilData arg0) |
| Replaces the portion of the stencil, supplied as argument, that lies within Self from Self. | |
| void | SetExtent (IntPtr extent) |
| Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality. | |
| void | SetExtent (int x1, int x2, int y1, int y2, int z1, int z2) |
| Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality. | |
| virtual void | SetOrigin (double _arg1, double _arg2, double _arg3) |
| Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. | |
| virtual void | SetOrigin (IntPtr _arg) |
| Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. | |
| virtual void | SetSpacing (double _arg1, double _arg2, double _arg3) |
| Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. | |
| virtual void | SetSpacing (IntPtr _arg) |
| Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil. | |
| override void | ShallowCopy (vtkDataObject f) |
| Undocumented Block. | |
| virtual void | Subtract (vtkImageStencilData arg0) |
| Subtract removes the portion of the stencil, supplied as argument, that lies within Self from Self. | |
Static Public Member Functions | |
| static new vtkImageStencilData | New () |
| Undocumented Block. | |
| static new vtkImageStencilData | GetData (vtkInformation info) |
| Override these to handle origin, spacing, scalar type, and scalar number of components. See vtkDataObject for details. | |
| static new vtkImageStencilData | GetData (vtkInformationVector v, int i) |
| Override these to handle origin, spacing, scalar type, and scalar number of components. See vtkDataObject for details. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkImageStencilData | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkImageStencilData" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "19vtkImageStencilData" |
| 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 | vtkImageStencilData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkImageStencilData_Add_01 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkImageStencilData_AllocateExtents_02 (HandleRef pThis) |
| static internal int | vtkImageStencilData_Clip_03 (HandleRef pThis, IntPtr extent) |
| static internal void | vtkImageStencilData_CopyInformationFromPipeline_04 (HandleRef pThis, HandleRef request) |
| static internal void | vtkImageStencilData_CopyInformationToPipeline_05 (HandleRef pThis, HandleRef request, HandleRef input, HandleRef output, int forceCopy) |
| static internal void | vtkImageStencilData_DeepCopy_06 (HandleRef pThis, HandleRef o) |
| static internal void | vtkImageStencilData_Fill_07 (HandleRef pThis) |
| static internal IntPtr | vtkImageStencilData_GetData_08 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkImageStencilData_GetData_09 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkImageStencilData_GetDataObjectType_10 (HandleRef pThis) |
| static internal IntPtr | vtkImageStencilData_GetExtent_11 (HandleRef pThis) |
| static internal void | vtkImageStencilData_GetExtent_12 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6) |
| static internal void | vtkImageStencilData_GetExtent_13 (HandleRef pThis, IntPtr _arg) |
| static internal int | vtkImageStencilData_GetExtentType_14 (HandleRef pThis) |
| static internal int | vtkImageStencilData_GetNextExtent_15 (HandleRef pThis, ref int r1, ref int r2, int xMin, int xMax, int yIdx, int zIdx, ref int iter) |
| static internal IntPtr | vtkImageStencilData_GetOrigin_16 (HandleRef pThis) |
| static internal void | vtkImageStencilData_GetOrigin_17 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
| static internal void | vtkImageStencilData_GetOrigin_18 (HandleRef pThis, IntPtr _arg) |
| static internal IntPtr | vtkImageStencilData_GetSpacing_19 (HandleRef pThis) |
| static internal void | vtkImageStencilData_GetSpacing_20 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
| static internal void | vtkImageStencilData_GetSpacing_21 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkImageStencilData_Initialize_22 (HandleRef pThis) |
| static internal void | vtkImageStencilData_InsertAndMergeExtent_23 (HandleRef pThis, int r1, int r2, int yIdx, int zIdx) |
| static internal void | vtkImageStencilData_InsertNextExtent_24 (HandleRef pThis, int r1, int r2, int yIdx, int zIdx) |
| static internal void | vtkImageStencilData_InternalImageStencilDataCopy_25 (HandleRef pThis, HandleRef s) |
| static internal int | vtkImageStencilData_IsA_26 (HandleRef pThis, string type) |
| static internal int | vtkImageStencilData_IsTypeOf_27 (string type) |
| static internal IntPtr | vtkImageStencilData_NewInstance_29 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkImageStencilData_RemoveExtent_30 (HandleRef pThis, int r1, int r2, int yIdx, int zIdx) |
| static internal void | vtkImageStencilData_Replace_31 (HandleRef pThis, HandleRef arg0) |
| static internal IntPtr | vtkImageStencilData_SafeDownCast_32 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkImageStencilData_SetExtent_33 (HandleRef pThis, IntPtr extent) |
| static internal void | vtkImageStencilData_SetExtent_34 (HandleRef pThis, int x1, int x2, int y1, int y2, int z1, int z2) |
| static internal void | vtkImageStencilData_SetOrigin_35 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
| static internal void | vtkImageStencilData_SetOrigin_36 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkImageStencilData_SetSpacing_37 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
| static internal void | vtkImageStencilData_SetSpacing_38 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkImageStencilData_ShallowCopy_39 (HandleRef pThis, HandleRef f) |
| static internal void | vtkImageStencilData_Subtract_40 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
| static | vtkImageStencilData () |
| Automatically generated type registration mechanics. | |
vtkImageStencilData - efficient description of an image stencil
Description vtkImageStencilData describes an image stencil in a manner which is efficient both in terms of speed and storage space. The stencil extents are stored for each x-row across the image (multiple extents per row if necessary) and can be retrieved via the GetNextExtent() method.
| static Kitware.VTK.vtkImageStencilData.vtkImageStencilData | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkImageStencilData.vtkImageStencilData | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| virtual void Kitware.VTK.vtkImageStencilData.Add | ( | vtkImageStencilData | arg0 | ) | [virtual] |
Add merges the stencil supplied as argument into Self.
Allocate space for the sub-extents. This is called by vtkImageStencilSource.
| virtual int Kitware.VTK.vtkImageStencilData.Clip | ( | IntPtr | extent | ) | [virtual] |
Clip the stencil with the supplied extents. In other words, discard data outside the specified extents. Return 1 if something changed.
| override void Kitware.VTK.vtkImageStencilData.CopyInformationFromPipeline | ( | vtkInformation | request | ) | [virtual] |
Override these to handle origin, spacing, scalar type, and scalar number of components. See vtkDataObject for details.
Reimplemented from Kitware.VTK.vtkDataObject.
| override void Kitware.VTK.vtkImageStencilData.CopyInformationToPipeline | ( | vtkInformation | request, |
| vtkInformation | input, | ||
| vtkInformation | output, | ||
| int | forceCopy | ||
| ) | [virtual] |
Override these to handle origin, spacing, scalar type, and scalar number of components. See vtkDataObject for details.
Reimplemented from Kitware.VTK.vtkDataObject.
| override void Kitware.VTK.vtkImageStencilData.DeepCopy | ( | vtkDataObject | o | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
| override void Kitware.VTK.vtkImageStencilData.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.vtkDataObject.
| void Kitware.VTK.vtkImageStencilData.Fill | ( | ) |
Fill the sub-extents.
| static new vtkImageStencilData Kitware.VTK.vtkImageStencilData.GetData | ( | vtkInformation | info | ) | [static] |
Override these to handle origin, spacing, scalar type, and scalar number of components. See vtkDataObject for details.
Reimplemented from Kitware.VTK.vtkDataObject.
| static new vtkImageStencilData Kitware.VTK.vtkImageStencilData.GetData | ( | vtkInformationVector | v, |
| int | i | ||
| ) | [static] |
Override these to handle origin, spacing, scalar type, and scalar number of components. See vtkDataObject for details.
Reimplemented from Kitware.VTK.vtkDataObject.
| override int Kitware.VTK.vtkImageStencilData.GetDataObjectType | ( | ) | [virtual] |
Get the data type as an integer (this will return VTK_DATA_OBJECT for now, maybe a proper type constant will be reserved later).
Reimplemented from Kitware.VTK.vtkDataObject.
| virtual int [] Kitware.VTK.vtkImageStencilData.GetExtent | ( | ) | [virtual] |
Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality.
| virtual void Kitware.VTK.vtkImageStencilData.GetExtent | ( | ref int | _arg1, |
| ref int | _arg2, | ||
| ref int | _arg3, | ||
| ref int | _arg4, | ||
| ref int | _arg5, | ||
| ref int | _arg6 | ||
| ) | [virtual] |
Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality.
| virtual void Kitware.VTK.vtkImageStencilData.GetExtent | ( | IntPtr | _arg | ) | [virtual] |
Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality.
| override int Kitware.VTK.vtkImageStencilData.GetExtentType | ( | ) | [virtual] |
The extent type is 3D, just like vtkImageData.
Reimplemented from Kitware.VTK.vtkDataObject.
| int Kitware.VTK.vtkImageStencilData.GetNextExtent | ( | ref int | r1, |
| ref int | r2, | ||
| int | xMin, | ||
| int | xMax, | ||
| int | yIdx, | ||
| int | zIdx, | ||
| ref int | iter | ||
| ) |
Given the total output x extent [xMin,xMax] and the current y, z indices, return each sub-extent [r1,r2] that lies within within the unclipped region in sequence. A value of '0' is returned if no more sub-extents are available. The variable 'iter' must be initialized to zero before the first call, unless you want the complementary sub-extents in which case you must initialize 'iter' to -1. The variable 'iter' is used internally to keep track of which sub-extent should be returned next.
| virtual double [] Kitware.VTK.vtkImageStencilData.GetOrigin | ( | ) | [virtual] |
Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil.
| virtual void Kitware.VTK.vtkImageStencilData.GetOrigin | ( | ref double | _arg1, |
| ref double | _arg2, | ||
| ref double | _arg3 | ||
| ) | [virtual] |
Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil.
| virtual void Kitware.VTK.vtkImageStencilData.GetOrigin | ( | IntPtr | _arg | ) | [virtual] |
Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil.
| virtual double [] Kitware.VTK.vtkImageStencilData.GetSpacing | ( | ) | [virtual] |
Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil.
| virtual void Kitware.VTK.vtkImageStencilData.GetSpacing | ( | ref double | _arg1, |
| ref double | _arg2, | ||
| ref double | _arg3 | ||
| ) | [virtual] |
Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil.
| virtual void Kitware.VTK.vtkImageStencilData.GetSpacing | ( | IntPtr | _arg | ) | [virtual] |
Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil.
| override void Kitware.VTK.vtkImageStencilData.Initialize | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
| void Kitware.VTK.vtkImageStencilData.InsertAndMergeExtent | ( | int | r1, |
| int | r2, | ||
| int | yIdx, | ||
| int | zIdx | ||
| ) |
Similar to InsertNextExtent, except that the extent (r1,r2) at yIdx, zIdx is merged with other extents, (if any) on that row. So a unique extent may not necessarily be added. For instance, if an extent [5,11] already exists adding an extent, [7,9] will not affect the stencil. Likewise adding [10, 13] will replace the existing extent with [5,13].
| void Kitware.VTK.vtkImageStencilData.InsertNextExtent | ( | int | r1, |
| int | r2, | ||
| int | yIdx, | ||
| int | zIdx | ||
| ) |
This method is used by vtkImageStencilDataSource to add an x sub extent [r1,r2] for the x row (yIdx,zIdx). The specified sub extent must not intersect any other sub extents along the same x row. As well, r1 and r2 must both be within the total x extent [Extent[0],Extent[1]].
Undocumented Block.
| override int Kitware.VTK.vtkImageStencilData.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
| static new int Kitware.VTK.vtkImageStencilData.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
| static new vtkImageStencilData Kitware.VTK.vtkImageStencilData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
| void Kitware.VTK.vtkImageStencilData.RemoveExtent | ( | int | r1, |
| int | r2, | ||
| int | yIdx, | ||
| int | zIdx | ||
| ) |
Remove the extent from (r1,r2) at yIdx, zIdx.
| virtual void Kitware.VTK.vtkImageStencilData.Replace | ( | vtkImageStencilData | arg0 | ) | [virtual] |
Replaces the portion of the stencil, supplied as argument, that lies within Self from Self.
| static new vtkImageStencilData Kitware.VTK.vtkImageStencilData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
| void Kitware.VTK.vtkImageStencilData.SetExtent | ( | IntPtr | extent | ) |
Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality.
| void Kitware.VTK.vtkImageStencilData.SetExtent | ( | int | x1, |
| int | x2, | ||
| int | y1, | ||
| int | y2, | ||
| int | z1, | ||
| int | z2 | ||
| ) |
Set the extent of the data. This is should be called only by vtkImageStencilSource, as it is part of the basic pipeline functionality.
| virtual void Kitware.VTK.vtkImageStencilData.SetOrigin | ( | double | _arg1, |
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [virtual] |
Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil.
| virtual void Kitware.VTK.vtkImageStencilData.SetOrigin | ( | IntPtr | _arg | ) | [virtual] |
Set the desired origin for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil.
| virtual void Kitware.VTK.vtkImageStencilData.SetSpacing | ( | double | _arg1, |
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [virtual] |
Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil.
| virtual void Kitware.VTK.vtkImageStencilData.SetSpacing | ( | IntPtr | _arg | ) | [virtual] |
Set the desired spacing for the stencil. This must be called before the stencil is Updated, ideally in the ExecuteInformation method of the imaging filter that is using the stencil.
| override void Kitware.VTK.vtkImageStencilData.ShallowCopy | ( | vtkDataObject | f | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
| virtual void Kitware.VTK.vtkImageStencilData.Subtract | ( | vtkImageStencilData | arg0 | ) | [virtual] |
Subtract removes the portion of the stencil, supplied as argument, that lies within Self from Self.
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_Add_01 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_AllocateExtents_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkImageStencilData.vtkImageStencilData_Clip_03 | ( | HandleRef | pThis, |
| IntPtr | extent | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_CopyInformationFromPipeline_04 | ( | HandleRef | pThis, |
| HandleRef | request | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_CopyInformationToPipeline_05 | ( | HandleRef | pThis, |
| HandleRef | request, | ||
| HandleRef | input, | ||
| HandleRef | output, | ||
| int | forceCopy | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_DeepCopy_06 | ( | HandleRef | pThis, |
| HandleRef | o | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_Fill_07 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetData_08 | ( | HandleRef | info, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetData_09 | ( | HandleRef | v, |
| int | i, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetDataObjectType_10 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetExtent_11 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetExtent_12 | ( | HandleRef | pThis, |
| ref int | _arg1, | ||
| ref int | _arg2, | ||
| ref int | _arg3, | ||
| ref int | _arg4, | ||
| ref int | _arg5, | ||
| ref int | _arg6 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetExtent_13 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetExtentType_14 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetNextExtent_15 | ( | HandleRef | pThis, |
| ref int | r1, | ||
| ref int | r2, | ||
| int | xMin, | ||
| int | xMax, | ||
| int | yIdx, | ||
| int | zIdx, | ||
| ref int | iter | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetOrigin_16 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetOrigin_17 | ( | HandleRef | pThis, |
| ref double | _arg1, | ||
| ref double | _arg2, | ||
| ref double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetOrigin_18 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetSpacing_19 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetSpacing_20 | ( | HandleRef | pThis, |
| ref double | _arg1, | ||
| ref double | _arg2, | ||
| ref double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_GetSpacing_21 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_Initialize_22 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_InsertAndMergeExtent_23 | ( | HandleRef | pThis, |
| int | r1, | ||
| int | r2, | ||
| int | yIdx, | ||
| int | zIdx | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_InsertNextExtent_24 | ( | HandleRef | pThis, |
| int | r1, | ||
| int | r2, | ||
| int | yIdx, | ||
| int | zIdx | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_InternalImageStencilDataCopy_25 | ( | HandleRef | pThis, |
| HandleRef | s | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkImageStencilData.vtkImageStencilData_IsA_26 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkImageStencilData.vtkImageStencilData_IsTypeOf_27 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageStencilData.vtkImageStencilData_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageStencilData.vtkImageStencilData_NewInstance_29 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_RemoveExtent_30 | ( | HandleRef | pThis, |
| int | r1, | ||
| int | r2, | ||
| int | yIdx, | ||
| int | zIdx | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_Replace_31 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageStencilData.vtkImageStencilData_SafeDownCast_32 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_SetExtent_33 | ( | HandleRef | pThis, |
| IntPtr | extent | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_SetExtent_34 | ( | HandleRef | pThis, |
| int | x1, | ||
| int | x2, | ||
| int | y1, | ||
| int | y2, | ||
| int | z1, | ||
| int | z2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_SetOrigin_35 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_SetOrigin_36 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_SetSpacing_37 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_SetSpacing_38 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_ShallowCopy_39 | ( | HandleRef | pThis, |
| HandleRef | f | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageStencilData.vtkImageStencilData_Subtract_40 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkImageStencilData.MRClassNameKey = "19vtkImageStencilData" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObject.
| new const string Kitware.VTK.vtkImageStencilData.MRFullTypeName = "Kitware.VTK.vtkImageStencilData" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObject.
1.7.6.1