28#ifndef vtkOpenSlideReader_h
29#define vtkOpenSlideReader_h
31#include "vtkDomainsMicroscopyModule.h"
36#include "openslide/openslide.h"
76 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() 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.
vtkOpenSlideReader()
Return a descriptive name for the file format that might be useful in a GUI.
const char * GetDescriptiveName() override
Return a descriptive name for the file format that might be useful in a GUI.