ActiViz .NET
5.8.0
|
vtkClipConvexPolyData - clip any dataset with user-specified implicit function or input scalar data More...
Public Member Functions | |
vtkClipConvexPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkClipConvexPolyData () | |
Undocumented Block. | |
override uint | GetMTime () |
Redefines this method, as this filter depends on time of its components (planes) | |
virtual vtkPlaneCollection | GetPlanes () |
Set all the planes at once using a vtkPlanes implicit function. This also sets the D value. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkClipConvexPolyData | NewInstance () |
Undocumented Block. | |
void | SetPlanes (vtkPlaneCollection planes) |
Set all the planes at once using a vtkPlanes implicit function. This also sets the D value. | |
Static Public Member Functions | |
static new vtkClipConvexPolyData | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkClipConvexPolyData | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkClipConvexPolyData" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkClipConvexPolyData" |
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 | vtkClipConvexPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkClipConvexPolyData_GetMTime_01 (HandleRef pThis) |
static internal IntPtr | vtkClipConvexPolyData_GetPlanes_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkClipConvexPolyData_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkClipConvexPolyData_IsTypeOf_04 (string type) |
static internal IntPtr | vtkClipConvexPolyData_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkClipConvexPolyData_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkClipConvexPolyData_SetPlanes_08 (HandleRef pThis, HandleRef planes) |
Static Private Member Functions | |
static | vtkClipConvexPolyData () |
Automatically generated type registration mechanics. |
vtkClipConvexPolyData - clip any dataset with user-specified implicit function or input scalar data
Description vtkClipConvexPolyData is a filter that clips a convex polydata with a set of planes. Its main usage is for clipping a bounding volume with frustum planes (used later one in volume rendering).
static Kitware.VTK.vtkClipConvexPolyData.vtkClipConvexPolyData | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkClipConvexPolyData.vtkClipConvexPolyData | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkClipConvexPolyData.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.
override uint Kitware.VTK.vtkClipConvexPolyData.GetMTime | ( | ) | [virtual] |
Redefines this method, as this filter depends on time of its components (planes)
Reimplemented from Kitware.VTK.vtkObject.
virtual vtkPlaneCollection Kitware.VTK.vtkClipConvexPolyData.GetPlanes | ( | ) | [virtual] |
Set all the planes at once using a vtkPlanes implicit function. This also sets the D value.
override int Kitware.VTK.vtkClipConvexPolyData.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkClipConvexPolyData.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkClipConvexPolyData Kitware.VTK.vtkClipConvexPolyData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkClipConvexPolyData Kitware.VTK.vtkClipConvexPolyData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
void Kitware.VTK.vtkClipConvexPolyData.SetPlanes | ( | vtkPlaneCollection | planes | ) |
Set all the planes at once using a vtkPlanes implicit function. This also sets the D value.
static internal uint Kitware.VTK.vtkClipConvexPolyData.vtkClipConvexPolyData_GetMTime_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkClipConvexPolyData.vtkClipConvexPolyData_GetPlanes_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkClipConvexPolyData.vtkClipConvexPolyData_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkClipConvexPolyData.vtkClipConvexPolyData_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkClipConvexPolyData.vtkClipConvexPolyData_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkClipConvexPolyData.vtkClipConvexPolyData_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkClipConvexPolyData.vtkClipConvexPolyData_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkClipConvexPolyData.vtkClipConvexPolyData_SetPlanes_08 | ( | HandleRef | pThis, |
HandleRef | planes | ||
) | [private] |
new readonly string Kitware.VTK.vtkClipConvexPolyData.MRClassNameKey = "21vtkClipConvexPolyData" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkClipConvexPolyData.MRFullTypeName = "Kitware.VTK.vtkClipConvexPolyData" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.