|
ActiViz .NET
5.8.0
|
vtkStructuredGridGeometryFilter - extract geometry for structured grid More...
Public Member Functions | |
| vtkStructuredGridGeometryFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkStructuredGridGeometryFilter () | |
| Undocumented Block. | |
| virtual int[] | GetExtent () |
| Get the extent in topological coordinate range (imin,imax, jmin,jmax, kmin,kmax). | |
| virtual void | GetExtent (IntPtr data) |
| Get the extent in topological coordinate range (imin,imax, jmin,jmax, kmin,kmax). | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkStructuredGridGeometryFilter | NewInstance () |
| Undocumented Block. | |
| void | SetExtent (int iMin, int iMax, int jMin, int jMax, int kMin, int kMax) |
| Specify (imin,imax, jmin,jmax, kmin,kmax) indices. | |
| void | SetExtent (IntPtr extent) |
| Specify (imin,imax, jmin,jmax, kmin,kmax) indices in array form. | |
Static Public Member Functions | |
| static new vtkStructuredGridGeometryFilter | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkStructuredGridGeometryFilter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkStructuredGridGeometryFilter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "31vtkStructuredGridGeometryFilter" |
| 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 | vtkStructuredGridGeometryFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkStructuredGridGeometryFilter_GetExtent_01 (HandleRef pThis) |
| static internal void | vtkStructuredGridGeometryFilter_GetExtent_02 (HandleRef pThis, IntPtr data) |
| static internal int | vtkStructuredGridGeometryFilter_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkStructuredGridGeometryFilter_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkStructuredGridGeometryFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkStructuredGridGeometryFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkStructuredGridGeometryFilter_SetExtent_08 (HandleRef pThis, int iMin, int iMax, int jMin, int jMax, int kMin, int kMax) |
| static internal void | vtkStructuredGridGeometryFilter_SetExtent_09 (HandleRef pThis, IntPtr extent) |
Static Private Member Functions | |
| static | vtkStructuredGridGeometryFilter () |
| Automatically generated type registration mechanics. | |
vtkStructuredGridGeometryFilter - extract geometry for structured grid
Description vtkStructuredGridGeometryFilter is a filter that extracts geometry from a structured grid. By specifying appropriate i-j-k indices, it is possible to extract a point, a curve, a surface, or a "volume". Depending upon the type of data, the curve and surface may be curved or planar. (The volume is actually a (n x m x o) region of points.)
The extent specification is zero-offset. That is, the first k-plane in a 50x50x50 structured grid is given by (0,49, 0,49, 0,0).
The output of this filter is affected by the structured grid blanking. If blanking is on, and a blanking array defined, then those cells attached to blanked points are not output. (Blanking is a property of the input vtkStructuredGrid.)
| static Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkStructuredGridGeometryFilter.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual int [] Kitware.VTK.vtkStructuredGridGeometryFilter.GetExtent | ( | ) | [virtual] |
Get the extent in topological coordinate range (imin,imax, jmin,jmax, kmin,kmax).
| virtual void Kitware.VTK.vtkStructuredGridGeometryFilter.GetExtent | ( | IntPtr | data | ) | [virtual] |
Get the extent in topological coordinate range (imin,imax, jmin,jmax, kmin,kmax).
| override int Kitware.VTK.vtkStructuredGridGeometryFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkStructuredGridGeometryFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkStructuredGridGeometryFilter Kitware.VTK.vtkStructuredGridGeometryFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkStructuredGridGeometryFilter Kitware.VTK.vtkStructuredGridGeometryFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| void Kitware.VTK.vtkStructuredGridGeometryFilter.SetExtent | ( | int | iMin, |
| int | iMax, | ||
| int | jMin, | ||
| int | jMax, | ||
| int | kMin, | ||
| int | kMax | ||
| ) |
Specify (imin,imax, jmin,jmax, kmin,kmax) indices.
| void Kitware.VTK.vtkStructuredGridGeometryFilter.SetExtent | ( | IntPtr | extent | ) |
Specify (imin,imax, jmin,jmax, kmin,kmax) indices in array form.
| static internal IntPtr Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter_GetExtent_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter_GetExtent_02 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter_SetExtent_08 | ( | HandleRef | pThis, |
| int | iMin, | ||
| int | iMax, | ||
| int | jMin, | ||
| int | jMax, | ||
| int | kMin, | ||
| int | kMax | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkStructuredGridGeometryFilter.vtkStructuredGridGeometryFilter_SetExtent_09 | ( | HandleRef | pThis, |
| IntPtr | extent | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkStructuredGridGeometryFilter.MRClassNameKey = "31vtkStructuredGridGeometryFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkStructuredGridGeometryFilter.MRFullTypeName = "Kitware.VTK.vtkStructuredGridGeometryFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1