![]() |
FLImaging 7.6.11.1
|
Simplified class representing a point. More...
#include <TPoint.h>
Public Member Functions | |
| TPoint () | |
| default constructor | |
| TPoint (const TPoint< int8_t > &tp) | |
| Copy constructor. | |
| TPoint (const TPoint< int8_t > *pTp) | |
| Copy constructor. | |
| TPoint (const TPoint< uint8_t > &tp) | |
| Copy constructor. | |
| TPoint (const TPoint< uint8_t > *pTp) | |
| Copy constructor. | |
| TPoint (const TPoint< int16_t > &tp) | |
| Copy constructor. | |
| TPoint (const TPoint< int16_t > *pTp) | |
| Copy constructor. | |
| TPoint (const TPoint< uint16_t > &tp) | |
| Copy constructor. | |
| TPoint (const TPoint< uint16_t > *pTp) | |
| Copy constructor. | |
| TPoint (const TPoint< int32_t > &tp) | |
| Copy constructor. | |
| TPoint (const TPoint< int32_t > *pTp) | |
| Copy constructor. | |
| TPoint (const TPoint< uint32_t > &tp) | |
| Copy constructor. | |
| TPoint (const TPoint< uint32_t > *pTp) | |
| Copy constructor. | |
| TPoint (const TPoint< int64_t > &tp) | |
| Copy constructor. | |
| TPoint (const TPoint< int64_t > *pTp) | |
| Copy constructor. | |
| TPoint (const TPoint< uint64_t > &tp) | |
| Copy constructor. | |
| TPoint (const TPoint< uint64_t > *pTp) | |
| Copy constructor. | |
| TPoint (const TPoint< float > &tp) | |
| Copy constructor. | |
| TPoint (const TPoint< float > *pTp) | |
| Copy constructor. | |
| TPoint (const TPoint< double > &tp) | |
| Copy constructor. | |
| TPoint (const TPoint< double > *pTp) | |
| Copy constructor. | |
| TPoint (int8_t x, int8_t y) | |
| Initializer constructor. | |
| TPoint (uint8_t x, uint8_t y) | |
| Initializer constructor. | |
| TPoint (int16_t x, int16_t y) | |
| Initializer constructor. | |
| TPoint (uint16_t x, uint16_t y) | |
| Initializer constructor. | |
| TPoint (int32_t x, int32_t y) | |
| Initializer constructor. | |
| TPoint (uint32_t x, uint32_t y) | |
| Initializer constructor. | |
| TPoint (int64_t x, int64_t y) | |
| Initializer constructor. | |
| TPoint (uint64_t x, uint64_t y) | |
| Initializer constructor. | |
| TPoint (float x, float y) | |
| Initializer constructor. | |
| TPoint (double x, double y) | |
| Initializer constructor. | |
| void | Set (const TPoint< int8_t > &tp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< int8_t > *pTp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< uint8_t > &tp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< uint8_t > *pTp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< int16_t > &tp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< int16_t > *pTp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< uint16_t > &tp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< uint16_t > *pTp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< int32_t > &tp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< int32_t > *pTp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< uint32_t > &tp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< uint32_t > *pTp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< int64_t > &tp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< int64_t > *pTp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< uint64_t > &tp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< uint64_t > *pTp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< float > &tp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< float > *pTp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< double > &tp) |
| Sets the coordinates from the specified point. | |
| void | Set (const TPoint< double > *pTp) |
| Sets the coordinates from the specified point. | |
| void | Set (int8_t x, int8_t y) |
| Sets the coordinates. | |
| void | Set (uint8_t x, uint8_t y) |
| Sets the coordinates. | |
| void | Set (int16_t x, int16_t y) |
| Sets the coordinates. | |
| void | Set (uint16_t x, uint16_t y) |
| Sets the coordinates. | |
| void | Set (int32_t x, int32_t y) |
| Sets the coordinates. | |
| void | Set (uint32_t x, uint32_t y) |
| Sets the coordinates. | |
| void | Set (int64_t x, int64_t y) |
| Sets the coordinates. | |
| void | Set (uint64_t x, uint64_t y) |
| Sets the coordinates. | |
| void | Set (float x, float y) |
| Sets the coordinates. | |
| void | Set (double x, double y) |
| Sets the coordinates. | |
| const TPoint< T > & | operator= (int32_t value) |
| Assignment operator. | |
| const TPoint< T > & | operator= (int64_t value) |
| Assignment operator. | |
| const TPoint< T > & | operator= (float value) |
| Assignment operator. | |
| const TPoint< T > & | operator= (double value) |
| Assignment operator. | |
| const TPoint< T > & | operator= (const TPoint< int32_t > &tp) |
| Assignment operator. | |
| const TPoint< T > & | operator= (const TPoint< int64_t > &tp) |
| Assignment operator. | |
| const TPoint< T > & | operator= (const TPoint< float > &tp) |
| Assignment operator. | |
| const TPoint< T > & | operator= (const TPoint< double > &tp) |
| Assignment operator. | |
| bool | operator== (const TPoint< int32_t > &tp) const |
| Equality operator. | |
| bool | operator== (const TPoint< int64_t > &tp) const |
| Equality operator. | |
| bool | operator== (const TPoint< float > &tp) const |
| Equality operator. | |
| bool | operator== (const TPoint< double > &tp) const |
| Equality operator. | |
| bool | operator!= (const TPoint< int32_t > &tp) const |
| Inequality operator. | |
| bool | operator!= (const TPoint< int64_t > &tp) const |
| Inequality operator. | |
| bool | operator!= (const TPoint< float > &tp) const |
| Inequality operator. | |
| bool | operator!= (const TPoint< double > &tp) const |
| Inequality operator. | |
| const TPoint< T > & | operator+= (int32_t value) |
| Addition assignment operator. | |
| const TPoint< T > & | operator+= (int64_t value) |
| Addition assignment operator. | |
| const TPoint< T > & | operator+= (float value) |
| Addition assignment operator. | |
| const TPoint< T > & | operator+= (double value) |
| Addition assignment operator. | |
| const TPoint< T > & | operator+= (const TPoint< int32_t > &tp) |
| Addition assignment operator. | |
| const TPoint< T > & | operator+= (const TPoint< int64_t > &tp) |
| Addition assignment operator. | |
| const TPoint< T > & | operator+= (const TPoint< float > &tp) |
| Addition assignment operator. | |
| const TPoint< T > & | operator+= (const TPoint< double > &tp) |
| Addition assignment operator. | |
| const TPoint< T > & | operator-= (int32_t value) |
| Subtraction assignment operator. | |
| const TPoint< T > & | operator-= (int64_t value) |
| Subtraction assignment operator. | |
| const TPoint< T > & | operator-= (float value) |
| Subtraction assignment operator. | |
| const TPoint< T > & | operator-= (double value) |
| Subtraction assignment operator. | |
| const TPoint< T > & | operator-= (const TPoint< int32_t > &tp) |
| Subtraction assignment operator. | |
| const TPoint< T > & | operator-= (const TPoint< int64_t > &tp) |
| Subtraction assignment operator. | |
| const TPoint< T > & | operator-= (const TPoint< float > &tp) |
| Subtraction assignment operator. | |
| const TPoint< T > & | operator-= (const TPoint< double > &tp) |
| Subtraction assignment operator. | |
| const TPoint< T > & | operator*= (int32_t value) |
| Multiplication assignment operator. | |
| const TPoint< T > & | operator*= (int64_t value) |
| Multiplication assignment operator. | |
| const TPoint< T > & | operator*= (float value) |
| Multiplication assignment operator. | |
| const TPoint< T > & | operator*= (double value) |
| Multiplication assignment operator. | |
| const TPoint< T > & | operator*= (const TPoint< int32_t > &tp) |
| Multiplication assignment operator. | |
| const TPoint< T > & | operator*= (const TPoint< int64_t > &tp) |
| Multiplication assignment operator. | |
| const TPoint< T > & | operator*= (const TPoint< float > &tp) |
| Multiplication assignment operator. | |
| const TPoint< T > & | operator*= (const TPoint< double > &tp) |
| Multiplication assignment operator. | |
| const TPoint< T > & | operator/= (int32_t value) |
| Division assignment operator. | |
| const TPoint< T > & | operator/= (int64_t value) |
| Division assignment operator. | |
| const TPoint< T > & | operator/= (float value) |
| Division assignment operator. | |
| const TPoint< T > & | operator/= (double value) |
| Division assignment operator. | |
| const TPoint< T > & | operator/= (const TPoint< int32_t > &tp) |
| Division assignment operator. | |
| const TPoint< T > & | operator/= (const TPoint< int64_t > &tp) |
| Division assignment operator. | |
| const TPoint< T > & | operator/= (const TPoint< float > &tp) |
| Division assignment operator. | |
| const TPoint< T > & | operator/= (const TPoint< double > &tp) |
| Division assignment operator. | |
| TPoint< T > | operator+ (int32_t value) const |
| Addition operator. | |
| TPoint< T > | operator+ (int64_t value) const |
| Addition operator. | |
| TPoint< T > | operator+ (float value) const |
| Addition operator. | |
| TPoint< T > | operator+ (double value) const |
| Addition operator. | |
| TPoint< T > | operator+ (const TPoint< int32_t > &tp) const |
| Addition operator. | |
| TPoint< T > | operator+ (const TPoint< int64_t > &tp) const |
| Addition operator. | |
| TPoint< T > | operator+ (const TPoint< float > &tp) const |
| Addition operator. | |
| TPoint< T > | operator+ (const TPoint< double > &tp) const |
| Addition operator. | |
| TPoint< T > | operator- (int32_t value) const |
| Subtraction operator. | |
| TPoint< T > | operator- (int64_t value) const |
| Subtraction operator. | |
| TPoint< T > | operator- (float value) const |
| Subtraction operator. | |
| TPoint< T > | operator- (double value) const |
| Subtraction operator. | |
| TPoint< T > | operator- (const TPoint< int32_t > &tp) const |
| Subtraction operator. | |
| TPoint< T > | operator- (const TPoint< int64_t > &tp) const |
| Subtraction operator. | |
| TPoint< T > | operator- (const TPoint< float > &tp) const |
| Subtraction operator. | |
| TPoint< T > | operator- (const TPoint< double > &tp) const |
| Subtraction operator. | |
| TPoint< T > | operator* (int32_t value) const |
| Multiplication operator. | |
| TPoint< T > | operator* (int64_t value) const |
| Multiplication operator. | |
| TPoint< T > | operator* (float value) const |
| Multiplication operator. | |
| TPoint< T > | operator* (double value) const |
| Multiplication operator. | |
| TPoint< T > | operator* (const TPoint< int32_t > &tp) const |
| Multiplication operator. | |
| TPoint< T > | operator* (const TPoint< int64_t > &tp) const |
| Multiplication operator. | |
| TPoint< T > | operator* (const TPoint< float > &tp) const |
| Multiplication operator. | |
| TPoint< T > | operator* (const TPoint< double > &tp) const |
| Multiplication operator. | |
| TPoint< T > | operator/ (int32_t value) const |
| Division operator. | |
| TPoint< T > | operator/ (int64_t value) const |
| Division operator. | |
| TPoint< T > | operator/ (float value) const |
| Division operator. | |
| TPoint< T > | operator/ (double value) const |
| Division operator. | |
| TPoint< T > | operator/ (const TPoint< int32_t > &tp) const |
| Division operator. | |
| TPoint< T > | operator/ (const TPoint< int64_t > &tp) const |
| Division operator. | |
| TPoint< T > | operator/ (const TPoint< float > &tp) const |
| Division operator. | |
| TPoint< T > | operator/ (const TPoint< double > &tp) const |
| Division operator. | |
Public Attributes | |
| T | x |
| T | y |
Friends | |
| TPoint< T > | operator+ (int32_t value, const TPoint< T > &tp) |
| Addition operator. | |
| TPoint< T > | operator+ (int64_t value, const TPoint< T > &tp) |
| Addition operator. | |
| TPoint< T > | operator+ (float value, const TPoint< T > &tp) |
| Addition operator. | |
| TPoint< T > | operator+ (double value, const TPoint< T > &tp) |
| Addition operator. | |
| TPoint< T > | operator- (int32_t value, const TPoint< T > &tp) |
| Subtraction operator. | |
| TPoint< T > | operator- (int64_t value, const TPoint< T > &tp) |
| Subtraction operator. | |
| TPoint< T > | operator- (float value, const TPoint< T > &tp) |
| Subtraction operator. | |
| TPoint< T > | operator- (double value, const TPoint< T > &tp) |
| Subtraction operator. | |
| TPoint< T > | operator* (int32_t value, const TPoint< T > &tp) |
| Multiplication operator. | |
| TPoint< T > | operator* (int64_t value, const TPoint< T > &tp) |
| Multiplication operator. | |
| TPoint< T > | operator* (float value, const TPoint< T > &tp) |
| Multiplication operator. | |
| TPoint< T > | operator* (double value, const TPoint< T > &tp) |
| Multiplication operator. | |
| TPoint< T > | operator/ (int32_t value, const TPoint< T > &tp) |
| Division operator. | |
| TPoint< T > | operator/ (int64_t value, const TPoint< T > &tp) |
| Division operator. | |
| TPoint< T > | operator/ (float value, const TPoint< T > &tp) |
| Division operator. | |
| TPoint< T > | operator/ (double value, const TPoint< T > &tp) |
| Division operator. | |
Simplified class representing a point.
The default constructor does not initialize member variables for performance.
|
inline |
Copy constructor.
| [in] | tp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | pTp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | tp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | pTp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | tp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | pTp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | tp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | pTp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | tp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | pTp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | tp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | pTp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | tp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | pTp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | tp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | pTp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | tp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | pTp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | tp | Source point object to copy |
|
inline |
Copy constructor.
| [in] | pTp | Source point object to copy |
|
inline |
Initializer constructor.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Initializer constructor.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Initializer constructor.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Initializer constructor.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Initializer constructor.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Initializer constructor.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Initializer constructor.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Initializer constructor.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Initializer constructor.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Initializer constructor.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Inequality operator.
| [in] | tp | Point object to compare. |
| bool | true if the points are not equal; otherwise, false. |
|
inline |
Inequality operator.
| [in] | tp | Point object to compare. |
| bool | true if the points are not equal; otherwise, false. |
|
inline |
Inequality operator.
| [in] | tp | Point object to compare. |
| bool | true if the points are not equal; otherwise, false. |
|
inline |
Inequality operator.
| [in] | tp | Point object to compare. |
| bool | true if the points are not equal; otherwise, false. |
|
inline |
Multiplication operator.
| [in] | tp | Point object whose coordinates will be multiplied. |
| TPoint<T> | Resulting point object. |
|
inline |
Multiplication operator.
| [in] | tp | Point object whose coordinates will be multiplied. |
| TPoint<T> | Resulting point object. |
|
inline |
Multiplication operator.
| [in] | tp | Point object whose coordinates will be multiplied. |
| TPoint<T> | Resulting point object. |
|
inline |
Multiplication operator.
| [in] | tp | Point object whose coordinates will be multiplied. |
| TPoint<T> | Resulting point object. |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply all coordinates by. |
| TPoint<T> | Resulting point object. |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply all coordinates by. |
| TPoint<T> | Resulting point object. |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply all coordinates by. |
| TPoint<T> | Resulting point object. |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply all coordinates by. |
| TPoint<T> | Resulting point object. |
|
inline |
Multiplication assignment operator.
| [in] | tp | Point object whose coordinates will be multiplied. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Multiplication assignment operator.
| [in] | tp | Point object whose coordinates will be multiplied. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Multiplication assignment operator.
| [in] | tp | Point object whose coordinates will be multiplied. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Multiplication assignment operator.
| [in] | tp | Point object whose coordinates will be multiplied. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply all coordinates by. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply all coordinates by. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply all coordinates by. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply all coordinates by. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Addition operator.
| [in] | tp | Point object whose coordinates will be added. |
| TPoint<T> | Resulting point object. |
|
inline |
Addition operator.
| [in] | tp | Point object whose coordinates will be added. |
| TPoint<T> | Resulting point object. |
|
inline |
Addition operator.
| [in] | tp | Point object whose coordinates will be added. |
| TPoint<T> | Resulting point object. |
|
inline |
Addition operator.
| [in] | tp | Point object whose coordinates will be added. |
| TPoint<T> | Resulting point object. |
|
inline |
Addition operator.
| [in] | value | Value to add to all coordinates. |
| TPoint<T> | Resulting point object. |
|
inline |
Addition operator.
| [in] | value | Value to add to all coordinates. |
| TPoint<T> | Resulting point object. |
|
inline |
Addition operator.
| [in] | value | Value to add to all coordinates. |
| TPoint<T> | Resulting point object. |
|
inline |
Addition operator.
| [in] | value | Value to add to all coordinates. |
| TPoint<T> | Resulting point object. |
|
inline |
Addition assignment operator.
| [in] | tp | Point object whose coordinates will be added. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Addition assignment operator.
| [in] | tp | Point object whose coordinates will be added. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Addition assignment operator.
| [in] | tp | Point object whose coordinates will be added. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Addition assignment operator.
| [in] | tp | Point object whose coordinates will be added. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Addition assignment operator.
| [in] | value | Value to add to all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Addition assignment operator.
| [in] | value | Value to add to all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Addition assignment operator.
| [in] | value | Value to add to all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Addition assignment operator.
| [in] | value | Value to add to all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Subtraction operator.
| [in] | tp | Point object whose coordinates will be subtracted. |
| TPoint<T> | Resulting point object. |
|
inline |
Subtraction operator.
| [in] | tp | Point object whose coordinates will be subtracted. |
| TPoint<T> | Resulting point object. |
|
inline |
Subtraction operator.
| [in] | tp | Point object whose coordinates will be subtracted. |
| TPoint<T> | Resulting point object. |
|
inline |
Subtraction operator.
| [in] | tp | Point object whose coordinates will be subtracted. |
| TPoint<T> | Resulting point object. |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract from all coordinates. |
| TPoint<T> | Resulting point object. |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract from all coordinates. |
| TPoint<T> | Resulting point object. |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract from all coordinates. |
| TPoint<T> | Resulting point object. |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract from all coordinates. |
| TPoint<T> | Resulting point object. |
|
inline |
Subtraction assignment operator.
| [in] | tp | Point object whose coordinates will be subtracted. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Subtraction assignment operator.
| [in] | tp | Point object whose coordinates will be subtracted. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Subtraction assignment operator.
| [in] | tp | Point object whose coordinates will be subtracted. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Subtraction assignment operator.
| [in] | tp | Point object whose coordinates will be subtracted. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract from all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract from all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract from all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract from all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Division operator.
| [in] | tp | Point object whose coordinates will be divided. |
| TPoint<T> | Resulting point object. |
|
inline |
Division operator.
| [in] | tp | Point object whose coordinates will be divided. |
| TPoint<T> | Resulting point object. |
|
inline |
Division operator.
| [in] | tp | Point object whose coordinates will be divided. |
| TPoint<T> | Resulting point object. |
|
inline |
Division operator.
| [in] | tp | Point object whose coordinates will be divided. |
| TPoint<T> | Resulting point object. |
|
inline |
Division operator.
| [in] | value | Value to divide all coordinates by. |
| TPoint<T> | Resulting point object. |
|
inline |
Division operator.
| [in] | value | Value to divide all coordinates by. |
| TPoint<T> | Resulting point object. |
|
inline |
Division operator.
| [in] | value | Value to divide all coordinates by. |
| TPoint<T> | Resulting point object. |
|
inline |
Division operator.
| [in] | value | Value to divide all coordinates by. |
| TPoint<T> | Resulting point object. |
|
inline |
Division assignment operator.
| [in] | tp | Point object whose coordinates will be divided. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Division assignment operator.
| [in] | tp | Point object whose coordinates will be divided. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Division assignment operator.
| [in] | tp | Point object whose coordinates will be divided. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Division assignment operator.
| [in] | tp | Point object whose coordinates will be divided. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Division assignment operator.
| [in] | value | Value to divide all coordinates by. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Division assignment operator.
| [in] | value | Value to divide all coordinates by. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Division assignment operator.
| [in] | value | Value to divide all coordinates by. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Division assignment operator.
| [in] | value | Value to divide all coordinates by. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Assignment operator.
| [in] | tp | Source point object to assign. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Assignment operator.
| [in] | tp | Source point object to assign. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Assignment operator.
| [in] | tp | Source point object to assign. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Assignment operator.
| [in] | tp | Source point object to assign. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Assignment operator.
| [in] | value | Value to assign to all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Assignment operator.
| [in] | value | Value to assign to all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Assignment operator.
| [in] | value | Value to assign to all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Assignment operator.
| [in] | value | Value to assign to all coordinates. |
| const | TPoint<T>& Reference to this point. |
|
inline |
Equality operator.
| [in] | tp | Point object to compare. |
| bool | true if the points are equal; otherwise, false. |
|
inline |
Equality operator.
| [in] | tp | Point object to compare. |
| bool | true if the points are equal; otherwise, false. |
|
inline |
Equality operator.
| [in] | tp | Point object to compare. |
| bool | true if the points are equal; otherwise, false. |
|
inline |
Equality operator.
| [in] | tp | Point object to compare. |
| bool | true if the points are equal; otherwise, false. |
|
inline |
Sets the coordinates from the specified point.
| [in] | tp | Source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | pTp | Pointer to the source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | tp | Source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | pTp | Pointer to the source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | tp | Source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | pTp | Pointer to the source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | tp | Source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | pTp | Pointer to the source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | tp | Source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | pTp | Pointer to the source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | tp | Source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | pTp | Pointer to the source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | tp | Source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | pTp | Pointer to the source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | tp | Source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | pTp | Pointer to the source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | tp | Source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | pTp | Pointer to the source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | tp | Source point object. |
|
inline |
Sets the coordinates from the specified point.
| [in] | pTp | Pointer to the source point object. |
|
inline |
Sets the coordinates.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Sets the coordinates.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Sets the coordinates.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Sets the coordinates.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Sets the coordinates.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Sets the coordinates.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Sets the coordinates.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Sets the coordinates.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Sets the coordinates.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
|
inline |
Sets the coordinates.
| [in] | x | X-coordinate. |
| [in] | y | Y-coordinate. |
Multiplication operator.
| [in] | value | Value to multiply all coordinates by. |
| [in] | tp | Point object to multiply. |
| TPoint<T> | Resulting point object. |
Multiplication operator.
| [in] | value | Value to multiply all coordinates by. |
| [in] | tp | Point object to multiply. |
| TPoint<T> | Resulting point object. |
Multiplication operator.
| [in] | value | Value to multiply all coordinates by. |
| [in] | tp | Point object to multiply. |
| TPoint<T> | Resulting point object. |
Multiplication operator.
| [in] | value | Value to multiply all coordinates by. |
| [in] | tp | Point object to multiply. |
| TPoint<T> | Resulting point object. |
Addition operator.
| [in] | value | Value to add to all coordinates. |
| [in] | tp | Point object to add. |
| TPoint<T> | Resulting point object. |
Addition operator.
| [in] | value | Value to add to all coordinates. |
| [in] | tp | Point object to add. |
| TPoint<T> | Resulting point object. |
Addition operator.
| [in] | value | Value to add to all coordinates. |
| [in] | tp | Point object to add. |
| TPoint<T> | Resulting point object. |
Addition operator.
| [in] | value | Value to add to all coordinates. |
| [in] | tp | Point object to add. |
| TPoint<T> | Resulting point object. |
Subtraction operator.
| [in] | value | Value from which all coordinates will be subtracted. |
| [in] | tp | Point object to subtract. |
| TPoint<T> | Resulting point object. |
Subtraction operator.
| [in] | value | Value from which all coordinates will be subtracted. |
| [in] | tp | Point object to subtract. |
| TPoint<T> | Resulting point object. |
Subtraction operator.
| [in] | value | Value from which all coordinates will be subtracted. |
| [in] | tp | Point object to subtract. |
| TPoint<T> | Resulting point object. |
Subtraction operator.
| [in] | value | Value from which all coordinates will be subtracted. |
| [in] | tp | Point object to subtract. |
| TPoint<T> | Resulting point object. |
Division operator.
| [in] | value | Value to be divided by each coordinate. |
| [in] | tp | Point object whose coordinates are used as divisors. |
| TPoint<T> | Resulting point object. |
Division operator.
| [in] | value | Value to be divided by each coordinate. |
| [in] | tp | Point object whose coordinates are used as divisors. |
| TPoint<T> | Resulting point object. |
Division operator.
| [in] | value | Value to be divided by each coordinate. |
| [in] | tp | Point object whose coordinates are used as divisors. |
| TPoint<T> | Resulting point object. |
Division operator.
| [in] | value | Value to be divided by each coordinate. |
| [in] | tp | Point object whose coordinates are used as divisors. |
| TPoint<T> | Resulting point object. |
| T FLImaging::Base::TPoint< T >::x |
x coordinate of point
| T FLImaging::Base::TPoint< T >::y |
y coordinate of point