ActiViz .NET
5.8.0
|
vtkGridSynchronizedTemplates3D - generate isosurface from structured grids More...
Public Member Functions | |
vtkGridSynchronizedTemplates3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGridSynchronizedTemplates3D () | |
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 | 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. | |
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 vtkGridSynchronizedTemplates3D | NewInstance () |
Undocumented Block. | |
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 (int limit) |
This filter will initiate streaming so that no piece requested from the input will be larger than this value (KiloBytes). | |
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 vtkGridSynchronizedTemplates3D | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGridSynchronizedTemplates3D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGridSynchronizedTemplates3D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "30vtkGridSynchronizedTemplates3D" |
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 | vtkGridSynchronizedTemplates3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGridSynchronizedTemplates3D_ComputeGradientsOff_01 (HandleRef pThis) |
static internal void | vtkGridSynchronizedTemplates3D_ComputeGradientsOn_02 (HandleRef pThis) |
static internal void | vtkGridSynchronizedTemplates3D_ComputeNormalsOff_03 (HandleRef pThis) |
static internal void | vtkGridSynchronizedTemplates3D_ComputeNormalsOn_04 (HandleRef pThis) |
static internal void | vtkGridSynchronizedTemplates3D_ComputeScalarsOff_05 (HandleRef pThis) |
static internal void | vtkGridSynchronizedTemplates3D_ComputeScalarsOn_06 (HandleRef pThis) |
static internal void | vtkGridSynchronizedTemplates3D_GenerateValues_07 (HandleRef pThis, int numContours, IntPtr range) |
static internal void | vtkGridSynchronizedTemplates3D_GenerateValues_08 (HandleRef pThis, int numContours, double rangeStart, double rangeEnd) |
static internal int | vtkGridSynchronizedTemplates3D_GetComputeGradients_09 (HandleRef pThis) |
static internal int | vtkGridSynchronizedTemplates3D_GetComputeNormals_10 (HandleRef pThis) |
static internal int | vtkGridSynchronizedTemplates3D_GetComputeScalars_11 (HandleRef pThis) |
static internal IntPtr | vtkGridSynchronizedTemplates3D_GetExecuteExtent_12 (HandleRef pThis) |
static internal uint | vtkGridSynchronizedTemplates3D_GetMTime_13 (HandleRef pThis) |
static internal int | vtkGridSynchronizedTemplates3D_GetNumberOfContours_14 (HandleRef pThis) |
static internal double | vtkGridSynchronizedTemplates3D_GetValue_15 (HandleRef pThis, int i) |
static internal IntPtr | vtkGridSynchronizedTemplates3D_GetValues_16 (HandleRef pThis) |
static internal void | vtkGridSynchronizedTemplates3D_GetValues_17 (HandleRef pThis, IntPtr contourValues) |
static internal int | vtkGridSynchronizedTemplates3D_IsA_18 (HandleRef pThis, string type) |
static internal int | vtkGridSynchronizedTemplates3D_IsTypeOf_19 (string type) |
static internal IntPtr | vtkGridSynchronizedTemplates3D_NewInstance_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGridSynchronizedTemplates3D_SafeDownCast_22 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGridSynchronizedTemplates3D_SetComputeGradients_23 (HandleRef pThis, int _arg) |
static internal void | vtkGridSynchronizedTemplates3D_SetComputeNormals_24 (HandleRef pThis, int _arg) |
static internal void | vtkGridSynchronizedTemplates3D_SetComputeScalars_25 (HandleRef pThis, int _arg) |
static internal void | vtkGridSynchronizedTemplates3D_SetInputMemoryLimit_26 (HandleRef pThis, int limit) |
static internal void | vtkGridSynchronizedTemplates3D_SetNumberOfContours_27 (HandleRef pThis, int number) |
static internal void | vtkGridSynchronizedTemplates3D_SetValue_28 (HandleRef pThis, int i, double value) |
Static Private Member Functions | |
static | vtkGridSynchronizedTemplates3D () |
Automatically generated type registration mechanics. |
vtkGridSynchronizedTemplates3D - generate isosurface from structured grids
static Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.ComputeScalarsOff | ( | ) | [virtual] |
Set/Get the computation of scalars.
virtual void Kitware.VTK.vtkGridSynchronizedTemplates3D.ComputeScalarsOn | ( | ) | [virtual] |
Set/Get the computation of scalars.
override void Kitware.VTK.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.GetComputeScalars | ( | ) | [virtual] |
Set/Get the computation of scalars.
Needed by templated functions.
override uint Kitware.VTK.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkGridSynchronizedTemplates3D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGridSynchronizedTemplates3D Kitware.VTK.vtkGridSynchronizedTemplates3D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGridSynchronizedTemplates3D Kitware.VTK.vtkGridSynchronizedTemplates3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.SetComputeScalars | ( | int | _arg | ) | [virtual] |
Set/Get the computation of scalars.
void Kitware.VTK.vtkGridSynchronizedTemplates3D.SetInputMemoryLimit | ( | int | limit | ) |
This filter will initiate streaming so that no piece requested from the input will be larger than this value (KiloBytes).
void Kitware.VTK.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.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.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_ComputeGradientsOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_ComputeGradientsOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_ComputeNormalsOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_ComputeNormalsOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_ComputeScalarsOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_ComputeScalarsOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GenerateValues_07 | ( | HandleRef | pThis, |
int | numContours, | ||
IntPtr | range | ||
) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GenerateValues_08 | ( | HandleRef | pThis, |
int | numContours, | ||
double | rangeStart, | ||
double | rangeEnd | ||
) | [private] |
static internal int Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GetComputeGradients_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GetComputeNormals_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GetComputeScalars_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GetExecuteExtent_12 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GetMTime_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GetNumberOfContours_14 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GetValue_15 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GetValues_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_GetValues_17 | ( | HandleRef | pThis, |
IntPtr | contourValues | ||
) | [private] |
static internal int Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_IsA_18 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_IsTypeOf_19 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_NewInstance_21 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_SafeDownCast_22 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_SetComputeGradients_23 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_SetComputeNormals_24 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_SetComputeScalars_25 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_SetInputMemoryLimit_26 | ( | HandleRef | pThis, |
int | limit | ||
) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_SetNumberOfContours_27 | ( | HandleRef | pThis, |
int | number | ||
) | [private] |
static internal void Kitware.VTK.vtkGridSynchronizedTemplates3D.vtkGridSynchronizedTemplates3D_SetValue_28 | ( | HandleRef | pThis, |
int | i, | ||
double | value | ||
) | [private] |
new readonly string Kitware.VTK.vtkGridSynchronizedTemplates3D.MRClassNameKey = "30vtkGridSynchronizedTemplates3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkGridSynchronizedTemplates3D.MRFullTypeName = "Kitware.VTK.vtkGridSynchronizedTemplates3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.