ActiViz .NET
5.8.0
|
vtkGraphMapper - map vtkGraph and derived classes to graphics primitives More...
Public Member Functions | |
vtkGraphMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGraphMapper () | |
Undocumented Block. | |
void | AddIconType (string type, int index) |
Associate the icon at index "index" in the vtkTexture to all vertices containing "type" as a value in the vertex attribute array specified by IconArrayName. | |
virtual void | ApplyViewTheme (vtkViewTheme theme) |
Apply the theme to this view. | |
void | ClearIconTypes () |
Clear all icon mappings. | |
void | ColorEdgesOff () |
Whether to color edges. Default is off. | |
void | ColorEdgesOn () |
Whether to color edges. Default is off. | |
void | ColorVerticesOff () |
Whether to color vertices. Default is off. | |
void | ColorVerticesOn () |
Whether to color vertices. Default is off. | |
virtual void | EdgeVisibilityOff () |
Whether to show edges or not. Default is on. | |
virtual void | EdgeVisibilityOn () |
Whether to show edges or not. Default is on. | |
virtual void | EnableEdgesByArrayOff () |
Whether to enable/disable edges using array values. Default is off. | |
virtual void | EnableEdgesByArrayOn () |
Whether to enable/disable edges using array values. Default is off. | |
virtual void | EnableVerticesByArrayOff () |
Whether to enable/disable vertices using array values. Default is off. | |
virtual void | EnableVerticesByArrayOn () |
Whether to enable/disable vertices using array values. Default is off. | |
override double[] | GetBounds () |
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). | |
override void | GetBounds (IntPtr bounds) |
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). | |
bool | GetColorEdges () |
Whether to color edges. Default is off. | |
bool | GetColorVertices () |
Whether to color vertices. Default is off. | |
string | GetEdgeColorArrayName () |
The array to use for coloring edges. Default is "color". | |
virtual float | GetEdgeLineWidth () |
Get/Set the edge line width. | |
virtual vtkLookupTable | GetEdgeLookupTable () |
Access to the lookup tables used by the vertex and edge mappers. | |
bool | GetEdgeVisibility () |
Whether to show edges or not. Default is on. | |
virtual int | GetEnableEdgesByArray () |
Whether to enable/disable edges using array values. Default is off. | |
virtual int | GetEnableVerticesByArray () |
Whether to enable/disable vertices using array values. Default is off. | |
virtual string | GetEnabledEdgesArrayName () |
The array to use for coloring edges. Default is "color". | |
virtual string | GetEnabledVerticesArrayName () |
The array to use for coloring edges. Default is "color". | |
string | GetIconArrayName () |
The array to use for assigning icons. | |
IntPtr | GetIconSize () |
Specify the Width and Height, in pixels, of an icon in the icon sheet. | |
vtkTexture | GetIconTexture () |
The texture containing the icon sheet. | |
bool | GetIconVisibility () |
Whether to show icons. Default is off. | |
new vtkGraph | GetInput () |
Set the Input of this mapper. | |
override uint | GetMTime () |
Get the mtime also considering the lookup table. | |
virtual bool | GetScaledGlyphs () |
Whether scaled glyphs are on or not. Default is off. By default this mapper uses vertex glyphs that do not scale. If you turn this option on you will get circles at each vertex and they will scale as you zoom in/out. | |
virtual string | GetScalingArrayName () |
Glyph scaling array name. Default is "scale". | |
string | GetVertexColorArrayName () |
The array to use for coloring vertices. Default is "color". | |
virtual vtkLookupTable | GetVertexLookupTable () |
Access to the lookup tables used by the vertex and edge mappers. | |
virtual float | GetVertexPointSize () |
Get/Set the vertex point size. | |
virtual void | IconVisibilityOff () |
Whether to show icons. Default is off. | |
virtual void | IconVisibilityOn () |
Whether to show icons. Default is off. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGraphMapper | NewInstance () |
Undocumented Block. | |
override void | ReleaseGraphicsResources (vtkWindow arg0) |
Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release. | |
override void | Render (vtkRenderer ren, vtkActor act) |
Undocumented Block. | |
virtual void | ScaledGlyphsOff () |
Whether scaled glyphs are on or not. Default is off. By default this mapper uses vertex glyphs that do not scale. If you turn this option on you will get circles at each vertex and they will scale as you zoom in/out. | |
virtual void | ScaledGlyphsOn () |
Whether scaled glyphs are on or not. Default is off. By default this mapper uses vertex glyphs that do not scale. If you turn this option on you will get circles at each vertex and they will scale as you zoom in/out. | |
void | SetColorEdges (bool vis) |
Whether to color edges. Default is off. | |
void | SetColorVertices (bool vis) |
Whether to color vertices. Default is off. | |
void | SetEdgeColorArrayName (string name) |
The array to use for coloring edges. Default is "color". | |
void | SetEdgeLineWidth (float width) |
Get/Set the edge line width. | |
void | SetEdgeVisibility (bool vis) |
Whether to show edges or not. Default is on. | |
virtual void | SetEnableEdgesByArray (int _arg) |
Whether to enable/disable edges using array values. Default is off. | |
virtual void | SetEnableVerticesByArray (int _arg) |
Whether to enable/disable vertices using array values. Default is off. | |
virtual void | SetEnabledEdgesArrayName (string _arg) |
The array to use for coloring edges. Default is "color". | |
virtual void | SetEnabledVerticesArrayName (string _arg) |
The array to use for coloring edges. Default is "color". | |
void | SetIconAlignment (int alignment) |
Specify where the icons should be placed in relation to the vertex. See vtkIconGlyphFilter.h for possible values. | |
void | SetIconArrayName (string name) |
The array to use for assigning icons. | |
void | SetIconSize (IntPtr size) |
Specify the Width and Height, in pixels, of an icon in the icon sheet. | |
void | SetIconTexture (vtkTexture texture) |
The texture containing the icon sheet. | |
void | SetIconVisibility (bool vis) |
Whether to show icons. Default is off. | |
void | SetInput (vtkGraph input) |
Set the Input of this mapper. | |
void | SetScaledGlyphs (bool arg) |
Whether scaled glyphs are on or not. Default is off. By default this mapper uses vertex glyphs that do not scale. If you turn this option on you will get circles at each vertex and they will scale as you zoom in/out. | |
virtual void | SetScalingArrayName (string _arg) |
Glyph scaling array name. Default is "scale". | |
void | SetVertexColorArrayName (string name) |
The array to use for coloring vertices. Default is "color". | |
void | SetVertexPointSize (float size) |
Get/Set the vertex point size. | |
Static Public Member Functions | |
static new vtkGraphMapper | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGraphMapper | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGraphMapper" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkGraphMapper" |
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 | vtkGraphMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGraphMapper_AddIconType_01 (HandleRef pThis, string type, int index) |
static internal void | vtkGraphMapper_ApplyViewTheme_02 (HandleRef pThis, HandleRef theme) |
static internal void | vtkGraphMapper_ClearIconTypes_03 (HandleRef pThis) |
static internal void | vtkGraphMapper_ColorEdgesOff_04 (HandleRef pThis) |
static internal void | vtkGraphMapper_ColorEdgesOn_05 (HandleRef pThis) |
static internal void | vtkGraphMapper_ColorVerticesOff_06 (HandleRef pThis) |
static internal void | vtkGraphMapper_ColorVerticesOn_07 (HandleRef pThis) |
static internal void | vtkGraphMapper_EdgeVisibilityOff_08 (HandleRef pThis) |
static internal void | vtkGraphMapper_EdgeVisibilityOn_09 (HandleRef pThis) |
static internal void | vtkGraphMapper_EnableEdgesByArrayOff_10 (HandleRef pThis) |
static internal void | vtkGraphMapper_EnableEdgesByArrayOn_11 (HandleRef pThis) |
static internal void | vtkGraphMapper_EnableVerticesByArrayOff_12 (HandleRef pThis) |
static internal void | vtkGraphMapper_EnableVerticesByArrayOn_13 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetBounds_14 (HandleRef pThis) |
static internal void | vtkGraphMapper_GetBounds_15 (HandleRef pThis, IntPtr bounds) |
static internal byte | vtkGraphMapper_GetColorEdges_16 (HandleRef pThis) |
static internal byte | vtkGraphMapper_GetColorVertices_17 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetEdgeColorArrayName_18 (HandleRef pThis) |
static internal float | vtkGraphMapper_GetEdgeLineWidth_19 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetEdgeLookupTable_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkGraphMapper_GetEdgeVisibility_21 (HandleRef pThis) |
static internal int | vtkGraphMapper_GetEnableEdgesByArray_22 (HandleRef pThis) |
static internal int | vtkGraphMapper_GetEnableVerticesByArray_23 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetEnabledEdgesArrayName_24 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetEnabledVerticesArrayName_25 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetIconArrayName_26 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetIconSize_27 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetIconTexture_28 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkGraphMapper_GetIconVisibility_29 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetInput_30 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkGraphMapper_GetMTime_31 (HandleRef pThis) |
static internal byte | vtkGraphMapper_GetScaledGlyphs_32 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetScalingArrayName_33 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetVertexColorArrayName_34 (HandleRef pThis) |
static internal IntPtr | vtkGraphMapper_GetVertexLookupTable_35 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal float | vtkGraphMapper_GetVertexPointSize_36 (HandleRef pThis) |
static internal void | vtkGraphMapper_IconVisibilityOff_37 (HandleRef pThis) |
static internal void | vtkGraphMapper_IconVisibilityOn_38 (HandleRef pThis) |
static internal int | vtkGraphMapper_IsA_39 (HandleRef pThis, string type) |
static internal int | vtkGraphMapper_IsTypeOf_40 (string type) |
static internal IntPtr | vtkGraphMapper_NewInstance_42 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGraphMapper_ReleaseGraphicsResources_43 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkGraphMapper_Render_44 (HandleRef pThis, HandleRef ren, HandleRef act) |
static internal IntPtr | vtkGraphMapper_SafeDownCast_45 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGraphMapper_ScaledGlyphsOff_46 (HandleRef pThis) |
static internal void | vtkGraphMapper_ScaledGlyphsOn_47 (HandleRef pThis) |
static internal void | vtkGraphMapper_SetColorEdges_48 (HandleRef pThis, byte vis) |
static internal void | vtkGraphMapper_SetColorVertices_49 (HandleRef pThis, byte vis) |
static internal void | vtkGraphMapper_SetEdgeColorArrayName_50 (HandleRef pThis, string name) |
static internal void | vtkGraphMapper_SetEdgeLineWidth_51 (HandleRef pThis, float width) |
static internal void | vtkGraphMapper_SetEdgeVisibility_52 (HandleRef pThis, byte vis) |
static internal void | vtkGraphMapper_SetEnableEdgesByArray_53 (HandleRef pThis, int _arg) |
static internal void | vtkGraphMapper_SetEnableVerticesByArray_54 (HandleRef pThis, int _arg) |
static internal void | vtkGraphMapper_SetEnabledEdgesArrayName_55 (HandleRef pThis, string _arg) |
static internal void | vtkGraphMapper_SetEnabledVerticesArrayName_56 (HandleRef pThis, string _arg) |
static internal void | vtkGraphMapper_SetIconAlignment_57 (HandleRef pThis, int alignment) |
static internal void | vtkGraphMapper_SetIconArrayName_58 (HandleRef pThis, string name) |
static internal void | vtkGraphMapper_SetIconSize_59 (HandleRef pThis, IntPtr size) |
static internal void | vtkGraphMapper_SetIconTexture_60 (HandleRef pThis, HandleRef texture) |
static internal void | vtkGraphMapper_SetIconVisibility_61 (HandleRef pThis, byte vis) |
static internal void | vtkGraphMapper_SetInput_62 (HandleRef pThis, HandleRef input) |
static internal void | vtkGraphMapper_SetScaledGlyphs_63 (HandleRef pThis, byte arg) |
static internal void | vtkGraphMapper_SetScalingArrayName_64 (HandleRef pThis, string _arg) |
static internal void | vtkGraphMapper_SetVertexColorArrayName_65 (HandleRef pThis, string name) |
static internal void | vtkGraphMapper_SetVertexPointSize_66 (HandleRef pThis, float size) |
Static Private Member Functions | |
static | vtkGraphMapper () |
Automatically generated type registration mechanics. |
vtkGraphMapper - map vtkGraph and derived classes to graphics primitives
static Kitware.VTK.vtkGraphMapper.vtkGraphMapper | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGraphMapper.vtkGraphMapper | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkGraphMapper.AddIconType | ( | string | type, |
int | index | ||
) |
Associate the icon at index "index" in the vtkTexture to all vertices containing "type" as a value in the vertex attribute array specified by IconArrayName.
virtual void Kitware.VTK.vtkGraphMapper.ApplyViewTheme | ( | vtkViewTheme | theme | ) | [virtual] |
Apply the theme to this view.
Clear all icon mappings.
Whether to color edges. Default is off.
Whether to color edges. Default is off.
Whether to color vertices. Default is off.
Whether to color vertices. Default is off.
override void Kitware.VTK.vtkGraphMapper.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.vtkMapper.
virtual void Kitware.VTK.vtkGraphMapper.EdgeVisibilityOff | ( | ) | [virtual] |
Whether to show edges or not. Default is on.
virtual void Kitware.VTK.vtkGraphMapper.EdgeVisibilityOn | ( | ) | [virtual] |
Whether to show edges or not. Default is on.
virtual void Kitware.VTK.vtkGraphMapper.EnableEdgesByArrayOff | ( | ) | [virtual] |
Whether to enable/disable edges using array values. Default is off.
virtual void Kitware.VTK.vtkGraphMapper.EnableEdgesByArrayOn | ( | ) | [virtual] |
Whether to enable/disable edges using array values. Default is off.
virtual void Kitware.VTK.vtkGraphMapper.EnableVerticesByArrayOff | ( | ) | [virtual] |
Whether to enable/disable vertices using array values. Default is off.
virtual void Kitware.VTK.vtkGraphMapper.EnableVerticesByArrayOn | ( | ) | [virtual] |
Whether to enable/disable vertices using array values. Default is off.
override double [] Kitware.VTK.vtkGraphMapper.GetBounds | ( | ) | [virtual] |
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
Reimplemented from Kitware.VTK.vtkMapper.
override void Kitware.VTK.vtkGraphMapper.GetBounds | ( | IntPtr | bounds | ) | [virtual] |
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
Reimplemented from Kitware.VTK.vtkMapper.
Whether to color edges. Default is off.
Whether to color vertices. Default is off.
The array to use for coloring edges. Default is "color".
virtual float Kitware.VTK.vtkGraphMapper.GetEdgeLineWidth | ( | ) | [virtual] |
Get/Set the edge line width.
virtual vtkLookupTable Kitware.VTK.vtkGraphMapper.GetEdgeLookupTable | ( | ) | [virtual] |
Access to the lookup tables used by the vertex and edge mappers.
Whether to show edges or not. Default is on.
virtual string Kitware.VTK.vtkGraphMapper.GetEnabledEdgesArrayName | ( | ) | [virtual] |
The array to use for coloring edges. Default is "color".
virtual string Kitware.VTK.vtkGraphMapper.GetEnabledVerticesArrayName | ( | ) | [virtual] |
The array to use for coloring edges. Default is "color".
virtual int Kitware.VTK.vtkGraphMapper.GetEnableEdgesByArray | ( | ) | [virtual] |
Whether to enable/disable edges using array values. Default is off.
virtual int Kitware.VTK.vtkGraphMapper.GetEnableVerticesByArray | ( | ) | [virtual] |
Whether to enable/disable vertices using array values. Default is off.
string Kitware.VTK.vtkGraphMapper.GetIconArrayName | ( | ) |
The array to use for assigning icons.
IntPtr Kitware.VTK.vtkGraphMapper.GetIconSize | ( | ) |
Specify the Width and Height, in pixels, of an icon in the icon sheet.
The texture containing the icon sheet.
Whether to show icons. Default is off.
Set the Input of this mapper.
Reimplemented from Kitware.VTK.vtkMapper.
override uint Kitware.VTK.vtkGraphMapper.GetMTime | ( | ) | [virtual] |
Get the mtime also considering the lookup table.
Reimplemented from Kitware.VTK.vtkMapper.
virtual bool Kitware.VTK.vtkGraphMapper.GetScaledGlyphs | ( | ) | [virtual] |
Whether scaled glyphs are on or not. Default is off. By default this mapper uses vertex glyphs that do not scale. If you turn this option on you will get circles at each vertex and they will scale as you zoom in/out.
virtual string Kitware.VTK.vtkGraphMapper.GetScalingArrayName | ( | ) | [virtual] |
Glyph scaling array name. Default is "scale".
The array to use for coloring vertices. Default is "color".
virtual vtkLookupTable Kitware.VTK.vtkGraphMapper.GetVertexLookupTable | ( | ) | [virtual] |
Access to the lookup tables used by the vertex and edge mappers.
virtual float Kitware.VTK.vtkGraphMapper.GetVertexPointSize | ( | ) | [virtual] |
Get/Set the vertex point size.
virtual void Kitware.VTK.vtkGraphMapper.IconVisibilityOff | ( | ) | [virtual] |
Whether to show icons. Default is off.
virtual void Kitware.VTK.vtkGraphMapper.IconVisibilityOn | ( | ) | [virtual] |
Whether to show icons. Default is off.
override int Kitware.VTK.vtkGraphMapper.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
static new int Kitware.VTK.vtkGraphMapper.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
static new vtkGraphMapper Kitware.VTK.vtkGraphMapper.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
override void Kitware.VTK.vtkGraphMapper.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release.
Reimplemented from Kitware.VTK.vtkMapper.
override void Kitware.VTK.vtkGraphMapper.Render | ( | vtkRenderer | ren, |
vtkActor | act | ||
) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
static new vtkGraphMapper Kitware.VTK.vtkGraphMapper.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMapper.
virtual void Kitware.VTK.vtkGraphMapper.ScaledGlyphsOff | ( | ) | [virtual] |
Whether scaled glyphs are on or not. Default is off. By default this mapper uses vertex glyphs that do not scale. If you turn this option on you will get circles at each vertex and they will scale as you zoom in/out.
virtual void Kitware.VTK.vtkGraphMapper.ScaledGlyphsOn | ( | ) | [virtual] |
Whether scaled glyphs are on or not. Default is off. By default this mapper uses vertex glyphs that do not scale. If you turn this option on you will get circles at each vertex and they will scale as you zoom in/out.
void Kitware.VTK.vtkGraphMapper.SetColorEdges | ( | bool | vis | ) |
Whether to color edges. Default is off.
void Kitware.VTK.vtkGraphMapper.SetColorVertices | ( | bool | vis | ) |
Whether to color vertices. Default is off.
void Kitware.VTK.vtkGraphMapper.SetEdgeColorArrayName | ( | string | name | ) |
The array to use for coloring edges. Default is "color".
void Kitware.VTK.vtkGraphMapper.SetEdgeLineWidth | ( | float | width | ) |
Get/Set the edge line width.
void Kitware.VTK.vtkGraphMapper.SetEdgeVisibility | ( | bool | vis | ) |
Whether to show edges or not. Default is on.
virtual void Kitware.VTK.vtkGraphMapper.SetEnabledEdgesArrayName | ( | string | _arg | ) | [virtual] |
The array to use for coloring edges. Default is "color".
virtual void Kitware.VTK.vtkGraphMapper.SetEnabledVerticesArrayName | ( | string | _arg | ) | [virtual] |
The array to use for coloring edges. Default is "color".
virtual void Kitware.VTK.vtkGraphMapper.SetEnableEdgesByArray | ( | int | _arg | ) | [virtual] |
Whether to enable/disable edges using array values. Default is off.
virtual void Kitware.VTK.vtkGraphMapper.SetEnableVerticesByArray | ( | int | _arg | ) | [virtual] |
Whether to enable/disable vertices using array values. Default is off.
void Kitware.VTK.vtkGraphMapper.SetIconAlignment | ( | int | alignment | ) |
Specify where the icons should be placed in relation to the vertex. See vtkIconGlyphFilter.h for possible values.
void Kitware.VTK.vtkGraphMapper.SetIconArrayName | ( | string | name | ) |
The array to use for assigning icons.
void Kitware.VTK.vtkGraphMapper.SetIconSize | ( | IntPtr | size | ) |
Specify the Width and Height, in pixels, of an icon in the icon sheet.
void Kitware.VTK.vtkGraphMapper.SetIconTexture | ( | vtkTexture | texture | ) |
The texture containing the icon sheet.
void Kitware.VTK.vtkGraphMapper.SetIconVisibility | ( | bool | vis | ) |
Whether to show icons. Default is off.
void Kitware.VTK.vtkGraphMapper.SetInput | ( | vtkGraph | input | ) |
Set the Input of this mapper.
void Kitware.VTK.vtkGraphMapper.SetScaledGlyphs | ( | bool | arg | ) |
Whether scaled glyphs are on or not. Default is off. By default this mapper uses vertex glyphs that do not scale. If you turn this option on you will get circles at each vertex and they will scale as you zoom in/out.
virtual void Kitware.VTK.vtkGraphMapper.SetScalingArrayName | ( | string | _arg | ) | [virtual] |
Glyph scaling array name. Default is "scale".
void Kitware.VTK.vtkGraphMapper.SetVertexColorArrayName | ( | string | name | ) |
The array to use for coloring vertices. Default is "color".
void Kitware.VTK.vtkGraphMapper.SetVertexPointSize | ( | float | size | ) |
Get/Set the vertex point size.
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_AddIconType_01 | ( | HandleRef | pThis, |
string | type, | ||
int | index | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_ApplyViewTheme_02 | ( | HandleRef | pThis, |
HandleRef | theme | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_ClearIconTypes_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_ColorEdgesOff_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_ColorEdgesOn_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_ColorVerticesOff_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_ColorVerticesOn_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_EdgeVisibilityOff_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_EdgeVisibilityOn_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_EnableEdgesByArrayOff_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_EnableEdgesByArrayOn_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_EnableVerticesByArrayOff_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_EnableVerticesByArrayOn_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetBounds_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetBounds_15 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal byte Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetColorEdges_16 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetColorVertices_17 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetEdgeColorArrayName_18 | ( | HandleRef | pThis | ) | [private] |
static internal float Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetEdgeLineWidth_19 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetEdgeLookupTable_20 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetEdgeVisibility_21 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetEnabledEdgesArrayName_24 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetEnabledVerticesArrayName_25 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetEnableEdgesByArray_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetEnableVerticesByArray_23 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetIconArrayName_26 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetIconSize_27 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetIconTexture_28 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetIconVisibility_29 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetInput_30 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetMTime_31 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetScaledGlyphs_32 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetScalingArrayName_33 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetVertexColorArrayName_34 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetVertexLookupTable_35 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal float Kitware.VTK.vtkGraphMapper.vtkGraphMapper_GetVertexPointSize_36 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_IconVisibilityOff_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_IconVisibilityOn_38 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGraphMapper.vtkGraphMapper_IsA_39 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGraphMapper.vtkGraphMapper_IsTypeOf_40 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_NewInstance_42 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_ReleaseGraphicsResources_43 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_Render_44 | ( | HandleRef | pThis, |
HandleRef | ren, | ||
HandleRef | act | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SafeDownCast_45 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_ScaledGlyphsOff_46 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_ScaledGlyphsOn_47 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetColorEdges_48 | ( | HandleRef | pThis, |
byte | vis | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetColorVertices_49 | ( | HandleRef | pThis, |
byte | vis | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetEdgeColorArrayName_50 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetEdgeLineWidth_51 | ( | HandleRef | pThis, |
float | width | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetEdgeVisibility_52 | ( | HandleRef | pThis, |
byte | vis | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetEnabledEdgesArrayName_55 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetEnabledVerticesArrayName_56 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetEnableEdgesByArray_53 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetEnableVerticesByArray_54 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetIconAlignment_57 | ( | HandleRef | pThis, |
int | alignment | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetIconArrayName_58 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetIconSize_59 | ( | HandleRef | pThis, |
IntPtr | size | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetIconTexture_60 | ( | HandleRef | pThis, |
HandleRef | texture | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetIconVisibility_61 | ( | HandleRef | pThis, |
byte | vis | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetInput_62 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetScaledGlyphs_63 | ( | HandleRef | pThis, |
byte | arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetScalingArrayName_64 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetVertexColorArrayName_65 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkGraphMapper.vtkGraphMapper_SetVertexPointSize_66 | ( | HandleRef | pThis, |
float | size | ||
) | [private] |
new readonly string Kitware.VTK.vtkGraphMapper.MRClassNameKey = "14vtkGraphMapper" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMapper.
new const string Kitware.VTK.vtkGraphMapper.MRFullTypeName = "Kitware.VTK.vtkGraphMapper" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMapper.