ActiViz .NET
5.8.0
|
vtkGraphToGlyphs - create glyphs for graph vertices More...
Public Types | |
enum | CIRCLE_WrapperEnum { CIRCLE = 7, CROSS = 3, DASH = 2, DIAMOND = 8, SPHERE = 9, SQUARE = 6, THICKCROSS = 4, TRIANGLE = 5, VERTEX = 1 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkGraphToGlyphs (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGraphToGlyphs () | |
Undocumented Block. | |
virtual void | FilledOff () |
Whether to fill the glyph, or to just render the outline. | |
virtual void | FilledOn () |
Whether to fill the glyph, or to just render the outline. | |
virtual bool | GetFilled () |
Whether to fill the glyph, or to just render the outline. | |
virtual int | GetGlyphType () |
The glyph type, specified as one of the enumerated values in this class. VERTEX is a special glyph that cannot be scaled, but instead is rendered as an OpenGL vertex primitive. This may appear as a box or circle depending on the hardware. | |
override uint | GetMTime () |
The modified time of this filter. | |
virtual vtkRenderer | GetRenderer () |
The renderer in which the glyphs will be placed. | |
virtual bool | GetScaling () |
Whether to use the input array to process in order to scale the vertices. | |
virtual double | GetScreenSize () |
Set the desired screen size of each glyph. If you are using scaling, this will be the size of the glyph when rendering an object with scaling value 1.0. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGraphToGlyphs | NewInstance () |
Undocumented Block. | |
virtual void | SetFilled (bool _arg) |
Whether to fill the glyph, or to just render the outline. | |
virtual void | SetGlyphType (int _arg) |
The glyph type, specified as one of the enumerated values in this class. VERTEX is a special glyph that cannot be scaled, but instead is rendered as an OpenGL vertex primitive. This may appear as a box or circle depending on the hardware. | |
virtual void | SetRenderer (vtkRenderer ren) |
The renderer in which the glyphs will be placed. | |
virtual void | SetScaling (bool b) |
Whether to use the input array to process in order to scale the vertices. | |
virtual void | SetScreenSize (double _arg) |
Set the desired screen size of each glyph. If you are using scaling, this will be the size of the glyph when rendering an object with scaling value 1.0. | |
Static Public Member Functions | |
static new vtkGraphToGlyphs | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGraphToGlyphs | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGraphToGlyphs" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkGraphToGlyphs" |
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 | vtkGraphToGlyphs_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGraphToGlyphs_FilledOff_01 (HandleRef pThis) |
static internal void | vtkGraphToGlyphs_FilledOn_02 (HandleRef pThis) |
static internal byte | vtkGraphToGlyphs_GetFilled_03 (HandleRef pThis) |
static internal int | vtkGraphToGlyphs_GetGlyphType_04 (HandleRef pThis) |
static internal uint | vtkGraphToGlyphs_GetMTime_05 (HandleRef pThis) |
static internal IntPtr | vtkGraphToGlyphs_GetRenderer_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkGraphToGlyphs_GetScaling_07 (HandleRef pThis) |
static internal double | vtkGraphToGlyphs_GetScreenSize_08 (HandleRef pThis) |
static internal int | vtkGraphToGlyphs_IsA_09 (HandleRef pThis, string type) |
static internal int | vtkGraphToGlyphs_IsTypeOf_10 (string type) |
static internal IntPtr | vtkGraphToGlyphs_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGraphToGlyphs_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGraphToGlyphs_SetFilled_14 (HandleRef pThis, byte _arg) |
static internal void | vtkGraphToGlyphs_SetGlyphType_15 (HandleRef pThis, int _arg) |
static internal void | vtkGraphToGlyphs_SetRenderer_16 (HandleRef pThis, HandleRef ren) |
static internal void | vtkGraphToGlyphs_SetScaling_17 (HandleRef pThis, byte b) |
static internal void | vtkGraphToGlyphs_SetScreenSize_18 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkGraphToGlyphs () |
Automatically generated type registration mechanics. |
vtkGraphToGlyphs - create glyphs for graph vertices
Description Converts a vtkGraph to a vtkPolyData containing a glyph for each vertex. This assumes that the points of the graph have already been filled (perhaps by vtkGraphLayout). The glyphs will automatically be scaled to be the same size in screen coordinates. To do this the filter requires a pointer to the renderer into which the glyphs will be rendered.
static Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGraphToGlyphs.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 void Kitware.VTK.vtkGraphToGlyphs.FilledOff | ( | ) | [virtual] |
Whether to fill the glyph, or to just render the outline.
virtual void Kitware.VTK.vtkGraphToGlyphs.FilledOn | ( | ) | [virtual] |
Whether to fill the glyph, or to just render the outline.
virtual bool Kitware.VTK.vtkGraphToGlyphs.GetFilled | ( | ) | [virtual] |
Whether to fill the glyph, or to just render the outline.
virtual int Kitware.VTK.vtkGraphToGlyphs.GetGlyphType | ( | ) | [virtual] |
The glyph type, specified as one of the enumerated values in this class. VERTEX is a special glyph that cannot be scaled, but instead is rendered as an OpenGL vertex primitive. This may appear as a box or circle depending on the hardware.
override uint Kitware.VTK.vtkGraphToGlyphs.GetMTime | ( | ) | [virtual] |
The modified time of this filter.
Reimplemented from Kitware.VTK.vtkObject.
virtual vtkRenderer Kitware.VTK.vtkGraphToGlyphs.GetRenderer | ( | ) | [virtual] |
The renderer in which the glyphs will be placed.
virtual bool Kitware.VTK.vtkGraphToGlyphs.GetScaling | ( | ) | [virtual] |
Whether to use the input array to process in order to scale the vertices.
virtual double Kitware.VTK.vtkGraphToGlyphs.GetScreenSize | ( | ) | [virtual] |
Set the desired screen size of each glyph. If you are using scaling, this will be the size of the glyph when rendering an object with scaling value 1.0.
override int Kitware.VTK.vtkGraphToGlyphs.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkGraphToGlyphs.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGraphToGlyphs Kitware.VTK.vtkGraphToGlyphs.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGraphToGlyphs Kitware.VTK.vtkGraphToGlyphs.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkGraphToGlyphs.SetFilled | ( | bool | _arg | ) | [virtual] |
Whether to fill the glyph, or to just render the outline.
virtual void Kitware.VTK.vtkGraphToGlyphs.SetGlyphType | ( | int | _arg | ) | [virtual] |
The glyph type, specified as one of the enumerated values in this class. VERTEX is a special glyph that cannot be scaled, but instead is rendered as an OpenGL vertex primitive. This may appear as a box or circle depending on the hardware.
virtual void Kitware.VTK.vtkGraphToGlyphs.SetRenderer | ( | vtkRenderer | ren | ) | [virtual] |
The renderer in which the glyphs will be placed.
virtual void Kitware.VTK.vtkGraphToGlyphs.SetScaling | ( | bool | b | ) | [virtual] |
Whether to use the input array to process in order to scale the vertices.
virtual void Kitware.VTK.vtkGraphToGlyphs.SetScreenSize | ( | double | _arg | ) | [virtual] |
Set the desired screen size of each glyph. If you are using scaling, this will be the size of the glyph when rendering an object with scaling value 1.0.
static internal void Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_FilledOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_FilledOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_GetFilled_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_GetGlyphType_04 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_GetMTime_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_GetRenderer_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_GetScaling_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_GetScreenSize_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_IsA_09 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_IsTypeOf_10 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_NewInstance_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_SetFilled_14 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_SetGlyphType_15 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_SetRenderer_16 | ( | HandleRef | pThis, |
HandleRef | ren | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_SetScaling_17 | ( | HandleRef | pThis, |
byte | b | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphToGlyphs.vtkGraphToGlyphs_SetScreenSize_18 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkGraphToGlyphs.MRClassNameKey = "16vtkGraphToGlyphs" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkGraphToGlyphs.MRFullTypeName = "Kitware.VTK.vtkGraphToGlyphs" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.