ActiViz .NET
5.8.0
|
vtkMarchingCubes - generate isosurface(s) from volume More...
Public Member Functions | |
vtkMarchingCubes (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkMarchingCubes () | |
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 | 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. | |
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 () |
Overide the default locator. Useful for changing the number of bins for performance or specifying a more aggressive locator. | |
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 vtkMarchingCubes | 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 | SetLocator (vtkIncrementalPointLocator locator) |
Overide the default locator. Useful for changing the number of bins for performance or specifying a more aggressive locator. | |
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 vtkMarchingCubes | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMarchingCubes | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMarchingCubes" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkMarchingCubes" |
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 | vtkMarchingCubes_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMarchingCubes_ComputeGradientsOff_01 (HandleRef pThis) |
static internal void | vtkMarchingCubes_ComputeGradientsOn_02 (HandleRef pThis) |
static internal void | vtkMarchingCubes_ComputeNormalsOff_03 (HandleRef pThis) |
static internal void | vtkMarchingCubes_ComputeNormalsOn_04 (HandleRef pThis) |
static internal void | vtkMarchingCubes_ComputeScalarsOff_05 (HandleRef pThis) |
static internal void | vtkMarchingCubes_ComputeScalarsOn_06 (HandleRef pThis) |
static internal void | vtkMarchingCubes_CreateDefaultLocator_07 (HandleRef pThis) |
static internal void | vtkMarchingCubes_GenerateValues_08 (HandleRef pThis, int numContours, IntPtr range) |
static internal void | vtkMarchingCubes_GenerateValues_09 (HandleRef pThis, int numContours, double rangeStart, double rangeEnd) |
static internal int | vtkMarchingCubes_GetComputeGradients_10 (HandleRef pThis) |
static internal int | vtkMarchingCubes_GetComputeNormals_11 (HandleRef pThis) |
static internal int | vtkMarchingCubes_GetComputeScalars_12 (HandleRef pThis) |
static internal IntPtr | vtkMarchingCubes_GetLocator_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkMarchingCubes_GetMTime_14 (HandleRef pThis) |
static internal int | vtkMarchingCubes_GetNumberOfContours_15 (HandleRef pThis) |
static internal double | vtkMarchingCubes_GetValue_16 (HandleRef pThis, int i) |
static internal IntPtr | vtkMarchingCubes_GetValues_17 (HandleRef pThis) |
static internal void | vtkMarchingCubes_GetValues_18 (HandleRef pThis, IntPtr contourValues) |
static internal int | vtkMarchingCubes_IsA_19 (HandleRef pThis, string type) |
static internal int | vtkMarchingCubes_IsTypeOf_20 (string type) |
static internal IntPtr | vtkMarchingCubes_NewInstance_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMarchingCubes_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMarchingCubes_SetComputeGradients_24 (HandleRef pThis, int _arg) |
static internal void | vtkMarchingCubes_SetComputeNormals_25 (HandleRef pThis, int _arg) |
static internal void | vtkMarchingCubes_SetComputeScalars_26 (HandleRef pThis, int _arg) |
static internal void | vtkMarchingCubes_SetLocator_27 (HandleRef pThis, HandleRef locator) |
static internal void | vtkMarchingCubes_SetNumberOfContours_28 (HandleRef pThis, int number) |
static internal void | vtkMarchingCubes_SetValue_29 (HandleRef pThis, int i, double value) |
Static Private Member Functions | |
static | vtkMarchingCubes () |
Automatically generated type registration mechanics. |
vtkMarchingCubes - generate isosurface(s) from volume
Description vtkMarchingCubes is a filter that takes as input a volume (e.g., 3D structured point set) and generates on output one or more isosurfaces. One or more contour values must be specified to generate the isosurfaces. Alternatively, you can specify a min/max scalar range and the number of contours to generate a series of evenly spaced contour values.
static Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkMarchingCubes.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.vtkMarchingCubes.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.vtkMarchingCubes.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.vtkMarchingCubes.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.vtkMarchingCubes.ComputeScalarsOff | ( | ) | [virtual] |
Set/Get the computation of scalars.
virtual void Kitware.VTK.vtkMarchingCubes.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.vtkMarchingCubes.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkDiscreteMarchingCubes.
void Kitware.VTK.vtkMarchingCubes.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.vtkMarchingCubes.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.vtkMarchingCubes.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.vtkMarchingCubes.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.vtkMarchingCubes.GetComputeScalars | ( | ) | [virtual] |
Set/Get the computation of scalars.
virtual vtkIncrementalPointLocator Kitware.VTK.vtkMarchingCubes.GetLocator | ( | ) | [virtual] |
Overide the default locator. Useful for changing the number of bins for performance or specifying a more aggressive locator.
override uint Kitware.VTK.vtkMarchingCubes.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.vtkMarchingCubes.GetValue | ( | int | i | ) |
Get the ith contour value.
IntPtr Kitware.VTK.vtkMarchingCubes.GetValues | ( | ) |
Get a pointer to an array of contour values. There will be GetNumberOfContours() values in the list.
void Kitware.VTK.vtkMarchingCubes.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.vtkMarchingCubes.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkDiscreteMarchingCubes.
static new int Kitware.VTK.vtkMarchingCubes.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkDiscreteMarchingCubes.
static new vtkMarchingCubes Kitware.VTK.vtkMarchingCubes.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkDiscreteMarchingCubes.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkDiscreteMarchingCubes.
static new vtkMarchingCubes Kitware.VTK.vtkMarchingCubes.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkDiscreteMarchingCubes.
virtual void Kitware.VTK.vtkMarchingCubes.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.vtkMarchingCubes.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.vtkMarchingCubes.SetComputeScalars | ( | int | _arg | ) | [virtual] |
Set/Get the computation of scalars.
void Kitware.VTK.vtkMarchingCubes.SetLocator | ( | vtkIncrementalPointLocator | locator | ) |
Overide the default locator. Useful for changing the number of bins for performance or specifying a more aggressive locator.
void Kitware.VTK.vtkMarchingCubes.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.vtkMarchingCubes.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.vtkMarchingCubes.vtkMarchingCubes_ComputeGradientsOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_ComputeGradientsOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_ComputeNormalsOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_ComputeNormalsOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_ComputeScalarsOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_ComputeScalarsOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_CreateDefaultLocator_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GenerateValues_08 | ( | HandleRef | pThis, |
int | numContours, | ||
IntPtr | range | ||
) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GenerateValues_09 | ( | HandleRef | pThis, |
int | numContours, | ||
double | rangeStart, | ||
double | rangeEnd | ||
) | [private] |
static internal int Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GetComputeGradients_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GetComputeNormals_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GetComputeScalars_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GetLocator_13 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GetMTime_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GetNumberOfContours_15 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GetValue_16 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GetValues_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_GetValues_18 | ( | HandleRef | pThis, |
IntPtr | contourValues | ||
) | [private] |
static internal int Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_IsA_19 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_IsTypeOf_20 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_NewInstance_22 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_SafeDownCast_23 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_SetComputeGradients_24 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_SetComputeNormals_25 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_SetComputeScalars_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_SetLocator_27 | ( | HandleRef | pThis, |
HandleRef | locator | ||
) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_SetNumberOfContours_28 | ( | HandleRef | pThis, |
int | number | ||
) | [private] |
static internal void Kitware.VTK.vtkMarchingCubes.vtkMarchingCubes_SetValue_29 | ( | HandleRef | pThis, |
int | i, | ||
double | value | ||
) | [private] |
new readonly string Kitware.VTK.vtkMarchingCubes.MRClassNameKey = "16vtkMarchingCubes" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkDiscreteMarchingCubes.
new const string Kitware.VTK.vtkMarchingCubes.MRFullTypeName = "Kitware.VTK.vtkMarchingCubes" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkDiscreteMarchingCubes.