TransformationFactory.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2022 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9#ifndef __Calibration_TransformationFactory_h
10#define __Calibration_TransformationFactory_h
11
12#include "MEAL/Complex2.h"
13
14namespace Calibration {
15
18 {
19 public:
20
22 virtual MEAL::Complex2* operator() (const std::string&);
23 };
24}
25
26#endif
Constructs and configures new Complex2 given descriptive string.
Definition TransformationFactory.h:18
virtual MEAL::Complex2 * operator()(const std::string &)
Construct a new transformation.
Definition TransformationFactory.C:39

Generated using doxygen 1.14.0