![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Collaboration diagram for DicomROIContour:Public Member Functions | |
| DicomROIContour () | |
| ~DicomROIContour () | |
| void | AddImageIUID (OFString ima) |
| OFString | GetGeomType () const |
| void | SetGeomType (OFString gt) |
| std::vector< G4ThreeVector > | GetPoints () const |
| std::vector< G4ThreeVector > | GetDirections () |
| G4double | GetZ () |
| void | SetData (std::vector< G4ThreeVector > data) |
| void | AddPoints (std::vector< G4ThreeVector > points) |
| void | Print (std::ostream &out) |
Private Attributes | |
| std::vector< OFString > | theImageIUIDs |
| OFString | theGeomType |
| std::vector< G4ThreeVector > | thePoints |
| std::vector< G4ThreeVector > | theDirections |
Definition at line 34 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 34 of file DicomROIContour.hh
| DicomROIContour::DicomROIContour | ( | ) |
Definition at line 29 of file DicomROIContour.cc.
View newest version in sPHENIX GitHub at line 29 of file DicomROIContour.cc
|
inline |
Definition at line 38 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 38 of file DicomROIContour.hh
|
inline |
Definition at line 41 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 41 of file DicomROIContour.hh
References theImageIUIDs.
Referenced by DicomFileStructure::ReadData().
Here is the caller graph for this function:| void DicomROIContour::AddPoints | ( | std::vector< G4ThreeVector > | points | ) |
Definition at line 62 of file DicomROIContour.cc.
View newest version in sPHENIX GitHub at line 62 of file DicomROIContour.cc
References theDirections, and thePoints.
|
inline |
Definition at line 53 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 53 of file DicomROIContour.hh
References theDirections.
Referenced by DicomFileCT::BuildStructureIDs().
Here is the caller graph for this function:
|
inline |
Definition at line 44 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 44 of file DicomROIContour.hh
References theGeomType.
Referenced by DicomFileCT::BuildStructureIDs().
Here is the caller graph for this function:
|
inline |
Definition at line 50 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 50 of file DicomROIContour.hh
References thePoints.
Referenced by DicomROI::AddContour(), and DicomFileCT::BuildStructureIDs().
Here is the caller graph for this function:| G4double DicomROIContour::GetZ | ( | ) |
Definition at line 48 of file DicomROIContour.cc.
View newest version in sPHENIX GitHub at line 48 of file DicomROIContour.cc
References DBL_MAX, FatalException, G4cout, G4Exception(), Print(), and thePoints.
Referenced by DicomROI::AddContour(), and DicomFileCT::BuildStructureIDs().
Here is the call graph for this function:
Here is the caller graph for this function:| void DicomROIContour::Print | ( | std::ostream & | out | ) |
Definition at line 78 of file DicomROIContour.cc.
View newest version in sPHENIX GitHub at line 78 of file DicomROIContour.cc
References G4endl, theGeomType, theImageIUIDs, and thePoints.
Referenced by GetZ().
Here is the caller graph for this function:| void DicomROIContour::SetData | ( | std::vector< G4ThreeVector > | data | ) |
Definition at line 34 of file DicomROIContour.cc.
View newest version in sPHENIX GitHub at line 34 of file DicomROIContour.cc
References theDirections, theGeomType, and thePoints.
Referenced by DicomFileStructure::ReadData().
Here is the caller graph for this function:
|
inline |
Definition at line 47 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 47 of file DicomROIContour.hh
References theGeomType.
Referenced by DicomFileStructure::ReadData().
Here is the caller graph for this function:
|
private |
Definition at line 68 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 68 of file DicomROIContour.hh
Referenced by AddPoints(), GetDirections(), and SetData().
|
private |
Definition at line 66 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 66 of file DicomROIContour.hh
Referenced by GetGeomType(), Print(), SetData(), and SetGeomType().
|
private |
Definition at line 64 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 64 of file DicomROIContour.hh
Referenced by AddImageIUID(), and Print().
|
private |
Definition at line 67 of file DicomROIContour.hh.
View newest version in sPHENIX GitHub at line 67 of file DicomROIContour.hh
Referenced by AddPoints(), GetPoints(), GetZ(), Print(), and SetData().