Home
last modified time | relevance | path

Searched refs:theMode (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_SelectionManager.cxx69 if (theMode != -1) in Load()
70 loadMode (theObject, theMode); in Load()
112 if (theMode == -1) in Activate()
120 Activate (aChild, theMode); in Activate()
208 if (theMode == -1) in Deactivate()
242 if (theMode == -1) in IsActivated()
286 if (theMode != -1) in ClearSelectionStructures()
327 if (theMode != -1) in RestoreSelectionStructures()
374 if (theMode == -1) in RecomputeSelection()
404 if (theMode == -1) in RecomputeSelection()
[all …]
H A DSelectMgr_SelectionManager.hxx45 …id Load (const Handle(SelectMgr_SelectableObject)& theObject, const Standard_Integer theMode = -1);
55 const Standard_Integer theMode = 0);
61 const Standard_Integer theMode = -1);
67 const Standard_Integer theMode = -1) const;
73 const Standard_Integer theMode = -1);
78 const Standard_Integer theMode = -1);
83 …heObject, const Standard_Boolean theIsForce = Standard_False, const Standard_Integer theMode = -1);
93 …st Handle(SelectMgr_SelectableObject)& theObject, const Standard_Integer theMode, const SelectMgr_…
99 const Standard_Integer theMode,
110 const Standard_Integer theMode);
[all …]
H A DSelectMgr_SelectableObject.hxx57 const Standard_Integer theMode) = 0;
73 Standard_EXPORT void RecomputePrimitives (const Standard_Integer theMode);
88 …Standard_EXPORT const Handle(SelectMgr_Selection)& Selection (const Standard_Integer theMode) cons…
91 …Standard_Boolean HasSelection (const Standard_Integer theMode) const { return !Selection (theMode)… in HasSelection()
152 void UpdateSelection (const Standard_Integer theMode = -1) in UpdateSelection() argument
154 updateSelection (theMode); in UpdateSelection()
158 …AssemblyOwner (const Handle(SelectMgr_EntityOwner)& theOwner, const Standard_Integer theMode = -1);
181 void setGlobalSelMode (const Standard_Integer theMode) in setGlobalSelMode() argument
183 myGlobalSelMode = theMode > 0 ? theMode : 0; in setGlobalSelMode()
191 Standard_EXPORT virtual void updateSelection (const Standard_Integer theMode);
H A DSelectMgr_SelectableObject.cxx103 if (aSel->Mode() == theMode) in RecomputePrimitives()
106 ComputeSelection (aSel, theMode); in RecomputePrimitives()
121 ComputeSelection (aNewSel, theMode); in RecomputePrimitives()
163 if (theMode == -1) in Handle()
171 if (aSel->Mode() == theMode) in Handle()
189 ComputeSelection(theSel, theMode); in AddSelection()
211 if (theMode == 0) in AddSelection()
441 if (theMode == -1) in updateSelection()
454 if (aSel->Mode() == theMode) in updateSelection()
469 if (theMode == -1) in SetAssemblyOwner()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/PrsMgr/
H A DPrsMgr_PresentationManager.cxx51 Update (thePrsObj, theMode); in Display()
75 Display(anIter.Value(), theMode); in Display()
92 Erase(anIter.Value(), theMode); in Erase()
107 if ((theMode == aPrs->Mode() || theMode == -1) in Erase()
114 if (theMode != -1) in Erase()
137 Clear(anIter.Value(), theMode); in Clear()
310 Update (anIter.Value(), theMode); in Update()
485 if (theMode == aPrs->Mode() in HasPresentation()
508 if (theMode == aPrs->Mode() in Handle()
543 if (theMode == aPrs->Mode() in RemovePresentation()
[all …]
H A DPrsMgr_PresentationManager.hxx50 …Display (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0);
55 …d Erase (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0);
59 …d Clear (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0);
74 …ority (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode) const;
84 …d (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0) const;
88 …d (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0) const;
92 …e (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0) const;
119 const Standard_Integer theMode = 0,
130 const Standard_Integer theMode = 0);
150 const Standard_Integer theMode = 0,
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOSD_OpenFile.hxx37 const char* theMode);
58 const std::ios_base::openmode theMode) in OSD_OpenStream() argument
70 __gnu_cxx::stdio_filebuf<char> aGccBuf (aFileDesc, theMode); in OSD_OpenStream()
78 return theFileBuf.open (theName.ToWideString(), theMode) != 0; in OSD_OpenStream()
83 return theFileBuf.open (aString.ToCString(), theMode) != 0; in OSD_OpenStream()
94 const std::ios_base::openmode theMode) in OSD_OpenStream() argument
101 if (! OSD_OpenStream (*theStream.rdbuf(), theName, theMode)) in OSD_OpenStream()
110 theStream.open (theName.ToWideString(), theMode); in OSD_OpenStream()
115 theStream.open (aString.ToCString(), theMode); in OSD_OpenStream()
131 OSD_OpenStream (theStream, aFileNameW, theMode); in OSD_OpenStream()
[all …]
H A DPrsMgr_PresentationManager.hxx50 …Display (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0);
55 …d Erase (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0);
59 …d Clear (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0);
74 …ority (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode) const;
84 …d (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0) const;
88 …d (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0) const;
92 …e (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0) const;
119 const Standard_Integer theMode = 0,
130 const Standard_Integer theMode = 0);
150 const Standard_Integer theMode = 0,
[all …]
H A DSelectMgr_SelectionManager.hxx45 …id Load (const Handle(SelectMgr_SelectableObject)& theObject, const Standard_Integer theMode = -1);
55 const Standard_Integer theMode = 0);
61 const Standard_Integer theMode = -1);
67 const Standard_Integer theMode = -1) const;
73 const Standard_Integer theMode = -1);
78 const Standard_Integer theMode = -1);
83 …heObject, const Standard_Boolean theIsForce = Standard_False, const Standard_Integer theMode = -1);
93 …st Handle(SelectMgr_SelectableObject)& theObject, const Standard_Integer theMode, const SelectMgr_…
99 const Standard_Integer theMode,
110 const Standard_Integer theMode);
[all …]
H A DSelectMgr_SelectableObject.hxx57 const Standard_Integer theMode) = 0;
73 Standard_EXPORT void RecomputePrimitives (const Standard_Integer theMode);
88 …Standard_EXPORT const Handle(SelectMgr_Selection)& Selection (const Standard_Integer theMode) cons…
91 …Standard_Boolean HasSelection (const Standard_Integer theMode) const { return !Selection (theMode)… in HasSelection()
152 void UpdateSelection (const Standard_Integer theMode = -1) in UpdateSelection() argument
154 updateSelection (theMode); in UpdateSelection()
158 …AssemblyOwner (const Handle(SelectMgr_EntityOwner)& theOwner, const Standard_Integer theMode = -1);
181 void setGlobalSelMode (const Standard_Integer theMode) in setGlobalSelMode() argument
183 myGlobalSelMode = theMode > 0 ? theMode : 0; in setGlobalSelMode()
191 Standard_EXPORT virtual void updateSelection (const Standard_Integer theMode);
H A DAIS_GlobalStatus.hxx45 void SetDisplayMode (const Standard_Integer theMode) { myDispMode = theMode; } in SetDisplayMode() argument
63 Standard_Boolean IsSModeIn (Standard_Integer theMode) const in IsSModeIn()
65 return mySelModes.Contains (theMode); in IsSModeIn()
69 Standard_Boolean AddSelectionMode (const Standard_Integer theMode) in AddSelectionMode() argument
71 if (!mySelModes.Contains (theMode)) in AddSelectionMode()
73 mySelModes.Append (theMode); in AddSelectionMode()
80 Standard_Boolean RemoveSelectionMode (const Standard_Integer theMode) in RemoveSelectionMode() argument
82 return mySelModes.Remove (theMode); in RemoveSelectionMode()
H A DOpenGl_VertexBuffer.hxx48 const Graphic3d_TypeOfAttribute theMode) const in BindAttribute()
53 bindAttribute (theCtx, theMode, static_cast<int> (myComponentsNb), myDataType, 0, myOffset); in BindAttribute()
61 const Graphic3d_TypeOfAttribute theMode) const in UnbindAttribute()
66 unbindAttribute (theCtx, theMode); in UnbindAttribute()
75 const Graphic3d_TypeOfAttribute theMode,
84 const Graphic3d_TypeOfAttribute theMode);
90 const Graphic3d_TypeOfAttribute theMode,
98 const Graphic3d_TypeOfAttribute theMode);
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_OpenFile.hxx37 const char* theMode);
58 const std::ios_base::openmode theMode) in OSD_OpenStream() argument
70 __gnu_cxx::stdio_filebuf<char> aGccBuf (aFileDesc, theMode); in OSD_OpenStream()
78 return theFileBuf.open (theName.ToWideString(), theMode) != 0; in OSD_OpenStream()
83 return theFileBuf.open (aString.ToCString(), theMode) != 0; in OSD_OpenStream()
94 const std::ios_base::openmode theMode) in OSD_OpenStream() argument
101 if (! OSD_OpenStream (*theStream.rdbuf(), theName, theMode)) in OSD_OpenStream()
110 theStream.open (theName.ToWideString(), theMode); in OSD_OpenStream()
115 theStream.open (aString.ToCString(), theMode); in OSD_OpenStream()
131 OSD_OpenStream (theStream, aFileNameW, theMode); in OSD_OpenStream()
[all …]
H A DOSD_OpenFile.cxx29 if (theMode & ::std::ios_base::in) in OSD_OpenFile_iosMode2FileFlags()
33 if (theMode & ::std::ios_base::out) in OSD_OpenFile_iosMode2FileFlags()
39 if (theMode & ::std::ios_base::app) in OSD_OpenFile_iosMode2FileFlags()
45 if (theMode & ::std::ios_base::binary) in OSD_OpenFile_iosMode2FileFlags()
62 ::std::ios_base::openmode theMode) in OSD_OpenFileDescriptor() argument
65 const int aFlags = OSD_OpenFile_iosMode2FileFlags (theMode); in OSD_OpenFileDescriptor()
84 const char* theMode) in OSD_OpenFile() argument
90 const TCollection_ExtendedString aFileModeW (theMode, Standard_True); in OSD_OpenFile()
94 aFile = ::fopen (theName, theMode); in OSD_OpenFile()
104 const char* theMode) in OSD_OpenFile() argument
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOSD_OpenFile.hxx37 const char* theMode);
58 const std::ios_base::openmode theMode) in OSD_OpenStream() argument
70 __gnu_cxx::stdio_filebuf<char> aGccBuf (aFileDesc, theMode); in OSD_OpenStream()
78 return theFileBuf.open (theName.ToWideString(), theMode) != 0; in OSD_OpenStream()
83 return theFileBuf.open (aString.ToCString(), theMode) != 0; in OSD_OpenStream()
94 const std::ios_base::openmode theMode) in OSD_OpenStream() argument
101 if (! OSD_OpenStream (*theStream.rdbuf(), theName, theMode)) in OSD_OpenStream()
110 theStream.open (theName.ToWideString(), theMode); in OSD_OpenStream()
115 theStream.open (aString.ToCString(), theMode); in OSD_OpenStream()
131 OSD_OpenStream (theStream, aFileNameW, theMode); in OSD_OpenStream()
[all …]
H A DPrsMgr_PresentationManager.hxx58 …Display (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0);
63 …d Erase (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0);
67 …d Clear (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0);
76 …ableObject)& thePrsObject, const Standard_Integer theMode) { Unhighlight (thePrsObject); (void )th… in Unhighlight() argument
85 …ority (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode) const;
95 …d (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0) const;
99 …d (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0) const;
103 …e (const Handle(PrsMgr_PresentableObject)& thePrsObject, const Standard_Integer theMode = 0) const;
130 const Standard_Integer theMode = 0,
159 const Standard_Integer theMode = 0,
[all …]
H A DSelectMgr_SelectionManager.hxx45 …id Load (const Handle(SelectMgr_SelectableObject)& theObject, const Standard_Integer theMode = -1);
55 const Standard_Integer theMode = 0);
61 const Standard_Integer theMode = -1);
67 const Standard_Integer theMode = -1) const;
73 const Standard_Integer theMode = -1);
78 const Standard_Integer theMode = -1);
83 …heObject, const Standard_Boolean theIsForce = Standard_False, const Standard_Integer theMode = -1);
93 …st Handle(SelectMgr_SelectableObject)& theObject, const Standard_Integer theMode, const SelectMgr_…
99 const Standard_Integer theMode,
110 const Standard_Integer theMode);
[all …]
H A DSelectMgr_SelectableObject.hxx57 const Standard_Integer theMode) = 0;
73 Standard_EXPORT void RecomputePrimitives (const Standard_Integer theMode);
88 …Standard_EXPORT const Handle(SelectMgr_Selection)& Selection (const Standard_Integer theMode) cons…
91 …Standard_Boolean HasSelection (const Standard_Integer theMode) const { return !Selection (theMode)… in HasSelection()
152 void UpdateSelection (const Standard_Integer theMode = -1) in UpdateSelection() argument
154 updateSelection (theMode); in UpdateSelection()
158 …AssemblyOwner (const Handle(SelectMgr_EntityOwner)& theOwner, const Standard_Integer theMode = -1);
199 void setGlobalSelMode (const Standard_Integer theMode) in setGlobalSelMode() argument
201 myGlobalSelMode = theMode > 0 ? theMode : 0; in setGlobalSelMode()
209 Standard_EXPORT virtual void updateSelection (const Standard_Integer theMode);
H A DIGESCAFControl_Reader.hxx81 void SetColorMode (const Standard_Boolean theMode) in SetColorMode() argument
82 { myColorMode = theMode; } in SetColorMode()
88 void SetNameMode (const Standard_Boolean theMode) in SetNameMode() argument
89 { myNameMode = theMode; } in SetNameMode()
95 void SetLayerMode (const Standard_Boolean theMode) in SetLayerMode() argument
96 { myLayerMode = theMode; } in SetLayerMode()
/dports/textproc/zorba/zorba-2.7.0/src/zorbautils/
H A Dlock.cpp35 theMode(NOLOCK), in Lock()
46 assert(theMode == NOLOCK); in ~Lock()
68 switch (theMode) in rlock()
76 theMode = READ; in rlock()
153 switch (theMode) in wlock()
161 theMode = WRITE; in wlock()
184 theMode = WRITE; in wlock()
247 if (theMode == WRITE) in unlock()
259 theMode = NOLOCK; in unlock()
268 assert(theMode == READ); in unlock()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_ConnectedInteractive.cxx115 const Standard_Integer theMode) in Compute() argument
126 thePrsMgr->Connect (this, myReference, theMode, theMode); in Compute()
129 thePrsMgr->Update (myReference, theMode); in Compute()
206 if (theMode != 0 && myReference->AcceptShapeDecomposition()) in ComputeSelection()
208 computeSubShapeSelection (theSelection, theMode); in ComputeSelection()
212 if (!myReference->HasSelection (theMode)) in ComputeSelection()
214 myReference->RecomputePrimitives (theMode); in ComputeSelection()
225 myReference->RecomputePrimitives (theMode); in ComputeSelection()
253 if (!myReference->HasSelection (theMode)) in computeSubShapeSelection()
255 myReference->RecomputePrimitives (theMode); in computeSubShapeSelection()
[all …]
H A DAIS_GlobalStatus.hxx45 void SetDisplayMode (const Standard_Integer theMode) { myDispMode = theMode; } in SetDisplayMode() argument
63 Standard_Boolean IsSModeIn (Standard_Integer theMode) const in IsSModeIn()
65 return mySelModes.Contains (theMode); in IsSModeIn()
69 Standard_Boolean AddSelectionMode (const Standard_Integer theMode) in AddSelectionMode() argument
71 if (!mySelModes.Contains (theMode)) in AddSelectionMode()
73 mySelModes.Append (theMode); in AddSelectionMode()
80 Standard_Boolean RemoveSelectionMode (const Standard_Integer theMode) in RemoveSelectionMode() argument
82 return mySelModes.Remove (theMode); in RemoveSelectionMode()
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_VertexBuffer.hxx48 const Graphic3d_TypeOfAttribute theMode) const in BindAttribute()
53 bindAttribute (theCtx, theMode, static_cast<int> (myComponentsNb), myDataType, 0, myOffset); in BindAttribute()
61 const Graphic3d_TypeOfAttribute theMode) const in UnbindAttribute()
66 unbindAttribute (theCtx, theMode); in UnbindAttribute()
75 const Graphic3d_TypeOfAttribute theMode,
84 const Graphic3d_TypeOfAttribute theMode);
90 const Graphic3d_TypeOfAttribute theMode,
98 const Graphic3d_TypeOfAttribute theMode);
/dports/cad/opencascade/opencascade-7.6.0/src/IVtkOCC/
H A DIVtkOCC_ShapePickerAlgo.cxx88 const IVtk_SelectionMode theMode, in SetSelectionMode() argument
116 if (!aSelObj->HasSelection (theMode)) in SetSelectionMode()
119 Handle(SelectMgr_Selection) aNewSelection = new SelectMgr_Selection (theMode); in SetSelectionMode()
120 aSelObj->AddSelection (aNewSelection, theMode); in SetSelectionMode()
125 const Handle(SelectMgr_Selection)& aSel = aSelObj->Selection (theMode); in SetSelectionMode()
132 aSelObj->RecomputePrimitives (theMode); in SetSelectionMode()
153 myViewerSelector->Activate (aSelObj->Selection (theMode)); in SetSelectionMode()
161 if (aSelObj->HasSelection (theMode)) in SetSelectionMode()
163 const Handle(SelectMgr_Selection)& aSel = aSelObj->Selection (theMode); in SetSelectionMode()
175 const IVtk_SelectionMode theMode, in SetSelectionMode() argument
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESCAFControl/
H A DIGESCAFControl_Reader.hxx86 void SetColorMode (const Standard_Boolean theMode) in SetColorMode() argument
87 { myColorMode = theMode; } in SetColorMode()
93 void SetNameMode (const Standard_Boolean theMode) in SetNameMode() argument
94 { myNameMode = theMode; } in SetNameMode()
100 void SetLayerMode (const Standard_Boolean theMode) in SetLayerMode() argument
101 { myLayerMode = theMode; } in SetLayerMode()

12345678910>>...22