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

vtkOutlineFilter - create wireframe outline for arbitrary data set More...

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

List of all members.

Public Member Functions

 vtkOutlineFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkOutlineFilter ()
 Undocumented Block.
virtual void GenerateFacesOff ()
 Generate solid faces for the box. This is off by default.
virtual void GenerateFacesOn ()
 Generate solid faces for the box. This is off by default.
virtual int GetGenerateFaces ()
 Generate solid faces for the box. This is off by default.
override int IsA (string type)
 Undocumented Block.
new vtkOutlineFilter NewInstance ()
 Undocumented Block.
virtual void SetGenerateFaces (int _arg)
 Generate solid faces for the box. This is off by default.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkOutlineFilter"
 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 vtkOutlineFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkOutlineFilter_GenerateFacesOff_01 (HandleRef pThis)
static internal void vtkOutlineFilter_GenerateFacesOn_02 (HandleRef pThis)
static internal int vtkOutlineFilter_GetGenerateFaces_03 (HandleRef pThis)
static internal int vtkOutlineFilter_IsA_04 (HandleRef pThis, string type)
static internal int vtkOutlineFilter_IsTypeOf_05 (string type)
static internal IntPtr vtkOutlineFilter_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkOutlineFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkOutlineFilter_SetGenerateFaces_09 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkOutlineFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkOutlineFilter - create wireframe outline for arbitrary data set

Description vtkOutlineFilter is a filter that generates a wireframe outline of any data set. The outline consists of the twelve edges of the dataset bounding box.


Constructor & Destructor Documentation

static Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter ( ) [static, private]

Automatically generated type registration mechanics.

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

Generate solid faces for the box. This is off by default.

Generate solid faces for the box. This is off by default.

Generate solid faces for the box. This is off by default.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkOutlineFilter.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:

virtual void Kitware.VTK.vtkOutlineFilter.SetGenerateFaces ( int  _arg) [virtual]

Generate solid faces for the box. This is off by default.

static internal void Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_GenerateFacesOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_GenerateFacesOn_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_GetGenerateFaces_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkOutlineFilter.vtkOutlineFilter_SetGenerateFaces_09 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkOutlineFilter.MRClassNameKey = "16vtkOutlineFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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