|
SALOME - SMESH
|
#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.
|
private |
Definition at line 757 of file SMESH_ControlsDef.hxx.
| SMESH::Controls::GroupColor::GroupColor | ( | ) |
|
virtual |
Implements SMESH::Controls::Functor.
|
virtual |
Implements SMESH::Controls::Predicate.
| void SMESH::Controls::GroupColor::SetType | ( | SMDSAbs_ElementType | theType | ) |
|
virtual |
Implements SMESH::Controls::Predicate.
| void SMESH::Controls::GroupColor::SetColorStr | ( | const TCollection_AsciiString & | ) |
| void SMESH::Controls::GroupColor::GetColorStr | ( | TCollection_AsciiString & | ) | const |
|
private |
Definition at line 759 of file SMESH_ControlsDef.hxx.
|
private |
Definition at line 760 of file SMESH_ControlsDef.hxx.
|
private |
Definition at line 761 of file SMESH_ControlsDef.hxx.