12 #ifndef _TransformFactory_H_
13 #define _TransformFactory_H_
48 const std::string & y_trans,
49 const std::string & z_trans );
77 const std::string & y_trans,
78 const std::string & z_trans );
84 #endif // _TransformFactory_H_
#define MDL_HIPPOPLOT_API
The base class for singleton factory classes.
A transform that transforms coordinates from one coordinate system to another.
hippodraw::Factory class interface and template implementation
static TransformFactory * s_instance
A pointer to the singleton object.
The singleton Factory class for creating objects whose class is derived from TransformBase.