All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
GeopsyCore::SubSignalPoolProcess Class Reference

Brief description of class still missing. More...

#include <SubSignalPoolProcess.h>

Inheritance diagram for GeopsyCore::SubSignalPoolProcess:
QGpCoreTools::CacheProcess

List of all members.

Public Member Functions

 SubSignalPoolProcess (const SubSignalPool &subPool)

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

Description of constructor still missing

References QGpCoreTools::CacheProcess::add(), GeopsyCore::SubSignalPool::begin(), and GeopsyCore::SubSignalPool::end().

    : CacheProcess()
{
  for(SubSignalPool::const_iterator it=subPool.begin(); it!=subPool.end(); it++) {
    add(*it);
  }
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines