ActiViz .NET
5.8.0
|
vtkImageMarchingCubes - generate isosurface(s) from volume/images More...
Public Member Functions | |
vtkImageMarchingCubes (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageMarchingCubes () | |
Undocumented Block. | |
void | AddLocatorPoint (int cellX, int cellY, int edge, int ptId) |
Should be protected, but the templated functions need these. | |
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. | |
virtual int | GetInputMemoryLimit () |
The InputMemoryLimit determines the chunk size (the number of slices requested at each iteration). The units of this limit is KiloBytes. For now, only the Z axis is split. | |
int | GetLocatorPoint (int cellX, int cellY, int edge) |
Should be protected, but the templated functions need these. | |
override uint | GetMTime () |
Because we delegate to vtkContourValues & refer to vtkImplicitFunction. | |
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. | |
void | IncrementLocatorZ () |
Should be protected, but the templated functions need these. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageMarchingCubes | 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. | |
virtual void | SetInputMemoryLimit (int _arg) |
The InputMemoryLimit determines the chunk size (the number of slices requested at each iteration). The units of this limit is KiloBytes. For now, only the Z axis is split. | |
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 vtkImageMarchingCubes | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageMarchingCubes | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageMarchingCubes" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkImageMarchingCubes" |
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 | vtkImageMarchingCubes_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageMarchingCubes_AddLocatorPoint_01 (HandleRef pThis, int cellX, int cellY, int edge, int ptId) |
static internal void | vtkImageMarchingCubes_ComputeGradientsOff_02 (HandleRef pThis) |
static internal void | vtkImageMarchingCubes_ComputeGradientsOn_03 (HandleRef pThis) |
static internal void | vtkImageMarchingCubes_ComputeNormalsOff_04 (HandleRef pThis) |
static internal void | vtkImageMarchingCubes_ComputeNormalsOn_05 (HandleRef pThis) |
static internal void | vtkImageMarchingCubes_ComputeScalarsOff_06 (HandleRef pThis) |
static internal void | vtkImageMarchingCubes_ComputeScalarsOn_07 (HandleRef pThis) |
static internal void | vtkImageMarchingCubes_GenerateValues_08 (HandleRef pThis, int numContours, IntPtr range) |
static internal void | vtkImageMarchingCubes_GenerateValues_09 (HandleRef pThis, int numContours, double rangeStart, double rangeEnd) |
static internal int | vtkImageMarchingCubes_GetComputeGradients_10 (HandleRef pThis) |
static internal int | vtkImageMarchingCubes_GetComputeNormals_11 (HandleRef pThis) |
static internal int | vtkImageMarchingCubes_GetComputeScalars_12 (HandleRef pThis) |
static internal int | vtkImageMarchingCubes_GetInputMemoryLimit_13 (HandleRef pThis) |
static internal int | vtkImageMarchingCubes_GetLocatorPoint_14 (HandleRef pThis, int cellX, int cellY, int edge) |
static internal uint | vtkImageMarchingCubes_GetMTime_15 (HandleRef pThis) |
static internal int | vtkImageMarchingCubes_GetNumberOfContours_16 (HandleRef pThis) |
static internal double | vtkImageMarchingCubes_GetValue_17 (HandleRef pThis, int i) |
static internal IntPtr | vtkImageMarchingCubes_GetValues_18 (HandleRef pThis) |
static internal void | vtkImageMarchingCubes_GetValues_19 (HandleRef pThis, IntPtr contourValues) |
static internal void | vtkImageMarchingCubes_IncrementLocatorZ_20 (HandleRef pThis) |
static internal int | vtkImageMarchingCubes_IsA_21 (HandleRef pThis, string type) |
static internal int | vtkImageMarchingCubes_IsTypeOf_22 (string type) |
static internal IntPtr | vtkImageMarchingCubes_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageMarchingCubes_SafeDownCast_25 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageMarchingCubes_SetComputeGradients_26 (HandleRef pThis, int _arg) |
static internal void | vtkImageMarchingCubes_SetComputeNormals_27 (HandleRef pThis, int _arg) |
static internal void | vtkImageMarchingCubes_SetComputeScalars_28 (HandleRef pThis, int _arg) |
static internal void | vtkImageMarchingCubes_SetInputMemoryLimit_29 (HandleRef pThis, int _arg) |
static internal void | vtkImageMarchingCubes_SetNumberOfContours_30 (HandleRef pThis, int number) |
static internal void | vtkImageMarchingCubes_SetValue_31 (HandleRef pThis, int i, double value) |
Static Private Member Functions | |
static | vtkImageMarchingCubes () |
Automatically generated type registration mechanics. |
vtkImageMarchingCubes - generate isosurface(s) from volume/images
Description vtkImageMarchingCubes is a filter that takes as input images (e.g., 3D image region) 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. This filter can stream, so that the entire volume need not be loaded at once. Streaming is controlled using the instance variable InputMemoryLimit, which has units KBytes.
static Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkImageMarchingCubes.AddLocatorPoint | ( | int | cellX, |
int | cellY, | ||
int | edge, | ||
int | ptId | ||
) |
Should be protected, but the templated functions need these.
virtual void Kitware.VTK.vtkImageMarchingCubes.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.vtkImageMarchingCubes.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.vtkImageMarchingCubes.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.vtkImageMarchingCubes.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.vtkImageMarchingCubes.ComputeScalarsOff | ( | ) | [virtual] |
Set/Get the computation of scalars.
virtual void Kitware.VTK.vtkImageMarchingCubes.ComputeScalarsOn | ( | ) | [virtual] |
Set/Get the computation of scalars.
override void Kitware.VTK.vtkImageMarchingCubes.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.vtkImageMarchingCubes.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.vtkImageMarchingCubes.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.vtkImageMarchingCubes.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.vtkImageMarchingCubes.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.vtkImageMarchingCubes.GetComputeScalars | ( | ) | [virtual] |
Set/Get the computation of scalars.
virtual int Kitware.VTK.vtkImageMarchingCubes.GetInputMemoryLimit | ( | ) | [virtual] |
The InputMemoryLimit determines the chunk size (the number of slices requested at each iteration). The units of this limit is KiloBytes. For now, only the Z axis is split.
int Kitware.VTK.vtkImageMarchingCubes.GetLocatorPoint | ( | int | cellX, |
int | cellY, | ||
int | edge | ||
) |
Should be protected, but the templated functions need these.
override uint Kitware.VTK.vtkImageMarchingCubes.GetMTime | ( | ) | [virtual] |
Because we delegate to vtkContourValues & refer to vtkImplicitFunction.
Reimplemented from Kitware.VTK.vtkObject.
Get the number of contours in the list of contour values.
double Kitware.VTK.vtkImageMarchingCubes.GetValue | ( | int | i | ) |
Get the ith contour value.
IntPtr Kitware.VTK.vtkImageMarchingCubes.GetValues | ( | ) |
Get a pointer to an array of contour values. There will be GetNumberOfContours() values in the list.
void Kitware.VTK.vtkImageMarchingCubes.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.
Should be protected, but the templated functions need these.
override int Kitware.VTK.vtkImageMarchingCubes.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkImageMarchingCubes.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkImageMarchingCubes Kitware.VTK.vtkImageMarchingCubes.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkImageMarchingCubes Kitware.VTK.vtkImageMarchingCubes.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkImageMarchingCubes.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.vtkImageMarchingCubes.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.vtkImageMarchingCubes.SetComputeScalars | ( | int | _arg | ) | [virtual] |
Set/Get the computation of scalars.
virtual void Kitware.VTK.vtkImageMarchingCubes.SetInputMemoryLimit | ( | int | _arg | ) | [virtual] |
The InputMemoryLimit determines the chunk size (the number of slices requested at each iteration). The units of this limit is KiloBytes. For now, only the Z axis is split.
void Kitware.VTK.vtkImageMarchingCubes.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.vtkImageMarchingCubes.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.vtkImageMarchingCubes.vtkImageMarchingCubes_AddLocatorPoint_01 | ( | HandleRef | pThis, |
int | cellX, | ||
int | cellY, | ||
int | edge, | ||
int | ptId | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_ComputeGradientsOff_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_ComputeGradientsOn_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_ComputeNormalsOff_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_ComputeNormalsOn_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_ComputeScalarsOff_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_ComputeScalarsOn_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GenerateValues_08 | ( | HandleRef | pThis, |
int | numContours, | ||
IntPtr | range | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GenerateValues_09 | ( | HandleRef | pThis, |
int | numContours, | ||
double | rangeStart, | ||
double | rangeEnd | ||
) | [private] |
static internal int Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GetComputeGradients_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GetComputeNormals_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GetComputeScalars_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GetInputMemoryLimit_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GetLocatorPoint_14 | ( | HandleRef | pThis, |
int | cellX, | ||
int | cellY, | ||
int | edge | ||
) | [private] |
static internal uint Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GetMTime_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GetNumberOfContours_16 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GetValue_17 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GetValues_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_GetValues_19 | ( | HandleRef | pThis, |
IntPtr | contourValues | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_IncrementLocatorZ_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_IsA_21 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_IsTypeOf_22 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_NewInstance_24 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_SafeDownCast_25 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_SetComputeGradients_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_SetComputeNormals_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_SetComputeScalars_28 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_SetInputMemoryLimit_29 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_SetNumberOfContours_30 | ( | HandleRef | pThis, |
int | number | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMarchingCubes.vtkImageMarchingCubes_SetValue_31 | ( | HandleRef | pThis, |
int | i, | ||
double | value | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageMarchingCubes.MRClassNameKey = "21vtkImageMarchingCubes" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkImageMarchingCubes.MRFullTypeName = "Kitware.VTK.vtkImageMarchingCubes" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.