GDCM  2.2.0
Public Member Functions
gdcm::network::ULBasicCallback Class Reference

#include <gdcmULBasicCallback.h>

Inheritance diagram for gdcm::network::ULBasicCallback:
Inheritance graph
[legend]
Collaboration diagram for gdcm::network::ULBasicCallback:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ULBasicCallback ()
virtual ~ULBasicCallback ()
std::vector< DataSet > const & GetDataSets () const
virtual void HandleDataSet (const DataSet &inDataSet)

Detailed Description

This is the most basic of callbacks for how the ULConnectionManager handles *incoming datasets. DataSets are just concatenated to the mDataSets vector, *and the result can be pulled out of the vector by later code. *Alternatives to this method include progress updates, saving to disk, etc. *This class is NOT THREAD SAFE. Access the dataset vector after the *entire set of datasets has been returned by the ULConnectionManager.


Constructor & Destructor Documentation

virtual gdcm::network::ULBasicCallback::~ULBasicCallback ( ) [inline, virtual]

Member Function Documentation

virtual void gdcm::network::ULBasicCallback::HandleDataSet ( const DataSet inDataSet) [virtual]

The documentation for this class was generated from the following file:

Generated on Sun Jun 3 2012 15:27:39 for GDCM by doxygen 1.8.0
SourceForge.net Logo