Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

SFO Class Reference

#include <SFO.h>

Inheritance diagram for SFO:

Inheritance graph
[legend]
List of all members.

Detailed Description

Abstract mix-in base class for self-filling objects.

SFO is the base class for all self-filling objects, whoose characteristic is that they have a Fill() method that does not require any arguments. This Fill() method is implemented in the derived classes using function objects.

The self-filling object can be a single histogram or a whole collection of histograms.

Author: Jenny Böhme, Benno List

Date
2004/06/15 11:05:46
Author
blist

Changelog:

Definition at line 30 of file SFO.h.

Public Member Functions

 SFO ()
 Default constructor, needed because other constructors are private.

virtual ~SFO ()
 Virtual destructor to ensure that dynamic casts work.

virtual void Fill ()=0
 The self-filling method.


Private Member Functions

 SFO (const SFO &rhs)
 Private copy constructor, left unimplemented: No copying!

SFOoperator= (const SFO &rhs)
 Private assignment operator, left unimplemented: No assignment!


The documentation for this class was generated from the following file:
Generated on Thu Oct 26 12:55:16 2006 for SFH by doxygen 1.3.2