|
ActiViz .NET
5.8.0
|
vtkGeoGraticule - Create a polygonal lat-long grid More...
Public Types | |
| enum | GeometryType { POLYLINES = 1, QUADRILATERALS = 2 } |
| Set//get the type(s) of cells that will be output by the filter. By default, polylines are output. You may also request quadrilaterals. This is a bit vector of GeometryType enums. More... | |
| enum | LevelLimits { LEVEL_MAX = 11, LEVEL_MIN = 0, NUMBER_OF_LEVELS = 12 } |
| The longitude bounds of the graticule. More... | |
Public Member Functions | |
| vtkGeoGraticule (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkGeoGraticule () | |
| Undocumented Block. | |
| virtual int | GetGeometryType () |
| Set//get the type(s) of cells that will be output by the filter. By default, polylines are output. You may also request quadrilaterals. This is a bit vector of GeometryType enums. | |
| virtual double[] | GetLatitudeBounds () |
| The latitude bounds of the graticule. | |
| virtual void | GetLatitudeBounds (ref double _arg1, ref double _arg2) |
| The latitude bounds of the graticule. | |
| virtual void | GetLatitudeBounds (IntPtr _arg) |
| The latitude bounds of the graticule. | |
| virtual int | GetLatitudeLevel () |
| The frequency level of latitude lines. | |
| virtual int | GetLatitudeLevelMaxValue () |
| The frequency level of latitude lines. | |
| virtual int | GetLatitudeLevelMinValue () |
| The frequency level of latitude lines. | |
| virtual double[] | GetLongitudeBounds () |
| The longitude bounds of the graticule. | |
| virtual void | GetLongitudeBounds (ref double _arg1, ref double _arg2) |
| The longitude bounds of the graticule. | |
| virtual void | GetLongitudeBounds (IntPtr _arg) |
| The longitude bounds of the graticule. | |
| virtual int | GetLongitudeLevel () |
| The frequency level of longitude lines. | |
| virtual int | GetLongitudeLevelMaxValue () |
| The frequency level of longitude lines. | |
| virtual int | GetLongitudeLevelMinValue () |
| The frequency level of longitude lines. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkGeoGraticule | NewInstance () |
| Undocumented Block. | |
| virtual void | SetGeometryType (int _arg) |
| Set//get the type(s) of cells that will be output by the filter. By default, polylines are output. You may also request quadrilaterals. This is a bit vector of GeometryType enums. | |
| virtual void | SetLatitudeBounds (double _arg1, double _arg2) |
| The latitude bounds of the graticule. | |
| void | SetLatitudeBounds (IntPtr _arg) |
| The latitude bounds of the graticule. | |
| virtual void | SetLatitudeLevel (int _arg) |
| The frequency level of latitude lines. | |
| virtual void | SetLongitudeBounds (double _arg1, double _arg2) |
| The longitude bounds of the graticule. | |
| void | SetLongitudeBounds (IntPtr _arg) |
| The longitude bounds of the graticule. | |
| virtual void | SetLongitudeLevel (int _arg) |
| The frequency level of longitude lines. | |
Static Public Member Functions | |
| static new vtkGeoGraticule | New () |
| Undocumented Block. | |
| static double | GetLatitudeDelta (int level) |
| The latitude delta at a certain frequency level. | |
| static double | GetLongitudeDelta (int level) |
| The longitude delta at a certain frequency level. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkGeoGraticule | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkGeoGraticule" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "15vtkGeoGraticule" |
| 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 | vtkGeoGraticule_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkGeoGraticule_GetGeometryType_01 (HandleRef pThis) |
| static internal IntPtr | vtkGeoGraticule_GetLatitudeBounds_02 (HandleRef pThis) |
| static internal void | vtkGeoGraticule_GetLatitudeBounds_03 (HandleRef pThis, ref double _arg1, ref double _arg2) |
| static internal void | vtkGeoGraticule_GetLatitudeBounds_04 (HandleRef pThis, IntPtr _arg) |
| static internal double | vtkGeoGraticule_GetLatitudeDelta_05 (int level) |
| static internal int | vtkGeoGraticule_GetLatitudeLevel_06 (HandleRef pThis) |
| static internal int | vtkGeoGraticule_GetLatitudeLevelMaxValue_07 (HandleRef pThis) |
| static internal int | vtkGeoGraticule_GetLatitudeLevelMinValue_08 (HandleRef pThis) |
| static internal IntPtr | vtkGeoGraticule_GetLongitudeBounds_09 (HandleRef pThis) |
| static internal void | vtkGeoGraticule_GetLongitudeBounds_10 (HandleRef pThis, ref double _arg1, ref double _arg2) |
| static internal void | vtkGeoGraticule_GetLongitudeBounds_11 (HandleRef pThis, IntPtr _arg) |
| static internal double | vtkGeoGraticule_GetLongitudeDelta_12 (int level) |
| static internal int | vtkGeoGraticule_GetLongitudeLevel_13 (HandleRef pThis) |
| static internal int | vtkGeoGraticule_GetLongitudeLevelMaxValue_14 (HandleRef pThis) |
| static internal int | vtkGeoGraticule_GetLongitudeLevelMinValue_15 (HandleRef pThis) |
| static internal int | vtkGeoGraticule_IsA_16 (HandleRef pThis, string type) |
| static internal int | vtkGeoGraticule_IsTypeOf_17 (string type) |
| static internal IntPtr | vtkGeoGraticule_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkGeoGraticule_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkGeoGraticule_SetGeometryType_21 (HandleRef pThis, int _arg) |
| static internal void | vtkGeoGraticule_SetLatitudeBounds_22 (HandleRef pThis, double _arg1, double _arg2) |
| static internal void | vtkGeoGraticule_SetLatitudeBounds_23 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkGeoGraticule_SetLatitudeLevel_24 (HandleRef pThis, int _arg) |
| static internal void | vtkGeoGraticule_SetLongitudeBounds_25 (HandleRef pThis, double _arg1, double _arg2) |
| static internal void | vtkGeoGraticule_SetLongitudeBounds_26 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkGeoGraticule_SetLongitudeLevel_27 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkGeoGraticule () |
| Automatically generated type registration mechanics. | |
vtkGeoGraticule - Create a polygonal lat-long grid
Description This filter generates polydata to illustrate the distortions introduced by a map projection. The level parameter specifies the number of lines to be drawn. Poles are treated differently than other regions; hence the use of a Level parameter instead of a NumberOfLines parameter. The latitude and longitude are specified as half-open intervals with units of degrees. By default the latitude bounds are [-90,90[ and the longitude bounds are [0,180[.
| static Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkGeoGraticule.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.vtkGeoGraticule.GetGeometryType | ( | ) | [virtual] |
Set//get the type(s) of cells that will be output by the filter. By default, polylines are output. You may also request quadrilaterals. This is a bit vector of GeometryType enums.
| virtual double [] Kitware.VTK.vtkGeoGraticule.GetLatitudeBounds | ( | ) | [virtual] |
The latitude bounds of the graticule.
| virtual void Kitware.VTK.vtkGeoGraticule.GetLatitudeBounds | ( | ref double | _arg1, |
| ref double | _arg2 | ||
| ) | [virtual] |
The latitude bounds of the graticule.
| virtual void Kitware.VTK.vtkGeoGraticule.GetLatitudeBounds | ( | IntPtr | _arg | ) | [virtual] |
The latitude bounds of the graticule.
| static double Kitware.VTK.vtkGeoGraticule.GetLatitudeDelta | ( | int | level | ) | [static] |
The latitude delta at a certain frequency level.
| virtual int Kitware.VTK.vtkGeoGraticule.GetLatitudeLevel | ( | ) | [virtual] |
The frequency level of latitude lines.
| virtual int Kitware.VTK.vtkGeoGraticule.GetLatitudeLevelMaxValue | ( | ) | [virtual] |
The frequency level of latitude lines.
| virtual int Kitware.VTK.vtkGeoGraticule.GetLatitudeLevelMinValue | ( | ) | [virtual] |
The frequency level of latitude lines.
| virtual double [] Kitware.VTK.vtkGeoGraticule.GetLongitudeBounds | ( | ) | [virtual] |
The longitude bounds of the graticule.
| virtual void Kitware.VTK.vtkGeoGraticule.GetLongitudeBounds | ( | ref double | _arg1, |
| ref double | _arg2 | ||
| ) | [virtual] |
The longitude bounds of the graticule.
| virtual void Kitware.VTK.vtkGeoGraticule.GetLongitudeBounds | ( | IntPtr | _arg | ) | [virtual] |
The longitude bounds of the graticule.
| static double Kitware.VTK.vtkGeoGraticule.GetLongitudeDelta | ( | int | level | ) | [static] |
The longitude delta at a certain frequency level.
| virtual int Kitware.VTK.vtkGeoGraticule.GetLongitudeLevel | ( | ) | [virtual] |
The frequency level of longitude lines.
| virtual int Kitware.VTK.vtkGeoGraticule.GetLongitudeLevelMaxValue | ( | ) | [virtual] |
The frequency level of longitude lines.
| virtual int Kitware.VTK.vtkGeoGraticule.GetLongitudeLevelMinValue | ( | ) | [virtual] |
The frequency level of longitude lines.
| override int Kitware.VTK.vtkGeoGraticule.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkGeoGraticule.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkGeoGraticule Kitware.VTK.vtkGeoGraticule.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkGeoGraticule Kitware.VTK.vtkGeoGraticule.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkGeoGraticule.SetGeometryType | ( | int | _arg | ) | [virtual] |
Set//get the type(s) of cells that will be output by the filter. By default, polylines are output. You may also request quadrilaterals. This is a bit vector of GeometryType enums.
| virtual void Kitware.VTK.vtkGeoGraticule.SetLatitudeBounds | ( | double | _arg1, |
| double | _arg2 | ||
| ) | [virtual] |
The latitude bounds of the graticule.
| void Kitware.VTK.vtkGeoGraticule.SetLatitudeBounds | ( | IntPtr | _arg | ) |
The latitude bounds of the graticule.
| virtual void Kitware.VTK.vtkGeoGraticule.SetLatitudeLevel | ( | int | _arg | ) | [virtual] |
The frequency level of latitude lines.
| virtual void Kitware.VTK.vtkGeoGraticule.SetLongitudeBounds | ( | double | _arg1, |
| double | _arg2 | ||
| ) | [virtual] |
The longitude bounds of the graticule.
| void Kitware.VTK.vtkGeoGraticule.SetLongitudeBounds | ( | IntPtr | _arg | ) |
The longitude bounds of the graticule.
| virtual void Kitware.VTK.vtkGeoGraticule.SetLongitudeLevel | ( | int | _arg | ) | [virtual] |
The frequency level of longitude lines.
| static internal int Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetGeometryType_01 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLatitudeBounds_02 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLatitudeBounds_03 | ( | HandleRef | pThis, |
| ref double | _arg1, | ||
| ref double | _arg2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLatitudeBounds_04 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal double Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLatitudeDelta_05 | ( | int | level | ) | [private] |
| static internal int Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLatitudeLevel_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLatitudeLevelMaxValue_07 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLatitudeLevelMinValue_08 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLongitudeBounds_09 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLongitudeBounds_10 | ( | HandleRef | pThis, |
| ref double | _arg1, | ||
| ref double | _arg2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLongitudeBounds_11 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal double Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLongitudeDelta_12 | ( | int | level | ) | [private] |
| static internal int Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLongitudeLevel_13 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLongitudeLevelMaxValue_14 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_GetLongitudeLevelMinValue_15 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_IsA_16 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_IsTypeOf_17 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_NewInstance_19 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_SafeDownCast_20 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_SetGeometryType_21 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_SetLatitudeBounds_22 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_SetLatitudeBounds_23 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_SetLatitudeLevel_24 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_SetLongitudeBounds_25 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_SetLongitudeBounds_26 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoGraticule.vtkGeoGraticule_SetLongitudeLevel_27 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkGeoGraticule.MRClassNameKey = "15vtkGeoGraticule" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkGeoGraticule.MRFullTypeName = "Kitware.VTK.vtkGeoGraticule" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1