#include <Dimension.hh>
◆ dx_type [1/2]
typedef REAL_8 FrameCPP::Version_6::Dimension::dx_type |
◆ dx_type [2/2]
typedef REAL_8 FrameCPP::Version_6::Dimension::dx_type |
◆ nx_type [1/2]
typedef INT_8U FrameCPP::Version_6::Dimension::nx_type |
◆ nx_type [2/2]
typedef INT_8U FrameCPP::Version_6::Dimension::nx_type |
◆ startX_type [1/2]
typedef REAL_8 FrameCPP::Version_6::Dimension::startX_type |
◆ startX_type [2/2]
typedef REAL_8 FrameCPP::Version_6::Dimension::startX_type |
◆ Dimension() [1/8]
FrameCPP::Version_6::Dimension::Dimension |
( |
| ) |
|
◆ Dimension() [2/8]
FrameCPP::Version_6::Dimension::Dimension |
( |
const Dimension & | dim | ) |
|
exc: std::bad_alloc - Memory allocation failed.
param: const Dimension& dim - The Dimension to copy from.
exc: std::bad_alloc - Memory allocation failed.
◆ Dimension() [3/8]
FrameCPP::Version_6::Dimension::Dimension |
( |
INT_8U | nx, |
|
|
REAL_8 | dx = 1.0, |
|
|
const std::string & | unitX = "", |
|
|
REAL_8 | startx = 0.0 ) |
|
explicit |
exc: std::bad_alloc - Memory allocation failed.
Constructor.
This creates a Dimension object with the specified attributes.
- Parameters
-
[in] | nx | The dimension length. |
[in] | dx | The Scale Factor. |
[in] | unitX | The units (unit per step size). |
[in] | startx | The origin of the data set. |
- Exceptions
-
std::bad_alloc | Memory allocation failed. |
◆ Dimension() [4/8]
FrameCPP::Version_6::Dimension::Dimension |
( |
const Previous::Dimension & | Source | ) |
|
|
inline |
◆ Dimension() [5/8]
FrameCPP::Version_6::Dimension::Dimension |
( |
| ) |
|
◆ Dimension() [6/8]
FrameCPP::Version_6::Dimension::Dimension |
( |
const Dimension & | dim | ) |
|
exc: std::bad_alloc - Memory allocation failed.
◆ Dimension() [7/8]
FrameCPP::Version_6::Dimension::Dimension |
( |
INT_8U | nx, |
|
|
REAL_8 | dx = 1.0, |
|
|
const std::string & | unitX = "", |
|
|
REAL_8 | startX = 0.0 ) |
|
explicit |
exc: std::bad_alloc - Memory allocation failed.
◆ Dimension() [8/8]
FrameCPP::Version_6::Dimension::Dimension |
( |
const Previous::Dimension & | Source | ) |
|
◆ Bytes() [1/2]
◆ Bytes() [2/2]
◆ GetDx() [1/2]
REAL_8 FrameCPP::Version_6::Dimension::GetDx |
( |
| ) |
const |
|
inline |
exc: None.
return: REAL_8 – The scale factor.
exc: None.
◆ GetDx() [2/2]
REAL_8 FrameCPP::Version_6::Dimension::GetDx |
( |
| ) |
const |
◆ GetNx() [1/2]
INT_8U FrameCPP::Version_6::Dimension::GetNx |
( |
| ) |
const |
|
inline |
exc: None.
return: INT_8U – The dimension length.
exc: None.
◆ GetNx() [2/2]
INT_8U FrameCPP::Version_6::Dimension::GetNx |
( |
| ) |
const |
◆ GetStartX() [1/2]
REAL_8 FrameCPP::Version_6::Dimension::GetStartX |
( |
| ) |
const |
|
inline |
exc: None.
return: REAL_8 – Data set origin.
exc: None.
◆ GetStartX() [2/2]
REAL_8 FrameCPP::Version_6::Dimension::GetStartX |
( |
| ) |
const |
◆ GetUnitX() [1/2]
const STRING & FrameCPP::Version_6::Dimension::GetUnitX |
( |
| ) |
const |
|
inline |
exc: None.
return: const std::string& – The units.
exc: None.
◆ GetUnitX() [2/2]
const STRING & FrameCPP::Version_6::Dimension::GetUnitX |
( |
| ) |
const |
◆ operator!=() [1/2]
bool FrameCPP::Version_6::Dimension::operator!= |
( |
const Dimension & | dim | ) |
const |
|
inline |
param: const Dimension& dim - The object to compare with.
return: bool – false if the objects are equal, true otherwise. exc: None.
return: bool - false if the objects are equal, true otherwise. exc: None.
◆ operator!=() [2/2]
bool FrameCPP::Version_6::Dimension::operator!= |
( |
const Dimension & | dim | ) |
const |
param: const Dimension& dim - The object to compare with.
return: bool – false if the objects are equal, true otherwise. exc: None.
◆ operator=() [1/2]
param: const Dimension& dim - The object to assign from.
return: const Dimension& – This object. exc: std::bad_alloc - Memory allocation failed.
return: const Dimension& - This object. exc: std::bad_alloc - Memory allocation failed.
◆ operator=() [2/2]
param: const Dimension& dim - The object to assign from.
return: const Dimension& – This object. exc: std::bad_alloc - Memory allocation failed.
◆ operator==() [1/2]
bool FrameCPP::Version_6::Dimension::operator== |
( |
const Dimension & | dim | ) |
const |
|
inline |
param: const Dimension& dim - The object to compare with.
return: bool – true if the objects are equal, false otherwise. exc: None.
return: bool - true if the objects are equal, false otherwise. exc: None.
◆ operator==() [2/2]
bool FrameCPP::Version_6::Dimension::operator== |
( |
const Dimension & | dim | ) |
const |
param: const Dimension& dim - The object to compare with.
return: bool – true if the objects are equal, false otherwise. exc: None.
◆ SetNx() [1/2]
void FrameCPP::Version_6::Dimension::SetNx |
( |
INT_8U | Nx | ) |
|
|
inline |
◆ SetNx() [2/2]
void FrameCPP::Version_6::Dimension::SetNx |
( |
INT_8U | Nx | ) |
|
◆ mDx
REAL_8 FrameCPP::Version_6::Dimension::mDx |
|
private |
◆ mNx
INT_8U FrameCPP::Version_6::Dimension::mNx |
|
private |
◆ mStartX
REAL_8 FrameCPP::Version_6::Dimension::mStartX |
|
private |
◆ mUnitX
STRING FrameCPP::Version_6::Dimension::mUnitX |
|
private |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/build/include/framecpp/Version6/Dimension.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/src/Version6/Dimension.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/src/Version6/Dimension.cc