PCL
|
A set of options specific for string representations of right ascensions. More...
#include <String.h>
Public Member Functions | |
constexpr | RAConversionOptions (unsigned precision=3, unsigned width=2, char padding=' ') |
Public Member Functions inherited from pcl::SexagesimalConversionOptions | |
SexagesimalConversionOptions (const SexagesimalConversionOptions &)=default | |
constexpr | SexagesimalConversionOptions (unsigned items_=3, unsigned precision_=2, bool sign_=false, unsigned width_=0, char separator_=':', char padding_=' ') |
SexagesimalConversionOptions & | operator= (const SexagesimalConversionOptions &)=default |
Additional Inherited Members | |
Public Attributes inherited from pcl::SexagesimalConversionOptions | |
unsigned | items: 2 |
char | padding |
unsigned | precision: 4 |
char | separator |
bool | sign: 1 |
unsigned | width: 4 |
This is a convenience structure to ease string representations of hour angles in the range [0h,24h) as hours, minutes and seconds.
|
inlineconstexpr |
Constructs a RAConversionOptions structure initialized for the specified precision and first item width and padding character. The string representation will consist of three items separated by spaces. If width is nonzero, the first item will be represented right-justified within a field of width padding characters.