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

vtkExtractUserDefinedPiece - Return user specified piece with ghost cells More...

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

List of all members.

Public Member Functions

 vtkExtractUserDefinedPiece (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractUserDefinedPiece ()
 Undocumented Block.
delegate int UserDefFunc (int arg0, IntPtr arg1, IntPtr arg2)
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkExtractUserDefinedPiece NewInstance ()
 Undocumented Block.
void SetConstantData (IntPtr data, int len)
 Set constant data to be used by the piece identifying function.
void SetPieceFunction (UserDefFunc func)
 Set the function used to identify the piece. The function should return 1 if the cell is in the piece, and 0 otherwise.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkExtractUserDefinedPiece"
 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 vtkExtractUserDefinedPiece_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExtractUserDefinedPiece_IsA_01 (HandleRef pThis, string type)
static internal int vtkExtractUserDefinedPiece_IsTypeOf_02 (string type)
static internal IntPtr vtkExtractUserDefinedPiece_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExtractUserDefinedPiece_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractUserDefinedPiece_SetConstantData_06 (HandleRef pThis, IntPtr data, int len)
static internal void vtkExtractUserDefinedPiece_SetPieceFunction_07 (HandleRef pThis, UserDefFunc func)

Static Private Member Functions

static vtkExtractUserDefinedPiece ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractUserDefinedPiece - Return user specified piece with ghost cells

Description Provided a function that determines which cells are zero-level cells ("the piece"), this class outputs the piece with the requested number of ghost levels. The only difference between this class and the class it is derived from is that the zero-level cells are specified by a function you provide, instead of determined by dividing up the cells based on cell Id.

vtkExtractUnstructuredGridPiece


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkExtractUserDefinedPiece.vtkExtractUserDefinedPiece ( 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.vtkExtractUserDefinedPiece.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.vtkExtractUnstructuredGridPiece.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractUnstructuredGridPiece.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractUnstructuredGridPiece.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractUnstructuredGridPiece.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractUnstructuredGridPiece.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractUnstructuredGridPiece.

Here is the call graph for this function:

void Kitware.VTK.vtkExtractUserDefinedPiece.SetConstantData ( IntPtr  data,
int  len 
)

Set constant data to be used by the piece identifying function.

Set the function used to identify the piece. The function should return 1 if the cell is in the piece, and 0 otherwise.

delegate int Kitware.VTK.vtkExtractUserDefinedPiece.UserDefFunc ( int  arg0,
IntPtr  arg1,
IntPtr  arg2 
)

Undocumented Block.

static internal int Kitware.VTK.vtkExtractUserDefinedPiece.vtkExtractUserDefinedPiece_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractUserDefinedPiece.vtkExtractUserDefinedPiece_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractUserDefinedPiece.vtkExtractUserDefinedPiece_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractUserDefinedPiece.vtkExtractUserDefinedPiece_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractUserDefinedPiece.vtkExtractUserDefinedPiece_SetConstantData_06 ( HandleRef  pThis,
IntPtr  data,
int  len 
) [private]
static internal void Kitware.VTK.vtkExtractUserDefinedPiece.vtkExtractUserDefinedPiece_SetPieceFunction_07 ( HandleRef  pThis,
UserDefFunc  func 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractUserDefinedPiece.MRClassNameKey = "26vtkExtractUserDefinedPiece" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExtractUnstructuredGridPiece.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExtractUnstructuredGridPiece.


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