ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkUnstructuredGridGeometryFilter Class Reference

vtkUnstructuredGridGeometryFilter - extract geometry from an unstructured grid More...

Inheritance diagram for Kitware.VTK.vtkUnstructuredGridGeometryFilter:
[legend]
Collaboration diagram for Kitware.VTK.vtkUnstructuredGridGeometryFilter:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

Turn on/off selection of geometry by cell id.

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.

Turn on/off selection of geometry via bounding box.

Turn on/off selection of geometry via bounding box.

Turn on/off selection of geometry by cell id.

Specify the maximum cell id for point id selection.

Specify the maximum cell id for point id selection.

Specify the maximum cell id for point id selection.

Specify the minimum cell id for point id selection.

Specify the minimum cell id for point id selection.

Specify the minimum cell id for point id selection.

Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.

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.

Here is the call graph for this function:

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.

Return the MTime also considering the locator.

Reimplemented from Kitware.VTK.vtkObject.

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.

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.

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.

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.

Turn on/off selection of geometry by point id.

Specify the maximum point id for point id selection.

Specify the maximum point id for point id selection.

Specify the maximum point id for point id selection.

Specify the minimum point id for point id selection.

Specify the minimum point id for point id selection.

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.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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.

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.

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.

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.

Turn on/off selection of geometry by point id.

Turn on/off selection of geometry by point id.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Here is the call graph for this function:

Turn on/off selection of geometry by cell id.

Specify the maximum cell id for point id selection.

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.

Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.

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.

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.

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.

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.

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.

Turn on/off selection of geometry by point id.

Specify the maximum point id for point id selection.

Specify the minimum point id for point id selection.

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_IsA_29 ( HandleRef  pThis,
string  type 
) [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 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_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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: