ActiViz .NET
5.8.0
|
vtkUnstructuredGridGeometryFilter - extract geometry from an unstructured grid More...
Public Member Functions | |
vtkUnstructuredGridGeometryFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkUnstructuredGridGeometryFilter () | |
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 string | GetOriginalCellIdsName () |
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the field in which the ids are written into. If set to NULL, then vtkOriginalCellIds or vtkOriginalPointIds (the default) is used, respectively. | |
virtual string | GetOriginalPointIdsName () |
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the field in which the ids are written into. If set to NULL, then vtkOriginalCellIds or vtkOriginalPointIds (the default) is used, respectively. | |
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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells. | |
virtual int | GetPassThroughPointIds () |
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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells. | |
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 vtkUnstructuredGridGeometryFilter | 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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells. | |
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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells. | |
virtual void | PassThroughPointIdsOff () |
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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells. | |
virtual void | PassThroughPointIdsOn () |
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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells. | |
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 | SetOriginalCellIdsName (string _arg) |
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the field in which the ids are written into. If set to NULL, then vtkOriginalCellIds or vtkOriginalPointIds (the default) is used, respectively. | |
virtual void | SetOriginalPointIdsName (string _arg) |
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the field in which the ids are written into. If set to NULL, then vtkOriginalCellIds or vtkOriginalPointIds (the default) is used, respectively. | |
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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells. | |
virtual void | SetPassThroughPointIds (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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells. | |
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 vtkUnstructuredGridGeometryFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkUnstructuredGridGeometryFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridGeometryFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "33vtkUnstructuredGridGeometryFilter" |
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 | vtkUnstructuredGridGeometryFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkUnstructuredGridGeometryFilter_CellClippingOff_01 (HandleRef pThis) |
static internal void | vtkUnstructuredGridGeometryFilter_CellClippingOn_02 (HandleRef pThis) |
static internal void | vtkUnstructuredGridGeometryFilter_CreateDefaultLocator_03 (HandleRef pThis) |
static internal void | vtkUnstructuredGridGeometryFilter_ExtentClippingOff_04 (HandleRef pThis) |
static internal void | vtkUnstructuredGridGeometryFilter_ExtentClippingOn_05 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetCellClipping_06 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetCellMaximum_07 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetCellMaximumMaxValue_08 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetCellMaximumMinValue_09 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetCellMinimum_10 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetCellMinimumMaxValue_11 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetCellMinimumMinValue_12 (HandleRef pThis) |
static internal IntPtr | vtkUnstructuredGridGeometryFilter_GetExtent_13 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetExtentClipping_14 (HandleRef pThis) |
static internal IntPtr | vtkUnstructuredGridGeometryFilter_GetLocator_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkUnstructuredGridGeometryFilter_GetMTime_16 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetMerging_17 (HandleRef pThis) |
static internal IntPtr | vtkUnstructuredGridGeometryFilter_GetOriginalCellIdsName_18 (HandleRef pThis) |
static internal IntPtr | vtkUnstructuredGridGeometryFilter_GetOriginalPointIdsName_19 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetPassThroughCellIds_20 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetPassThroughPointIds_21 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetPointClipping_22 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetPointMaximum_23 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetPointMaximumMaxValue_24 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetPointMaximumMinValue_25 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetPointMinimum_26 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetPointMinimumMaxValue_27 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_GetPointMinimumMinValue_28 (HandleRef pThis) |
static internal int | vtkUnstructuredGridGeometryFilter_IsA_29 (HandleRef pThis, string type) |
static internal int | vtkUnstructuredGridGeometryFilter_IsTypeOf_30 (string type) |
static internal void | vtkUnstructuredGridGeometryFilter_MergingOff_31 (HandleRef pThis) |
static internal void | vtkUnstructuredGridGeometryFilter_MergingOn_32 (HandleRef pThis) |
static internal IntPtr | vtkUnstructuredGridGeometryFilter_NewInstance_34 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkUnstructuredGridGeometryFilter_PassThroughCellIdsOff_35 (HandleRef pThis) |
static internal void | vtkUnstructuredGridGeometryFilter_PassThroughCellIdsOn_36 (HandleRef pThis) |
static internal void | vtkUnstructuredGridGeometryFilter_PassThroughPointIdsOff_37 (HandleRef pThis) |
static internal void | vtkUnstructuredGridGeometryFilter_PassThroughPointIdsOn_38 (HandleRef pThis) |
static internal void | vtkUnstructuredGridGeometryFilter_PointClippingOff_39 (HandleRef pThis) |
static internal void | vtkUnstructuredGridGeometryFilter_PointClippingOn_40 (HandleRef pThis) |
static internal IntPtr | vtkUnstructuredGridGeometryFilter_SafeDownCast_41 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkUnstructuredGridGeometryFilter_SetCellClipping_42 (HandleRef pThis, int _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetCellMaximum_43 (HandleRef pThis, int _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetCellMinimum_44 (HandleRef pThis, int _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetExtent_45 (HandleRef pThis, double xMin, double xMax, double yMin, double yMax, double zMin, double zMax) |
static internal void | vtkUnstructuredGridGeometryFilter_SetExtent_46 (HandleRef pThis, IntPtr extent) |
static internal void | vtkUnstructuredGridGeometryFilter_SetExtentClipping_47 (HandleRef pThis, int _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetLocator_48 (HandleRef pThis, HandleRef locator) |
static internal void | vtkUnstructuredGridGeometryFilter_SetMerging_49 (HandleRef pThis, int _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetOriginalCellIdsName_50 (HandleRef pThis, string _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetOriginalPointIdsName_51 (HandleRef pThis, string _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetPassThroughCellIds_52 (HandleRef pThis, int _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetPassThroughPointIds_53 (HandleRef pThis, int _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetPointClipping_54 (HandleRef pThis, int _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetPointMaximum_55 (HandleRef pThis, int _arg) |
static internal void | vtkUnstructuredGridGeometryFilter_SetPointMinimum_56 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkUnstructuredGridGeometryFilter () |
Automatically generated type registration mechanics. |
vtkUnstructuredGridGeometryFilter - extract geometry from an unstructured grid
Description vtkUnstructuredGridGeometryFilter is a filter that extracts geometry (and associated data) from an unstructured grid. It differs from vtkGeometryFilter by not tessellating higher order faces: 2D faces of quadratic 3D cells will be quadratic. A quadratic edge is extracted as a quadratic edge. For that purpose, the output of this filter is an unstructured grid, not a polydata. Also, the face of a voxel is a pixel, not a quad. 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.
Caveats When vtkUnstructuredGridGeometryFilter extracts cells (or boundaries of cells) it will (by default) merge duplicate vertices. This may cause problems in some cases. Turn merging off to prevent this from occurring.
static Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.CellClippingOff | ( | ) | [virtual] |
Turn on/off selection of geometry by cell id.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.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.vtkUnstructuredGridGeometryFilter.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.vtkUnstructuredGridGeometryFilter.ExtentClippingOff | ( | ) | [virtual] |
Turn on/off selection of geometry via bounding box.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.ExtentClippingOn | ( | ) | [virtual] |
Turn on/off selection of geometry via bounding box.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetCellClipping | ( | ) | [virtual] |
Turn on/off selection of geometry by cell id.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetCellMaximum | ( | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetCellMaximumMaxValue | ( | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetCellMaximumMinValue | ( | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetCellMinimum | ( | ) | [virtual] |
Specify the minimum cell id for point id selection.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetCellMinimumMaxValue | ( | ) | [virtual] |
Specify the minimum cell id for point id selection.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.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.vtkUnstructuredGridGeometryFilter.GetExtentClipping | ( | ) | [virtual] |
Turn on/off selection of geometry via bounding box.
virtual vtkIncrementalPointLocator Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetLocator | ( | ) | [virtual] |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.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.vtkUnstructuredGridGeometryFilter.GetMTime | ( | ) | [virtual] |
Return the MTime also considering the locator.
Reimplemented from Kitware.VTK.vtkObject.
virtual string Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetOriginalCellIdsName | ( | ) | [virtual] |
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the field in which the ids are written into. If set to NULL, then vtkOriginalCellIds or vtkOriginalPointIds (the default) is used, respectively.
virtual string Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetOriginalPointIdsName | ( | ) | [virtual] |
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the field in which the ids are written into. If set to NULL, then vtkOriginalCellIds or vtkOriginalPointIds (the default) is used, respectively.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetPassThroughPointIds | ( | ) | [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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetPointClipping | ( | ) | [virtual] |
Turn on/off selection of geometry by point id.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetPointMaximum | ( | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetPointMaximumMaxValue | ( | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetPointMaximumMinValue | ( | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetPointMinimum | ( | ) | [virtual] |
Specify the minimum point id for point id selection.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetPointMinimumMaxValue | ( | ) | [virtual] |
Specify the minimum point id for point id selection.
virtual int Kitware.VTK.vtkUnstructuredGridGeometryFilter.GetPointMinimumMinValue | ( | ) | [virtual] |
Specify the minimum point id for point id selection.
override int Kitware.VTK.vtkUnstructuredGridGeometryFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new int Kitware.VTK.vtkUnstructuredGridGeometryFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.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.vtkUnstructuredGridGeometryFilter.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 vtkUnstructuredGridGeometryFilter Kitware.VTK.vtkUnstructuredGridGeometryFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.PassThroughPointIdsOff | ( | ) | [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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.PassThroughPointIdsOn | ( | ) | [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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.PointClippingOff | ( | ) | [virtual] |
Turn on/off selection of geometry by point id.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.PointClippingOn | ( | ) | [virtual] |
Turn on/off selection of geometry by point id.
static new vtkUnstructuredGridGeometryFilter Kitware.VTK.vtkUnstructuredGridGeometryFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.SetCellClipping | ( | int | _arg | ) | [virtual] |
Turn on/off selection of geometry by cell id.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.SetCellMaximum | ( | int | _arg | ) | [virtual] |
Specify the maximum cell id for point id selection.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.SetCellMinimum | ( | int | _arg | ) | [virtual] |
Specify the minimum cell id for point id selection.
void Kitware.VTK.vtkUnstructuredGridGeometryFilter.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.vtkUnstructuredGridGeometryFilter.SetExtent | ( | IntPtr | extent | ) |
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.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.vtkUnstructuredGridGeometryFilter.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.vtkUnstructuredGridGeometryFilter.SetOriginalCellIdsName | ( | string | _arg | ) | [virtual] |
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the field in which the ids are written into. If set to NULL, then vtkOriginalCellIds or vtkOriginalPointIds (the default) is used, respectively.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.SetOriginalPointIdsName | ( | string | _arg | ) | [virtual] |
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the field in which the ids are written into. If set to NULL, then vtkOriginalCellIds or vtkOriginalPointIds (the default) is used, respectively.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.SetPassThroughPointIds | ( | 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. Note that PassThroughCellIds will be ignored if UseStrips is on, since in that case each tringle strip can represent more than on of the input cells.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.SetPointClipping | ( | int | _arg | ) | [virtual] |
Turn on/off selection of geometry by point id.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.SetPointMaximum | ( | int | _arg | ) | [virtual] |
Specify the maximum point id for point id selection.
virtual void Kitware.VTK.vtkUnstructuredGridGeometryFilter.SetPointMinimum | ( | int | _arg | ) | [virtual] |
Specify the minimum point id for point id selection.
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_CellClippingOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_CellClippingOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_CreateDefaultLocator_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_ExtentClippingOff_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_ExtentClippingOn_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetCellClipping_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetCellMaximum_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetCellMaximumMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetCellMaximumMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetCellMinimum_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetCellMinimumMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetCellMinimumMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetExtent_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetExtentClipping_14 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetLocator_15 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetMerging_17 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetMTime_16 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetOriginalCellIdsName_18 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetOriginalPointIdsName_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetPassThroughCellIds_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetPassThroughPointIds_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetPointClipping_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetPointMaximum_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetPointMaximumMaxValue_24 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetPointMaximumMinValue_25 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetPointMinimum_26 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetPointMinimumMaxValue_27 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_GetPointMinimumMinValue_28 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_IsA_29 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_IsTypeOf_30 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_MergingOff_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_MergingOn_32 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_NewInstance_34 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_PassThroughCellIdsOff_35 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_PassThroughCellIdsOn_36 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_PassThroughPointIdsOff_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_PassThroughPointIdsOn_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_PointClippingOff_39 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_PointClippingOn_40 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SafeDownCast_41 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetCellClipping_42 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetCellMaximum_43 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetCellMinimum_44 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetExtent_45 | ( | HandleRef | pThis, |
double | xMin, | ||
double | xMax, | ||
double | yMin, | ||
double | yMax, | ||
double | zMin, | ||
double | zMax | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetExtent_46 | ( | HandleRef | pThis, |
IntPtr | extent | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetExtentClipping_47 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetLocator_48 | ( | HandleRef | pThis, |
HandleRef | locator | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetMerging_49 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetOriginalCellIdsName_50 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetOriginalPointIdsName_51 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetPassThroughCellIds_52 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetPassThroughPointIds_53 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetPointClipping_54 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetPointMaximum_55 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridGeometryFilter.vtkUnstructuredGridGeometryFilter_SetPointMinimum_56 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkUnstructuredGridGeometryFilter.MRClassNameKey = "33vtkUnstructuredGridGeometryFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new const string Kitware.VTK.vtkUnstructuredGridGeometryFilter.MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridGeometryFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.