26 #ifndef DicomROIContour__HH
27 #define DicomROIContour__HH
29 #include "dcmtk/dcmdata/dcfilefo.h"
42 theImageIUIDs.push_back(ima);
59 void AddPoints( std::vector<G4ThreeVector> points );
61 void Print(std::ostream& out);
64 std::vector<OFString> theImageIUIDs;
67 std::vector<G4ThreeVector> thePoints;
68 std::vector<G4ThreeVector> theDirections;
void Print(std::ostream &out)
void SetData(std::vector< G4ThreeVector > data)
const XML_Char const XML_Char * data
std::vector< G4ThreeVector > GetDirections()
OFString GetGeomType() const
std::vector< G4ThreeVector > GetPoints() const
void AddPoints(std::vector< G4ThreeVector > points)
void SetGeomType(OFString gt)
void AddImageIUID(OFString ima)