![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
2d square class associated to cartesian 2d coordinates More...
#include <Square2d.h>
Public Member Functions | |
| eCoordinateSystem2dType | getCoordinateSystem2dType () const |
| method allowing to retrieve coordinate system 2d type | |
| eEntity2dType | getEntity2dType () const |
| method allowing to retrieve entity 2d type | |
Constructors and destructors | |
| Square2d () | |
| Square2d (const Point2dData< T > ¢erPt, const T halfLength, const ipReal64 orientation) | |
| Square2d (const Point2d< T > ¢erPt, const T halfLength, const ipReal64 orientation) | |
| Square2d (const T xCenter, const T yCenter, const T halfLength, const ipReal64 orientation) | |
| ~Square2d () | |
| void | setCenter (const Point2dData< T > ¢erPt) |
| access to point coordinates | |
| void | setCenter (const Point2d< T > ¢erPt) |
| access to point coordinates | |
| void | setCenter (const T xMin, const T yMin) |
| access to point coordinates | |
| void | setHalfLength (const T halfLength) |
| access to point coordinates | |
| void | setOrientation (const ipReal64 orientation) |
| access to point coordinates | |
| ipReal64 | getOrientation () const |
| access to point coordinates | |
| T | centerX () const |
| access to point coordinates | |
| T | centerY () const |
| access to point coordinates | |
| const Point2dData< T > & | center () const |
| access to point coordinates | |
| T | getHalfLength () const |
| access to point coordinates | |
| T | getLength () const |
| access to point coordinates | |
| Point2dData< T > | topLeftCorner () const |
| compute square corners coordinates For instance, the topLeftCorner() method calculates the square corner coordinates which would be at the top-left for a non-rotated square | |
| Point2dData< T > | topRightCorner () const |
| compute square corners coordinates For instance, the topLeftCorner() method calculates the square corner coordinates which would be at the top-left for a non-rotated square | |
| Point2dData< T > | bottomLeftCorner () const |
| compute square corners coordinates For instance, the topLeftCorner() method calculates the square corner coordinates which would be at the top-left for a non-rotated square | |
| Point2dData< T > | bottomRightCorner () const |
| compute square corners coordinates For instance, the topLeftCorner() method calculates the square corner coordinates which would be at the top-left for a non-rotated square | |
Public Member Functions inherited from ipsdk::geom::BaseTypedGeometryEntity2d< T > | |
| BaseTypedGeometryEntity2d () | |
| virtual | ~BaseTypedGeometryEntity2d ()=0 |
Public Member Functions inherited from ipsdk::geom::BaseGeometryEntity2d | |
| eCoordinateDimension | getCoordinateDimension () const |
| method allowing to retrieve entity underlying coordinates dimension | |
| BaseGeometryEntity2d () | |
| virtual | ~BaseGeometryEntity2d ()=0 |
Public Member Functions inherited from ipsdk::geom::BaseGeometryEntity | |
| BaseGeometryEntity () | |
| virtual | ~BaseGeometryEntity ()=0 |
Public Member Functions inherited from ipsdk::BaseObjectWithSkeleton | |
| const eSklSrzMode & | getSerializationMode () const |
| retrieve serialization flag for object More... | |
| void | setSerializationMode (const eSklSrzMode &sklSrzMode) const |
| set serialization flag for object | |
| BaseObjectWithSkeleton () | |
| ~BaseObjectWithSkeleton () | |
Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| BaseSerializationObject () | |
| Default constructor. | |
| virtual | ~BaseSerializationObject ()=0 |
| destructor | |
Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual const std::string & | getClassName () const |
| method allowing to retrieve object class name | |
| virtual BaseDynamicObject * | createNew () const =0 |
| method allowing to create new instance of current object type | |
| virtual DynamicObjectPtr | createShared () const =0 |
| method allowing to create new shared instance of current object type | |
| virtual bool | hasCopySupport () const =0 |
| check whether objet has copy support | |
| virtual BaseDynamicObject * | duplicate () const =0 |
| method allowing to duplicate current object More... | |
| virtual DynamicObjectPtr | duplicateShared () const =0 |
| method allowing shared duplication of current object More... | |
| BaseDynamicObject () | |
| virtual | ~BaseDynamicObject ()=0 |
Static Public Attributes | |
| static const eCoordinateSystem2dType::domain | g_coordinateSystem2dType = eCoordinateSystem2dType::eCS2DT_Cartesian |
| coordinate system associated to entity | |
| static const eEntity2dType::domain | g_entity2dType = eEntity2dType::eE2DT_Circle |
| type associated to entity | |
Static Public Attributes inherited from ipsdk::geom::BaseGeometryEntity2d | |
| static const eCoordinateDimension::domain | g_coordinateDimension = eCoordinateDimension::eCD_2d |
| entity underlying coordinates dimension | |
Protected Attributes | |
| Point2dData< T > | _centerPt |
| coordinates associated to the center of the square | |
| T | _halfLength |
| half length of the square sides | |
| ipReal64 | _orientation |
| orientation (in radian) of the square | |
Protected Attributes inherited from ipsdk::BaseObjectWithSkeleton | |
| eSklSrzMode | _sklSrzMode |
| serialization flag for object More... | |
Additional Inherited Members | |
Public Types inherited from ipsdk::geom::BaseTypedGeometryEntity2d< T > | |
| typedef T | DataType |
| data type associated to coordinates | |
Static Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| static ipUInt32 | getVersion () |
| method allowing to retrieve class version information for serialization | |
Static Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| static const std::string & | getTypeName () |
| method allowing to retrieve name associated to class | |
Protected Member Functions inherited from ipsdk::BaseSerializationObject | |
| virtual BoolResult | write (BaseOArchive &ar) const |
| method allowing to ensure serialization write part for object | |
| virtual BoolResult | read (BaseIArchive &ar) |
| method allowing to ensure serialization read part for object | |
Protected Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual void | initCtorCopy (const BaseDynamicObject &object) |
| virtual void | copy (const BaseDynamicObject &object) |
| method allowing to copy data from another object | |
2d square class associated to cartesian 2d coordinates
1.8.14