PCL
pcl::LatitudeConversionOptions Struct Reference

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

#include <String.h>

+ Inheritance diagram for pcl::LatitudeConversionOptions:

Public Member Functions

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

This is a convenience structure to ease string representations of angles in the range [-90°,+90°] as degrees, minutes and seconds of arc.

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

Definition at line 345 of file String.h.

Constructor & Destructor Documentation

◆ LatitudeConversionOptions()

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

Constructs a LatitudeConversionOptions 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 355 of file String.h.


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