Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkRTStructureSetReader.h>
Public Member Functions | |
mitkClassMacroItkParent (RTStructureSetReader, itk::Object) static Pointer New() | |
ContourModelSetNodes | ReadStructureSet (const char *filepath) |
Reading a RT StructureSet from the DICOM file and returns the ROIs (region of interest) as a ContourModelSet. One ContourModelSet represent one ROI. A ContourModelSet contains ContourModels which represent the single structures. More... | |
Protected Member Functions | |
RTStructureSetReader () | |
virtual | ~RTStructureSetReader () |
vcl_size_t | GetNumberOfROIs () |
RoiEntry * | FindRoiByNumber (unsigned int roiNum) |
Protected Attributes | |
std::vector< RoiEntry > | ROISequenceVector |
Definition at line 33 of file mitkRTStructureSetReader.h.
|
protected |
Definition at line 25 of file mitkRTStructureSetReader.cpp.
|
protectedvirtual |
Definition at line 27 of file mitkRTStructureSetReader.cpp.
|
protected |
Returns the relevant ROI from the ROISequenceVector by its number
Definition at line 82 of file mitkRTStructureSetReader.cpp.
References ROISequenceVector.
Referenced by ReadStructureSet().
|
protected |
Returns the number of ROIs from the ROISequenceVector
Definition at line 76 of file mitkRTStructureSetReader.cpp.
References ROISequenceVector.
mitk::RTStructureSetReader::mitkClassMacroItkParent | ( | RTStructureSetReader | , |
itk::Object | |||
) |
RTStructureSetReader::ContourModelSetNodes mitk::RTStructureSetReader::ReadStructureSet | ( | const char * | filepath | ) |
Reading a RT StructureSet from the DICOM file and returns the ROIs (region of interest) as a ContourModelSet. One ContourModelSet represent one ROI. A ContourModelSet contains ContourModels which represent the single structures.
filepath | to the RT StructureSet (.dmc) file |
Definition at line 96 of file mitkRTStructureSetReader.cpp.
References mitk::DICOMTagPathToPropertyName(), FindRoiByNumber(), mitk::BaseRenderer::GetInstance(), mitk::BaseRenderer::GetRenderWindowByName(), MITK_ERROR, mitk::BoolProperty::New(), mitk::ContourModelSet::New(), mitk::StringProperty::New(), mitk::ContourModel::New(), mitk::ColorProperty::New(), mitk::DataNode::New(), and ROISequenceVector.
|
protected |
containing the ROIs meta information like name number and description
Definition at line 76 of file mitkRTStructureSetReader.h.
Referenced by FindRoiByNumber(), GetNumberOfROIs(), and ReadStructureSet().