CLAM::ProcessingDefinitionAdapter Class Reference

#include <ProcessingDefinitionAdapter.hxx>

Inheritance diagram for CLAM::ProcessingDefinitionAdapter:

CLAM::Component

List of all members.


Detailed Description

Definition at line 34 of file ProcessingDefinitionAdapter.hxx.


Public Member Functions

 ProcessingDefinitionAdapter (Processing *adaptee=0, const std::string &name="", const std::string &position="", const std::string &size="")
virtual ~ProcessingDefinitionAdapter ()
ProcessingGetProcessing ()
const std::string & GetName ()
const std::string & GetPosition ()
const std::string & GetSize ()
const char * GetClassName () const
 Return the class name.
virtual void StoreOn (Storage &store) const
 Stores component's subitems on the given Storage.
virtual void LoadFrom (Storage &store)
 Loads component's subitems from the given Storage.

Constructor & Destructor Documentation

CLAM::ProcessingDefinitionAdapter::ProcessingDefinitionAdapter ( Processing adaptee = 0,
const std::string &  name = "",
const std::string &  position = "",
const std::string &  size = "" 
)

Definition at line 33 of file ProcessingDefinitionAdapter.cxx.

CLAM::ProcessingDefinitionAdapter::~ProcessingDefinitionAdapter (  )  [virtual]

Definition at line 38 of file ProcessingDefinitionAdapter.cxx.


Member Function Documentation

Processing* CLAM::ProcessingDefinitionAdapter::GetProcessing (  )  [inline]

Definition at line 45 of file ProcessingDefinitionAdapter.hxx.

Referenced by CLAM::FlattenedNetwork::LoadFrom().

const std::string& CLAM::ProcessingDefinitionAdapter::GetName ( void   )  [inline]

Definition at line 46 of file ProcessingDefinitionAdapter.hxx.

Referenced by CLAM::FlattenedNetwork::LoadFrom().

const std::string& CLAM::ProcessingDefinitionAdapter::GetPosition (  )  [inline]

Definition at line 47 of file ProcessingDefinitionAdapter.hxx.

Referenced by CLAM::FlattenedNetwork::LoadFrom().

const std::string& CLAM::ProcessingDefinitionAdapter::GetSize (  )  [inline]

Definition at line 48 of file ProcessingDefinitionAdapter.hxx.

Referenced by CLAM::FlattenedNetwork::LoadFrom().

const char* CLAM::ProcessingDefinitionAdapter::GetClassName (  )  const [inline, virtual]

Return the class name.

Implements CLAM::Component.

Definition at line 52 of file ProcessingDefinitionAdapter.hxx.

void CLAM::ProcessingDefinitionAdapter::StoreOn ( Storage storage  )  const [virtual]

Stores component's subitems on the given Storage.

Parameters:
storage The given storage where the subitem will be stored
See also:
Storage

Implements CLAM::Component.

Definition at line 42 of file ProcessingDefinitionAdapter.cxx.

References CLAM::Processing::GetClassName(), CLAM::Processing::GetConfig(), and CLAM::Storage::Store().

void CLAM::ProcessingDefinitionAdapter::LoadFrom ( Storage store  )  [virtual]

Loads component's subitems from the given Storage.

Parameters:
store The given storage where the subitem will be loaded from
See also:
Storage

Implements CLAM::Component.

Definition at line 66 of file ProcessingDefinitionAdapter.cxx.

References CLAM::Processing::Configure(), CLAM::Factory< AbstractProductType >::CreateSafe(), CLAM::Processing::GetConfig(), CLAM::ProcessingFactory::GetInstance(), and CLAM::Storage::Load().


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

Generated on Tue Aug 12 22:33:47 2008 for CLAM by  doxygen 1.5.5