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