PCL
pcl::RAConversionOptions Struct Reference

A set of options specific for string representations of right ascensions. More...

#include <String.h>

+ Inheritance diagram for pcl::RAConversionOptions:

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_=' ')
 
SexagesimalConversionOptionsoperator= (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
 

Detailed Description

This is a convenience structure to ease string representations of hour angles in the range [0h,24h) as hours, minutes and seconds.

See also
IsoString::ToSexagesimal(), String::ToSexagesimal(), SexagesimalConversionOptions, AngleConversionOptions, LongitudeConversionOptions, LatitudeConversionOptions, DecConversionOptions

Definition at line 316 of file String.h.

Constructor & Destructor Documentation

◆ RAConversionOptions()

constexpr pcl::RAConversionOptions::RAConversionOptions ( unsigned  precision = 3,
unsigned  width = 2,
char  padding = ' ' 
)
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.

Definition at line 325 of file String.h.


The documentation for this struct was generated from the following file: