#include <ScanPointsStreamer.h>
Inheritance diagram for SctData::IO::ScanPointsStreamer:

Public Member Functions | |
| virtual void | write (OStream &out, const Streamable &ob, const IOManager &manager) const throw (Sct::LogicError, Sct::IoError) | 
| Publishes ob to out.  | |
| virtual shared_ptr< Streamable > | read (IStream &in, const IOManager &manager) const throw (Sct::LogicError, Sct::IoError) | 
| Create a new Streamable object of the appropriate type from IS.  | |
| virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (Sct::LogicError, Sct::IoError) | 
Private Member Functions | |
| ScanPointsStreamer () throw () | |
| Constructor is private.  | |
Static Private Attributes | |
| bool | inMap | 
| The static dummy variable for the ISManager map.  | |
Definition at line 20 of file ScanPointsStreamer.h.
      
  | 
  
| 
 Constructor is private. 
 Definition at line 12 of file ScanPointsStreamer.cpp.  | 
  
      
  | 
  ||||||||||||||||
| 
 
 
 Implements Sct::Streamer. Definition at line 45 of file ScanPointsStreamer.cpp. References SctData::ScanPoints::addPoint().  | 
  
      
  | 
  ||||||||||||
| 
 Create a new Streamable object of the appropriate type from IS. 
 
 
 
 Implements Sct::Streamer. Definition at line 17 of file ScanPointsStreamer.cpp. References Sct::File::read().  | 
  
      
  | 
  ||||||||||||||||
| 
 Publishes ob to out. 
 
 
 Implements Sct::Streamer. Definition at line 23 of file ScanPointsStreamer.cpp. References SctData::ScanPoints::getNEvents(), and SctData::ScanPoints::getNPoints().  | 
  
      
  | 
  
| 
 The static dummy variable for the ISManager map. 
 Definition at line 14 of file ScanPointsStreamer.cpp.  | 
  
1.3-rc3