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

vtkVertexGlyphFilter - Make a vtkPolyData with a vertex on each point. More...

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

List of all members.

Public Member Functions

 vtkVertexGlyphFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkVertexGlyphFilter ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkVertexGlyphFilter NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkVertexGlyphFilter"
 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 vtkVertexGlyphFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkVertexGlyphFilter_IsA_01 (HandleRef pThis, string type)
static internal int vtkVertexGlyphFilter_IsTypeOf_02 (string type)
static internal IntPtr vtkVertexGlyphFilter_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVertexGlyphFilter_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkVertexGlyphFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkVertexGlyphFilter - Make a vtkPolyData with a vertex on each point.

Description

This filter throws away all of the cells in the input and replaces them with a vertex on each point. The intended use of this filter is roughly equivalent to the vtkGlyph3D filter, except this filter is specifically for data that has many vertices, making the rendered result faster and less cluttered than the glyph filter. This filter may take a graph or point set as input.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

static internal int Kitware.VTK.vtkVertexGlyphFilter.vtkVertexGlyphFilter_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkVertexGlyphFilter.vtkVertexGlyphFilter_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkVertexGlyphFilter.vtkVertexGlyphFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVertexGlyphFilter.vtkVertexGlyphFilter_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVertexGlyphFilter.vtkVertexGlyphFilter_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkVertexGlyphFilter.MRClassNameKey = "20vtkVertexGlyphFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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