![]() |
IOLink C# 1.16.1
|
Public Member Functions | |
| LodImageView (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| virtual Vector2i64 | GetLevelRange () |
| virtual ImageView | Resolution (long level) |
| string | ToString () |
| Return a string representation. | |
Public Member Functions inherited from IOLink.View | |
| View (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| T | Extension< T > () |
| Get an extension, with automatic upcasting. | |
| virtual Extension | Extension (uint id) |
| ViewOriginExtension | ViewOrigin () |
| Shortcut to access to ViewOrigin extension. | |
Static Public Member Functions | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (LodImageView obj) |
Static Public Member Functions inherited from IOLink.View | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (View obj) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Properties | |
| Vector2i64 | LevelRange [get] |
| The maximum and minimum level indices. | |
A view on an image with multiple levels of detail (LOD). It is also usually called a pyramid of resolutions
|
inlineprotectedvirtual |
Reimplemented from IOLink.View.
|
inlinevirtual |
Give the range of available levels of resolution Level 0 is always in the range. (because it corresponds to the original image) First value of returned vector is the level corresponding to the highest resolution (inferior or equal to 0) Second value of returned vector is the level corresponding to the lowest resolution (superior or equal to 0)
|
inlinevirtual |
An ImageView of the n-th level of detail.
| level | the level of detail |
| Error | if required level is not handled (out of range) |