15 #ifndef __IPSDKGEOMETRY_SCALETRANSFORM2D_H__ 16 #define __IPSDKGEOMETRY_SCALETRANSFORM2D_H__ 18 #include <IPSDKGeometry/Transform/2d/BaseGeometryTransform2d.h> 19 #include <IPSDKMath/Geometry/2d/Transform/Scale2d.h> 64 bool processInSitu(
Vector2d& entity)
const;
73 bool processInSitu(
Shape2d& entity)
const;
119 #endif // __IPSDKGEOMETRY_SCALETRANSFORM2D_H__ math::transform::Scale2d _transform
underlying transformation
Definition: ScaleTransform2d.h:89
2d ellipse class associated to cartesian 2d coordinates. For a non rotated ellipse, the major axis follows the x axis and the minor axis follows the y axis.
Definition: Ellipse2d.h:40
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Point class associated to cartesian 2d coordinates.
Definition: GeometryEntity2dTypes.h:28
eTransform2dType getTransform2dType() const
method allowing to retrieve entity 2d transformation type
Definition: ScaleTransform2d.h:96
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
#define IPSDK_DECLARE_GEOMETRY_TRANSFORM_2D(libraryName, className)
Macro allowing to declare a geometry transform 2d.
Definition: GeometryTransform2dHdrMacros.h:26
static const eTransform2dType::domain g_transform2dType
geometry transformation type
Definition: ScaleTransform2d.h:35
Closed polygon potentially associated to interior polygonal holes.
Definition: PolygonWithHoles2d.h:40
void setParams(const ipReal64 scale)
select parameters associated to transformation
Definition: Scale2d.h:109
Isotropic 2d scale transformation.
Definition: ScaleTransform2d.h:27
#define IPSDKGEOMETRY_API
Import/Export macro for library IPSDKGeometry.
Definition: IPSDKGeometryExports.h:25
Unordered collection of 2d points.
Definition: PointCloud2d.h:35
Scale.
Definition: GeometryTransform2dTypes.h:39
void init(const ipReal64 scale)
initialization of transformation parameters
Definition: ScaleTransform2d.h:102
2d segment associated to two points
Definition: Segment2d.h:38
Closed polygon associated to an ordered collection of 2d points.
Definition: Polygon2d.h:38
Vector class associated to polar 2d coordinates.
Definition: Vector2d.h:32
2d rectangle class associated to cartesian 2d coordinates
Definition: Rectangle2d.h:35
2d circle associated to cartesian 2d coordinates
Definition: Circle2d.h:36
Base class for geometry 2d transformations.
Definition: BaseGeometryTransform2d.h:34
2d square class associated to cartesian 2d coordinates
Definition: Square2d.h:35
Shape 2d associated to one or more closed polygon 2d.
Definition: Shape2d.h:35
Lightweight structure used to store Point2d data.
Definition: GeometryEntity2dTypes.h:26
Rectangular 2d bounding box class associated to cartesian 2d coordinates.
Definition: BoundingBox2d.h:37
eTransform2dType
Enumerate describing geometry 2d transform type.
Definition: GeometryTransform2dTypes.h:33