|
GDCM
2.2.3
|
This class defines a segment. It mainly contains attributes of group 0x0062. In addition, it can be associated with surface. More...
#include <gdcmSegment.h>


This class defines a segment. It mainly contains attributes of group 0x0062. In addition, it can be associated with surface.
| typedef std::vector< SmartPointer< Surface > > gdcm::Segment::SurfaceVector |
| virtual gdcm::Segment::~Segment | ( | ) | [virtual] |
| void gdcm::Segment::AddSurface | ( | SmartPointer< Surface > | surface | ) |
| static ALGOType gdcm::Segment::GetALGOType | ( | const char * | type | ) | [static] |
| static const char* gdcm::Segment::GetALGOTypeString | ( | ALGOType | type | ) | [static] |
| SegmentHelper::BasicCodedEntry const& gdcm::Segment::GetAnatomicRegion | ( | ) | const |
| SegmentHelper::BasicCodedEntry const& gdcm::Segment::GetPropertyCategory | ( | ) | const |
| SegmentHelper::BasicCodedEntry const& gdcm::Segment::GetPropertyType | ( | ) | const |
| const char* gdcm::Segment::GetSegmentAlgorithmName | ( | ) | const |
| const char* gdcm::Segment::GetSegmentDescription | ( | ) | const |
| const char* gdcm::Segment::GetSegmentLabel | ( | ) | const |
| unsigned short gdcm::Segment::GetSegmentNumber | ( | ) | const |
| SmartPointer< Surface > gdcm::Segment::GetSurface | ( | const unsigned int | idx = 0 | ) | const |
| unsigned long gdcm::Segment::GetSurfaceCount | ( | ) |
| SurfaceVector const& gdcm::Segment::GetSurfaces | ( | ) | const |
| void gdcm::Segment::SetAnatomicRegion | ( | SegmentHelper::BasicCodedEntry const & | BSE | ) |
| void gdcm::Segment::SetPropertyCategory | ( | SegmentHelper::BasicCodedEntry const & | BSE | ) |
| void gdcm::Segment::SetPropertyType | ( | SegmentHelper::BasicCodedEntry const & | BSE | ) |
| void gdcm::Segment::SetSegmentAlgorithmName | ( | const char * | name | ) |
| void gdcm::Segment::SetSegmentAlgorithmType | ( | ALGOType | type | ) |
| void gdcm::Segment::SetSegmentAlgorithmType | ( | const char * | typeStr | ) |
| void gdcm::Segment::SetSegmentDescription | ( | const char * | description | ) |
| void gdcm::Segment::SetSegmentLabel | ( | const char * | label | ) |
| void gdcm::Segment::SetSegmentNumber | ( | const unsigned short | num | ) |
| void gdcm::Segment::SetSurfaceCount | ( | const unsigned long | nb | ) |
std::string gdcm::Segment::SegmentAlgorithmName [protected] |
ALGOType gdcm::Segment::SegmentAlgorithmType [protected] |
std::string gdcm::Segment::SegmentDescription [protected] |
std::string gdcm::Segment::SegmentLabel [protected] |
unsigned short gdcm::Segment::SegmentNumber [protected] |
unsigned long gdcm::Segment::SurfaceCount [protected] |
SurfaceVector gdcm::Segment::Surfaces [protected] |
1.7.6.1