Home
last modified time | relevance | path

Searched refs:theflags (Results 1 – 19 of 19) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/Interface/
H A DInterface_BitMap.cxx54 theflags = other.theflags; in Initialize()
59 theflags = new TColStd_HArray1OfInteger(other.theflags->Array1()); in Initialize()
69 Standard_Integer nb = theflags->Upper (); in Reservate()
76 flags->SetValue (i,theflags->Value(i)); in Reservate()
78 theflags = flags; in Reservate()
93 flags->SetValue (i1+i,theflags->Value(i0+i)); in SetLength()
96 theflags = flags; in SetLength()
159 if (theflags.IsNull()) return ""; in FlagName()
202 theflags->ChangeValue (numw) |= (1 << numb); in SetTrue()
212 theflags->ChangeValue (numw) &= ~(1 << numb); in SetFalse()
[all …]
H A DInterface_ShareFlags.cxx32 : theflags (amodel->NbEntities()) in Interface_ShareFlags()
42 : theflags (amodel->NbEntities()) in Interface_ShareFlags()
51 : theflags (amodel->NbEntities()) in Interface_ShareFlags()
60 : theflags (amodel->NbEntities()) in Interface_ShareFlags()
69 : theflags (agraph.Model()->NbEntities()) in Interface_ShareFlags()
80 if (!list.IsNull() && list->Length() > 0) theflags.SetTrue(i); in Interface_ShareFlags()
114 theflags.SetTrue(num); // Et Voila in Evaluate()
118 if (!theflags.Value(i)) theroots->Append (themodel->Value(i)); in Evaluate()
131 return theflags.Value(num); in IsShared()
H A DInterface_Graph.cxx128 theflags.Initialize(themodel->NbEntities(),2); in InitStats()
129 theflags.AddFlag ("ShareError"); in InitStats()
172 theflags.SetTrue (i,Graph_ShareError); in Evaluate()
192 theflags.Init (Standard_False, Graph_Present); in Reset()
202 theflags.Init (Standard_False, Graph_Present); in ResetStatus()
250 theflags.SetFalse (num,Graph_Present); in RemoveItem()
277 { return theflags; } in BitMap()
280 { return theflags; } in CBitMap()
293 theflags.Init (Standard_True,Graph_Present); in GetFromModel()
358 if (theflags.CTrue(num,Graph_Present)) in GetFromIter()
[all …]
H A DInterface_ShareFlags.hxx103 Interface_BitMap theflags; member in Interface_ShareFlags
H A DInterface_BitMap.hxx157 Handle(TColStd_HArray1OfInteger) theflags;
H A DInterface_Graph.hxx264 Interface_BitMap theflags; member in Interface_Graph
/dports/cad/opencascade/opencascade-7.6.0/src/IFSelect/
H A DIFSelect_PacketList.cxx32 theflags (0,model->NbEntities()) , in IMPLEMENT_STANDARD_RTTIEXT()
36 thedupls.Init(0); theflags.Init(0); in IMPLEMENT_STANDARD_RTTIEXT()
51 Standard_Integer nbe = theflags.Upper(); in AddPacket()
52 for (Standard_Integer i = 1; i <= nbe; i ++) theflags.SetValue(i,0); in AddPacket()
68 if (theflags(num) != 0) return; in Add()
69 theflags(num) = 1; in Add()
H A DIFSelect_PacketList.hxx120 TColStd_Array1OfInteger theflags; member in IFSelect_PacketList
/dports/net/norm/norm-1.5r6/protolib/src/sim/ns/tcp/
H A DTCPEvent.h43 void setFlags(int theflags) { flags=theflags; } in setFlags() argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dlfs_inode.h240 # define LFS_ENTER_LOG(theop, thefile, theline, lbn, theflags, thepid) do {\ argument
250 lfs_log[lfs_lognum].flags = (theflags); \
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DInterface_ShareFlags.hxx103 Interface_BitMap theflags; member in Interface_ShareFlags
H A DIFSelect_PacketList.hxx120 TColStd_Array1OfInteger theflags; member in IFSelect_PacketList
H A DInterface_BitMap.hxx157 Handle(TColStd_HArray1OfInteger) theflags;
H A DInterface_Graph.hxx264 Interface_BitMap theflags; member in Interface_Graph
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DInterface_ShareFlags.hxx105 Interface_BitMap theflags; member in Interface_ShareFlags
H A DIFSelect_PacketList.hxx122 TColStd_Array1OfInteger theflags; member in IFSelect_PacketList
H A DInterface_BitMap.hxx161 Handle(TColStd_HArray1OfInteger) theflags;
H A DInterface_Graph.hxx262 Interface_BitMap theflags; member in Interface_Graph
/dports/games/pioneer/pioneer-20210723/src/lua/
H A DLuaPiGui.cpp134 theflags = parse_imgui_flags(l, index, imguiSelectableFlagsTable); in pi_lua_generic_pull()
159 void pi_lua_generic_pull(lua_State *l, int index, ImGuiTreeNodeFlags_ &theflags) in pi_lua_generic_pull() argument
161 theflags = parse_imgui_flags(l, index, imguiTreeNodeFlagsTable); in pi_lua_generic_pull()
193 theflags = parse_imgui_flags(l, index, imguiInputTextFlagsTable); in pi_lua_generic_pull()
322 void pi_lua_generic_pull(lua_State *l, int index, ImGuiWindowFlags_ &theflags) in pi_lua_generic_pull() argument
324 theflags = parse_imgui_flags(l, index, imguiWindowFlagsTable); in pi_lua_generic_pull()
349 theflags = parse_imgui_flags(l, index, imguiHoveredFlagsTable); in pi_lua_generic_pull()
451 ImGuiWindowFlags theflags = LuaPull<ImGuiWindowFlags_>(l, 2); in l_pigui_begin() local
452 bool ret = ImGui::Begin(name.c_str(), nullptr, theflags); in l_pigui_begin()
1463 ImGuiWindowFlags theflags = LuaPull<ImGuiWindowFlags_>(l, 3); in l_pigui_begin_child() local
[all …]