#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
GroupColor () | |
virtual void | SetMesh (const SMDS_Mesh *theMesh) |
virtual bool | IsSatisfy (long theElementId) |
void | SetType (SMDSAbs_ElementType theType) |
virtual SMDSAbs_ElementType | GetType () const |
void | SetColorStr (const TCollection_AsciiString &) |
void | GetColorStr (TCollection_AsciiString &) const |
Private Types | |
typedef std::set< long > | TIDs |
Private Attributes | |
Quantity_Color | myColor |
SMDSAbs_ElementType | myType |
TIDs | myIDs |
Definition at line 746 of file SMESH_ControlsDef.hxx.
typedef std::set< long > SMESH.Controls.GroupColor.TIDs [private] |
Definition at line 757 of file SMESH_ControlsDef.hxx.
SMESH.Controls.GroupColor.GroupColor | ( | ) |
virtual void SMESH.Controls.GroupColor.SetMesh | ( | const SMDS_Mesh * | theMesh | ) | [virtual] |
Implements SMESH.Controls.Functor.
virtual bool SMESH.Controls.GroupColor.IsSatisfy | ( | long | theElementId | ) | [virtual] |
Implements SMESH.Controls.Predicate.
void SMESH.Controls.GroupColor.SetType | ( | SMDSAbs_ElementType | theType | ) |
virtual SMDSAbs_ElementType SMESH.Controls.GroupColor.GetType | ( | ) | const [virtual] |
Implements SMESH.Controls.Predicate.
void SMESH.Controls.GroupColor.SetColorStr | ( | const TCollection_AsciiString & | ) |
void SMESH.Controls.GroupColor.GetColorStr | ( | TCollection_AsciiString & | ) | const |
Quantity_Color SMESH.Controls.GroupColor.myColor [private] |
Definition at line 759 of file SMESH_ControlsDef.hxx.
Definition at line 760 of file SMESH_ControlsDef.hxx.
TIDs SMESH.Controls.GroupColor.myIDs [private] |
Definition at line 761 of file SMESH_ControlsDef.hxx.