ActiViz .NET
5.8.0
|
vtkCellCenters - generate points at center of cells More...
Public Member Functions | |
vtkCellCenters (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCellCenters () | |
Construct object with vertex cell generation turned off. | |
virtual int | GetVertexCells () |
Enable/disable the generation of vertex cells. The default is Off. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCellCenters | NewInstance () |
Undocumented Block. | |
virtual void | SetVertexCells (int _arg) |
Enable/disable the generation of vertex cells. The default is Off. | |
virtual void | VertexCellsOff () |
Enable/disable the generation of vertex cells. The default is Off. | |
virtual void | VertexCellsOn () |
Enable/disable the generation of vertex cells. The default is Off. | |
Static Public Member Functions | |
static new vtkCellCenters | New () |
Construct object with vertex cell generation turned off. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCellCenters | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCellCenters" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkCellCenters" |
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 | vtkCellCenters_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkCellCenters_GetVertexCells_01 (HandleRef pThis) |
static internal int | vtkCellCenters_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkCellCenters_IsTypeOf_03 (string type) |
static internal IntPtr | vtkCellCenters_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCellCenters_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCellCenters_SetVertexCells_07 (HandleRef pThis, int _arg) |
static internal void | vtkCellCenters_VertexCellsOff_08 (HandleRef pThis) |
static internal void | vtkCellCenters_VertexCellsOn_09 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkCellCenters () |
Automatically generated type registration mechanics. |
vtkCellCenters - generate points at center of cells
Description vtkCellCenters is a filter that takes as input any dataset and generates on output points at the center of the cells in the dataset. These points can be used for placing glyphs (vtkGlyph3D) or labeling (vtkLabeledDataMapper). (The center is the parametric center of the cell, not necessarily the geometric or bounding box center.) The cell attributes will be associated with the points on output.
Caveats You can choose to generate just points or points and vertex cells. Vertex cells are drawn during rendering; points are not. Use the ivar VertexCells to generate cells.
static Kitware.VTK.vtkCellCenters.vtkCellCenters | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCellCenters.vtkCellCenters | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with vertex cell generation turned off.
override void Kitware.VTK.vtkCellCenters.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.
virtual int Kitware.VTK.vtkCellCenters.GetVertexCells | ( | ) | [virtual] |
Enable/disable the generation of vertex cells. The default is Off.
override int Kitware.VTK.vtkCellCenters.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkCellCenters.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkCellCenters Kitware.VTK.vtkCellCenters.New | ( | ) | [static] |
Construct object with vertex cell generation turned off.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkCellCenters Kitware.VTK.vtkCellCenters.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkCellCenters.SetVertexCells | ( | int | _arg | ) | [virtual] |
Enable/disable the generation of vertex cells. The default is Off.
virtual void Kitware.VTK.vtkCellCenters.VertexCellsOff | ( | ) | [virtual] |
Enable/disable the generation of vertex cells. The default is Off.
virtual void Kitware.VTK.vtkCellCenters.VertexCellsOn | ( | ) | [virtual] |
Enable/disable the generation of vertex cells. The default is Off.
static internal int Kitware.VTK.vtkCellCenters.vtkCellCenters_GetVertexCells_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCellCenters.vtkCellCenters_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCellCenters.vtkCellCenters_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCellCenters.vtkCellCenters_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCellCenters.vtkCellCenters_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCellCenters.vtkCellCenters_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCellCenters.vtkCellCenters_SetVertexCells_07 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCellCenters.vtkCellCenters_VertexCellsOff_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCellCenters.vtkCellCenters_VertexCellsOn_09 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkCellCenters.MRClassNameKey = "14vtkCellCenters" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkCellCenters.MRFullTypeName = "Kitware.VTK.vtkCellCenters" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.