ActiViz .NET
5.8.0
|
vtkGenericGeometryFilter - extract geometry from data (or convert data to polygonal type) More...
Public Member Functions | |
vtkGenericGeometryFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGenericGeometryFilter () | |
Undocumented Block. | |
virtual void | CellClippingOff () |
Turn on/off selection of geometry by cell id. | |
virtual void | CellClippingOn () |
Turn on/off selection of geometry by cell id. | |
void | CreateDefaultLocator () |
Create default locator. Used to create one when none is specified. | |
virtual void | ExtentClippingOff () |
Turn on/off selection of geometry via bounding box. | |
virtual void | ExtentClippingOn () |
Turn on/off selection of geometry via bounding box. | |
virtual int | GetCellClipping () |
Turn on/off selection of geometry by cell id. | |
virtual int | GetCellMaximum () |
Specify the maximum cell id for point id selection. | |
virtual int | GetCellMaximumMaxValue () |
Specify the maximum cell id for point id selection. | |
virtual int | GetCellMaximumMinValue () |
Specify the maximum cell id for point id selection. | |
virtual int | GetCellMinimum () |
Specify the minimum cell id for point id selection. | |
virtual int | GetCellMinimumMaxValue () |
Specify the minimum cell id for point id selection. | |
virtual int | GetCellMinimumMinValue () |
Specify the minimum cell id for point id selection. | |
IntPtr | GetExtent () |
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data. | |
virtual int | GetExtentClipping () |
Turn on/off selection of geometry via bounding box. | |
virtual vtkIncrementalPointLocator | GetLocator () |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used. | |
override uint | GetMTime () |
Return the MTime also considering the locator. | |
virtual int | GetMerging () |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. | |
virtual int | GetPassThroughCellIds () |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory. | |
virtual int | GetPointClipping () |
Turn on/off selection of geometry by point id. | |
virtual int | GetPointMaximum () |
Specify the maximum point id for point id selection. | |
virtual int | GetPointMaximumMaxValue () |
Specify the maximum point id for point id selection. | |
virtual int | GetPointMaximumMinValue () |
Specify the maximum point id for point id selection. | |
virtual int | GetPointMinimum () |
Specify the minimum point id for point id selection. | |
virtual int | GetPointMinimumMaxValue () |
Specify the minimum point id for point id selection. | |
virtual int | GetPointMinimumMinValue () |
Specify the minimum point id for point id selection. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual void | MergingOff () |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. | |
virtual void | MergingOn () |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. | |
new vtkGenericGeometryFilter | NewInstance () |
Undocumented Block. | |
virtual void | PassThroughCellIdsOff () |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory. | |
virtual void | PassThroughCellIdsOn () |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory. | |
virtual void | PointClippingOff () |
Turn on/off selection of geometry by point id. | |
virtual void | PointClippingOn () |
Turn on/off selection of geometry by point id. | |
virtual void | SetCellClipping (int _arg) |
Turn on/off selection of geometry by cell id. | |
virtual void | SetCellMaximum (int _arg) |
Specify the maximum cell id for point id selection. | |
virtual void | SetCellMinimum (int _arg) |
Specify the minimum cell id for point id selection. | |
void | SetExtent (double xMin, double xMax, double yMin, double yMax, double zMin, double zMax) |
Specify a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data. | |
void | SetExtent (IntPtr extent) |
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data. | |
virtual void | SetExtentClipping (int _arg) |
Turn on/off selection of geometry via bounding box. | |
void | SetLocator (vtkIncrementalPointLocator locator) |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used. | |
virtual void | SetMerging (int _arg) |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. | |
virtual void | SetPassThroughCellIds (int _arg) |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory. | |
virtual void | SetPointClipping (int _arg) |
Turn on/off selection of geometry by point id. | |
virtual void | SetPointMaximum (int _arg) |
Specify the maximum point id for point id selection. | |
virtual void | SetPointMinimum (int _arg) |
Specify the minimum point id for point id selection. | |
Static Public Member Functions | |
static new vtkGenericGeometryFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGenericGeometryFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGenericGeometryFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkGenericGeometryFilter" |
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 | vtkGenericGeometryFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGenericGeometryFilter_CellClippingOff_01 (HandleRef pThis) |
static internal void | vtkGenericGeometryFilter_CellClippingOn_02 (HandleRef pThis) |
static internal void | vtkGenericGeometryFilter_CreateDefaultLocator_03 (HandleRef pThis) |
static internal void | vtkGenericGeometryFilter_ExtentClippingOff_04 (HandleRef pThis) |
static internal void | vtkGenericGeometryFilter_ExtentClippingOn_05 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetCellClipping_06 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetCellMaximum_07 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetCellMaximumMaxValue_08 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetCellMaximumMinValue_09 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetCellMinimum_10 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetCellMinimumMaxValue_11 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetCellMinimumMinValue_12 (HandleRef pThis) |
static internal IntPtr | vtkGenericGeometryFilter_GetExtent_13 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetExtentClipping_14 (HandleRef pThis) |
static internal IntPtr | vtkGenericGeometryFilter_GetLocator_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkGenericGeometryFilter_GetMTime_16 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetMerging_17 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetPassThroughCellIds_18 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetPointClipping_19 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetPointMaximum_20 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetPointMaximumMaxValue_21 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetPointMaximumMinValue_22 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetPointMinimum_23 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetPointMinimumMaxValue_24 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_GetPointMinimumMinValue_25 (HandleRef pThis) |
static internal int | vtkGenericGeometryFilter_IsA_26 (HandleRef pThis, string type) |
static internal int | vtkGenericGeometryFilter_IsTypeOf_27 (string type) |
static internal void | vtkGenericGeometryFilter_MergingOff_28 (HandleRef pThis) |
static internal void | vtkGenericGeometryFilter_MergingOn_29 (HandleRef pThis) |
static internal IntPtr | vtkGenericGeometryFilter_NewInstance_31 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGenericGeometryFilter_PassThroughCellIdsOff_32 (HandleRef pThis) |
static internal void | vtkGenericGeometryFilter_PassThroughCellIdsOn_33 (HandleRef pThis) |
static internal void | vtkGenericGeometryFilter_PointClippingOff_34 (HandleRef pThis) |
static internal void | vtkGenericGeometryFilter_PointClippingOn_35 (HandleRef pThis) |
static internal IntPtr | vtkGenericGeometryFilter_SafeDownCast_36 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGenericGeometryFilter_SetCellClipping_37 (HandleRef pThis, int _arg) |
static internal void | vtkGenericGeometryFilter_SetCellMaximum_38 (HandleRef pThis, int _arg) |
static internal void | vtkGenericGeometryFilter_SetCellMinimum_39 (HandleRef pThis, int _arg) |
static internal void | vtkGenericGeometryFilter_SetExtent_40 (HandleRef pThis, double xMin, double xMax, double yMin, double yMax, double zMin, double zMax) |
static internal void | vtkGenericGeometryFilter_SetExtent_41 (HandleRef pThis, IntPtr extent) |
static internal void | vtkGenericGeometryFilter_SetExtentClipping_42 (HandleRef pThis, int _arg) |
static internal void | vtkGenericGeometryFilter_SetLocator_43 (HandleRef pThis, HandleRef locator) |
static internal void | vtkGenericGeometryFilter_SetMerging_44 (HandleRef pThis, int _arg) |
static internal void | vtkGenericGeometryFilter_SetPassThroughCellIds_45 (HandleRef pThis, int _arg) |
static internal void | vtkGenericGeometryFilter_SetPointClipping_46 (HandleRef pThis, int _arg) |
static internal void | vtkGenericGeometryFilter_SetPointMaximum_47 (HandleRef pThis, int _arg) |
static internal void | vtkGenericGeometryFilter_SetPointMinimum_48 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkGenericGeometryFilter () |
Automatically generated type registration mechanics. |
vtkGenericGeometryFilter - extract geometry from data (or convert data to polygonal type)
Description vtkGenericGeometryFilter is a general-purpose filter to extract geometry (and associated data) from any type of dataset. Geometry is obtained as follows: all 0D, 1D, and 2D cells are extracted. All 2D faces that are used by only one 3D cell (i.e., boundary faces) are extracted. It also is possible to specify conditions on point ids, cell ids, and on bounding box (referred to as "Extent") to control the extraction process.
This filter also may be used to convert any type of data to polygonal type. The conversion process may be less than satisfactory for some 3D datasets. For example, this filter will extract the outer surface of a volume or structured grid dataset. (For structured data you may want to use vtkImageDataGeometryFilter, vtkStructuredGridGeometryFilter, vtkExtractUnstructuredGrid, vtkRectilinearGridGeometryFilter, or vtkExtractVOI.)
static Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkGenericGeometryFilter.CellClippingOff | ( | ) | [virtual] |
Turn on/off selection of geometry by cell id.
virtual void Kitware.VTK.vtkGenericGeometryFilter.CellClippingOn | ( | ) | [virtual] |
Turn on/off selection of geometry by cell id.
Create default locator. Used to create one when none is specified.
override void Kitware.VTK.vtkGenericGeometryFilter.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 void Kitware.VTK.vtkGenericGeometryFilter.ExtentClippingOff | ( | ) | [virtual] |
Turn on/off selection of geometry via bounding box.
virtual void Kitware.VTK.vtkGenericGeometryFilter.ExtentClippingOn | ( | ) | [virtual] |
Turn on/off selection of geometry via bounding box.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetCellClipping | ( | ) | [virtual] |
Turn on/off selection of geometry by cell id.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetCellMaximum | ( | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetCellMaximumMaxValue | ( | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetCellMaximumMinValue | ( | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetCellMinimum | ( | ) | [virtual] |
Specify the minimum cell id for point id selection.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetCellMinimumMaxValue | ( | ) | [virtual] |
Specify the minimum cell id for point id selection.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetCellMinimumMinValue | ( | ) | [virtual] |
Specify the minimum cell id for point id selection.
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetExtentClipping | ( | ) | [virtual] |
Turn on/off selection of geometry via bounding box.
virtual vtkIncrementalPointLocator Kitware.VTK.vtkGenericGeometryFilter.GetLocator | ( | ) | [virtual] |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetMerging | ( | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
override uint Kitware.VTK.vtkGenericGeometryFilter.GetMTime | ( | ) | [virtual] |
Return the MTime also considering the locator.
Reimplemented from Kitware.VTK.vtkObject.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetPassThroughCellIds | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetPointClipping | ( | ) | [virtual] |
Turn on/off selection of geometry by point id.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetPointMaximum | ( | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetPointMaximumMaxValue | ( | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetPointMaximumMinValue | ( | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetPointMinimum | ( | ) | [virtual] |
Specify the minimum point id for point id selection.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetPointMinimumMaxValue | ( | ) | [virtual] |
Specify the minimum point id for point id selection.
virtual int Kitware.VTK.vtkGenericGeometryFilter.GetPointMinimumMinValue | ( | ) | [virtual] |
Specify the minimum point id for point id selection.
override int Kitware.VTK.vtkGenericGeometryFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkGenericGeometryFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkGenericGeometryFilter.MergingOff | ( | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
virtual void Kitware.VTK.vtkGenericGeometryFilter.MergingOn | ( | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
static new vtkGenericGeometryFilter Kitware.VTK.vtkGenericGeometryFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkGenericGeometryFilter.PassThroughCellIdsOff | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual void Kitware.VTK.vtkGenericGeometryFilter.PassThroughCellIdsOn | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual void Kitware.VTK.vtkGenericGeometryFilter.PointClippingOff | ( | ) | [virtual] |
Turn on/off selection of geometry by point id.
virtual void Kitware.VTK.vtkGenericGeometryFilter.PointClippingOn | ( | ) | [virtual] |
Turn on/off selection of geometry by point id.
static new vtkGenericGeometryFilter Kitware.VTK.vtkGenericGeometryFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkGenericGeometryFilter.SetCellClipping | ( | int | _arg | ) | [virtual] |
Turn on/off selection of geometry by cell id.
virtual void Kitware.VTK.vtkGenericGeometryFilter.SetCellMaximum | ( | int | _arg | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual void Kitware.VTK.vtkGenericGeometryFilter.SetCellMinimum | ( | int | _arg | ) | [virtual] |
Specify the minimum cell id for point id selection.
void Kitware.VTK.vtkGenericGeometryFilter.SetExtent | ( | double | xMin, |
double | xMax, | ||
double | yMin, | ||
double | yMax, | ||
double | zMin, | ||
double | zMax | ||
) |
Specify a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
void Kitware.VTK.vtkGenericGeometryFilter.SetExtent | ( | IntPtr | extent | ) |
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
virtual void Kitware.VTK.vtkGenericGeometryFilter.SetExtentClipping | ( | int | _arg | ) | [virtual] |
Turn on/off selection of geometry via bounding box.
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual void Kitware.VTK.vtkGenericGeometryFilter.SetMerging | ( | int | _arg | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
virtual void Kitware.VTK.vtkGenericGeometryFilter.SetPassThroughCellIds | ( | int | _arg | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual void Kitware.VTK.vtkGenericGeometryFilter.SetPointClipping | ( | int | _arg | ) | [virtual] |
Turn on/off selection of geometry by point id.
virtual void Kitware.VTK.vtkGenericGeometryFilter.SetPointMaximum | ( | int | _arg | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual void Kitware.VTK.vtkGenericGeometryFilter.SetPointMinimum | ( | int | _arg | ) | [virtual] |
Specify the minimum point id for point id selection.
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_CellClippingOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_CellClippingOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_CreateDefaultLocator_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_ExtentClippingOff_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_ExtentClippingOn_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetCellClipping_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetCellMaximum_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetCellMaximumMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetCellMaximumMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetCellMinimum_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetCellMinimumMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetCellMinimumMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetExtent_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetExtentClipping_14 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetLocator_15 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetMerging_17 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetMTime_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetPassThroughCellIds_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetPointClipping_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetPointMaximum_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetPointMaximumMaxValue_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetPointMaximumMinValue_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetPointMinimum_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetPointMinimumMaxValue_24 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetPointMinimumMinValue_25 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_IsA_26 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_IsTypeOf_27 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_MergingOff_28 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_MergingOn_29 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_NewInstance_31 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_PassThroughCellIdsOff_32 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_PassThroughCellIdsOn_33 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_PointClippingOff_34 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_PointClippingOn_35 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SafeDownCast_36 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetCellClipping_37 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetCellMaximum_38 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetCellMinimum_39 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetExtent_40 | ( | HandleRef | pThis, |
double | xMin, | ||
double | xMax, | ||
double | yMin, | ||
double | yMax, | ||
double | zMin, | ||
double | zMax | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetExtent_41 | ( | HandleRef | pThis, |
IntPtr | extent | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetExtentClipping_42 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetLocator_43 | ( | HandleRef | pThis, |
HandleRef | locator | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetMerging_44 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetPassThroughCellIds_45 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetPointClipping_46 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetPointMaximum_47 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetPointMinimum_48 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkGenericGeometryFilter.MRClassNameKey = "24vtkGenericGeometryFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkGenericGeometryFilter.MRFullTypeName = "Kitware.VTK.vtkGenericGeometryFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.