|
Public Member Functions |
Standard_EXPORT | IGESGraph_Pick () |
Standard_EXPORT void | Init (const Standard_Integer nbProps, const Standard_Integer aPickStatus) |
| This method is used to set the fields of the class Pick
- nbProps : Number of property values (NP = 1)
- aPickStatus : Pick Flag
.
|
Standard_EXPORT Standard_Integer | NbPropertyValues () const |
| returns the number of property values in <me>.
|
Standard_EXPORT Standard_Integer | PickFlag () const |
| returns 0 if <me> is pickable(default),
1 if <me> is not pickable.
|
Standard_EXPORT Standard_Boolean | IsPickable () const |
| returns True if thePick is 0.
|
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Standard_Integer | theNbPropertyValues |
Standard_Integer | thePick |