15 #ifndef __IPSDKGEOMETRY_ANISOTROPICSCALETRANSFORM3D_H__ 16 #define __IPSDKGEOMETRY_ANISOTROPICSCALETRANSFORM3D_H__ 18 #include <IPSDKGeometry/Transform/3d/BaseGeometryTransform3d.h> 19 #include <IPSDKMath/Geometry/3d/Transform/AnisotropicScale3d.h> 74 bool processInSitu(
Vector3d& entity)
const;
87 bool processInSitu(
Mesh3d<T>& entity)
const;
94 bool processInSitu(
Shape3d& entity)
const;
100 template <
typename T>
102 template <
typename T>
104 template <
typename T>
143 #endif // __IPSDKGEOMETRY_ANISOTROPICSCALETRANSFORM3D_H__ 3d ellipsoid associated to cartesian 3d coordinates For a non rotated ellipse, the major radius follo...
Definition: Ellipsoid3d.h:39
3d segment associated to two points
Definition: Segment3d.h:38
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
void setParams(const ipReal64 scaleX, const ipReal64 scaleY, const ipReal64 scaleZ)
select parameters associated to transformation
Definition: AnisotropicScale3d.h:136
Point class associated to cartesian 3d coordinates.
Definition: GeometryEntity3dTypes.h:29
3d sphere associated to cartesian 3d coordinates
Definition: Sphere3d.h:36
math::transform::AnisotropicScale3d _transform
underlying transformation
Definition: AnisotropicScaleTransform3d.h:111
eTransform3dType
Enumerate describing geometry 3d transform type.
Definition: GeometryTransform3dTypes.h:33
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Vector class associated to spherical 3d coordinates.
Definition: Vector3d.h:32
#define IPSDK_DECLARE_GEOMETRY_TRANSFORM_3D(libraryName, className)
Macro allowing to declare a geometry transform 3d.
Definition: GeometryTransform3dHdrMacros.h:26
#define IPSDKGEOMETRY_API
Import/Export macro for library IPSDKGeometry.
Definition: IPSDKGeometryExports.h:25
Base class for geometry 3d transformations.
Definition: BaseGeometryTransform3d.h:31
Rectangular 3d bounding box class associated to cartesian 3d coordinates.
Definition: BoundingBox3d.h:37
3d triangle associated to cartesian 3d coordinates
Definition: Triangle3d.h:37
static const eTransform3dType::domain g_transform3dType
geometry transformation type
Definition: AnisotropicScaleTransform3d.h:35
Anisotropic 3d scale transformation.
Definition: AnisotropicScaleTransform3d.h:27
Definition: AnisotropicScale3d.h:33
Closed mesh associated to a triangulated boundary.
Definition: Mesh3d.h:43
void init(const ipReal64 scaleX, const ipReal64 scaleY, const ipReal64 scaleZ)
initialization of transformation parameters
Definition: AnisotropicScaleTransform3d.h:124
Anisotropic scale.
Definition: GeometryTransform3dTypes.h:41
Unordered collection of 3d points.
Definition: PointCloud3d.h:35
Closed mesh potentially associated to interior mesh holes.
Definition: MeshWithHoles3d.h:39
eTransform3dType getTransform3dType() const
method allowing to retrieve entity 3d transformation type
Definition: AnisotropicScaleTransform3d.h:118
Lightweight structure used to store Point3d data.
Definition: GeometryEntity3dTypes.h:27
Shape 3d associated to one or more closed mesh 3d.
Definition: Shape3d.h:34
boost::shared_ptr< BaseGeometryEntity3d > GeometryEntity3dPtr
shared pointer to BaseGeometryEntity3d
Definition: GeometryEntity3dTypes.h:120