ActiViz .NET
5.8.0
|
vtkGeoAlignedImageSource - Splits hi-res image into tiles. More...
Public Member Functions | |
vtkGeoAlignedImageSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGeoAlignedImageSource () | |
Undocumented Block. | |
override bool | FetchChild (vtkGeoTreeNode parent, int index, vtkGeoTreeNode child) |
Fetch a child image. | |
override bool | FetchRoot (vtkGeoTreeNode node) |
Fetch the root image. | |
virtual vtkImageData | GetImage () |
The high-resolution image to be used to cover the globe. | |
virtual double[] | GetLatitudeRange () |
The range of the input hi-res image. | |
virtual void | GetLatitudeRange (ref double _arg1, ref double _arg2) |
The range of the input hi-res image. | |
virtual void | GetLatitudeRange (IntPtr _arg) |
The range of the input hi-res image. | |
virtual double[] | GetLongitudeRange () |
The range of the input hi-res image. | |
virtual void | GetLongitudeRange (ref double _arg1, ref double _arg2) |
The range of the input hi-res image. | |
virtual void | GetLongitudeRange (IntPtr _arg) |
The range of the input hi-res image. | |
virtual double | GetOverlap () |
The overlap of adjacent tiles. | |
virtual double | GetOverlapMaxValue () |
The overlap of adjacent tiles. | |
virtual double | GetOverlapMinValue () |
The overlap of adjacent tiles. | |
virtual bool | GetPowerOfTwoSize () |
Whether to force image sizes to a power of two. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGeoAlignedImageSource | NewInstance () |
Undocumented Block. | |
virtual void | PowerOfTwoSizeOff () |
Whether to force image sizes to a power of two. | |
virtual void | PowerOfTwoSizeOn () |
Whether to force image sizes to a power of two. | |
virtual void | SetImage (vtkImageData image) |
The high-resolution image to be used to cover the globe. | |
virtual void | SetLatitudeRange (double _arg1, double _arg2) |
The range of the input hi-res image. | |
void | SetLatitudeRange (IntPtr _arg) |
The range of the input hi-res image. | |
virtual void | SetLongitudeRange (double _arg1, double _arg2) |
The range of the input hi-res image. | |
void | SetLongitudeRange (IntPtr _arg) |
The range of the input hi-res image. | |
virtual void | SetOverlap (double _arg) |
The overlap of adjacent tiles. | |
virtual void | SetPowerOfTwoSize (bool _arg) |
Whether to force image sizes to a power of two. | |
Static Public Member Functions | |
static new vtkGeoAlignedImageSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGeoAlignedImageSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGeoAlignedImageSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkGeoAlignedImageSource" |
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 | vtkGeoAlignedImageSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkGeoAlignedImageSource_FetchChild_01 (HandleRef pThis, HandleRef parent, int index, HandleRef child) |
static internal byte | vtkGeoAlignedImageSource_FetchRoot_02 (HandleRef pThis, HandleRef node) |
static internal IntPtr | vtkGeoAlignedImageSource_GetImage_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGeoAlignedImageSource_GetLatitudeRange_04 (HandleRef pThis) |
static internal void | vtkGeoAlignedImageSource_GetLatitudeRange_05 (HandleRef pThis, ref double _arg1, ref double _arg2) |
static internal void | vtkGeoAlignedImageSource_GetLatitudeRange_06 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkGeoAlignedImageSource_GetLongitudeRange_07 (HandleRef pThis) |
static internal void | vtkGeoAlignedImageSource_GetLongitudeRange_08 (HandleRef pThis, ref double _arg1, ref double _arg2) |
static internal void | vtkGeoAlignedImageSource_GetLongitudeRange_09 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkGeoAlignedImageSource_GetOverlap_10 (HandleRef pThis) |
static internal double | vtkGeoAlignedImageSource_GetOverlapMaxValue_11 (HandleRef pThis) |
static internal double | vtkGeoAlignedImageSource_GetOverlapMinValue_12 (HandleRef pThis) |
static internal byte | vtkGeoAlignedImageSource_GetPowerOfTwoSize_13 (HandleRef pThis) |
static internal int | vtkGeoAlignedImageSource_IsA_14 (HandleRef pThis, string type) |
static internal int | vtkGeoAlignedImageSource_IsTypeOf_15 (string type) |
static internal IntPtr | vtkGeoAlignedImageSource_NewInstance_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGeoAlignedImageSource_PowerOfTwoSizeOff_18 (HandleRef pThis) |
static internal void | vtkGeoAlignedImageSource_PowerOfTwoSizeOn_19 (HandleRef pThis) |
static internal IntPtr | vtkGeoAlignedImageSource_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGeoAlignedImageSource_SetImage_21 (HandleRef pThis, HandleRef image) |
static internal void | vtkGeoAlignedImageSource_SetLatitudeRange_22 (HandleRef pThis, double _arg1, double _arg2) |
static internal void | vtkGeoAlignedImageSource_SetLatitudeRange_23 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkGeoAlignedImageSource_SetLongitudeRange_24 (HandleRef pThis, double _arg1, double _arg2) |
static internal void | vtkGeoAlignedImageSource_SetLongitudeRange_25 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkGeoAlignedImageSource_SetOverlap_26 (HandleRef pThis, double _arg) |
static internal void | vtkGeoAlignedImageSource_SetPowerOfTwoSize_27 (HandleRef pThis, byte _arg) |
Static Private Member Functions | |
static | vtkGeoAlignedImageSource () |
Automatically generated type registration mechanics. |
vtkGeoAlignedImageSource - Splits hi-res image into tiles.
Description vtkGeoAlignedImageSource uses a high resolution image to generate tiles at multiple resolutions in a hierarchy. It should be used as a source in vtkGeoAlignedImageRepresentation.
static Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGeoAlignedImageSource.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.vtkGeoSource.
override bool Kitware.VTK.vtkGeoAlignedImageSource.FetchChild | ( | vtkGeoTreeNode | parent, |
int | index, | ||
vtkGeoTreeNode | child | ||
) | [virtual] |
Fetch a child image.
Reimplemented from Kitware.VTK.vtkGeoSource.
override bool Kitware.VTK.vtkGeoAlignedImageSource.FetchRoot | ( | vtkGeoTreeNode | node | ) | [virtual] |
Fetch the root image.
Reimplemented from Kitware.VTK.vtkGeoSource.
virtual vtkImageData Kitware.VTK.vtkGeoAlignedImageSource.GetImage | ( | ) | [virtual] |
The high-resolution image to be used to cover the globe.
virtual double [] Kitware.VTK.vtkGeoAlignedImageSource.GetLatitudeRange | ( | ) | [virtual] |
The range of the input hi-res image.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.GetLatitudeRange | ( | ref double | _arg1, |
ref double | _arg2 | ||
) | [virtual] |
The range of the input hi-res image.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.GetLatitudeRange | ( | IntPtr | _arg | ) | [virtual] |
The range of the input hi-res image.
virtual double [] Kitware.VTK.vtkGeoAlignedImageSource.GetLongitudeRange | ( | ) | [virtual] |
The range of the input hi-res image.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.GetLongitudeRange | ( | ref double | _arg1, |
ref double | _arg2 | ||
) | [virtual] |
The range of the input hi-res image.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.GetLongitudeRange | ( | IntPtr | _arg | ) | [virtual] |
The range of the input hi-res image.
virtual double Kitware.VTK.vtkGeoAlignedImageSource.GetOverlap | ( | ) | [virtual] |
The overlap of adjacent tiles.
virtual double Kitware.VTK.vtkGeoAlignedImageSource.GetOverlapMaxValue | ( | ) | [virtual] |
The overlap of adjacent tiles.
virtual double Kitware.VTK.vtkGeoAlignedImageSource.GetOverlapMinValue | ( | ) | [virtual] |
The overlap of adjacent tiles.
virtual bool Kitware.VTK.vtkGeoAlignedImageSource.GetPowerOfTwoSize | ( | ) | [virtual] |
Whether to force image sizes to a power of two.
override int Kitware.VTK.vtkGeoAlignedImageSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
static new int Kitware.VTK.vtkGeoAlignedImageSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
static new vtkGeoAlignedImageSource Kitware.VTK.vtkGeoAlignedImageSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.PowerOfTwoSizeOff | ( | ) | [virtual] |
Whether to force image sizes to a power of two.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.PowerOfTwoSizeOn | ( | ) | [virtual] |
Whether to force image sizes to a power of two.
static new vtkGeoAlignedImageSource Kitware.VTK.vtkGeoAlignedImageSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.SetImage | ( | vtkImageData | image | ) | [virtual] |
The high-resolution image to be used to cover the globe.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.SetLatitudeRange | ( | double | _arg1, |
double | _arg2 | ||
) | [virtual] |
The range of the input hi-res image.
void Kitware.VTK.vtkGeoAlignedImageSource.SetLatitudeRange | ( | IntPtr | _arg | ) |
The range of the input hi-res image.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.SetLongitudeRange | ( | double | _arg1, |
double | _arg2 | ||
) | [virtual] |
The range of the input hi-res image.
void Kitware.VTK.vtkGeoAlignedImageSource.SetLongitudeRange | ( | IntPtr | _arg | ) |
The range of the input hi-res image.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.SetOverlap | ( | double | _arg | ) | [virtual] |
The overlap of adjacent tiles.
virtual void Kitware.VTK.vtkGeoAlignedImageSource.SetPowerOfTwoSize | ( | bool | _arg | ) | [virtual] |
Whether to force image sizes to a power of two.
static internal byte Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_FetchChild_01 | ( | HandleRef | pThis, |
HandleRef | parent, | ||
int | index, | ||
HandleRef | child | ||
) | [private] |
static internal byte Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_FetchRoot_02 | ( | HandleRef | pThis, |
HandleRef | node | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetImage_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetLatitudeRange_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetLatitudeRange_05 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetLatitudeRange_06 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetLongitudeRange_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetLongitudeRange_08 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetLongitudeRange_09 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetOverlap_10 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetOverlapMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetOverlapMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_GetPowerOfTwoSize_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_IsA_14 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_IsTypeOf_15 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_NewInstance_17 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_PowerOfTwoSizeOff_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_PowerOfTwoSizeOn_19 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_SafeDownCast_20 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_SetImage_21 | ( | HandleRef | pThis, |
HandleRef | image | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_SetLatitudeRange_22 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_SetLatitudeRange_23 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_SetLongitudeRange_24 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_SetLongitudeRange_25 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_SetOverlap_26 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_SetPowerOfTwoSize_27 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkGeoAlignedImageSource.MRClassNameKey = "24vtkGeoAlignedImageSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGeoSource.
new const string Kitware.VTK.vtkGeoAlignedImageSource.MRFullTypeName = "Kitware.VTK.vtkGeoAlignedImageSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGeoSource.