Home
last modified time | relevance | path

Searched refs:theIsClosed (Results 1 – 21 of 21) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Dsctx_map_iterator.cpp43 theIsClosed(true), in SctxMapIterator()
78 theIsClosed = false; in open()
112 theIsClosed = false; in reset()
120 if (!theIsClosed) { in close()
121 theIsClosed = true; in close()
H A Dsctx_map_iterator.h41 bool theIsClosed; variable
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTopoDS_TShape.hxx104 void Closed (Standard_Boolean theIsClosed) { setFlag (TopoDS_TShape_Flags_Closed, theIsClosed); } in Closed() argument
H A DGraphic3d_Group.hxx172 void SetClosed (const bool theIsClosed) { myIsClosed = theIsClosed; } in SetClosed() argument
H A DTopoDS_Shape.hxx176 void Closed (Standard_Boolean theIsClosed) { myTShape->Closed (theIsClosed); } in Closed() argument
H A DPrsDim_Dimension.hxx483 Standard_Boolean& theIsClosed);
H A DHLRBRep_PolyAlgo.hxx302 const Standard_Boolean theIsClosed);
/dports/cad/opencascade/opencascade-7.6.0/src/TopoDS/
H A DTopoDS_TShape.hxx104 void Closed (Standard_Boolean theIsClosed) { setFlag (TopoDS_TShape_Flags_Closed, theIsClosed); } in Closed() argument
H A DTopoDS_Shape.hxx176 void Closed (Standard_Boolean theIsClosed) { myTShape->Closed (theIsClosed); } in Closed() argument
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTopoDS_TShape.hxx104 void Closed (Standard_Boolean theIsClosed) { setFlag (TopoDS_TShape_Flags_Closed, theIsClosed); } in Closed() argument
H A DGraphic3d_Group.hxx168 void SetClosed (const bool theIsClosed) { myIsClosed = theIsClosed; } in SetClosed() argument
H A DTopoDS_Shape.hxx159 void Closed (Standard_Boolean theIsClosed) { myTShape->Closed (theIsClosed); } in Closed() argument
H A DAIS_Dimension.hxx496 Standard_Boolean& theIsClosed);
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Group.hxx172 void SetClosed (const bool theIsClosed) { myIsClosed = theIsClosed; } in SetClosed() argument
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dxqueryimpl.h200 bool theIsClosed; variable
347 bool isClosed() const { return theIsClosed; } in isClosed()
H A Dxqueryimpl.cpp146 theIsClosed(false), in XQueryImpl()
208 theIsClosed = false; in serialize()
1463 if (theIsClosed) in close()
1510 theIsClosed = true; in close()
1536 if (theIsClosed) in checkNotClosed()
/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_ShadedShape.cxx285 const bool theIsClosed) in shadeFromShape() argument
294 aGroup->SetClosed (theIsClosed); in shadeFromShape()
/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_Dimension.hxx483 Standard_Boolean& theIsClosed);
H A DPrsDim_Dimension.cxx1122 Standard_Boolean& theIsClosed) in InitCircularDimension() argument
1254 theIsClosed = aFirstPoint.IsEqual (aLastPoint, Precision::Confusion()); in InitCircularDimension()
1258 if (theIsClosed) // Circle in InitCircularDimension()
/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep_PolyAlgo.hxx302 const Standard_Boolean theIsClosed);
H A DHLRBRep_PolyAlgo.cxx3163 const Standard_Boolean theIsClosed) in UpdateEdgesBiPoints() argument
3189 if (theIsClosed) in UpdateEdgesBiPoints()
3238 const Standard_Boolean theIsClosed) in UpdatePolyData() argument
3297 (!(aNT.Flags & HLRAlgo_PolyMask_FMskBack) || !theIsClosed)) in UpdatePolyData()