19#ifndef vtkOpenSlideReader_h
20#define vtkOpenSlideReader_h
22#include "vtkDomainsMicroscopyModule.h"
27#include "openslide/openslide.h"
30VTK_ABI_NAMESPACE_BEGIN
68 openslide_t* openslide_handle =
nullptr;
general representation of visualization data
Superclass of binary file readers.
a simple class to control print indentation
read digital whole slide images supported by openslide library
vtkOpenSlideReader()=default
Return a descriptive name for the file format that might be useful in a GUI.
~vtkOpenSlideReader() override
Return a descriptive name for the file format that might be useful in a GUI.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteInformation() override
static vtkOpenSlideReader * New()
const char * GetFileExtensions() override
Get the file extensions for this format.
int CanReadFile(VTK_FILEPATH const char *fname) override
Is the given file supported ?
void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
const char * GetDescriptiveName() override
Return a descriptive name for the file format that might be useful in a GUI.