Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPlanarFigureIO_h
14 #define mitkPlanarFigureIO_h
46 void Write()
override;
55 std::vector<itk::SmartPointer<BaseData>>
DoRead()
override;
90 static tinyxml2::XMLElement*
CreateXMLVectorElement(tinyxml2::XMLDocument& doc,
const char* name, itk::FixedArray<mitk::ScalarType, 3> v);
DataCollection - Class to facilitate loading/accessing structured data.
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.