ldas-tools-framecpp
2.9.3
|
#include <Dimension.hh>
Public Types | |
typedef INT_8U | nx_type |
typedef REAL_8 | dx_type |
typedef REAL_8 | startX_type |
typedef INT_8U | nx_type |
typedef REAL_8 | dx_type |
typedef REAL_8 | startX_type |
typedef INT_8U | nx_type |
typedef REAL_8 | dx_type |
typedef REAL_8 | startX_type |
Public Member Functions | |
Dimension () | |
exc: None. More... | |
Dimension (const Dimension &dim) | |
exc: std::bad_alloc - Memory allocation failed. More... | |
Dimension (INT_8U nx, REAL_8 dx=1.0, const std::string &unitX="", REAL_8 startX=0.0) | |
exc: std::bad_alloc - Memory allocation failed. More... | |
Dimension (const Previous::Dimension &Source) | |
const Dimension & | operator= (const Dimension &dim) |
param: const Dimension& dim - The object to assign from. More... | |
bool | operator== (const Dimension &dim) const |
param: const Dimension& dim - The object to compare with. More... | |
bool | operator!= (const Dimension &dim) const |
param: const Dimension& dim - The object to compare with. More... | |
INT_8U | GetNx () const |
exc: None. More... | |
REAL_8 | GetDx () const |
exc: None. More... | |
REAL_8 | GetStartX () const |
exc: None. More... | |
const STRING & | GetUnitX () const |
exc: None. More... | |
void | SetNx (INT_8U Nx) |
cmn_streamsize_type | Bytes () const |
Dimension () | |
exc: None. More... | |
Dimension (const Dimension &dim) | |
exc: std::bad_alloc - Memory allocation failed. More... | |
Dimension (INT_8U nx, REAL_8 dx=1.0, const std::string &unitX="", REAL_8 startX=0.0) | |
exc: std::bad_alloc - Memory allocation failed. More... | |
Dimension (const Previous::Dimension &Source) | |
const Dimension & | operator= (const Dimension &dim) |
param: const Dimension& dim - The object to assign from. More... | |
bool | operator== (const Dimension &dim) const |
param: const Dimension& dim - The object to compare with. More... | |
bool | operator!= (const Dimension &dim) const |
param: const Dimension& dim - The object to compare with. More... | |
INT_8U | GetNx () const |
exc: None. More... | |
REAL_8 | GetDx () const |
exc: None. More... | |
REAL_8 | GetStartX () const |
exc: None. More... | |
const STRING & | GetUnitX () const |
exc: None. More... | |
void | SetNx (INT_8U Nx) |
cmn_streamsize_type | Bytes () const |
Dimension () | |
exc: None. More... | |
Dimension (const Dimension &dim) | |
exc: std::bad_alloc - Memory allocation failed. More... | |
Dimension (INT_8U nx, REAL_8 dx=1.0, const std::string &unitX="", REAL_8 startX=0.0) | |
exc: std::bad_alloc - Memory allocation failed. More... | |
Dimension (const Previous::Dimension &Source) | |
const Dimension & | operator= (const Dimension &dim) |
param: const Dimension& dim - The object to assign from. More... | |
bool | operator== (const Dimension &dim) const |
param: const Dimension& dim - The object to compare with. More... | |
bool | operator!= (const Dimension &dim) const |
param: const Dimension& dim - The object to compare with. More... | |
INT_8U | GetNx () const |
exc: None. More... | |
REAL_8 | GetDx () const |
exc: None. More... | |
REAL_8 | GetStartX () const |
exc: None. More... | |
const STRING & | GetUnitX () const |
exc: None. More... | |
void | SetNx (INT_8U Nx) |
cmn_streamsize_type | Bytes () const |
Private Attributes | |
INT_8U | mNx |
REAL_8 | mDx |
STRING | mUnitX |
REAL_8 | mStartX |
typedef REAL_8 FrameCPP::Version_6::Dimension::dx_type |
typedef REAL_8 FrameCPP::Version_6::Dimension::dx_type |
typedef REAL_8 FrameCPP::Version_6::Dimension::dx_type |
typedef INT_8U FrameCPP::Version_6::Dimension::nx_type |
typedef INT_8U FrameCPP::Version_6::Dimension::nx_type |
typedef INT_8U FrameCPP::Version_6::Dimension::nx_type |
typedef REAL_8 FrameCPP::Version_6::Dimension::startX_type |
typedef REAL_8 FrameCPP::Version_6::Dimension::startX_type |
typedef REAL_8 FrameCPP::Version_6::Dimension::startX_type |
FrameCPP::Version_6::Dimension::Dimension | ( | ) |
exc: None.
FrameCPP::Version_6::Dimension::Dimension | ( | const Dimension & | dim | ) |
|
explicit |
exc: std::bad_alloc - Memory allocation failed.
Constructor.
This creates a Dimension object with the specified attributes.
[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. |
std::bad_alloc | Memory allocation failed. |
|
inline |
FrameCPP::Version_6::Dimension::Dimension | ( | ) |
exc: None.
FrameCPP::Version_6::Dimension::Dimension | ( | const Dimension & | dim | ) |
exc: std::bad_alloc - Memory allocation failed.
|
explicit |
exc: std::bad_alloc - Memory allocation failed.
FrameCPP::Version_6::Dimension::Dimension | ( | const Previous::Dimension & | Source | ) |
FrameCPP::Version_6::Dimension::Dimension | ( | ) |
exc: None.
FrameCPP::Version_6::Dimension::Dimension | ( | const Dimension & | dim | ) |
exc: std::bad_alloc - Memory allocation failed.
|
explicit |
exc: std::bad_alloc - Memory allocation failed.
FrameCPP::Version_6::Dimension::Dimension | ( | const Previous::Dimension & | Source | ) |
|
inline |
cmn_streamsize_type FrameCPP::Version_6::Dimension::Bytes | ( | ) | const |
cmn_streamsize_type FrameCPP::Version_6::Dimension::Bytes | ( | ) | const |
|
inline |
exc: None.
return: REAL_8 – The scale factor.
exc: None.
REAL_8 FrameCPP::Version_6::Dimension::GetDx | ( | ) | const |
exc: None.
REAL_8 FrameCPP::Version_6::Dimension::GetDx | ( | ) | const |
exc: None.
|
inline |
exc: None.
return: INT_8U – The dimension length.
exc: None.
INT_8U FrameCPP::Version_6::Dimension::GetNx | ( | ) | const |
exc: None.
INT_8U FrameCPP::Version_6::Dimension::GetNx | ( | ) | const |
exc: None.
|
inline |
exc: None.
return: REAL_8 – Data set origin.
exc: None.
REAL_8 FrameCPP::Version_6::Dimension::GetStartX | ( | ) | const |
exc: None.
REAL_8 FrameCPP::Version_6::Dimension::GetStartX | ( | ) | const |
exc: None.
|
inline |
exc: None.
return: const std::string& – The units.
exc: None.
const STRING& FrameCPP::Version_6::Dimension::GetUnitX | ( | ) | const |
exc: None.
const STRING& FrameCPP::Version_6::Dimension::GetUnitX | ( | ) | const |
exc: None.
|
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.
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.
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.
|
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.
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.
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.
|
inline |
void FrameCPP::Version_6::Dimension::SetNx | ( | INT_8U | Nx | ) |
void FrameCPP::Version_6::Dimension::SetNx | ( | INT_8U | Nx | ) |
|
private |
|
private |
|
private |
|
private |