ActiViz .NET
5.8.0
|
vtkGenericContourFilter - generate isocontours from input dataset More...
Public Member Functions | |
vtkGenericContourFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGenericContourFilter () | |
Construct object with initial range (0,1) and single contour value of 0.0. | |
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 | CreateDefaultLocator () |
Create default locator. Used to create one when none is specified. The locator is used to merge coincident points. | |
void | GenerateValues (int numContours, IntPtr range) |
Methods to set / get contour values. | |
void | GenerateValues (int numContours, double rangeStart, double rangeEnd) |
Methods to set / get contour 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. | |
virtual string | GetInputScalarsSelection () |
If you want to contour by an arbitrary scalar attribute, then set its name here. By default this in NULL and the filter will use the active scalar array. | |
virtual vtkIncrementalPointLocator | GetLocator () |
Set / get a spatial locator for merging points. By default, an instance of vtkMergePoints is used. | |
override uint | GetMTime () |
Modified GetMTime Because we delegate to vtkContourValues. | |
int | GetNumberOfContours () |
Methods to set / get contour values. | |
double | GetValue (int i) |
Methods to set / get contour values. | |
IntPtr | GetValues () |
Methods to set / get contour values. | |
void | GetValues (IntPtr contourValues) |
Methods to set / get contour values. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGenericContourFilter | NewInstance () |
Undocumented Block. | |
virtual void | SelectInputScalars (string fieldName) |
If you want to contour by an arbitrary scalar attribute, then set its name here. By default this in NULL and the filter will use the active scalar array. | |
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 | SetLocator (vtkIncrementalPointLocator locator) |
Set / get a spatial locator for merging points. By default, an instance of vtkMergePoints is used. | |
void | SetNumberOfContours (int number) |
Methods to set / get contour values. | |
void | SetValue (int i, float value) |
Methods to set / get contour values. | |
Static Public Member Functions | |
static new vtkGenericContourFilter | New () |
Construct object with initial range (0,1) and single contour value of 0.0. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGenericContourFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGenericContourFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkGenericContourFilter" |
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 | vtkGenericContourFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGenericContourFilter_ComputeGradientsOff_01 (HandleRef pThis) |
static internal void | vtkGenericContourFilter_ComputeGradientsOn_02 (HandleRef pThis) |
static internal void | vtkGenericContourFilter_ComputeNormalsOff_03 (HandleRef pThis) |
static internal void | vtkGenericContourFilter_ComputeNormalsOn_04 (HandleRef pThis) |
static internal void | vtkGenericContourFilter_ComputeScalarsOff_05 (HandleRef pThis) |
static internal void | vtkGenericContourFilter_ComputeScalarsOn_06 (HandleRef pThis) |
static internal void | vtkGenericContourFilter_CreateDefaultLocator_07 (HandleRef pThis) |
static internal void | vtkGenericContourFilter_GenerateValues_08 (HandleRef pThis, int numContours, IntPtr range) |
static internal void | vtkGenericContourFilter_GenerateValues_09 (HandleRef pThis, int numContours, double rangeStart, double rangeEnd) |
static internal int | vtkGenericContourFilter_GetComputeGradients_10 (HandleRef pThis) |
static internal int | vtkGenericContourFilter_GetComputeNormals_11 (HandleRef pThis) |
static internal int | vtkGenericContourFilter_GetComputeScalars_12 (HandleRef pThis) |
static internal IntPtr | vtkGenericContourFilter_GetInputScalarsSelection_13 (HandleRef pThis) |
static internal IntPtr | vtkGenericContourFilter_GetLocator_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkGenericContourFilter_GetMTime_15 (HandleRef pThis) |
static internal int | vtkGenericContourFilter_GetNumberOfContours_16 (HandleRef pThis) |
static internal double | vtkGenericContourFilter_GetValue_17 (HandleRef pThis, int i) |
static internal IntPtr | vtkGenericContourFilter_GetValues_18 (HandleRef pThis) |
static internal void | vtkGenericContourFilter_GetValues_19 (HandleRef pThis, IntPtr contourValues) |
static internal int | vtkGenericContourFilter_IsA_20 (HandleRef pThis, string type) |
static internal int | vtkGenericContourFilter_IsTypeOf_21 (string type) |
static internal IntPtr | vtkGenericContourFilter_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGenericContourFilter_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGenericContourFilter_SelectInputScalars_25 (HandleRef pThis, string fieldName) |
static internal void | vtkGenericContourFilter_SetComputeGradients_26 (HandleRef pThis, int _arg) |
static internal void | vtkGenericContourFilter_SetComputeNormals_27 (HandleRef pThis, int _arg) |
static internal void | vtkGenericContourFilter_SetComputeScalars_28 (HandleRef pThis, int _arg) |
static internal void | vtkGenericContourFilter_SetLocator_29 (HandleRef pThis, HandleRef locator) |
static internal void | vtkGenericContourFilter_SetNumberOfContours_30 (HandleRef pThis, int number) |
static internal void | vtkGenericContourFilter_SetValue_31 (HandleRef pThis, int i, float value) |
Static Private Member Functions | |
static | vtkGenericContourFilter () |
Automatically generated type registration mechanics. |
vtkGenericContourFilter - generate isocontours from input dataset
Description vtkGenericContourFilter is a filter that takes as input any (generic) dataset and generates on output isosurfaces and/or isolines. The exact form of the output depends upon the dimensionality of the input data. Data consisting of 3D cells will generate isosurfaces, data consisting of 2D cells will generate isolines, and data with 1D or 0D cells will generate isopoints. Combinations of output type are possible if the input dimension is mixed.
To use this filter you must specify one or more contour values. You can either use the method SetValue() to specify each contour value, or use GenerateValues() to generate a series of evenly spaced contours. You can use ComputeNormalsOn to compute the normals without the need of a vtkPolyDataNormals
This filter has been implemented to operate on generic datasets, rather than the typical vtkDataSet (and subclasses). vtkGenericDataSet is a more complex cousin of vtkDataSet, typically consisting of nonlinear, higher-order cells. To process this type of data, generic cells are automatically tessellated into linear cells prior to isocontouring.
static Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with initial range (0,1) and single contour value of 0.0.
virtual void Kitware.VTK.vtkGenericContourFilter.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.vtkGenericContourFilter.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.vtkGenericContourFilter.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.vtkGenericContourFilter.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.vtkGenericContourFilter.ComputeScalarsOff | ( | ) | [virtual] |
Set/Get the computation of scalars.
virtual void Kitware.VTK.vtkGenericContourFilter.ComputeScalarsOn | ( | ) | [virtual] |
Set/Get the computation of scalars.
Create default locator. Used to create one when none is specified. The locator is used to merge coincident points.
override void Kitware.VTK.vtkGenericContourFilter.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.vtkGenericContourFilter.GenerateValues | ( | int | numContours, |
IntPtr | range | ||
) |
Methods to set / get contour values.
void Kitware.VTK.vtkGenericContourFilter.GenerateValues | ( | int | numContours, |
double | rangeStart, | ||
double | rangeEnd | ||
) |
Methods to set / get contour values.
virtual int Kitware.VTK.vtkGenericContourFilter.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.vtkGenericContourFilter.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.vtkGenericContourFilter.GetComputeScalars | ( | ) | [virtual] |
Set/Get the computation of scalars.
virtual string Kitware.VTK.vtkGenericContourFilter.GetInputScalarsSelection | ( | ) | [virtual] |
If you want to contour by an arbitrary scalar attribute, then set its name here. By default this in NULL and the filter will use the active scalar array.
virtual vtkIncrementalPointLocator Kitware.VTK.vtkGenericContourFilter.GetLocator | ( | ) | [virtual] |
Set / get a spatial locator for merging points. By default, an instance of vtkMergePoints is used.
override uint Kitware.VTK.vtkGenericContourFilter.GetMTime | ( | ) | [virtual] |
Modified GetMTime Because we delegate to vtkContourValues.
Reimplemented from Kitware.VTK.vtkObject.
Methods to set / get contour values.
double Kitware.VTK.vtkGenericContourFilter.GetValue | ( | int | i | ) |
Methods to set / get contour values.
Methods to set / get contour values.
void Kitware.VTK.vtkGenericContourFilter.GetValues | ( | IntPtr | contourValues | ) |
Methods to set / get contour values.
override int Kitware.VTK.vtkGenericContourFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkGenericContourFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGenericContourFilter Kitware.VTK.vtkGenericContourFilter.New | ( | ) | [static] |
Construct object with initial range (0,1) and single contour value of 0.0.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGenericContourFilter Kitware.VTK.vtkGenericContourFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkGenericContourFilter.SelectInputScalars | ( | string | fieldName | ) | [virtual] |
If you want to contour by an arbitrary scalar attribute, then set its name here. By default this in NULL and the filter will use the active scalar array.
virtual void Kitware.VTK.vtkGenericContourFilter.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.vtkGenericContourFilter.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.vtkGenericContourFilter.SetComputeScalars | ( | int | _arg | ) | [virtual] |
Set/Get the computation of scalars.
Set / get a spatial locator for merging points. By default, an instance of vtkMergePoints is used.
void Kitware.VTK.vtkGenericContourFilter.SetNumberOfContours | ( | int | number | ) |
Methods to set / get contour values.
void Kitware.VTK.vtkGenericContourFilter.SetValue | ( | int | i, |
float | value | ||
) |
Methods to set / get contour values.
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_ComputeGradientsOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_ComputeGradientsOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_ComputeNormalsOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_ComputeNormalsOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_ComputeScalarsOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_ComputeScalarsOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_CreateDefaultLocator_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GenerateValues_08 | ( | HandleRef | pThis, |
int | numContours, | ||
IntPtr | range | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GenerateValues_09 | ( | HandleRef | pThis, |
int | numContours, | ||
double | rangeStart, | ||
double | rangeEnd | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GetComputeGradients_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GetComputeNormals_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GetComputeScalars_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GetInputScalarsSelection_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GetLocator_14 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GetMTime_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GetNumberOfContours_16 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GetValue_17 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GetValues_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_GetValues_19 | ( | HandleRef | pThis, |
IntPtr | contourValues | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_IsA_20 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_IsTypeOf_21 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_NewInstance_23 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_SafeDownCast_24 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_SelectInputScalars_25 | ( | HandleRef | pThis, |
string | fieldName | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_SetComputeGradients_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_SetComputeNormals_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_SetComputeScalars_28 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_SetLocator_29 | ( | HandleRef | pThis, |
HandleRef | locator | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_SetNumberOfContours_30 | ( | HandleRef | pThis, |
int | number | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericContourFilter.vtkGenericContourFilter_SetValue_31 | ( | HandleRef | pThis, |
int | i, | ||
float | value | ||
) | [private] |
new readonly string Kitware.VTK.vtkGenericContourFilter.MRClassNameKey = "23vtkGenericContourFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkGenericContourFilter.MRFullTypeName = "Kitware.VTK.vtkGenericContourFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.