51 return dynamic_cast<const Self*
>(&other) !=
nullptr;
57 os <<
"Nothing to configure" << std::endl;
67 StringList inputFilenames = this->GetInputFiles();
68 this->SetNumberOfOutputs( inputFilenames.size() );
72 for (StringList::const_iterator inputIter = inputFilenames.begin();
73 inputIter != inputFilenames.end();
82 this->SetOutput( o, block );
void InternalPrintConfiguration(std::ostream &os) const override
Configuration description for human reader, to be implemented by sub-classes.
virtual bool CanHandleFile(const std::string &filename) override
Indicate whether this reader can handle given file.
virtual ~DICOMNullFileReader()
virtual bool LoadImages() override
void SetImageFrameList(const DICOMImageFrameList &framelist)
List of frames that constitute the mitk::Image (DICOMImageFrames)
static const std::string filename
std::vector< DICOMImageFrameInfo::Pointer > DICOMImageFrameList
Output descriptor for DICOMFileReader.
virtual void AnalyzeInputFiles() override
Analyze input files.
std::vector< std::string > StringList
bool operator==(const DICOMFileReader &other) const override
DICOMFileReader & operator=(const DICOMFileReader &other)
Interface for DICOM readers that produce mitk::Images.
DICOMNullFileReader & operator=(const DICOMNullFileReader &other)
static itkEventMacro(BoundingShapeInteractionEvent, itk::AnyEvent) class MITKBOUNDINGSHAPE_EXPORT BoundingShapeInteractor Pointer New()
Basic interaction methods for mitk::GeometryData.