ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkContourFilter Class Reference

vtkContourFilter - generate isosurfaces/isolines from scalar values More...

Inheritance diagram for Kitware.VTK.vtkContourFilter:
[legend]
Collaboration diagram for Kitware.VTK.vtkContourFilter:
[legend]

List of all members.

Public Member Functions

 vtkContourFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkContourFilter ()
 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)
 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.
int GetArrayComponent ()
 Set/get which component of the scalar array to contour on; defaults to 0. Currently this feature only works if the input is a vtkImageData.
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 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 ()
 Get the number of contours in the list of contour values.
virtual vtkScalarTree GetScalarTree ()
 Enable the use of a scalar tree to accelerate contour extraction.
virtual int GetUseScalarTree ()
 Enable the use of a scalar tree to accelerate contour extraction.
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 vtkContourFilter NewInstance ()
 Undocumented Block.
void SetArrayComponent (int arg0)
 Set/get which component of the scalar array to contour on; defaults to 0. Currently this feature only works if the input is a vtkImageData.
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)
 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.
virtual void SetScalarTree (vtkScalarTree arg0)
 Enable the use of a scalar tree to accelerate contour extraction.
virtual void SetUseScalarTree (int _arg)
 Enable the use of a scalar tree to accelerate contour extraction.
void SetValue (int i, double value)
 Set a particular contour value at contour number i. The index i ranges between 0<=i<NumberOfContours.
virtual void UseScalarTreeOff ()
 Enable the use of a scalar tree to accelerate contour extraction.
virtual void UseScalarTreeOn ()
 Enable the use of a scalar tree to accelerate contour extraction.

Static Public Member Functions

static new vtkContourFilter 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 vtkContourFilter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkContourFilter"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkContourFilter"
 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 vtkContourFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContourFilter_ComputeGradientsOff_01 (HandleRef pThis)
static internal void vtkContourFilter_ComputeGradientsOn_02 (HandleRef pThis)
static internal void vtkContourFilter_ComputeNormalsOff_03 (HandleRef pThis)
static internal void vtkContourFilter_ComputeNormalsOn_04 (HandleRef pThis)
static internal void vtkContourFilter_ComputeScalarsOff_05 (HandleRef pThis)
static internal void vtkContourFilter_ComputeScalarsOn_06 (HandleRef pThis)
static internal void vtkContourFilter_CreateDefaultLocator_07 (HandleRef pThis)
static internal void vtkContourFilter_GenerateValues_08 (HandleRef pThis, int numContours, IntPtr range)
static internal void vtkContourFilter_GenerateValues_09 (HandleRef pThis, int numContours, double rangeStart, double rangeEnd)
static internal int vtkContourFilter_GetArrayComponent_10 (HandleRef pThis)
static internal int vtkContourFilter_GetComputeGradients_11 (HandleRef pThis)
static internal int vtkContourFilter_GetComputeNormals_12 (HandleRef pThis)
static internal int vtkContourFilter_GetComputeScalars_13 (HandleRef pThis)
static internal IntPtr vtkContourFilter_GetLocator_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkContourFilter_GetMTime_15 (HandleRef pThis)
static internal int vtkContourFilter_GetNumberOfContours_16 (HandleRef pThis)
static internal IntPtr vtkContourFilter_GetScalarTree_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkContourFilter_GetUseScalarTree_18 (HandleRef pThis)
static internal double vtkContourFilter_GetValue_19 (HandleRef pThis, int i)
static internal IntPtr vtkContourFilter_GetValues_20 (HandleRef pThis)
static internal void vtkContourFilter_GetValues_21 (HandleRef pThis, IntPtr contourValues)
static internal int vtkContourFilter_IsA_22 (HandleRef pThis, string type)
static internal int vtkContourFilter_IsTypeOf_23 (string type)
static internal IntPtr vtkContourFilter_NewInstance_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContourFilter_SafeDownCast_26 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContourFilter_SetArrayComponent_27 (HandleRef pThis, int arg0)
static internal void vtkContourFilter_SetComputeGradients_28 (HandleRef pThis, int _arg)
static internal void vtkContourFilter_SetComputeNormals_29 (HandleRef pThis, int _arg)
static internal void vtkContourFilter_SetComputeScalars_30 (HandleRef pThis, int _arg)
static internal void vtkContourFilter_SetLocator_31 (HandleRef pThis, HandleRef locator)
static internal void vtkContourFilter_SetNumberOfContours_32 (HandleRef pThis, int number)
static internal void vtkContourFilter_SetScalarTree_33 (HandleRef pThis, HandleRef arg0)
static internal void vtkContourFilter_SetUseScalarTree_34 (HandleRef pThis, int _arg)
static internal void vtkContourFilter_SetValue_35 (HandleRef pThis, int i, double value)
static internal void vtkContourFilter_UseScalarTreeOff_36 (HandleRef pThis)
static internal void vtkContourFilter_UseScalarTreeOn_37 (HandleRef pThis)

Static Private Member Functions

static vtkContourFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContourFilter - generate isosurfaces/isolines from scalar values

Description vtkContourFilter is a filter that takes as input any 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. It is also possible to accelerate the operation of this filter (at the cost of extra memory) by using a vtkScalarTree. A scalar tree is used to quickly locate cells that contain a contour surface. This is especially effective if multiple contours are being extracted. If you want to use a scalar tree, invoke the method UseScalarTreeOn().


Constructor & Destructor Documentation

static Kitware.VTK.vtkContourFilter.vtkContourFilter ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkContourFilter.vtkContourFilter ( 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.


Member Function Documentation

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.

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.

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.

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.

Set/Get the computation of scalars.

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.vtkContourFilter.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.vtkContourFilter.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.vtkContourFilter.GenerateValues ( int  numContours,
double  rangeStart,
double  rangeEnd 
)

Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values.

Set/get which component of the scalar array to contour on; defaults to 0. Currently this feature only works if the input is a vtkImageData.

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.

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.

Set/Get the computation of scalars.

Set / get a spatial locator for merging points. By default, an instance of vtkMergePoints is used.

Here is the call graph for this function:

override uint Kitware.VTK.vtkContourFilter.GetMTime ( ) [virtual]

Modified GetMTime Because we delegate to vtkContourValues.

Reimplemented from Kitware.VTK.vtkObject.

Get the number of contours in the list of contour values.

Enable the use of a scalar tree to accelerate contour extraction.

Here is the call graph for this function:

Enable the use of a scalar tree to accelerate contour extraction.

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.vtkContourFilter.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.vtkContourFilter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkContourFilter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

Set/get which component of the scalar array to contour on; defaults to 0. Currently this feature only works if the input is a vtkImageData.

virtual void Kitware.VTK.vtkContourFilter.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.vtkContourFilter.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.vtkContourFilter.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.

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.

Enable the use of a scalar tree to accelerate contour extraction.

virtual void Kitware.VTK.vtkContourFilter.SetUseScalarTree ( int  _arg) [virtual]

Enable the use of a scalar tree to accelerate contour extraction.

void Kitware.VTK.vtkContourFilter.SetValue ( int  i,
double  value 
)

Set a particular contour value at contour number i. The index i ranges between 0<=i<NumberOfContours.

Enable the use of a scalar tree to accelerate contour extraction.

Enable the use of a scalar tree to accelerate contour extraction.

static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_ComputeGradientsOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_ComputeGradientsOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_ComputeNormalsOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_ComputeNormalsOn_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_ComputeScalarsOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_ComputeScalarsOn_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_CreateDefaultLocator_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_GenerateValues_08 ( HandleRef  pThis,
int  numContours,
IntPtr  range 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_GenerateValues_09 ( HandleRef  pThis,
int  numContours,
double  rangeStart,
double  rangeEnd 
) [private]
static internal int Kitware.VTK.vtkContourFilter.vtkContourFilter_GetArrayComponent_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkContourFilter.vtkContourFilter_GetComputeGradients_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkContourFilter.vtkContourFilter_GetComputeNormals_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkContourFilter.vtkContourFilter_GetComputeScalars_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkContourFilter.vtkContourFilter_GetLocator_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkContourFilter.vtkContourFilter_GetMTime_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkContourFilter.vtkContourFilter_GetNumberOfContours_16 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkContourFilter.vtkContourFilter_GetScalarTree_17 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkContourFilter.vtkContourFilter_GetUseScalarTree_18 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkContourFilter.vtkContourFilter_GetValue_19 ( HandleRef  pThis,
int  i 
) [private]
static internal IntPtr Kitware.VTK.vtkContourFilter.vtkContourFilter_GetValues_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_GetValues_21 ( HandleRef  pThis,
IntPtr  contourValues 
) [private]
static internal int Kitware.VTK.vtkContourFilter.vtkContourFilter_IsA_22 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContourFilter.vtkContourFilter_IsTypeOf_23 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContourFilter.vtkContourFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContourFilter.vtkContourFilter_NewInstance_25 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContourFilter.vtkContourFilter_SafeDownCast_26 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_SetArrayComponent_27 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_SetComputeGradients_28 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_SetComputeNormals_29 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_SetComputeScalars_30 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_SetLocator_31 ( HandleRef  pThis,
HandleRef  locator 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_SetNumberOfContours_32 ( HandleRef  pThis,
int  number 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_SetScalarTree_33 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_SetUseScalarTree_34 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_SetValue_35 ( HandleRef  pThis,
int  i,
double  value 
) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_UseScalarTreeOff_36 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContourFilter.vtkContourFilter_UseScalarTreeOn_37 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContourFilter.MRClassNameKey = "16vtkContourFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

new const string Kitware.VTK.vtkContourFilter.MRFullTypeName = "Kitware.VTK.vtkContourFilter"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


The documentation for this class was generated from the following file: