mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-21 20:30:06 +08:00
13 lines
338 B
Plaintext
Executable File
13 lines
338 B
Plaintext
Executable File
// Copyright: Matra-Datavision 1995
|
|
// File: SelectBasics_EntityOwner.lxx
|
|
// Created: Thu Feb 23 11:50:49 1995
|
|
// Author: Mister rmi
|
|
// <rmi>
|
|
|
|
|
|
inline void SelectBasics_EntityOwner::Set (const Standard_Integer aPriority)
|
|
{mypriority = aPriority;}
|
|
|
|
inline Standard_Integer SelectBasics_EntityOwner::Priority() const
|
|
{return mypriority;}
|