110 TRange4(T tLBX, T tLBY, T tLBZ, T tLBT, T tUBX, T tUBY, T tUBZ, T tUBT)
176 void Set(T tLBX, T tLBY, T tLBZ, T tLBT, T tUBX, T tUBY, T tUBZ, T tUBT)
190 typedef TRange4<int16_t> TRange4S;
191 typedef TRange4<uint16_t> TRange4US;
192 typedef TRange4<int32_t> TRange4L;
193 typedef TRange4<uint32_t> TRange4UL;
194 typedef TRange4<int64_t> TRange4LL;
195 typedef TRange4<uint64_t> TRange4ULL;
196 typedef TRange4<float> TRange4F;
197 typedef TRange4<double> TRange4D;
Simplified class representing a 4-D point.
Definition TPoint4.h:37
TRange4(const TPoint4< T > &tpLB, const TPoint4< T > &tpUB)
Constructs a 4D range using lower and upper bound points.
Definition TRange4.h:81
void Set(const TPoint4< T > &tpLB, const TPoint4< T > &tpUB)
Sets the range using lower and upper bound points.
Definition TRange4.h:147
void Set(const TRange4< T > &tr)
Sets the range from another TRange4 object.
Definition TRange4.h:131
TRange4(const TRange4< T > &tr)
Copy constructor.
Definition TRange4.h:65
TPoint4< int16_t > tpPoints[2]
Definition TRange4.h:43
TRange4(T tLBX, T tLBY, T tLBZ, T tLBT, T tUBX, T tUBY, T tUBZ, T tUBT)
Constructs a 4D range using lower and upper bound coordinates.
Definition TRange4.h:110
TRange4()
Default constructor.
Definition TRange4.h:52
void Set(T tLBX, T tLBY, T tLBZ, T tLBT, T tUBX, T tUBY, T tUBZ, T tUBT)
Sets the range using lower and upper bound coordinates.
Definition TRange4.h:176
Definition AESCryptography.h:18