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

vtkPLinearExtrusionFilter - Subclass that handles piece invariance. More...

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

List of all members.

Public Member Functions

 vtkPLinearExtrusionFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPLinearExtrusionFilter ()
 Create an object with PieceInvariant off.
virtual int GetPieceInvariant ()
 To get piece invariance, this filter has to request an extra ghost level. Since piece invariance is not very important for this filter, it is optional. Without invariance, Internal surfaces will be generated. These surface Are hidden by the normal surface generated by this filter. By default, PieceInvariance is off.
override int IsA (string type)
 Undocumented Block.
new vtkPLinearExtrusionFilter NewInstance ()
 Undocumented Block.
virtual void PieceInvariantOff ()
 To get piece invariance, this filter has to request an extra ghost level. Since piece invariance is not very important for this filter, it is optional. Without invariance, Internal surfaces will be generated. These surface Are hidden by the normal surface generated by this filter. By default, PieceInvariance is off.
virtual void PieceInvariantOn ()
 To get piece invariance, this filter has to request an extra ghost level. Since piece invariance is not very important for this filter, it is optional. Without invariance, Internal surfaces will be generated. These surface Are hidden by the normal surface generated by this filter. By default, PieceInvariance is off.
virtual void SetPieceInvariant (int _arg)
 To get piece invariance, this filter has to request an extra ghost level. Since piece invariance is not very important for this filter, it is optional. Without invariance, Internal surfaces will be generated. These surface Are hidden by the normal surface generated by this filter. By default, PieceInvariance is off.

Static Public Member Functions

static new
vtkPLinearExtrusionFilter 
New ()
 Create an object with PieceInvariant off.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkPLinearExtrusionFilter 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkPLinearExtrusionFilter"
 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 vtkPLinearExtrusionFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPLinearExtrusionFilter_GetPieceInvariant_01 (HandleRef pThis)
static internal int vtkPLinearExtrusionFilter_IsA_02 (HandleRef pThis, string type)
static internal int vtkPLinearExtrusionFilter_IsTypeOf_03 (string type)
static internal IntPtr vtkPLinearExtrusionFilter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPLinearExtrusionFilter_PieceInvariantOff_06 (HandleRef pThis)
static internal void vtkPLinearExtrusionFilter_PieceInvariantOn_07 (HandleRef pThis)
static internal IntPtr vtkPLinearExtrusionFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPLinearExtrusionFilter_SetPieceInvariant_09 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkPLinearExtrusionFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPLinearExtrusionFilter - Subclass that handles piece invariance.

Description vtkPLinearExtrusionFilter is a parallel version of vtkLinearExtrusionFilter.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Create an object with PieceInvariant off.


Member Function Documentation

override void Kitware.VTK.vtkPLinearExtrusionFilter.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.vtkLinearExtrusionFilter.

To get piece invariance, this filter has to request an extra ghost level. Since piece invariance is not very important for this filter, it is optional. Without invariance, Internal surfaces will be generated. These surface Are hidden by the normal surface generated by this filter. By default, PieceInvariance is off.

override int Kitware.VTK.vtkPLinearExtrusionFilter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLinearExtrusionFilter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLinearExtrusionFilter.

Create an object with PieceInvariant off.

Reimplemented from Kitware.VTK.vtkLinearExtrusionFilter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLinearExtrusionFilter.

To get piece invariance, this filter has to request an extra ghost level. Since piece invariance is not very important for this filter, it is optional. Without invariance, Internal surfaces will be generated. These surface Are hidden by the normal surface generated by this filter. By default, PieceInvariance is off.

To get piece invariance, this filter has to request an extra ghost level. Since piece invariance is not very important for this filter, it is optional. Without invariance, Internal surfaces will be generated. These surface Are hidden by the normal surface generated by this filter. By default, PieceInvariance is off.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLinearExtrusionFilter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPLinearExtrusionFilter.SetPieceInvariant ( int  _arg) [virtual]

To get piece invariance, this filter has to request an extra ghost level. Since piece invariance is not very important for this filter, it is optional. Without invariance, Internal surfaces will be generated. These surface Are hidden by the normal surface generated by this filter. By default, PieceInvariance is off.

static internal int Kitware.VTK.vtkPLinearExtrusionFilter.vtkPLinearExtrusionFilter_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkPLinearExtrusionFilter.vtkPLinearExtrusionFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPLinearExtrusionFilter.vtkPLinearExtrusionFilter_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPLinearExtrusionFilter.vtkPLinearExtrusionFilter_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPLinearExtrusionFilter.vtkPLinearExtrusionFilter_SetPieceInvariant_09 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPLinearExtrusionFilter.MRClassNameKey = "25vtkPLinearExtrusionFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkLinearExtrusionFilter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkLinearExtrusionFilter.


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