SHAPER  9.12.0
GeomAlgoAPI_InfoValue Class Reference

Keeps values of different possible types, used in python shapeInfo. More...

Public Member Functions

 GeomAlgoAPI_InfoValue (const char *theVal)
 
 GeomAlgoAPI_InfoValue (const std::string theVal)
 
 GeomAlgoAPI_InfoValue (const double theVal)
 
 GeomAlgoAPI_InfoValue (const bool theVal)
 
const int & type () const
 
const std::string & string () const
 
const double & real () const
 
const bool & boolean () const
 

Detailed Description

Keeps values of different possible types, used in python shapeInfo.