Iris Whole Slide Imaging
|
Information to open a slide file located on a local volume. More...
#include <IrisTypes.hpp>
Public Types | |
enum | : uint8_t { SLIDE_TYPE_UNKNOWN , SLIDE_TYPE_IRIS , SLIDE_TYPE_OPENSLIDE } |
Local slide file encoding type. More... | |
Public Attributes | |
const char * | filePath |
enum Iris::LocalSlideOpenInfo:: { ... } | type = SLIDE_TYPE_UNKNOWN |
Local slide file encoding type. | |
Information to open a slide file located on a local volume.
Provide the file location and the
anonymous enum : uint8_t |
Local slide file encoding type.
This informs the Iris::Slide object how it should attempt to open and map the slide file. If unknown, it will attempt both encoding sequences. OpenSlide is not supported on all platforms (iOS for example).
enum { ... } Iris::LocalSlideOpenInfo::type |
Local slide file encoding type.
This informs the Iris::Slide object how it should attempt to open and map the slide file. If unknown, it will attempt both encoding sequences. OpenSlide is not supported on all platforms (iOS for example).