ActiViz .NET
5.8.0
|
vtkExtractUnstructuredGrid - extract subset of unstructured grid geometry More...
Public Member Functions | |
vtkExtractUnstructuredGrid (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkExtractUnstructuredGrid () | |
Construct with all types of clipping turned off. | |
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. | |
double[] | 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 | 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 vtkExtractUnstructuredGrid | NewInstance () |
Undocumented Block. | |
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 | 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 vtkExtractUnstructuredGrid | New () |
Construct with all types of clipping turned off. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkExtractUnstructuredGrid | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkExtractUnstructuredGrid" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkExtractUnstructuredGrid" |
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 | vtkExtractUnstructuredGrid_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractUnstructuredGrid_CellClippingOff_01 (HandleRef pThis) |
static internal void | vtkExtractUnstructuredGrid_CellClippingOn_02 (HandleRef pThis) |
static internal void | vtkExtractUnstructuredGrid_CreateDefaultLocator_03 (HandleRef pThis) |
static internal void | vtkExtractUnstructuredGrid_ExtentClippingOff_04 (HandleRef pThis) |
static internal void | vtkExtractUnstructuredGrid_ExtentClippingOn_05 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetCellClipping_06 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetCellMaximum_07 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetCellMaximumMaxValue_08 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetCellMaximumMinValue_09 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetCellMinimum_10 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetCellMinimumMaxValue_11 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetCellMinimumMinValue_12 (HandleRef pThis) |
static internal IntPtr | vtkExtractUnstructuredGrid_GetExtent_13 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetExtentClipping_14 (HandleRef pThis) |
static internal IntPtr | vtkExtractUnstructuredGrid_GetLocator_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkExtractUnstructuredGrid_GetMTime_16 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetMerging_17 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetPointClipping_18 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetPointMaximum_19 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetPointMaximumMaxValue_20 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetPointMaximumMinValue_21 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetPointMinimum_22 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetPointMinimumMaxValue_23 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_GetPointMinimumMinValue_24 (HandleRef pThis) |
static internal int | vtkExtractUnstructuredGrid_IsA_25 (HandleRef pThis, string type) |
static internal int | vtkExtractUnstructuredGrid_IsTypeOf_26 (string type) |
static internal void | vtkExtractUnstructuredGrid_MergingOff_27 (HandleRef pThis) |
static internal void | vtkExtractUnstructuredGrid_MergingOn_28 (HandleRef pThis) |
static internal IntPtr | vtkExtractUnstructuredGrid_NewInstance_30 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractUnstructuredGrid_PointClippingOff_31 (HandleRef pThis) |
static internal void | vtkExtractUnstructuredGrid_PointClippingOn_32 (HandleRef pThis) |
static internal IntPtr | vtkExtractUnstructuredGrid_SafeDownCast_33 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractUnstructuredGrid_SetCellClipping_34 (HandleRef pThis, int _arg) |
static internal void | vtkExtractUnstructuredGrid_SetCellMaximum_35 (HandleRef pThis, int _arg) |
static internal void | vtkExtractUnstructuredGrid_SetCellMinimum_36 (HandleRef pThis, int _arg) |
static internal void | vtkExtractUnstructuredGrid_SetExtent_37 (HandleRef pThis, double xMin, double xMax, double yMin, double yMax, double zMin, double zMax) |
static internal void | vtkExtractUnstructuredGrid_SetExtent_38 (HandleRef pThis, IntPtr extent) |
static internal void | vtkExtractUnstructuredGrid_SetExtentClipping_39 (HandleRef pThis, int _arg) |
static internal void | vtkExtractUnstructuredGrid_SetLocator_40 (HandleRef pThis, HandleRef locator) |
static internal void | vtkExtractUnstructuredGrid_SetMerging_41 (HandleRef pThis, int _arg) |
static internal void | vtkExtractUnstructuredGrid_SetPointClipping_42 (HandleRef pThis, int _arg) |
static internal void | vtkExtractUnstructuredGrid_SetPointMaximum_43 (HandleRef pThis, int _arg) |
static internal void | vtkExtractUnstructuredGrid_SetPointMinimum_44 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkExtractUnstructuredGrid () |
Automatically generated type registration mechanics. |
vtkExtractUnstructuredGrid - extract subset of unstructured grid geometry
Description vtkExtractUnstructuredGrid is a general-purpose filter to extract geometry (and associated data) from an unstructured grid dataset. The extraction process is controlled by specifying a range of point ids, cell ids, or a bounding box (referred to as "Extent"). Those cells lying within these regions are sent to the output. The user has the choice of merging coincident points (Merging is on) or using the original point set (Merging is off).
static Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct with all types of clipping turned off.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.CellClippingOff | ( | ) | [virtual] |
Turn on/off selection of geometry by cell id.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.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.vtkExtractUnstructuredGrid.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.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.ExtentClippingOff | ( | ) | [virtual] |
Turn on/off selection of geometry via bounding box.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.ExtentClippingOn | ( | ) | [virtual] |
Turn on/off selection of geometry via bounding box.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetCellClipping | ( | ) | [virtual] |
Turn on/off selection of geometry by cell id.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetCellMaximum | ( | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetCellMaximumMaxValue | ( | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetCellMaximumMinValue | ( | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetCellMinimum | ( | ) | [virtual] |
Specify the minimum cell id for point id selection.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetCellMinimumMaxValue | ( | ) | [virtual] |
Specify the minimum cell id for point id selection.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetCellMinimumMinValue | ( | ) | [virtual] |
Specify the minimum cell id for point id selection.
double [] Kitware.VTK.vtkExtractUnstructuredGrid.GetExtent | ( | ) |
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetExtentClipping | ( | ) | [virtual] |
Turn on/off selection of geometry via bounding box.
virtual vtkIncrementalPointLocator Kitware.VTK.vtkExtractUnstructuredGrid.GetLocator | ( | ) | [virtual] |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.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.vtkExtractUnstructuredGrid.GetMTime | ( | ) | [virtual] |
Return the MTime also considering the locator.
Reimplemented from Kitware.VTK.vtkObject.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetPointClipping | ( | ) | [virtual] |
Turn on/off selection of geometry by point id.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetPointMaximum | ( | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetPointMaximumMaxValue | ( | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetPointMaximumMinValue | ( | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetPointMinimum | ( | ) | [virtual] |
Specify the minimum point id for point id selection.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetPointMinimumMaxValue | ( | ) | [virtual] |
Specify the minimum point id for point id selection.
virtual int Kitware.VTK.vtkExtractUnstructuredGrid.GetPointMinimumMinValue | ( | ) | [virtual] |
Specify the minimum point id for point id selection.
override int Kitware.VTK.vtkExtractUnstructuredGrid.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new int Kitware.VTK.vtkExtractUnstructuredGrid.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.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.vtkExtractUnstructuredGrid.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 vtkExtractUnstructuredGrid Kitware.VTK.vtkExtractUnstructuredGrid.New | ( | ) | [static] |
Construct with all types of clipping turned off.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.PointClippingOff | ( | ) | [virtual] |
Turn on/off selection of geometry by point id.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.PointClippingOn | ( | ) | [virtual] |
Turn on/off selection of geometry by point id.
static new vtkExtractUnstructuredGrid Kitware.VTK.vtkExtractUnstructuredGrid.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.SetCellClipping | ( | int | _arg | ) | [virtual] |
Turn on/off selection of geometry by cell id.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.SetCellMaximum | ( | int | _arg | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.SetCellMinimum | ( | int | _arg | ) | [virtual] |
Specify the minimum cell id for point id selection.
void Kitware.VTK.vtkExtractUnstructuredGrid.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.vtkExtractUnstructuredGrid.SetExtent | ( | IntPtr | extent | ) |
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.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.vtkExtractUnstructuredGrid.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.vtkExtractUnstructuredGrid.SetPointClipping | ( | int | _arg | ) | [virtual] |
Turn on/off selection of geometry by point id.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.SetPointMaximum | ( | int | _arg | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual void Kitware.VTK.vtkExtractUnstructuredGrid.SetPointMinimum | ( | int | _arg | ) | [virtual] |
Specify the minimum point id for point id selection.
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_CellClippingOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_CellClippingOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_CreateDefaultLocator_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_ExtentClippingOff_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_ExtentClippingOn_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetCellClipping_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetCellMaximum_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetCellMaximumMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetCellMaximumMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetCellMinimum_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetCellMinimumMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetCellMinimumMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetExtent_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetExtentClipping_14 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetLocator_15 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetMerging_17 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetMTime_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetPointClipping_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetPointMaximum_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetPointMaximumMaxValue_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetPointMaximumMinValue_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetPointMinimum_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetPointMinimumMaxValue_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_GetPointMinimumMinValue_24 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_IsA_25 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_IsTypeOf_26 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_MergingOff_27 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_MergingOn_28 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_NewInstance_30 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_PointClippingOff_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_PointClippingOn_32 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SafeDownCast_33 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetCellClipping_34 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetCellMaximum_35 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetCellMinimum_36 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetExtent_37 | ( | HandleRef | pThis, |
double | xMin, | ||
double | xMax, | ||
double | yMin, | ||
double | yMax, | ||
double | zMin, | ||
double | zMax | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetExtent_38 | ( | HandleRef | pThis, |
IntPtr | extent | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetExtentClipping_39 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetLocator_40 | ( | HandleRef | pThis, |
HandleRef | locator | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetMerging_41 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetPointClipping_42 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetPointMaximum_43 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractUnstructuredGrid.vtkExtractUnstructuredGrid_SetPointMinimum_44 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkExtractUnstructuredGrid.MRClassNameKey = "26vtkExtractUnstructuredGrid" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new const string Kitware.VTK.vtkExtractUnstructuredGrid.MRFullTypeName = "Kitware.VTK.vtkExtractUnstructuredGrid" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.