Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::ProbesCollectorBase< TProbe > Class Template Reference

#include <itkProbesCollectorBase.h>

Inheritance diagram for itk::ProbesCollectorBase< TProbe >:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<class TProbe>
class itk::ProbesCollectorBase< TProbe >

Class for aggregating a set of probes.

This class defines a set of Probes and assign names to them. The user can start and stop each one of the probes by addressing them by name.

See also:
Probe

Definition at line 38 of file itkProbesCollectorBase.h.

Public Types

typedef std::string IdType
typedef std::map< IdType,
TProbe > 
MapType

Public Member Functions

virtual void Clear (void)
virtual void Report (std::ostream &os=std::cout) const
virtual void Start (const char *name)
virtual void Stop (const char *name)
virtual ~ProbesCollectorBase ()

Protected Attributes

MapType m_Probes


Member Typedef Documentation

template<class TProbe>
typedef std::string itk::ProbesCollectorBase< TProbe >::IdType

Reimplemented in itk::TimeProbesCollectorBase.

Definition at line 41 of file itkProbesCollectorBase.h.

template<class TProbe>
typedef std::map<IdType,TProbe> itk::ProbesCollectorBase< TProbe >::MapType

Reimplemented in itk::TimeProbesCollectorBase.

Definition at line 42 of file itkProbesCollectorBase.h.


Constructor & Destructor Documentation

template<class TProbe>
virtual itk::ProbesCollectorBase< TProbe >::~ProbesCollectorBase (  )  [virtual]

destructor


Member Function Documentation

template<class TProbe>
virtual void itk::ProbesCollectorBase< TProbe >::Clear ( void   )  [virtual]

Destroy the set of probes. New probes can be created after invoking this method.

Reimplemented in itk::TimeProbesCollectorBase.

template<class TProbe>
virtual void itk::ProbesCollectorBase< TProbe >::Report ( std::ostream &  os = std::cout  )  const [virtual]

Report the summary of results from the probes

Reimplemented in itk::TimeProbesCollectorBase.

template<class TProbe>
virtual void itk::ProbesCollectorBase< TProbe >::Start ( const char *  name  )  [virtual]

Start a probe with a particular name. If the time probe does not exist, it will be created

Reimplemented in itk::TimeProbesCollectorBase.

template<class TProbe>
virtual void itk::ProbesCollectorBase< TProbe >::Stop ( const char *  name  )  [virtual]

Stop a time probe identified with a name

Reimplemented in itk::TimeProbesCollectorBase.


Member Data Documentation

template<class TProbe>
MapType itk::ProbesCollectorBase< TProbe >::m_Probes [protected]

Reimplemented in itk::TimeProbesCollectorBase.

Definition at line 61 of file itkProbesCollectorBase.h.


The documentation for this class was generated from the following file:
Generated at Wed Jul 30 08:53:22 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000