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

vtkPOutlineCornerFilter - create wireframe outline corners for arbitrary data set More...

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

List of all members.

Public Member Functions

 vtkPOutlineCornerFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPOutlineCornerFilter ()
 Construct outline corner filter with default corner factor = 0.2.
virtual vtkMultiProcessController GetController ()
 Set and get the controller.
virtual double GetCornerFactor ()
 Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.
virtual double GetCornerFactorMaxValue ()
 Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.
virtual double GetCornerFactorMinValue ()
 Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.
override int IsA (string type)
 Undocumented Block.
new vtkPOutlineCornerFilter NewInstance ()
 Undocumented Block.
virtual void SetController (vtkMultiProcessController arg0)
 Set and get the controller.
virtual void SetCornerFactor (double _arg)
 Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.

Static Public Member Functions

static new vtkPOutlineCornerFilter New ()
 Construct outline corner filter with default corner factor = 0.2.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkPOutlineCornerFilter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkPOutlineCornerFilter"
 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 vtkPOutlineCornerFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPOutlineCornerFilter_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkPOutlineCornerFilter_GetCornerFactor_02 (HandleRef pThis)
static internal double vtkPOutlineCornerFilter_GetCornerFactorMaxValue_03 (HandleRef pThis)
static internal double vtkPOutlineCornerFilter_GetCornerFactorMinValue_04 (HandleRef pThis)
static internal int vtkPOutlineCornerFilter_IsA_05 (HandleRef pThis, string type)
static internal int vtkPOutlineCornerFilter_IsTypeOf_06 (string type)
static internal IntPtr vtkPOutlineCornerFilter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPOutlineCornerFilter_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPOutlineCornerFilter_SetController_10 (HandleRef pThis, HandleRef arg0)
static internal void vtkPOutlineCornerFilter_SetCornerFactor_11 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkPOutlineCornerFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPOutlineCornerFilter - create wireframe outline corners for arbitrary data set

Description vtkPOutlineCornerFilter works like vtkOutlineCornerFilter, but it looks for data partitions in other processes. It assumes the filter is operated in a data parallel pipeline.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Construct outline corner filter with default corner factor = 0.2.


Member Function Documentation

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

Set and get the controller.

Here is the call graph for this function:

Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.

Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.

Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Construct outline corner filter with default corner factor = 0.2.

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 and get the controller.

virtual void Kitware.VTK.vtkPOutlineCornerFilter.SetCornerFactor ( double  _arg) [virtual]

Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds.

static internal IntPtr Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_GetController_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_GetCornerFactor_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_SetController_10 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPOutlineCornerFilter.vtkPOutlineCornerFilter_SetCornerFactor_11 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPOutlineCornerFilter.MRClassNameKey = "23vtkPOutlineCornerFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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