|
GDCM
2.2.4
|
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. More... | |
Public Member Functions inherited from gdcm::SegmentReader | |
| SegmentReader () | |
| virtual | ~SegmentReader () |
| const SegmentVector | GetSegments () const |
| SegmentVector | GetSegments () |
Public Member Functions inherited from gdcm::Reader | |
| Reader () | |
| virtual | ~Reader () |
| bool | CanRead () const |
| const File & | GetFile () const |
| Set/Get File. More... | |
| File & | GetFile () |
| Set/Get File. More... | |
| bool | ReadSelectedTags (std::set< Tag > const &tags) |
| Will only read the specified selected tags. More... | |
| bool | ReadUpToTag (const Tag &tag, std::set< Tag > const &skiptags=std::set< Tag >()) |
| void | SetFile (File &file) |
| Set/Get File. More... | |
| void | SetFileName (const char *filename_native) |
| void | SetStream (std::istream &input_stream) |
| Set the open-ed stream directly. More... | |
Protected Member Functions | |
| bool | ReadPointMacro (SmartPointer< Surface > surface, const DataSet &surfaceDS) |
| bool | ReadSurface (const Item &surfaceItem, const unsigned long idx) |
| bool | ReadSurfaces () |
Protected Member Functions inherited from gdcm::SegmentReader | |
| bool | ReadSegment (const Item &segmentItem, const unsigned int idx) |
| bool | ReadSegments () |
Protected Member Functions inherited from gdcm::Reader | |
| std::istream * | GetStreamPtr () const |
| bool | ReadDataSet () |
| bool | ReadMetaInformation () |
| bool | ReadPreamble () |
Additional Inherited Members | |
Public Types inherited from gdcm::SegmentReader | |
| typedef std::vector < SmartPointer< Segment > > | SegmentVector |
Protected Types inherited from gdcm::SegmentReader | |
| typedef std::map< unsigned long, SmartPointer< Segment > > | SegmentMap |
Protected Attributes inherited from gdcm::SegmentReader | |
| SegmentMap | Segments |
Protected Attributes inherited from gdcm::Reader | |
| SmartPointer< File > | F |
This class defines a SURFACE IE reader. It reads surface mesh module attributes.
| gdcm::SurfaceReader::SurfaceReader | ( | ) |
|
virtual |
| unsigned long gdcm::SurfaceReader::GetNumberOfSurfaces | ( | ) | const |
|
virtual |
Read.
Reimplemented from gdcm::SegmentReader.
|
protected |
|
protected |
|
protected |
1.8.6