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 736 of file SMESH_ControlsDef.hxx.
|
private |
Definition at line 747 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 749 of file SMESH_ControlsDef.hxx.
|
private |
Definition at line 750 of file SMESH_ControlsDef.hxx.
|
private |
Definition at line 751 of file SMESH_ControlsDef.hxx.