ActiViz .NET
5.8.0
|
vtkRectilinearSynchronizedTemplates - generate isosurface from rectilinear grid More...
Public Member Functions | |
vtkRectilinearSynchronizedTemplates (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkRectilinearSynchronizedTemplates () | |
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 | ComputeSpacing (vtkRectilinearGrid data, int i, int j, int k, IntPtr extent, IntPtr spacing) |
Compute the spacing between this point and its 6 neighbors. This method needs to be public so it can be accessed from a templated function. | |
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. | |
IntPtr | GetExecuteExtent () |
Needed by templated functions. | |
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 vtkRectilinearSynchronizedTemplates | 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 | 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. | |
Static Public Member Functions | |
static new vtkRectilinearSynchronizedTemplates | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkRectilinearSynchronizedTemplates | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkRectilinearSynchronizedTemplates" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "35vtkRectilinearSynchronizedTemplates" |
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 | vtkRectilinearSynchronizedTemplates_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRectilinearSynchronizedTemplates_ComputeGradientsOff_01 (HandleRef pThis) |
static internal void | vtkRectilinearSynchronizedTemplates_ComputeGradientsOn_02 (HandleRef pThis) |
static internal void | vtkRectilinearSynchronizedTemplates_ComputeNormalsOff_03 (HandleRef pThis) |
static internal void | vtkRectilinearSynchronizedTemplates_ComputeNormalsOn_04 (HandleRef pThis) |
static internal void | vtkRectilinearSynchronizedTemplates_ComputeScalarsOff_05 (HandleRef pThis) |
static internal void | vtkRectilinearSynchronizedTemplates_ComputeScalarsOn_06 (HandleRef pThis) |
static internal void | vtkRectilinearSynchronizedTemplates_ComputeSpacing_07 (HandleRef pThis, HandleRef data, int i, int j, int k, IntPtr extent, IntPtr spacing) |
static internal void | vtkRectilinearSynchronizedTemplates_GenerateValues_08 (HandleRef pThis, int numContours, IntPtr range) |
static internal void | vtkRectilinearSynchronizedTemplates_GenerateValues_09 (HandleRef pThis, int numContours, double rangeStart, double rangeEnd) |
static internal int | vtkRectilinearSynchronizedTemplates_GetArrayComponent_10 (HandleRef pThis) |
static internal int | vtkRectilinearSynchronizedTemplates_GetComputeGradients_11 (HandleRef pThis) |
static internal int | vtkRectilinearSynchronizedTemplates_GetComputeNormals_12 (HandleRef pThis) |
static internal int | vtkRectilinearSynchronizedTemplates_GetComputeScalars_13 (HandleRef pThis) |
static internal IntPtr | vtkRectilinearSynchronizedTemplates_GetExecuteExtent_14 (HandleRef pThis) |
static internal uint | vtkRectilinearSynchronizedTemplates_GetMTime_15 (HandleRef pThis) |
static internal int | vtkRectilinearSynchronizedTemplates_GetNumberOfContours_16 (HandleRef pThis) |
static internal double | vtkRectilinearSynchronizedTemplates_GetValue_17 (HandleRef pThis, int i) |
static internal IntPtr | vtkRectilinearSynchronizedTemplates_GetValues_18 (HandleRef pThis) |
static internal void | vtkRectilinearSynchronizedTemplates_GetValues_19 (HandleRef pThis, IntPtr contourValues) |
static internal int | vtkRectilinearSynchronizedTemplates_IsA_20 (HandleRef pThis, string type) |
static internal int | vtkRectilinearSynchronizedTemplates_IsTypeOf_21 (string type) |
static internal IntPtr | vtkRectilinearSynchronizedTemplates_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRectilinearSynchronizedTemplates_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRectilinearSynchronizedTemplates_SetArrayComponent_25 (HandleRef pThis, int _arg) |
static internal void | vtkRectilinearSynchronizedTemplates_SetComputeGradients_26 (HandleRef pThis, int _arg) |
static internal void | vtkRectilinearSynchronizedTemplates_SetComputeNormals_27 (HandleRef pThis, int _arg) |
static internal void | vtkRectilinearSynchronizedTemplates_SetComputeScalars_28 (HandleRef pThis, int _arg) |
static internal void | vtkRectilinearSynchronizedTemplates_SetNumberOfContours_29 (HandleRef pThis, int number) |
static internal void | vtkRectilinearSynchronizedTemplates_SetValue_30 (HandleRef pThis, int i, double value) |
Static Private Member Functions | |
static | vtkRectilinearSynchronizedTemplates () |
Automatically generated type registration mechanics. |
vtkRectilinearSynchronizedTemplates - generate isosurface from rectilinear grid
static Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.ComputeScalarsOff | ( | ) | [virtual] |
Set/Get the computation of scalars.
virtual void Kitware.VTK.vtkRectilinearSynchronizedTemplates.ComputeScalarsOn | ( | ) | [virtual] |
Set/Get the computation of scalars.
void Kitware.VTK.vtkRectilinearSynchronizedTemplates.ComputeSpacing | ( | vtkRectilinearGrid | data, |
int | i, | ||
int | j, | ||
int | k, | ||
IntPtr | extent, | ||
IntPtr | spacing | ||
) |
Compute the spacing between this point and its 6 neighbors. This method needs to be public so it can be accessed from a templated function.
override void Kitware.VTK.vtkRectilinearSynchronizedTemplates.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.
void Kitware.VTK.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.GetArrayComponent | ( | ) | [virtual] |
Set/get which component of the scalar array to contour on; defaults to 0.
virtual int Kitware.VTK.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.GetComputeScalars | ( | ) | [virtual] |
Set/Get the computation of scalars.
Needed by templated functions.
override uint Kitware.VTK.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkRectilinearSynchronizedTemplates.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkRectilinearSynchronizedTemplates Kitware.VTK.vtkRectilinearSynchronizedTemplates.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new vtkRectilinearSynchronizedTemplates Kitware.VTK.vtkRectilinearSynchronizedTemplates.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkRectilinearSynchronizedTemplates Kitware.VTK.vtkRectilinearSynchronizedTemplates.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkRectilinearSynchronizedTemplates.SetArrayComponent | ( | int | _arg | ) | [virtual] |
Set/get which component of the scalar array to contour on; defaults to 0.
virtual void Kitware.VTK.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.SetComputeScalars | ( | int | _arg | ) | [virtual] |
Set/Get the computation of scalars.
void Kitware.VTK.vtkRectilinearSynchronizedTemplates.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.vtkRectilinearSynchronizedTemplates.SetValue | ( | int | i, |
double | value | ||
) |
Set a particular contour value at contour number i. The index i ranges between 0<=i<NumberOfContours.
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_ComputeGradientsOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_ComputeGradientsOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_ComputeNormalsOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_ComputeNormalsOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_ComputeScalarsOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_ComputeScalarsOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_ComputeSpacing_07 | ( | HandleRef | pThis, |
HandleRef | data, | ||
int | i, | ||
int | j, | ||
int | k, | ||
IntPtr | extent, | ||
IntPtr | spacing | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GenerateValues_08 | ( | HandleRef | pThis, |
int | numContours, | ||
IntPtr | range | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GenerateValues_09 | ( | HandleRef | pThis, |
int | numContours, | ||
double | rangeStart, | ||
double | rangeEnd | ||
) | [private] |
static internal int Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetArrayComponent_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetComputeGradients_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetComputeNormals_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetComputeScalars_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetExecuteExtent_14 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetMTime_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetNumberOfContours_16 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetValue_17 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetValues_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetValues_19 | ( | HandleRef | pThis, |
IntPtr | contourValues | ||
) | [private] |
static internal int Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_IsA_20 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_IsTypeOf_21 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_NewInstance_23 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_SafeDownCast_24 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_SetArrayComponent_25 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_SetComputeGradients_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_SetComputeNormals_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_SetComputeScalars_28 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_SetNumberOfContours_29 | ( | HandleRef | pThis, |
int | number | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_SetValue_30 | ( | HandleRef | pThis, |
int | i, | ||
double | value | ||
) | [private] |
new readonly string Kitware.VTK.vtkRectilinearSynchronizedTemplates.MRClassNameKey = "35vtkRectilinearSynchronizedTemplates" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkRectilinearSynchronizedTemplates.MRFullTypeName = "Kitware.VTK.vtkRectilinearSynchronizedTemplates" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.