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

vtkClipConvexPolyData - clip any dataset with user-specified implicit function or input scalar data More...

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

List of all members.

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.

Detailed Description

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


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set all the planes at once using a vtkPlanes implicit function. This also sets the D value.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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