Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkTubeGraphIO_h
14 #define mitkTubeGraphIO_h
42 void Write()
override;
50 mimeType.
SetComment(
"MITK Tube Graph Structure File");
60 std::vector<itk::SmartPointer<BaseData>>
DoRead()
override;
void SetCategory(const std::string &category)
reader and writer for xml representations of mitk::TubeGraph
The CustomMimeType class represents a custom mime-type which may be registered as a service object....
std::vector< itk::SmartPointer< BaseData > > DoRead() override
DataCollection - Class to facilitate loading/accessing structured data.
void SetComment(const std::string &comment)
static std::string TUBEGRAPH_MIMETYPE_NAME()
static CustomMimeType TUBEGRAPH_MIMETYPE()
ConfidenceLevel GetWriterConfidenceLevel() const override
ConfidenceLevel GetReaderConfidenceLevel() const override
static std::string DEFAULT_BASE_NAME()
void Write() override
Write the base data to the specified location or output stream.
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data.
Abstract class for implementing a reader and writer.
std::vector< itk::SmartPointer< BaseData > > Read() override
Reads a path or stream and creates a list of BaseData objects.
void AddExtension(const std::string &extension)