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

vtkEdgeCenters - generate points at center of edges More...

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

List of all members.

Public Member Functions

 vtkEdgeCenters (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkEdgeCenters ()
 Construct object with vertex cell generation turned off.
virtual int GetVertexCells ()
 Enable/disable the generation of vertex cells.
override int IsA (string type)
 Undocumented Block.
new vtkEdgeCenters NewInstance ()
 Undocumented Block.
virtual void SetVertexCells (int _arg)
 Enable/disable the generation of vertex cells.
virtual void VertexCellsOff ()
 Enable/disable the generation of vertex cells.
virtual void VertexCellsOn ()
 Enable/disable the generation of vertex cells.

Static Public Member Functions

static new vtkEdgeCenters New ()
 Construct object with vertex cell generation turned off.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkEdgeCenters SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkEdgeCenters"
 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 vtkEdgeCenters_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkEdgeCenters_GetVertexCells_01 (HandleRef pThis)
static internal int vtkEdgeCenters_IsA_02 (HandleRef pThis, string type)
static internal int vtkEdgeCenters_IsTypeOf_03 (string type)
static internal IntPtr vtkEdgeCenters_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkEdgeCenters_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkEdgeCenters_SetVertexCells_07 (HandleRef pThis, int _arg)
static internal void vtkEdgeCenters_VertexCellsOff_08 (HandleRef pThis)
static internal void vtkEdgeCenters_VertexCellsOn_09 (HandleRef pThis)

Static Private Member Functions

static vtkEdgeCenters ()
 Automatically generated type registration mechanics.

Detailed Description

vtkEdgeCenters - generate points at center of edges

Description vtkEdgeCenters is a filter that takes as input any graph 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 edge 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.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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


Member Function Documentation

override void Kitware.VTK.vtkEdgeCenters.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.vtkEdgeCenters.GetVertexCells ( ) [virtual]

Enable/disable the generation of vertex cells.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Construct object with vertex cell generation turned off.

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.vtkEdgeCenters.SetVertexCells ( int  _arg) [virtual]

Enable/disable the generation of vertex cells.

virtual void Kitware.VTK.vtkEdgeCenters.VertexCellsOff ( ) [virtual]

Enable/disable the generation of vertex cells.

virtual void Kitware.VTK.vtkEdgeCenters.VertexCellsOn ( ) [virtual]

Enable/disable the generation of vertex cells.

static internal int Kitware.VTK.vtkEdgeCenters.vtkEdgeCenters_GetVertexCells_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEdgeCenters.vtkEdgeCenters_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkEdgeCenters.vtkEdgeCenters_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkEdgeCenters.vtkEdgeCenters_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkEdgeCenters.vtkEdgeCenters_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkEdgeCenters.vtkEdgeCenters_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkEdgeCenters.vtkEdgeCenters_SetVertexCells_07 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkEdgeCenters.vtkEdgeCenters_VertexCellsOff_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkEdgeCenters.vtkEdgeCenters_VertexCellsOn_09 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkEdgeCenters.MRClassNameKey = "14vtkEdgeCenters" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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