ActiViz .NET
5.8.0
|
vtkImageToStructuredPoints - Attaches image pipeline to VTK. More...
Public Member Functions | |
vtkImageToStructuredPoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageToStructuredPoints () | |
Undocumented Block. | |
vtkStructuredPoints | GetStructuredPointsOutput () |
Get the output of the filter. | |
vtkImageData | GetVectorInput () |
Set/Get the input object from the image pipeline. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageToStructuredPoints | NewInstance () |
Undocumented Block. | |
void | SetVectorInput (vtkImageData input) |
Set/Get the input object from the image pipeline. | |
Static Public Member Functions | |
static new vtkImageToStructuredPoints | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageToStructuredPoints | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageToStructuredPoints" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkImageToStructuredPoints" |
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 | vtkImageToStructuredPoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageToStructuredPoints_GetStructuredPointsOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageToStructuredPoints_GetVectorInput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageToStructuredPoints_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkImageToStructuredPoints_IsTypeOf_04 (string type) |
static internal IntPtr | vtkImageToStructuredPoints_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageToStructuredPoints_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageToStructuredPoints_SetVectorInput_08 (HandleRef pThis, HandleRef input) |
Static Private Member Functions | |
static | vtkImageToStructuredPoints () |
Automatically generated type registration mechanics. |
vtkImageToStructuredPoints - Attaches image pipeline to VTK.
Description vtkImageToStructuredPoints changes an image cache format to a structured points dataset. It takes an Input plus an optional VectorInput. The VectorInput converts the RGB scalar components of the VectorInput to vector pointdata attributes. This filter will try to reference count the data but in some cases it must make a copy.
static Kitware.VTK.vtkImageToStructuredPoints.vtkImageToStructuredPoints | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageToStructuredPoints.vtkImageToStructuredPoints | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageToStructuredPoints.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.
Get the output of the filter.
Set/Get the input object from the image pipeline.
override int Kitware.VTK.vtkImageToStructuredPoints.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkImageToStructuredPoints.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageToStructuredPoints Kitware.VTK.vtkImageToStructuredPoints.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageToStructuredPoints Kitware.VTK.vtkImageToStructuredPoints.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
Set/Get the input object from the image pipeline.
static internal IntPtr Kitware.VTK.vtkImageToStructuredPoints.vtkImageToStructuredPoints_GetStructuredPointsOutput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageToStructuredPoints.vtkImageToStructuredPoints_GetVectorInput_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImageToStructuredPoints.vtkImageToStructuredPoints_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageToStructuredPoints.vtkImageToStructuredPoints_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageToStructuredPoints.vtkImageToStructuredPoints_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageToStructuredPoints.vtkImageToStructuredPoints_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageToStructuredPoints.vtkImageToStructuredPoints_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToStructuredPoints.vtkImageToStructuredPoints_SetVectorInput_08 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageToStructuredPoints.MRClassNameKey = "26vtkImageToStructuredPoints" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkImageToStructuredPoints.MRFullTypeName = "Kitware.VTK.vtkImageToStructuredPoints" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.