#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
SurfaceDeformationFactory | |
Enumerations | |
enum | SurfaceDeformationFactory::Type { SurfaceDeformationFactory::kBowedSurface = 1, SurfaceDeformationFactory::kTwoBowedSurfaces, SurfaceDeformationFactory::kNoDeformations } |
Functions | |
SurfaceDeformation * | SurfaceDeformationFactory::create (int type, const std::vector< double > ¶ms) |
SurfaceDeformation * | SurfaceDeformationFactory::create (const std::vector< double > ¶ms) |
Type | SurfaceDeformationFactory::surfaceDeformationType (const std::string &typeString) |
convert string to 'Type' - exception if string is not known More... | |
std::string | SurfaceDeformationFactory::surfaceDeformationTypeName (const Type &type) |