PCL
pcl::DecConversionOptions Struct Reference

A set of options specific for string representations of declination angles. More...

#include <String.h>

+ Inheritance diagram for pcl::DecConversionOptions:

Public Member Functions

constexpr DecConversionOptions (unsigned precision=2, unsigned width=3, char padding=' ')
 
- Public Member Functions inherited from pcl::LatitudeConversionOptions
constexpr LatitudeConversionOptions (unsigned precision=2, unsigned width=3, 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

Constructor & Destructor Documentation

◆ DecConversionOptions()

constexpr pcl::DecConversionOptions::DecConversionOptions ( unsigned  precision = 2,
unsigned  width = 3,
char  padding = ' ' 
)
inlineconstexpr

Constructs a DecConversionOptions 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, including a leading sign character.

Definition at line 384 of file String.h.


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