ActiViz .NET
5.8.0
|
vtkGeoRandomGraphSource - A geospatial graph with random edges More...
Public Member Functions | |
vtkGeoRandomGraphSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGeoRandomGraphSource () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGeoRandomGraphSource | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkGeoRandomGraphSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGeoRandomGraphSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGeoRandomGraphSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkGeoRandomGraphSource" |
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 | vtkGeoRandomGraphSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkGeoRandomGraphSource_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkGeoRandomGraphSource_IsTypeOf_02 (string type) |
static internal IntPtr | vtkGeoRandomGraphSource_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGeoRandomGraphSource_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkGeoRandomGraphSource () |
Automatically generated type registration mechanics. |
vtkGeoRandomGraphSource - A geospatial graph with random edges
Description Generates a graph with a specified number of vertices, with the density of edges specified by either an exact number of edges or the probability of an edge. You may additionally specify whether to begin with a random tree (which enforces graph connectivity).
The filter also adds random vertex attributes called latitude and longitude. The latitude is distributed uniformly from -90 to 90, while longitude is distributed uniformly from -180 to 180.
static Kitware.VTK.vtkGeoRandomGraphSource.vtkGeoRandomGraphSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGeoRandomGraphSource.vtkGeoRandomGraphSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGeoRandomGraphSource.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.vtkRandomGraphSource.
override int Kitware.VTK.vtkGeoRandomGraphSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRandomGraphSource.
static new int Kitware.VTK.vtkGeoRandomGraphSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRandomGraphSource.
static new vtkGeoRandomGraphSource Kitware.VTK.vtkGeoRandomGraphSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRandomGraphSource.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRandomGraphSource.
static new vtkGeoRandomGraphSource Kitware.VTK.vtkGeoRandomGraphSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRandomGraphSource.
static internal int Kitware.VTK.vtkGeoRandomGraphSource.vtkGeoRandomGraphSource_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGeoRandomGraphSource.vtkGeoRandomGraphSource_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoRandomGraphSource.vtkGeoRandomGraphSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoRandomGraphSource.vtkGeoRandomGraphSource_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoRandomGraphSource.vtkGeoRandomGraphSource_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkGeoRandomGraphSource.MRClassNameKey = "23vtkGeoRandomGraphSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRandomGraphSource.
new const string Kitware.VTK.vtkGeoRandomGraphSource.MRFullTypeName = "Kitware.VTK.vtkGeoRandomGraphSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRandomGraphSource.