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

vtkOutlineCornerSource - create wireframe outline corners around bounding box More...

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

List of all members.

Public Member Functions

 vtkOutlineCornerSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkOutlineCornerSource ()
 Construct outline corner source with default corner factor = 0.2.
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 vtkOutlineCornerSource NewInstance ()
 Undocumented Block.
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 vtkOutlineCornerSource New ()
 Construct outline corner source with default corner factor = 0.2.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkOutlineCornerSource SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkOutlineCornerSource"
 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 vtkOutlineCornerSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkOutlineCornerSource_GetCornerFactor_01 (HandleRef pThis)
static internal double vtkOutlineCornerSource_GetCornerFactorMaxValue_02 (HandleRef pThis)
static internal double vtkOutlineCornerSource_GetCornerFactorMinValue_03 (HandleRef pThis)
static internal int vtkOutlineCornerSource_IsA_04 (HandleRef pThis, string type)
static internal int vtkOutlineCornerSource_IsTypeOf_05 (string type)
static internal IntPtr vtkOutlineCornerSource_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkOutlineCornerSource_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkOutlineCornerSource_SetCornerFactor_09 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkOutlineCornerSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkOutlineCornerSource - create wireframe outline corners around bounding box

Description vtkOutlineCornerSource creates wireframe outline corners around a user-specified bounding box.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Construct outline corner source with default corner factor = 0.2.


Member Function Documentation

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

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.vtkOutlineCornerSource.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkOutlineSource.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkOutlineSource.

Construct outline corner source with default corner factor = 0.2.

Reimplemented from Kitware.VTK.vtkOutlineSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkOutlineSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkOutlineSource.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkOutlineCornerSource.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 double Kitware.VTK.vtkOutlineCornerSource.vtkOutlineCornerSource_GetCornerFactor_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkOutlineCornerSource.vtkOutlineCornerSource_GetCornerFactorMaxValue_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkOutlineCornerSource.vtkOutlineCornerSource_GetCornerFactorMinValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkOutlineCornerSource.vtkOutlineCornerSource_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkOutlineCornerSource.vtkOutlineCornerSource_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkOutlineCornerSource.vtkOutlineCornerSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOutlineCornerSource.vtkOutlineCornerSource_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOutlineCornerSource.vtkOutlineCornerSource_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkOutlineCornerSource.vtkOutlineCornerSource_SetCornerFactor_09 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkOutlineCornerSource.MRClassNameKey = "22vtkOutlineCornerSource" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkOutlineSource.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkOutlineSource.


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