|
ActiViz .NET
5.8.0
|
vtkPassThrough - Shallow copies the input into the output More...
Public Member Functions | |
| vtkPassThrough (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPassThrough () | |
| Undocumented Block. | |
| virtual void | DeepCopyInputOff () |
| Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF. | |
| virtual void | DeepCopyInputOn () |
| Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF. | |
| virtual int | FillInputPortInformation (int port, vtkInformation info) |
| Specify the first input port as optional. | |
| virtual int | GetDeepCopyInput () |
| Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkPassThrough | NewInstance () |
| Undocumented Block. | |
| virtual void | SetDeepCopyInput (int _arg) |
| Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF. | |
Static Public Member Functions | |
| static new vtkPassThrough | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkPassThrough | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPassThrough" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "14vtkPassThrough" |
| 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 | vtkPassThrough_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPassThrough_DeepCopyInputOff_01 (HandleRef pThis) |
| static internal void | vtkPassThrough_DeepCopyInputOn_02 (HandleRef pThis) |
| static internal int | vtkPassThrough_FillInputPortInformation_03 (HandleRef pThis, int port, HandleRef info) |
| static internal int | vtkPassThrough_GetDeepCopyInput_04 (HandleRef pThis) |
| static internal int | vtkPassThrough_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkPassThrough_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkPassThrough_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPassThrough_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPassThrough_SetDeepCopyInput_10 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkPassThrough () |
| Automatically generated type registration mechanics. | |
vtkPassThrough - Shallow copies the input into the output
Description The output type is always the same as the input object type.
| static Kitware.VTK.vtkPassThrough.vtkPassThrough | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPassThrough.vtkPassThrough | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| virtual void Kitware.VTK.vtkPassThrough.DeepCopyInputOff | ( | ) | [virtual] |
Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF.
| virtual void Kitware.VTK.vtkPassThrough.DeepCopyInputOn | ( | ) | [virtual] |
Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF.
| override void Kitware.VTK.vtkPassThrough.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.vtkPassInputTypeAlgorithm.
| virtual int Kitware.VTK.vtkPassThrough.FillInputPortInformation | ( | int | port, |
| vtkInformation | info | ||
| ) | [virtual] |
Specify the first input port as optional.
| virtual int Kitware.VTK.vtkPassThrough.GetDeepCopyInput | ( | ) | [virtual] |
Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF.
| override int Kitware.VTK.vtkPassThrough.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
| static new int Kitware.VTK.vtkPassThrough.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
| static new vtkPassThrough Kitware.VTK.vtkPassThrough.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
| static new vtkPassThrough Kitware.VTK.vtkPassThrough.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
| virtual void Kitware.VTK.vtkPassThrough.SetDeepCopyInput | ( | int | _arg | ) | [virtual] |
Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF.
| static internal void Kitware.VTK.vtkPassThrough.vtkPassThrough_DeepCopyInputOff_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkPassThrough.vtkPassThrough_DeepCopyInputOn_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkPassThrough.vtkPassThrough_FillInputPortInformation_03 | ( | HandleRef | pThis, |
| int | port, | ||
| HandleRef | info | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPassThrough.vtkPassThrough_GetDeepCopyInput_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkPassThrough.vtkPassThrough_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPassThrough.vtkPassThrough_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPassThrough.vtkPassThrough_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPassThrough.vtkPassThrough_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPassThrough.vtkPassThrough_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPassThrough.vtkPassThrough_SetDeepCopyInput_10 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPassThrough.MRClassNameKey = "14vtkPassThrough" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
| new const string Kitware.VTK.vtkPassThrough.MRFullTypeName = "Kitware.VTK.vtkPassThrough" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
1.7.6.1