GDCM
2.2.0
|
This class defines a SURFACE IE reader. It reads surface mesh module attributes. More...
#include <gdcmSurfaceReader.h>
Public Member Functions | |
SurfaceReader () | |
virtual | ~SurfaceReader () |
unsigned long | GetNumberOfSurfaces () const |
virtual bool | Read () |
Read. | |
Protected Member Functions | |
bool | ReadPointMacro (SmartPointer< Surface > surface, const DataSet &surfaceDS) |
bool | ReadSurface (const Item &surfaceItem, const unsigned long idx) |
bool | ReadSurfaces () |
This class defines a SURFACE IE reader. It reads surface mesh module attributes.
virtual gdcm::SurfaceReader::~SurfaceReader | ( | ) | [virtual] |
unsigned long gdcm::SurfaceReader::GetNumberOfSurfaces | ( | ) | const |
virtual bool gdcm::SurfaceReader::Read | ( | ) | [virtual] |
Read.
Reimplemented from gdcm::SegmentReader.
bool gdcm::SurfaceReader::ReadPointMacro | ( | SmartPointer< Surface > | surface, |
const DataSet & | surfaceDS | ||
) | [protected] |
bool gdcm::SurfaceReader::ReadSurface | ( | const Item & | surfaceItem, |
const unsigned long | idx | ||
) | [protected] |
bool gdcm::SurfaceReader::ReadSurfaces | ( | ) | [protected] |