OpenLexocad  27.1
Geom::StringTool Class Reference

#include <StringTool.h>

Public Member Functions

void to_do ()
 

Static Public Member Functions

template<typename T >
static std::string toStlString (const T &t)
 
template<typename T >
static std::string toStlString (const T &t, int precision)
 
template<typename T >
static std::string toStlString (const T &t, int fieldWidth, char fillChar)
 
template<>
static std::string toStlString (const Geom::Pnt &p, int precision)
 
template<>
static std::string toStlString (const Geom::Vec &v, int precision)
 
template<>
static std::string toStlString (const Geom::XYZ &xyz, int precision)
 
template<>
static std::string toStlString (const Geom::Dir &dir, int precision)
 
template<typename T >
static Base::String toString (const T &t)
 
template<typename T >
static Base::String toString (const T &t, int precision)
 
template<typename T >
static Base::String toString (const T &t, int fieldWidth, wchar_t fillChar)
 
template<>
static Base::String toString (const Geom::Pnt &p, int precision)
 
template<>
static Base::String toString (const Geom::Vec &v, int precision)
 
template<>
static Base::String toString (const Geom::XYZ &xyz, int precision)
 
template<>
static Base::String toString (const Geom::Dir &dir, int precision)
 

Member Function Documentation

◆ to_do()

void Geom::StringTool::to_do ( )

◆ toStlString() [1/7]

template<typename T >
static std::string Geom::StringTool::toStlString ( const T &  t)
inlinestatic

◆ toStlString() [2/7]

template<typename T >
static std::string Geom::StringTool::toStlString ( const T &  t,
int  precision 
)
inlinestatic

◆ toStlString() [3/7]

template<typename T >
static std::string Geom::StringTool::toStlString ( const T &  t,
int  fieldWidth,
char  fillChar 
)
inlinestatic

◆ toStlString() [4/7]

template<>
static std::string Geom::StringTool::toStlString ( const Geom::Pnt p,
int  precision 
)
inlinestatic

◆ toStlString() [5/7]

template<>
static std::string Geom::StringTool::toStlString ( const Geom::Vec v,
int  precision 
)
inlinestatic

◆ toStlString() [6/7]

template<>
static std::string Geom::StringTool::toStlString ( const Geom::XYZ xyz,
int  precision 
)
inlinestatic

◆ toStlString() [7/7]

template<>
static std::string Geom::StringTool::toStlString ( const Geom::Dir dir,
int  precision 
)
inlinestatic

◆ toString() [1/7]

template<typename T >
static Base::String Geom::StringTool::toString ( const T &  t)
inlinestatic

◆ toString() [2/7]

template<typename T >
static Base::String Geom::StringTool::toString ( const T &  t,
int  precision 
)
inlinestatic

◆ toString() [3/7]

template<typename T >
static Base::String Geom::StringTool::toString ( const T &  t,
int  fieldWidth,
wchar_t  fillChar 
)
inlinestatic

◆ toString() [4/7]

template<>
static Base::String Geom::StringTool::toString ( const Geom::Pnt p,
int  precision 
)
inlinestatic

◆ toString() [5/7]

template<>
static Base::String Geom::StringTool::toString ( const Geom::Vec v,
int  precision 
)
inlinestatic

◆ toString() [6/7]

template<>
static Base::String Geom::StringTool::toString ( const Geom::XYZ xyz,
int  precision 
)
inlinestatic

◆ toString() [7/7]

template<>
static Base::String Geom::StringTool::toString ( const Geom::Dir dir,
int  precision 
)
inlinestatic

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