SHAPER  9.12.0
PlaneGCSSolver_BooleanWrapper Class Reference

Wrapper providing storage for boolean values. More...

Inheritance diagram for PlaneGCSSolver_BooleanWrapper:
Inheritance graph

Public Member Functions

 PlaneGCSSolver_BooleanWrapper (bool theValue)
 
void setValue (bool theValue)
 Change value of parameter. More...
 
bool value () const
 Return value of parameter. More...
 
virtual SketchSolver_EntityType type () const
 Return type of current entity. More...
 
void setExternal (bool theExternal)
 Change flag indicating the entity cannot be changed in the solver. More...
 
bool isExternal () const
 Return the External flag. More...
 
void setAdditionalAttributes (const std::map< std::string, EntityWrapperPtr > &theAttribues)
 Store names of attributes and their values if necessary. More...
 
const std::map< std::string, EntityWrapperPtr > & additionalAttributes () const
 Return the list of additional attributes. More...
 

Protected Member Functions

virtual bool update (std::shared_ptr< ModelAPI_Attribute > theAttribute)
 Update entity by the values of theAttribute. More...
 

Protected Attributes

bool myValue
 

Detailed Description

Wrapper providing storage for boolean values.

Member Function Documentation

◆ setValue()

void PlaneGCSSolver_BooleanWrapper::setValue ( bool  theValue)
inline

Change value of parameter.

◆ value()

bool PlaneGCSSolver_BooleanWrapper::value ( ) const
inline

Return value of parameter.

◆ type()

virtual SketchSolver_EntityType PlaneGCSSolver_BooleanWrapper::type ( ) const
inlinevirtual

Return type of current entity.

Implements PlaneGCSSolver_EntityWrapper.

◆ update()

bool PlaneGCSSolver_BooleanWrapper::update ( std::shared_ptr< ModelAPI_Attribute theAttribute)
protectedvirtual

Update entity by the values of theAttribute.

Returns
true if any value of attribute is not equal to the stored in the entity

Reimplemented from PlaneGCSSolver_EntityWrapper.

◆ setExternal()

void PlaneGCSSolver_EntityWrapper::setExternal ( bool  theExternal)
inlineinherited

Change flag indicating the entity cannot be changed in the solver.

◆ isExternal()

bool PlaneGCSSolver_EntityWrapper::isExternal ( ) const
inlineinherited

Return the External flag.

◆ setAdditionalAttributes()

void PlaneGCSSolver_EntityWrapper::setAdditionalAttributes ( const std::map< std::string, EntityWrapperPtr > &  theAttribues)
inlineinherited

Store names of attributes and their values if necessary.

◆ additionalAttributes()

const std::map<std::string, EntityWrapperPtr>& PlaneGCSSolver_EntityWrapper::additionalAttributes ( ) const
inlineinherited

Return the list of additional attributes.