ActiViz .NET
5.8.0
|
vtkExtractVectorComponents - extract components of vector as separate scalars More...
Public Member Functions | |
vtkExtractVectorComponents (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkExtractVectorComponents () | |
Undocumented Block. | |
virtual void | ExtractToFieldDataOff () |
Determines whether the vector components will be put in separate outputs or in the first output's field data. | |
virtual void | ExtractToFieldDataOn () |
Determines whether the vector components will be put in separate outputs or in the first output's field data. | |
virtual int | GetExtractToFieldData () |
Determines whether the vector components will be put in separate outputs or in the first output's field data. | |
vtkDataSet | GetVxComponent () |
Get the output dataset representing velocity x-component. If output is NULL then input hasn't been set, which is necessary for abstract objects. (Note: this method returns the same information as the GetOutput() method with an index of 0.) | |
vtkDataSet | GetVyComponent () |
Get the output dataset representing velocity y-component. If output is NULL then input hasn't been set, which is necessary for abstract objects. (Note: this method returns the same information as the GetOutput() method with an index of 1.) Note that if ExtractToFieldData is true, this output will be empty. | |
vtkDataSet | GetVzComponent () |
Get the output dataset representing velocity z-component. If output is NULL then input hasn't been set, which is necessary for abstract objects. (Note: this method returns the same information as the GetOutput() method with an index of 2.) Note that if ExtractToFieldData is true, this output will be empty. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkExtractVectorComponents | NewInstance () |
Undocumented Block. | |
virtual void | SetExtractToFieldData (int _arg) |
Determines whether the vector components will be put in separate outputs or in the first output's field data. | |
virtual new void | SetInput (vtkDataSet input) |
Specify the input data or filter. | |
Static Public Member Functions | |
static new vtkExtractVectorComponents | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkExtractVectorComponents | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkExtractVectorComponents" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkExtractVectorComponents" |
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 | vtkExtractVectorComponents_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractVectorComponents_ExtractToFieldDataOff_01 (HandleRef pThis) |
static internal void | vtkExtractVectorComponents_ExtractToFieldDataOn_02 (HandleRef pThis) |
static internal int | vtkExtractVectorComponents_GetExtractToFieldData_03 (HandleRef pThis) |
static internal IntPtr | vtkExtractVectorComponents_GetVxComponent_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractVectorComponents_GetVyComponent_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractVectorComponents_GetVzComponent_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkExtractVectorComponents_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkExtractVectorComponents_IsTypeOf_08 (string type) |
static internal IntPtr | vtkExtractVectorComponents_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractVectorComponents_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractVectorComponents_SetExtractToFieldData_12 (HandleRef pThis, int _arg) |
static internal void | vtkExtractVectorComponents_SetInput_13 (HandleRef pThis, HandleRef input) |
Static Private Member Functions | |
static | vtkExtractVectorComponents () |
Automatically generated type registration mechanics. |
vtkExtractVectorComponents - extract components of vector as separate scalars
Description vtkExtractVectorComponents is a filter that extracts vector components as separate scalars. This is accomplished by creating three different outputs. Each output is the same as the input, except that the scalar values will be one of the three components of the vector. These can be found in the VxComponent, VyComponent, and VzComponent. Alternatively, if the ExtractToFieldData flag is set, the filter will put all the components in the field data. The first component will be the scalar and the others will be non-attribute arrays.
static Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkExtractVectorComponents.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.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkExtractVectorComponents.ExtractToFieldDataOff | ( | ) | [virtual] |
Determines whether the vector components will be put in separate outputs or in the first output's field data.
virtual void Kitware.VTK.vtkExtractVectorComponents.ExtractToFieldDataOn | ( | ) | [virtual] |
Determines whether the vector components will be put in separate outputs or in the first output's field data.
virtual int Kitware.VTK.vtkExtractVectorComponents.GetExtractToFieldData | ( | ) | [virtual] |
Determines whether the vector components will be put in separate outputs or in the first output's field data.
Get the output dataset representing velocity x-component. If output is NULL then input hasn't been set, which is necessary for abstract objects. (Note: this method returns the same information as the GetOutput() method with an index of 0.)
Get the output dataset representing velocity y-component. If output is NULL then input hasn't been set, which is necessary for abstract objects. (Note: this method returns the same information as the GetOutput() method with an index of 1.) Note that if ExtractToFieldData is true, this output will be empty.
Get the output dataset representing velocity z-component. If output is NULL then input hasn't been set, which is necessary for abstract objects. (Note: this method returns the same information as the GetOutput() method with an index of 2.) Note that if ExtractToFieldData is true, this output will be empty.
override int Kitware.VTK.vtkExtractVectorComponents.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new int Kitware.VTK.vtkExtractVectorComponents.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkExtractVectorComponents Kitware.VTK.vtkExtractVectorComponents.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkExtractVectorComponents Kitware.VTK.vtkExtractVectorComponents.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkExtractVectorComponents.SetExtractToFieldData | ( | int | _arg | ) | [virtual] |
Determines whether the vector components will be put in separate outputs or in the first output's field data.
virtual new void Kitware.VTK.vtkExtractVectorComponents.SetInput | ( | vtkDataSet | input | ) | [virtual] |
Specify the input data or filter.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static internal void Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_ExtractToFieldDataOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_ExtractToFieldDataOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_GetExtractToFieldData_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_GetVxComponent_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_GetVyComponent_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_GetVzComponent_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_SetExtractToFieldData_12 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractVectorComponents.vtkExtractVectorComponents_SetInput_13 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
new readonly string Kitware.VTK.vtkExtractVectorComponents.MRClassNameKey = "26vtkExtractVectorComponents" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
new const string Kitware.VTK.vtkExtractVectorComponents.MRFullTypeName = "Kitware.VTK.vtkExtractVectorComponents" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.