1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: ModelAPI_AttributeBoolean.cpp
4 // Created: 2 june 2014
5 // Author: Vitaly Smetannikov
7 #include "ModelAPI_AttributeBoolean.h"
9 std::string ModelAPI_AttributeBoolean::attributeType()
14 /// To virtually destroy the fields of successors
15 ModelAPI_AttributeBoolean::~ModelAPI_AttributeBoolean()
19 ModelAPI_AttributeBoolean::ModelAPI_AttributeBoolean()