ActiViz .NET
5.8.0
|
vtkSynchronizedTemplates3D - generate isosurface from structured points More...
Public Member Functions | |
vtkSynchronizedTemplates3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSynchronizedTemplates3D () | |
Undocumented Block. | |
virtual void | ComputeGradientsOff () |
Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off. | |
virtual void | ComputeGradientsOn () |
Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off. | |
virtual void | ComputeNormalsOff () |
Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off. | |
virtual void | ComputeNormalsOn () |
Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off. | |
virtual void | ComputeScalarsOff () |
Set/Get the computation of scalars. | |
virtual void | ComputeScalarsOn () |
Set/Get the computation of scalars. | |
void | GenerateValues (int numContours, IntPtr range) |
Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values. | |
void | GenerateValues (int numContours, double rangeStart, double rangeEnd) |
Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values. | |
virtual int | GetArrayComponent () |
Set/get which component of the scalar array to contour on; defaults to 0. | |
virtual int | GetComputeGradients () |
Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off. | |
virtual int | GetComputeNormals () |
Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off. | |
virtual int | GetComputeScalars () |
Set/Get the computation of scalars. | |
int[] | GetExecuteExtent () |
Needed by templated functions. | |
uint | GetInputMemoryLimit () |
Determines the chunk size fro streaming. This filter will act like a collector: ask for many input pieces, but generate one output. Limit is in KBytes. | |
override uint | GetMTime () |
Because we delegate to vtkContourValues. | |
int | GetNumberOfContours () |
Get the number of contours in the list of contour values. | |
double | GetValue (int i) |
Get the ith contour value. | |
IntPtr | GetValues () |
Get a pointer to an array of contour values. There will be GetNumberOfContours() values in the list. | |
void | GetValues (IntPtr contourValues) |
Fill a supplied list with contour values. There will be GetNumberOfContours() values in the list. Make sure you allocate enough memory to hold the list. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSynchronizedTemplates3D | NewInstance () |
Undocumented Block. | |
virtual void | SetArrayComponent (int _arg) |
Set/get which component of the scalar array to contour on; defaults to 0. | |
virtual void | SetComputeGradients (int _arg) |
Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off. | |
virtual void | SetComputeNormals (int _arg) |
Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off. | |
virtual void | SetComputeScalars (int _arg) |
Set/Get the computation of scalars. | |
void | SetInputMemoryLimit (uint limit) |
Determines the chunk size fro streaming. This filter will act like a collector: ask for many input pieces, but generate one output. Limit is in KBytes. | |
void | SetNumberOfContours (int number) |
Set the number of contours to place into the list. You only really need to use this method to reduce list size. The method SetValue() will automatically increase list size as needed. | |
void | SetValue (int i, double value) |
Set a particular contour value at contour number i. The index i ranges between 0<=i<NumberOfContours. | |
void | ThreadedExecute (vtkImageData data, vtkInformation inInfo, vtkInformation outInfo, IntPtr exExt, vtkDataArray inScalars) |
Needed by templated functions. | |
Static Public Member Functions | |
static new vtkSynchronizedTemplates3D | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSynchronizedTemplates3D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSynchronizedTemplates3D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkSynchronizedTemplates3D" |
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 | vtkSynchronizedTemplates3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSynchronizedTemplates3D_ComputeGradientsOff_01 (HandleRef pThis) |
static internal void | vtkSynchronizedTemplates3D_ComputeGradientsOn_02 (HandleRef pThis) |
static internal void | vtkSynchronizedTemplates3D_ComputeNormalsOff_03 (HandleRef pThis) |
static internal void | vtkSynchronizedTemplates3D_ComputeNormalsOn_04 (HandleRef pThis) |
static internal void | vtkSynchronizedTemplates3D_ComputeScalarsOff_05 (HandleRef pThis) |
static internal void | vtkSynchronizedTemplates3D_ComputeScalarsOn_06 (HandleRef pThis) |
static internal void | vtkSynchronizedTemplates3D_GenerateValues_07 (HandleRef pThis, int numContours, IntPtr range) |
static internal void | vtkSynchronizedTemplates3D_GenerateValues_08 (HandleRef pThis, int numContours, double rangeStart, double rangeEnd) |
static internal int | vtkSynchronizedTemplates3D_GetArrayComponent_09 (HandleRef pThis) |
static internal int | vtkSynchronizedTemplates3D_GetComputeGradients_10 (HandleRef pThis) |
static internal int | vtkSynchronizedTemplates3D_GetComputeNormals_11 (HandleRef pThis) |
static internal int | vtkSynchronizedTemplates3D_GetComputeScalars_12 (HandleRef pThis) |
static internal IntPtr | vtkSynchronizedTemplates3D_GetExecuteExtent_13 (HandleRef pThis) |
static internal uint | vtkSynchronizedTemplates3D_GetInputMemoryLimit_14 (HandleRef pThis) |
static internal uint | vtkSynchronizedTemplates3D_GetMTime_15 (HandleRef pThis) |
static internal int | vtkSynchronizedTemplates3D_GetNumberOfContours_16 (HandleRef pThis) |
static internal double | vtkSynchronizedTemplates3D_GetValue_17 (HandleRef pThis, int i) |
static internal IntPtr | vtkSynchronizedTemplates3D_GetValues_18 (HandleRef pThis) |
static internal void | vtkSynchronizedTemplates3D_GetValues_19 (HandleRef pThis, IntPtr contourValues) |
static internal int | vtkSynchronizedTemplates3D_IsA_20 (HandleRef pThis, string type) |
static internal int | vtkSynchronizedTemplates3D_IsTypeOf_21 (string type) |
static internal IntPtr | vtkSynchronizedTemplates3D_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSynchronizedTemplates3D_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSynchronizedTemplates3D_SetArrayComponent_25 (HandleRef pThis, int _arg) |
static internal void | vtkSynchronizedTemplates3D_SetComputeGradients_26 (HandleRef pThis, int _arg) |
static internal void | vtkSynchronizedTemplates3D_SetComputeNormals_27 (HandleRef pThis, int _arg) |
static internal void | vtkSynchronizedTemplates3D_SetComputeScalars_28 (HandleRef pThis, int _arg) |
static internal void | vtkSynchronizedTemplates3D_SetInputMemoryLimit_29 (HandleRef pThis, uint limit) |
static internal void | vtkSynchronizedTemplates3D_SetNumberOfContours_30 (HandleRef pThis, int number) |
static internal void | vtkSynchronizedTemplates3D_SetValue_31 (HandleRef pThis, int i, double value) |
static internal void | vtkSynchronizedTemplates3D_ThreadedExecute_32 (HandleRef pThis, HandleRef data, HandleRef inInfo, HandleRef outInfo, IntPtr exExt, HandleRef inScalars) |
Static Private Member Functions | |
static | vtkSynchronizedTemplates3D () |
Automatically generated type registration mechanics. |
vtkSynchronizedTemplates3D - generate isosurface from structured points
static Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkSynchronizedTemplates3D.ComputeGradientsOff | ( | ) | [virtual] |
Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void Kitware.VTK.vtkSynchronizedTemplates3D.ComputeGradientsOn | ( | ) | [virtual] |
Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void Kitware.VTK.vtkSynchronizedTemplates3D.ComputeNormalsOff | ( | ) | [virtual] |
Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void Kitware.VTK.vtkSynchronizedTemplates3D.ComputeNormalsOn | ( | ) | [virtual] |
Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void Kitware.VTK.vtkSynchronizedTemplates3D.ComputeScalarsOff | ( | ) | [virtual] |
Set/Get the computation of scalars.
virtual void Kitware.VTK.vtkSynchronizedTemplates3D.ComputeScalarsOn | ( | ) | [virtual] |
Set/Get the computation of scalars.
override void Kitware.VTK.vtkSynchronizedTemplates3D.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.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkSynchronizedTemplatesCutter3D.
void Kitware.VTK.vtkSynchronizedTemplates3D.GenerateValues | ( | int | numContours, |
IntPtr | range | ||
) |
Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values.
void Kitware.VTK.vtkSynchronizedTemplates3D.GenerateValues | ( | int | numContours, |
double | rangeStart, | ||
double | rangeEnd | ||
) |
Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values.
virtual int Kitware.VTK.vtkSynchronizedTemplates3D.GetArrayComponent | ( | ) | [virtual] |
Set/get which component of the scalar array to contour on; defaults to 0.
virtual int Kitware.VTK.vtkSynchronizedTemplates3D.GetComputeGradients | ( | ) | [virtual] |
Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual int Kitware.VTK.vtkSynchronizedTemplates3D.GetComputeNormals | ( | ) | [virtual] |
Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual int Kitware.VTK.vtkSynchronizedTemplates3D.GetComputeScalars | ( | ) | [virtual] |
Set/Get the computation of scalars.
Needed by templated functions.
Determines the chunk size fro streaming. This filter will act like a collector: ask for many input pieces, but generate one output. Limit is in KBytes.
override uint Kitware.VTK.vtkSynchronizedTemplates3D.GetMTime | ( | ) | [virtual] |
Because we delegate to vtkContourValues.
Reimplemented from Kitware.VTK.vtkObject.
Get the number of contours in the list of contour values.
double Kitware.VTK.vtkSynchronizedTemplates3D.GetValue | ( | int | i | ) |
Get the ith contour value.
Get a pointer to an array of contour values. There will be GetNumberOfContours() values in the list.
void Kitware.VTK.vtkSynchronizedTemplates3D.GetValues | ( | IntPtr | contourValues | ) |
Fill a supplied list with contour values. There will be GetNumberOfContours() values in the list. Make sure you allocate enough memory to hold the list.
override int Kitware.VTK.vtkSynchronizedTemplates3D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkSynchronizedTemplatesCutter3D.
static new int Kitware.VTK.vtkSynchronizedTemplates3D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkSynchronizedTemplatesCutter3D.
static new vtkSynchronizedTemplates3D Kitware.VTK.vtkSynchronizedTemplates3D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkSynchronizedTemplatesCutter3D.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkSynchronizedTemplatesCutter3D.
static new vtkSynchronizedTemplates3D Kitware.VTK.vtkSynchronizedTemplates3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkSynchronizedTemplatesCutter3D.
virtual void Kitware.VTK.vtkSynchronizedTemplates3D.SetArrayComponent | ( | int | _arg | ) | [virtual] |
Set/get which component of the scalar array to contour on; defaults to 0.
virtual void Kitware.VTK.vtkSynchronizedTemplates3D.SetComputeGradients | ( | int | _arg | ) | [virtual] |
Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void Kitware.VTK.vtkSynchronizedTemplates3D.SetComputeNormals | ( | int | _arg | ) | [virtual] |
Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void Kitware.VTK.vtkSynchronizedTemplates3D.SetComputeScalars | ( | int | _arg | ) | [virtual] |
Set/Get the computation of scalars.
void Kitware.VTK.vtkSynchronizedTemplates3D.SetInputMemoryLimit | ( | uint | limit | ) |
Determines the chunk size fro streaming. This filter will act like a collector: ask for many input pieces, but generate one output. Limit is in KBytes.
void Kitware.VTK.vtkSynchronizedTemplates3D.SetNumberOfContours | ( | int | number | ) |
Set the number of contours to place into the list. You only really need to use this method to reduce list size. The method SetValue() will automatically increase list size as needed.
void Kitware.VTK.vtkSynchronizedTemplates3D.SetValue | ( | int | i, |
double | value | ||
) |
Set a particular contour value at contour number i. The index i ranges between 0<=i<NumberOfContours.
void Kitware.VTK.vtkSynchronizedTemplates3D.ThreadedExecute | ( | vtkImageData | data, |
vtkInformation | inInfo, | ||
vtkInformation | outInfo, | ||
IntPtr | exExt, | ||
vtkDataArray | inScalars | ||
) |
Needed by templated functions.
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_ComputeGradientsOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_ComputeGradientsOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_ComputeNormalsOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_ComputeNormalsOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_ComputeScalarsOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_ComputeScalarsOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GenerateValues_07 | ( | HandleRef | pThis, |
int | numContours, | ||
IntPtr | range | ||
) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GenerateValues_08 | ( | HandleRef | pThis, |
int | numContours, | ||
double | rangeStart, | ||
double | rangeEnd | ||
) | [private] |
static internal int Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetArrayComponent_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetComputeGradients_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetComputeNormals_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetComputeScalars_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetExecuteExtent_13 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetInputMemoryLimit_14 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetMTime_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetNumberOfContours_16 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetValue_17 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetValues_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_GetValues_19 | ( | HandleRef | pThis, |
IntPtr | contourValues | ||
) | [private] |
static internal int Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_IsA_20 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_IsTypeOf_21 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_NewInstance_23 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_SafeDownCast_24 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_SetArrayComponent_25 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_SetComputeGradients_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_SetComputeNormals_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_SetComputeScalars_28 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_SetInputMemoryLimit_29 | ( | HandleRef | pThis, |
uint | limit | ||
) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_SetNumberOfContours_30 | ( | HandleRef | pThis, |
int | number | ||
) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_SetValue_31 | ( | HandleRef | pThis, |
int | i, | ||
double | value | ||
) | [private] |
static internal void Kitware.VTK.vtkSynchronizedTemplates3D.vtkSynchronizedTemplates3D_ThreadedExecute_32 | ( | HandleRef | pThis, |
HandleRef | data, | ||
HandleRef | inInfo, | ||
HandleRef | outInfo, | ||
IntPtr | exExt, | ||
HandleRef | inScalars | ||
) | [private] |
new readonly string Kitware.VTK.vtkSynchronizedTemplates3D.MRClassNameKey = "26vtkSynchronizedTemplates3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkSynchronizedTemplatesCutter3D.
new const string Kitware.VTK.vtkSynchronizedTemplates3D.MRFullTypeName = "Kitware.VTK.vtkSynchronizedTemplates3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkSynchronizedTemplatesCutter3D.