#include <GEOM_BaseDriver.hxx>
Public Member Functions | |
Standard_EXPORT void | Set (const char *nm) |
template<class T > | |
Standard_EXPORT void | Set (const char *nm, const T &value) |
template<class T > | |
Standard_EXPORT GEOM_Param & | operator<< (const T &anything) |
Standard_EXPORT GEOM_Param & | operator<< (const Handle(GEOM_Function)&fun) |
Appends a GEOM_Function value. More... | |
Standard_EXPORT GEOM_Param & | operator<< (const Handle(Standard_Transient)&fun) |
Appends a GEOM_Function value. More... | |
Standard_EXPORT GEOM_Param & | operator<< (const Handle(TColStd_HSequenceOfTransient)&funs) |
Appends several GEOM_Function's to the value. More... | |
Standard_EXPORT GEOM_Param & | operator<< (const Handle(TColStd_HArray1OfInteger)&vals) |
Appends several int's to the value. More... | |
Standard_EXPORT GEOM_Param & | operator<< (TopAbs_ShapeEnum type) |
Appends TopAbs_ShapeEnum to the value. More... | |
Standard_EXPORT GEOM_Param & | operator<< (TopAbs_State state) |
Appends TopAbs_State to the value. More... | |
Public Attributes | |
std::string | name |
std::string | value |
|
inline |
References value.
GEOM_Param & GEOM_Param::operator<< | ( | const Handle(GEOM_Function)& | fun | ) |
References GEOM_Function::GetOwnerEntry(), Handle(), and name.
GEOM_Param & GEOM_Param::operator<< | ( | const Handle(Standard_Transient)& | fun | ) |
References Handle().
GEOM_Param & GEOM_Param::operator<< | ( | const Handle(TColStd_HSequenceOfTransient)& | funs | ) |
GEOM_Param & GEOM_Param::operator<< | ( | const Handle(TColStd_HArray1OfInteger)& | vals | ) |
References appendSeq().
GEOM_Param & GEOM_Param::operator<< | ( | TopAbs_ShapeEnum | type | ) |
GEOM_Param & GEOM_Param::operator<< | ( | TopAbs_State | state | ) |
|
inline |
References name.
|
inline |
std::string GEOM_Param::name |
std::string GEOM_Param::value |