class
#include <FAST/Importers/FileImporter.hpp>
FileImporter Abstract base class for importers which import a file with a filename.
Contents
Base classes
Derived classes
- class DICOMFileImporter
- Read DICOM image data (both 2D and 3D).
- class HDF5TensorImporter
- Read tensor data stored in HDF5 format.
- class ImageFileImporter
- Read image data stored in various file formats.
- class ImageImporter
- Read JPG/PNG/BMP/TIFF images.
- class MetaImageImporter
- Loads an image stored in the MetaImage format (.mhd/.raw)
- class NIFTIImporter
- Import NIfTI image files.
- class TIFFImagePyramidImporter
- Import image Pyramid stored as tiled multi-page TIFF.
- class VTKMeshFileImporter
- Reads gemoetry mesh data from a .vtk polydata file.
- class WholeSlideImageImporter
- Read a whole slide image from disk.
Constructors, destructors, conversion operators
- FileImporter(std::string filename) protected
- FileImporter() protected
Public functions
- void setFilename(std::string filename) virtual
- auto getFilename() const -> std::string
- void loadAttributes() virtual
Protected functions
- void execute() pure virtual
Protected variables
- std::string m_filename