ActiViz .NET
5.8.0
|
vtkImageToPolyDataFilter - generate linear primitives (vtkPolyData) from an image More...
Public Member Functions | |
vtkImageToPolyDataFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageToPolyDataFilter () | |
Instantiate object with initial number of colors 256. | |
virtual void | DecimationOff () |
Turn on/off whether the final polygons should be decimated. whether to smooth boundaries. | |
virtual void | DecimationOn () |
Turn on/off whether the final polygons should be decimated. whether to smooth boundaries. | |
virtual int | GetColorMode () |
Specify how to quantize color. | |
virtual int | GetColorModeMaxValue () |
Specify how to quantize color. | |
virtual int | GetColorModeMinValue () |
Specify how to quantize color. | |
virtual int | GetDecimation () |
Turn on/off whether the final polygons should be decimated. whether to smooth boundaries. | |
virtual double | GetDecimationError () |
Specify the error to use for decimation (if decimation is on). The error is an absolute number--the image spacing and dimensions are used to create points so the error should be consistent with the image size. | |
virtual double | GetDecimationErrorMaxValue () |
Specify the error to use for decimation (if decimation is on). The error is an absolute number--the image spacing and dimensions are used to create points so the error should be consistent with the image size. | |
virtual double | GetDecimationErrorMinValue () |
Specify the error to use for decimation (if decimation is on). The error is an absolute number--the image spacing and dimensions are used to create points so the error should be consistent with the image size. | |
virtual int | GetError () |
Specify the error value between two colors where the colors are considered the same. Only use this if the color mode uses the default 256 table. | |
virtual int | GetErrorMaxValue () |
Specify the error value between two colors where the colors are considered the same. Only use this if the color mode uses the default 256 table. | |
virtual int | GetErrorMinValue () |
Specify the error value between two colors where the colors are considered the same. Only use this if the color mode uses the default 256 table. | |
virtual vtkScalarsToColors | GetLookupTable () |
Set/Get the vtkLookupTable to use. The lookup table is used when the color mode is set to LUT and a single component scalar is input. | |
virtual int | GetNumberOfSmoothingIterations () |
Specify the number of smoothing iterations to smooth polygons. (Only in effect if output style is Polygonalize and smoothing is on.) | |
virtual int | GetNumberOfSmoothingIterationsMaxValue () |
Specify the number of smoothing iterations to smooth polygons. (Only in effect if output style is Polygonalize and smoothing is on.) | |
virtual int | GetNumberOfSmoothingIterationsMinValue () |
Specify the number of smoothing iterations to smooth polygons. (Only in effect if output style is Polygonalize and smoothing is on.) | |
virtual int | GetOutputStyle () |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize. | |
virtual int | GetOutputStyleMaxValue () |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize. | |
virtual int | GetOutputStyleMinValue () |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize. | |
virtual int | GetSmoothing () |
If the output style is set to polygonalize, then you can control whether to smooth boundaries. | |
virtual int | GetSubImageSize () |
Specify the size (n by n pixels) of the largest region to polygonalize. When the OutputStyle is set to VTK_STYLE_POLYGONALIZE, large amounts of memory are used. In order to process large images, the image is broken into pieces that are at most Size pixels in width and height. | |
virtual int | GetSubImageSizeMaxValue () |
Specify the size (n by n pixels) of the largest region to polygonalize. When the OutputStyle is set to VTK_STYLE_POLYGONALIZE, large amounts of memory are used. In order to process large images, the image is broken into pieces that are at most Size pixels in width and height. | |
virtual int | GetSubImageSizeMinValue () |
Specify the size (n by n pixels) of the largest region to polygonalize. When the OutputStyle is set to VTK_STYLE_POLYGONALIZE, large amounts of memory are used. In order to process large images, the image is broken into pieces that are at most Size pixels in width and height. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageToPolyDataFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetColorMode (int _arg) |
Specify how to quantize color. | |
void | SetColorModeToLUT () |
Specify how to quantize color. | |
void | SetColorModeToLinear256 () |
Specify how to quantize color. | |
virtual void | SetDecimation (int _arg) |
Turn on/off whether the final polygons should be decimated. whether to smooth boundaries. | |
virtual void | SetDecimationError (double _arg) |
Specify the error to use for decimation (if decimation is on). The error is an absolute number--the image spacing and dimensions are used to create points so the error should be consistent with the image size. | |
virtual void | SetError (int _arg) |
Specify the error value between two colors where the colors are considered the same. Only use this if the color mode uses the default 256 table. | |
virtual void | SetLookupTable (vtkScalarsToColors arg0) |
Set/Get the vtkLookupTable to use. The lookup table is used when the color mode is set to LUT and a single component scalar is input. | |
virtual void | SetNumberOfSmoothingIterations (int _arg) |
Specify the number of smoothing iterations to smooth polygons. (Only in effect if output style is Polygonalize and smoothing is on.) | |
virtual void | SetOutputStyle (int _arg) |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize. | |
void | SetOutputStyleToPixelize () |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize. | |
void | SetOutputStyleToPolygonalize () |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize. | |
void | SetOutputStyleToRunLength () |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize. | |
virtual void | SetSmoothing (int _arg) |
If the output style is set to polygonalize, then you can control whether to smooth boundaries. | |
virtual void | SetSubImageSize (int _arg) |
Specify the size (n by n pixels) of the largest region to polygonalize. When the OutputStyle is set to VTK_STYLE_POLYGONALIZE, large amounts of memory are used. In order to process large images, the image is broken into pieces that are at most Size pixels in width and height. | |
virtual void | SmoothingOff () |
If the output style is set to polygonalize, then you can control whether to smooth boundaries. | |
virtual void | SmoothingOn () |
If the output style is set to polygonalize, then you can control whether to smooth boundaries. | |
Static Public Member Functions | |
static new vtkImageToPolyDataFilter | New () |
Instantiate object with initial number of colors 256. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageToPolyDataFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageToPolyDataFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkImageToPolyDataFilter" |
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 | vtkImageToPolyDataFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageToPolyDataFilter_DecimationOff_01 (HandleRef pThis) |
static internal void | vtkImageToPolyDataFilter_DecimationOn_02 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetColorMode_03 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetColorModeMaxValue_04 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetColorModeMinValue_05 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetDecimation_06 (HandleRef pThis) |
static internal double | vtkImageToPolyDataFilter_GetDecimationError_07 (HandleRef pThis) |
static internal double | vtkImageToPolyDataFilter_GetDecimationErrorMaxValue_08 (HandleRef pThis) |
static internal double | vtkImageToPolyDataFilter_GetDecimationErrorMinValue_09 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetError_10 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetErrorMaxValue_11 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetErrorMinValue_12 (HandleRef pThis) |
static internal IntPtr | vtkImageToPolyDataFilter_GetLookupTable_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageToPolyDataFilter_GetNumberOfSmoothingIterations_14 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetNumberOfSmoothingIterationsMaxValue_15 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetNumberOfSmoothingIterationsMinValue_16 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetOutputStyle_17 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetOutputStyleMaxValue_18 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetOutputStyleMinValue_19 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetSmoothing_20 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetSubImageSize_21 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetSubImageSizeMaxValue_22 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_GetSubImageSizeMinValue_23 (HandleRef pThis) |
static internal int | vtkImageToPolyDataFilter_IsA_24 (HandleRef pThis, string type) |
static internal int | vtkImageToPolyDataFilter_IsTypeOf_25 (string type) |
static internal IntPtr | vtkImageToPolyDataFilter_NewInstance_27 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageToPolyDataFilter_SafeDownCast_28 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageToPolyDataFilter_SetColorMode_29 (HandleRef pThis, int _arg) |
static internal void | vtkImageToPolyDataFilter_SetColorModeToLUT_30 (HandleRef pThis) |
static internal void | vtkImageToPolyDataFilter_SetColorModeToLinear256_31 (HandleRef pThis) |
static internal void | vtkImageToPolyDataFilter_SetDecimation_32 (HandleRef pThis, int _arg) |
static internal void | vtkImageToPolyDataFilter_SetDecimationError_33 (HandleRef pThis, double _arg) |
static internal void | vtkImageToPolyDataFilter_SetError_34 (HandleRef pThis, int _arg) |
static internal void | vtkImageToPolyDataFilter_SetLookupTable_35 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImageToPolyDataFilter_SetNumberOfSmoothingIterations_36 (HandleRef pThis, int _arg) |
static internal void | vtkImageToPolyDataFilter_SetOutputStyle_37 (HandleRef pThis, int _arg) |
static internal void | vtkImageToPolyDataFilter_SetOutputStyleToPixelize_38 (HandleRef pThis) |
static internal void | vtkImageToPolyDataFilter_SetOutputStyleToPolygonalize_39 (HandleRef pThis) |
static internal void | vtkImageToPolyDataFilter_SetOutputStyleToRunLength_40 (HandleRef pThis) |
static internal void | vtkImageToPolyDataFilter_SetSmoothing_41 (HandleRef pThis, int _arg) |
static internal void | vtkImageToPolyDataFilter_SetSubImageSize_42 (HandleRef pThis, int _arg) |
static internal void | vtkImageToPolyDataFilter_SmoothingOff_43 (HandleRef pThis) |
static internal void | vtkImageToPolyDataFilter_SmoothingOn_44 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkImageToPolyDataFilter () |
Automatically generated type registration mechanics. |
vtkImageToPolyDataFilter - generate linear primitives (vtkPolyData) from an image
Description vtkImageToPolyDataFilter converts raster data (i.e., an image) into polygonal data (i.e., quads or n-sided polygons), with each polygon assigned a constant color. This is useful for writers that generate vector formats (i.e., CGM or PostScript). To use this filter, you specify how to quantize the color (or whether to use an image with a lookup table), and what style the output should be. The output is always polygons, but the choice is n x m quads (where n and m define the input image dimensions) "Pixelize" option; arbitrary polygons "Polygonalize" option; or variable number of quads of constant color generated along scan lines "RunLength" option.
The algorithm quantizes color in order to create coherent regions that the polygons can represent with good compression. By default, the input image is quantized to 256 colors using a 3-3-2 bits for red-green-blue. However, you can also supply a single component image and a lookup table, with the single component assumed to be an index into the table. (Note: a quantized image can be generated with the filter vtkImageQuantizeRGBToIndex.) The number of colors on output is equal to the number of colors in the input lookup table (or 256 if the built in linear ramp is used).
The output of the filter is polygons with a single color per polygon cell. If the output style is set to "Polygonalize", the polygons may have an large number of points (bounded by something like 2*(n+m)); and the polygon may not be convex which may cause rendering problems on some systems (use vtkTriangleFilter). Otherwise, each polygon will have four vertices. The output also contains scalar data defining RGB color in unsigned char form.
Caveats The input linear lookup table must be of the form of 3-component unsigned char.
This filter defines constant cell colors. If you have a plotting device that supports Gouraud shading (linear interpolation of color), then superior algorithms are available for generating polygons from images.
Note that many plotting devices/formats support only a limited number of colors.
static Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate object with initial number of colors 256.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.DecimationOff | ( | ) | [virtual] |
Turn on/off whether the final polygons should be decimated. whether to smooth boundaries.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.DecimationOn | ( | ) | [virtual] |
Turn on/off whether the final polygons should be decimated. whether to smooth boundaries.
override void Kitware.VTK.vtkImageToPolyDataFilter.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.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetColorMode | ( | ) | [virtual] |
Specify how to quantize color.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetColorModeMaxValue | ( | ) | [virtual] |
Specify how to quantize color.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetColorModeMinValue | ( | ) | [virtual] |
Specify how to quantize color.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetDecimation | ( | ) | [virtual] |
Turn on/off whether the final polygons should be decimated. whether to smooth boundaries.
virtual double Kitware.VTK.vtkImageToPolyDataFilter.GetDecimationError | ( | ) | [virtual] |
Specify the error to use for decimation (if decimation is on). The error is an absolute number--the image spacing and dimensions are used to create points so the error should be consistent with the image size.
virtual double Kitware.VTK.vtkImageToPolyDataFilter.GetDecimationErrorMaxValue | ( | ) | [virtual] |
Specify the error to use for decimation (if decimation is on). The error is an absolute number--the image spacing and dimensions are used to create points so the error should be consistent with the image size.
virtual double Kitware.VTK.vtkImageToPolyDataFilter.GetDecimationErrorMinValue | ( | ) | [virtual] |
Specify the error to use for decimation (if decimation is on). The error is an absolute number--the image spacing and dimensions are used to create points so the error should be consistent with the image size.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetError | ( | ) | [virtual] |
Specify the error value between two colors where the colors are considered the same. Only use this if the color mode uses the default 256 table.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetErrorMaxValue | ( | ) | [virtual] |
Specify the error value between two colors where the colors are considered the same. Only use this if the color mode uses the default 256 table.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetErrorMinValue | ( | ) | [virtual] |
Specify the error value between two colors where the colors are considered the same. Only use this if the color mode uses the default 256 table.
virtual vtkScalarsToColors Kitware.VTK.vtkImageToPolyDataFilter.GetLookupTable | ( | ) | [virtual] |
Set/Get the vtkLookupTable to use. The lookup table is used when the color mode is set to LUT and a single component scalar is input.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetNumberOfSmoothingIterations | ( | ) | [virtual] |
Specify the number of smoothing iterations to smooth polygons. (Only in effect if output style is Polygonalize and smoothing is on.)
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetNumberOfSmoothingIterationsMaxValue | ( | ) | [virtual] |
Specify the number of smoothing iterations to smooth polygons. (Only in effect if output style is Polygonalize and smoothing is on.)
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetNumberOfSmoothingIterationsMinValue | ( | ) | [virtual] |
Specify the number of smoothing iterations to smooth polygons. (Only in effect if output style is Polygonalize and smoothing is on.)
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetOutputStyle | ( | ) | [virtual] |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetOutputStyleMaxValue | ( | ) | [virtual] |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetOutputStyleMinValue | ( | ) | [virtual] |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetSmoothing | ( | ) | [virtual] |
If the output style is set to polygonalize, then you can control whether to smooth boundaries.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetSubImageSize | ( | ) | [virtual] |
Specify the size (n by n pixels) of the largest region to polygonalize. When the OutputStyle is set to VTK_STYLE_POLYGONALIZE, large amounts of memory are used. In order to process large images, the image is broken into pieces that are at most Size pixels in width and height.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetSubImageSizeMaxValue | ( | ) | [virtual] |
Specify the size (n by n pixels) of the largest region to polygonalize. When the OutputStyle is set to VTK_STYLE_POLYGONALIZE, large amounts of memory are used. In order to process large images, the image is broken into pieces that are at most Size pixels in width and height.
virtual int Kitware.VTK.vtkImageToPolyDataFilter.GetSubImageSizeMinValue | ( | ) | [virtual] |
Specify the size (n by n pixels) of the largest region to polygonalize. When the OutputStyle is set to VTK_STYLE_POLYGONALIZE, large amounts of memory are used. In order to process large images, the image is broken into pieces that are at most Size pixels in width and height.
override int Kitware.VTK.vtkImageToPolyDataFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkImageToPolyDataFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkImageToPolyDataFilter Kitware.VTK.vtkImageToPolyDataFilter.New | ( | ) | [static] |
Instantiate object with initial number of colors 256.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkImageToPolyDataFilter Kitware.VTK.vtkImageToPolyDataFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SetColorMode | ( | int | _arg | ) | [virtual] |
Specify how to quantize color.
Specify how to quantize color.
Specify how to quantize color.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SetDecimation | ( | int | _arg | ) | [virtual] |
Turn on/off whether the final polygons should be decimated. whether to smooth boundaries.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SetDecimationError | ( | double | _arg | ) | [virtual] |
Specify the error to use for decimation (if decimation is on). The error is an absolute number--the image spacing and dimensions are used to create points so the error should be consistent with the image size.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SetError | ( | int | _arg | ) | [virtual] |
Specify the error value between two colors where the colors are considered the same. Only use this if the color mode uses the default 256 table.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SetLookupTable | ( | vtkScalarsToColors | arg0 | ) | [virtual] |
Set/Get the vtkLookupTable to use. The lookup table is used when the color mode is set to LUT and a single component scalar is input.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SetNumberOfSmoothingIterations | ( | int | _arg | ) | [virtual] |
Specify the number of smoothing iterations to smooth polygons. (Only in effect if output style is Polygonalize and smoothing is on.)
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SetOutputStyle | ( | int | _arg | ) | [virtual] |
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize.
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize.
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize.
Specify how to create the output. Pixelize means converting the image to quad polygons with a constant color per quad. Polygonalize means merging colors together into polygonal regions, and then smoothing the regions (if smoothing is turned on). RunLength means creating quad polygons that may encompass several pixels on a scan line. The default behavior is Polygonalize.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SetSmoothing | ( | int | _arg | ) | [virtual] |
If the output style is set to polygonalize, then you can control whether to smooth boundaries.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SetSubImageSize | ( | int | _arg | ) | [virtual] |
Specify the size (n by n pixels) of the largest region to polygonalize. When the OutputStyle is set to VTK_STYLE_POLYGONALIZE, large amounts of memory are used. In order to process large images, the image is broken into pieces that are at most Size pixels in width and height.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SmoothingOff | ( | ) | [virtual] |
If the output style is set to polygonalize, then you can control whether to smooth boundaries.
virtual void Kitware.VTK.vtkImageToPolyDataFilter.SmoothingOn | ( | ) | [virtual] |
If the output style is set to polygonalize, then you can control whether to smooth boundaries.
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_DecimationOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_DecimationOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetColorMode_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetColorModeMaxValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetColorModeMinValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetDecimation_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetDecimationError_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetDecimationErrorMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetDecimationErrorMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetError_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetErrorMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetErrorMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetLookupTable_13 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetNumberOfSmoothingIterations_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetNumberOfSmoothingIterationsMaxValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetNumberOfSmoothingIterationsMinValue_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetOutputStyle_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetOutputStyleMaxValue_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetOutputStyleMinValue_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetSmoothing_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetSubImageSize_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetSubImageSizeMaxValue_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_GetSubImageSizeMinValue_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_IsA_24 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_IsTypeOf_25 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_NewInstance_27 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SafeDownCast_28 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetColorMode_29 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetColorModeToLinear256_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetColorModeToLUT_30 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetDecimation_32 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetDecimationError_33 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetError_34 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetLookupTable_35 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetNumberOfSmoothingIterations_36 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetOutputStyle_37 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetOutputStyleToPixelize_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetOutputStyleToPolygonalize_39 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetOutputStyleToRunLength_40 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetSmoothing_41 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SetSubImageSize_42 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SmoothingOff_43 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageToPolyDataFilter.vtkImageToPolyDataFilter_SmoothingOn_44 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkImageToPolyDataFilter.MRClassNameKey = "24vtkImageToPolyDataFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkImageToPolyDataFilter.MRFullTypeName = "Kitware.VTK.vtkImageToPolyDataFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.