ActiViz .NET
5.8.0
|
vtkVertexGlyphFilter - Make a vtkPolyData with a vertex on each point. More...
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. |
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.
static Kitware.VTK.vtkVertexGlyphFilter.vtkVertexGlyphFilter | ( | ) | [static, private] |
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.
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.
static new vtkVertexGlyphFilter Kitware.VTK.vtkVertexGlyphFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkVertexGlyphFilter Kitware.VTK.vtkVertexGlyphFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
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] |
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.