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

vtkGraphToPolyData - convert a vtkGraph to vtkPolyData More...

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

List of all members.

Public Member Functions

 vtkGraphToPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGraphToPolyData ()
 Undocumented Block.
virtual void EdgeGlyphOutputOff ()
 Create a second output containing points and orientation vectors for drawing arrows or other glyphs on edges. This output should be set as the first input to vtkGlyph3D to place glyphs on the edges. vtkGlyphSource2D's VTK_EDGEARROW_GLYPH provides a good glyph for drawing arrows. Default value is off.
virtual void EdgeGlyphOutputOn ()
 Create a second output containing points and orientation vectors for drawing arrows or other glyphs on edges. This output should be set as the first input to vtkGlyph3D to place glyphs on the edges. vtkGlyphSource2D's VTK_EDGEARROW_GLYPH provides a good glyph for drawing arrows. Default value is off.
virtual bool GetEdgeGlyphOutput ()
 Create a second output containing points and orientation vectors for drawing arrows or other glyphs on edges. This output should be set as the first input to vtkGlyph3D to place glyphs on the edges. vtkGlyphSource2D's VTK_EDGEARROW_GLYPH provides a good glyph for drawing arrows. Default value is off.
virtual double GetEdgeGlyphPosition ()
 The position of the glyph point along the edge. 0 puts a glyph point at the source of each edge. 1 puts a glyph point at the target of each edge. An intermediate value will place the glyph point between the source and target. The default value is 1.
override int IsA (string type)
 Undocumented Block.
new vtkGraphToPolyData NewInstance ()
 Undocumented Block.
virtual void SetEdgeGlyphOutput (bool _arg)
 Create a second output containing points and orientation vectors for drawing arrows or other glyphs on edges. This output should be set as the first input to vtkGlyph3D to place glyphs on the edges. vtkGlyphSource2D's VTK_EDGEARROW_GLYPH provides a good glyph for drawing arrows. Default value is off.
virtual void SetEdgeGlyphPosition (double _arg)
 The position of the glyph point along the edge. 0 puts a glyph point at the source of each edge. 1 puts a glyph point at the target of each edge. An intermediate value will place the glyph point between the source and target. The default value is 1.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkGraphToPolyData"
 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 vtkGraphToPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGraphToPolyData_EdgeGlyphOutputOff_01 (HandleRef pThis)
static internal void vtkGraphToPolyData_EdgeGlyphOutputOn_02 (HandleRef pThis)
static internal byte vtkGraphToPolyData_GetEdgeGlyphOutput_03 (HandleRef pThis)
static internal double vtkGraphToPolyData_GetEdgeGlyphPosition_04 (HandleRef pThis)
static internal int vtkGraphToPolyData_IsA_05 (HandleRef pThis, string type)
static internal int vtkGraphToPolyData_IsTypeOf_06 (string type)
static internal IntPtr vtkGraphToPolyData_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGraphToPolyData_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGraphToPolyData_SetEdgeGlyphOutput_10 (HandleRef pThis, byte _arg)
static internal void vtkGraphToPolyData_SetEdgeGlyphPosition_11 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkGraphToPolyData ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGraphToPolyData - convert a vtkGraph to vtkPolyData

Description Converts a vtkGraph to a vtkPolyData. This assumes that the points of the graph have already been filled (perhaps by vtkGraphLayout), and coverts all the edge of the graph into lines in the polydata. The vertex data is passed along to the point data, and the edge data is passed along to the cell data.

Only the owned graph edges (i.e. edges with ghost level 0) are copied into the vtkPolyData.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Create a second output containing points and orientation vectors for drawing arrows or other glyphs on edges. This output should be set as the first input to vtkGlyph3D to place glyphs on the edges. vtkGlyphSource2D's VTK_EDGEARROW_GLYPH provides a good glyph for drawing arrows. Default value is off.

Create a second output containing points and orientation vectors for drawing arrows or other glyphs on edges. This output should be set as the first input to vtkGlyph3D to place glyphs on the edges. vtkGlyphSource2D's VTK_EDGEARROW_GLYPH provides a good glyph for drawing arrows. Default value is off.

Create a second output containing points and orientation vectors for drawing arrows or other glyphs on edges. This output should be set as the first input to vtkGlyph3D to place glyphs on the edges. vtkGlyphSource2D's VTK_EDGEARROW_GLYPH provides a good glyph for drawing arrows. Default value is off.

The position of the glyph point along the edge. 0 puts a glyph point at the source of each edge. 1 puts a glyph point at the target of each edge. An intermediate value will place the glyph point between the source and target. The default value is 1.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkGraphToPolyData.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.vtkGraphToPolyData.SetEdgeGlyphOutput ( bool  _arg) [virtual]

Create a second output containing points and orientation vectors for drawing arrows or other glyphs on edges. This output should be set as the first input to vtkGlyph3D to place glyphs on the edges. vtkGlyphSource2D's VTK_EDGEARROW_GLYPH provides a good glyph for drawing arrows. Default value is off.

virtual void Kitware.VTK.vtkGraphToPolyData.SetEdgeGlyphPosition ( double  _arg) [virtual]

The position of the glyph point along the edge. 0 puts a glyph point at the source of each edge. 1 puts a glyph point at the target of each edge. An intermediate value will place the glyph point between the source and target. The default value is 1.

static internal void Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_EdgeGlyphOutputOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_EdgeGlyphOutputOn_02 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_GetEdgeGlyphOutput_03 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_GetEdgeGlyphPosition_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_SetEdgeGlyphOutput_10 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkGraphToPolyData.vtkGraphToPolyData_SetEdgeGlyphPosition_11 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGraphToPolyData.MRClassNameKey = "18vtkGraphToPolyData" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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