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.vtkGenericGeometryFilter Class Reference

vtkGenericGeometryFilter - extract geometry from data (or convert data to polygonal type) More...

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

List of all members.

Public Member Functions

 vtkGenericGeometryFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGenericGeometryFilter ()
 Undocumented Block.
virtual void CellClippingOff ()
 Turn on/off selection of geometry by cell id.
virtual void CellClippingOn ()
 Turn on/off selection of geometry by cell id.
void CreateDefaultLocator ()
 Create default locator. Used to create one when none is specified.
virtual void ExtentClippingOff ()
 Turn on/off selection of geometry via bounding box.
virtual void ExtentClippingOn ()
 Turn on/off selection of geometry via bounding box.
virtual int GetCellClipping ()
 Turn on/off selection of geometry by cell id.
virtual int GetCellMaximum ()
 Specify the maximum cell id for point id selection.
virtual int GetCellMaximumMaxValue ()
 Specify the maximum cell id for point id selection.
virtual int GetCellMaximumMinValue ()
 Specify the maximum cell id for point id selection.
virtual int GetCellMinimum ()
 Specify the minimum cell id for point id selection.
virtual int GetCellMinimumMaxValue ()
 Specify the minimum cell id for point id selection.
virtual int GetCellMinimumMinValue ()
 Specify the minimum cell id for point id selection.
IntPtr GetExtent ()
 Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
virtual int GetExtentClipping ()
 Turn on/off selection of geometry via bounding box.
virtual vtkIncrementalPointLocator GetLocator ()
 Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
override uint GetMTime ()
 Return the MTime also considering the locator.
virtual int GetMerging ()
 Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
virtual int GetPassThroughCellIds ()
 If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual int GetPointClipping ()
 Turn on/off selection of geometry by point id.
virtual int GetPointMaximum ()
 Specify the maximum point id for point id selection.
virtual int GetPointMaximumMaxValue ()
 Specify the maximum point id for point id selection.
virtual int GetPointMaximumMinValue ()
 Specify the maximum point id for point id selection.
virtual int GetPointMinimum ()
 Specify the minimum point id for point id selection.
virtual int GetPointMinimumMaxValue ()
 Specify the minimum point id for point id selection.
virtual int GetPointMinimumMinValue ()
 Specify the minimum point id for point id selection.
override int IsA (string type)
 Undocumented Block.
virtual void MergingOff ()
 Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
virtual void MergingOn ()
 Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
new vtkGenericGeometryFilter NewInstance ()
 Undocumented Block.
virtual void PassThroughCellIdsOff ()
 If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual void PassThroughCellIdsOn ()
 If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual void PointClippingOff ()
 Turn on/off selection of geometry by point id.
virtual void PointClippingOn ()
 Turn on/off selection of geometry by point id.
virtual void SetCellClipping (int _arg)
 Turn on/off selection of geometry by cell id.
virtual void SetCellMaximum (int _arg)
 Specify the maximum cell id for point id selection.
virtual void SetCellMinimum (int _arg)
 Specify the minimum cell id for point id selection.
void SetExtent (double xMin, double xMax, double yMin, double yMax, double zMin, double zMax)
 Specify a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
void SetExtent (IntPtr extent)
 Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
virtual void SetExtentClipping (int _arg)
 Turn on/off selection of geometry via bounding box.
void SetLocator (vtkIncrementalPointLocator locator)
 Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual void SetMerging (int _arg)
 Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
virtual void SetPassThroughCellIds (int _arg)
 If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual void SetPointClipping (int _arg)
 Turn on/off selection of geometry by point id.
virtual void SetPointMaximum (int _arg)
 Specify the maximum point id for point id selection.
virtual void SetPointMinimum (int _arg)
 Specify the minimum point id for point id selection.

Static Public Member Functions

static new vtkGenericGeometryFilter New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkGenericGeometryFilter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkGenericGeometryFilter"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkGenericGeometryFilter"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkGenericGeometryFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericGeometryFilter_CellClippingOff_01 (HandleRef pThis)
static internal void vtkGenericGeometryFilter_CellClippingOn_02 (HandleRef pThis)
static internal void vtkGenericGeometryFilter_CreateDefaultLocator_03 (HandleRef pThis)
static internal void vtkGenericGeometryFilter_ExtentClippingOff_04 (HandleRef pThis)
static internal void vtkGenericGeometryFilter_ExtentClippingOn_05 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetCellClipping_06 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetCellMaximum_07 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetCellMaximumMaxValue_08 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetCellMaximumMinValue_09 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetCellMinimum_10 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetCellMinimumMaxValue_11 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetCellMinimumMinValue_12 (HandleRef pThis)
static internal IntPtr vtkGenericGeometryFilter_GetExtent_13 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetExtentClipping_14 (HandleRef pThis)
static internal IntPtr vtkGenericGeometryFilter_GetLocator_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkGenericGeometryFilter_GetMTime_16 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetMerging_17 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetPassThroughCellIds_18 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetPointClipping_19 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetPointMaximum_20 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetPointMaximumMaxValue_21 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetPointMaximumMinValue_22 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetPointMinimum_23 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetPointMinimumMaxValue_24 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_GetPointMinimumMinValue_25 (HandleRef pThis)
static internal int vtkGenericGeometryFilter_IsA_26 (HandleRef pThis, string type)
static internal int vtkGenericGeometryFilter_IsTypeOf_27 (string type)
static internal void vtkGenericGeometryFilter_MergingOff_28 (HandleRef pThis)
static internal void vtkGenericGeometryFilter_MergingOn_29 (HandleRef pThis)
static internal IntPtr vtkGenericGeometryFilter_NewInstance_31 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericGeometryFilter_PassThroughCellIdsOff_32 (HandleRef pThis)
static internal void vtkGenericGeometryFilter_PassThroughCellIdsOn_33 (HandleRef pThis)
static internal void vtkGenericGeometryFilter_PointClippingOff_34 (HandleRef pThis)
static internal void vtkGenericGeometryFilter_PointClippingOn_35 (HandleRef pThis)
static internal IntPtr vtkGenericGeometryFilter_SafeDownCast_36 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericGeometryFilter_SetCellClipping_37 (HandleRef pThis, int _arg)
static internal void vtkGenericGeometryFilter_SetCellMaximum_38 (HandleRef pThis, int _arg)
static internal void vtkGenericGeometryFilter_SetCellMinimum_39 (HandleRef pThis, int _arg)
static internal void vtkGenericGeometryFilter_SetExtent_40 (HandleRef pThis, double xMin, double xMax, double yMin, double yMax, double zMin, double zMax)
static internal void vtkGenericGeometryFilter_SetExtent_41 (HandleRef pThis, IntPtr extent)
static internal void vtkGenericGeometryFilter_SetExtentClipping_42 (HandleRef pThis, int _arg)
static internal void vtkGenericGeometryFilter_SetLocator_43 (HandleRef pThis, HandleRef locator)
static internal void vtkGenericGeometryFilter_SetMerging_44 (HandleRef pThis, int _arg)
static internal void vtkGenericGeometryFilter_SetPassThroughCellIds_45 (HandleRef pThis, int _arg)
static internal void vtkGenericGeometryFilter_SetPointClipping_46 (HandleRef pThis, int _arg)
static internal void vtkGenericGeometryFilter_SetPointMaximum_47 (HandleRef pThis, int _arg)
static internal void vtkGenericGeometryFilter_SetPointMinimum_48 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkGenericGeometryFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGenericGeometryFilter - extract geometry from data (or convert data to polygonal type)

Description vtkGenericGeometryFilter is a general-purpose filter to extract geometry (and associated data) from any type of dataset. Geometry is obtained as follows: all 0D, 1D, and 2D cells are extracted. All 2D faces that are used by only one 3D cell (i.e., boundary faces) are extracted. It also is possible to specify conditions on point ids, cell ids, and on bounding box (referred to as "Extent") to control the extraction process.

This filter also may be used to convert any type of data to polygonal type. The conversion process may be less than satisfactory for some 3D datasets. For example, this filter will extract the outer surface of a volume or structured grid dataset. (For structured data you may want to use vtkImageDataGeometryFilter, vtkStructuredGridGeometryFilter, vtkExtractUnstructuredGrid, vtkRectilinearGridGeometryFilter, or vtkExtractVOI.)


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


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.vtkGenericGeometryFilter.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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.

override uint Kitware.VTK.vtkGenericGeometryFilter.GetMTime ( ) [virtual]

Return the MTime also considering the locator.

Reimplemented from Kitware.VTK.vtkObject.

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.

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.vtkGenericGeometryFilter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkGenericGeometryFilter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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.

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.

Turn on/off selection of geometry by point id.

Turn on/off selection of geometry by point id.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkGenericGeometryFilter.SetCellClipping ( int  _arg) [virtual]

Turn on/off selection of geometry by cell id.

virtual void Kitware.VTK.vtkGenericGeometryFilter.SetCellMaximum ( int  _arg) [virtual]

Specify the maximum cell id for point id selection.

virtual void Kitware.VTK.vtkGenericGeometryFilter.SetCellMinimum ( int  _arg) [virtual]

Specify the minimum cell id for point id selection.

void Kitware.VTK.vtkGenericGeometryFilter.SetExtent ( double  xMin,
double  xMax,
double  yMin,
double  yMax,
double  zMin,
double  zMax 
)

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

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

virtual void Kitware.VTK.vtkGenericGeometryFilter.SetExtentClipping ( int  _arg) [virtual]

Turn on/off selection of geometry via bounding box.

Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.

virtual void Kitware.VTK.vtkGenericGeometryFilter.SetMerging ( int  _arg) [virtual]

Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.

virtual void Kitware.VTK.vtkGenericGeometryFilter.SetPassThroughCellIds ( int  _arg) [virtual]

If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.

virtual void Kitware.VTK.vtkGenericGeometryFilter.SetPointClipping ( int  _arg) [virtual]

Turn on/off selection of geometry by point id.

virtual void Kitware.VTK.vtkGenericGeometryFilter.SetPointMaximum ( int  _arg) [virtual]

Specify the maximum point id for point id selection.

virtual void Kitware.VTK.vtkGenericGeometryFilter.SetPointMinimum ( int  _arg) [virtual]

Specify the minimum point id for point id selection.

static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_CellClippingOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_CellClippingOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_ExtentClippingOn_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetCellMaximum_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetCellMinimum_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetExtent_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetLocator_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetMerging_17 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_GetMTime_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_IsA_26 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_IsTypeOf_27 ( string  type) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_MergingOff_28 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_MergingOn_29 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_NewInstance_31 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_PointClippingOff_34 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_PointClippingOn_35 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SafeDownCast_36 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetCellClipping_37 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetCellMaximum_38 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetCellMinimum_39 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetExtent_40 ( HandleRef  pThis,
double  xMin,
double  xMax,
double  yMin,
double  yMax,
double  zMin,
double  zMax 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetExtent_41 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetExtentClipping_42 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetLocator_43 ( HandleRef  pThis,
HandleRef  locator 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetMerging_44 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetPassThroughCellIds_45 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetPointClipping_46 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetPointMaximum_47 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGenericGeometryFilter.vtkGenericGeometryFilter_SetPointMinimum_48 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGenericGeometryFilter.MRClassNameKey = "24vtkGenericGeometryFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

new const string Kitware.VTK.vtkGenericGeometryFilter.MRFullTypeName = "Kitware.VTK.vtkGenericGeometryFilter"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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