![]() |
FLImaging 7.6.11.1
|
Simplified class representing a 4-D point. More...
#include <TPoint4.h>
Public Member Functions | |
| TPoint4 () | |
| Default constructor. | |
| TPoint4 (const TPoint4< T > &tp) | |
| Copy constructor. | |
| TPoint4 (T tX, T tY, T tZ, T tT) | |
| Constructs a TPoint4 object with the specified coordinates. | |
| void | Set (const TPoint4< T > &tp) |
| Sets the coordinates from another TPoint4 object. | |
| void | Set (T tX, T tY, T tZ, T tT) |
| Sets the coordinates. | |
Public Attributes | |
| T | x |
| T | y |
| T | z |
| T | t |
Simplified class representing a 4-D point.
The default constructor does not initialize member variables for performance.
|
inline |
Copy constructor.
| [in] | tp | TPoint4 object to copy. |
|
inline |
Constructs a TPoint4 object with the specified coordinates.
| [in] | tX | X coordinate. |
| [in] | tY | Y coordinate. |
| [in] | tZ | Z coordinate. |
| [in] | tT | T coordinate. |
|
inline |
|
inline |
Sets the coordinates.
| [in] | tX | X coordinate. |
| [in] | tY | Y coordinate. |
| [in] | tZ | Z coordinate. |
| [in] | tT | T coordinate. |
| T FLImaging::Base::TPoint4< T >::t |
t coordinate of point
| T FLImaging::Base::TPoint4< T >::x |
x coordinate of point
| T FLImaging::Base::TPoint4< T >::y |
y coordinate of point
| T FLImaging::Base::TPoint4< T >::z |
z coordinate of point