Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
GdsParser::GdsDB::ApplyCellReferenceActionDetails::MagScale Struct Reference

Scale magnification. More...

#include <GdsObjectHelpers.h>

Public Member Functions

 MagScale (double sx, double sy)
 constructor More...
 
void operator() (GdsCellReference::point_type &p) const
 API to run operation. More...
 

Public Attributes

double scaleX
 scale x
 
double scaleY
 scale y
 

Detailed Description

Scale magnification.

Definition at line 316 of file GdsObjectHelpers.h.

Constructor & Destructor Documentation

GdsParser::GdsDB::ApplyCellReferenceActionDetails::MagScale::MagScale ( double  sx,
double  sy 
)
inline

constructor

Parameters
sxscale x
syscale y

Definition at line 324 of file GdsObjectHelpers.h.

Member Function Documentation

void GdsParser::GdsDB::ApplyCellReferenceActionDetails::MagScale::operator() ( GdsCellReference::point_type &  p) const
inline

API to run operation.

Parameters
pgiven position and perform operation on the position

Definition at line 328 of file GdsObjectHelpers.h.


The documentation for this struct was generated from the following file: