Home
last modified time | relevance | path

Searched refs:BRep_PointRepresentation (Results 1 – 25 of 43) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/src/BRep/
H A DBRep_PointRepresentation.cxx26 IMPLEMENT_STANDARD_RTTIEXT(BRep_PointRepresentation,Standard_Transient) in IMPLEMENT_STANDARD_RTTIEXT() argument
32 BRep_PointRepresentation::BRep_PointRepresentation(const Standard_Real P, in IMPLEMENT_STANDARD_RTTIEXT()
45 Standard_Boolean BRep_PointRepresentation::IsPointOnCurve()const in IsPointOnCurve()
67 Standard_Boolean BRep_PointRepresentation::IsPointOnSurface()const in IsPointOnSurface()
78 Standard_Boolean BRep_PointRepresentation::IsPointOnCurve in IsPointOnCurve()
91 Standard_Boolean BRep_PointRepresentation::IsPointOnCurveOnSurface in IsPointOnCurveOnSurface()
105 Standard_Boolean BRep_PointRepresentation::IsPointOnSurface in IsPointOnSurface()
118 Standard_Real BRep_PointRepresentation::Parameter2()const in Parameter2()
129 void BRep_PointRepresentation::Parameter2(const Standard_Real ) in Parameter2()
140 const Handle(Geom_Curve)& BRep_PointRepresentation::Curve()const in Handle()
[all …]
H A DBRep_PointRepresentation.hxx32 class BRep_PointRepresentation;
33 DEFINE_STANDARD_HANDLE(BRep_PointRepresentation, Standard_Transient)
37 class BRep_PointRepresentation : public Standard_Transient class
91 DEFINE_STANDARD_RTTIEXT(BRep_PointRepresentation,Standard_Transient)
96 Standard_EXPORT BRep_PointRepresentation(const Standard_Real P, const TopLoc_Location& L);
H A DBRep_PointsOnSurface.hxx30 DEFINE_STANDARD_HANDLE(BRep_PointsOnSurface, BRep_PointRepresentation)
33 class BRep_PointsOnSurface : public BRep_PointRepresentation
49 DEFINE_STANDARD_RTTIEXT(BRep_PointsOnSurface,BRep_PointRepresentation)
H A DBRep_PointsOnSurface.cxx23 IMPLEMENT_STANDARD_RTTIEXT(BRep_PointsOnSurface,BRep_PointRepresentation) in IMPLEMENT_STANDARD_RTTIEXT() argument
32 BRep_PointRepresentation(P,L), in IMPLEMENT_STANDARD_RTTIEXT()
67 OCCT_DUMP_BASE_CLASS (theOStream, theDepth, BRep_PointRepresentation) in DumpJson()
H A DBRep_PointRepresentation.lxx22 inline const TopLoc_Location& BRep_PointRepresentation::Location()const
33 inline void BRep_PointRepresentation::Location(const TopLoc_Location& L)
44 inline Standard_Real BRep_PointRepresentation::Parameter()const
55 inline void BRep_PointRepresentation::Parameter(const Standard_Real P)
H A DBRep_PointOnCurve.hxx31 DEFINE_STANDARD_HANDLE(BRep_PointOnCurve, BRep_PointRepresentation)
34 class BRep_PointOnCurve : public BRep_PointRepresentation
57 DEFINE_STANDARD_RTTIEXT(BRep_PointOnCurve,BRep_PointRepresentation)
H A DBRep_PointOnCurve.cxx23 IMPLEMENT_STANDARD_RTTIEXT(BRep_PointOnCurve,BRep_PointRepresentation) in IMPLEMENT_STANDARD_RTTIEXT() argument
32 BRep_PointRepresentation(P,L), in IMPLEMENT_STANDARD_RTTIEXT()
91 OCCT_DUMP_BASE_CLASS (theOStream, theDepth, BRep_PointRepresentation) in DumpJson()
H A DFILES30 BRep_PointRepresentation.cxx
31 BRep_PointRepresentation.hxx
32 BRep_PointRepresentation.lxx
H A DBRep_ListOfPointRepresentation.hxx23 typedef NCollection_List<Handle(BRep_PointRepresentation)> BRep_ListOfPointRepresentation;
24 typedef NCollection_List<Handle(BRep_PointRepresentation)>::Iterator BRep_ListIteratorOfListOfPoint…
H A DBRep_TVertex.cxx64 const Handle(BRep_PointRepresentation)& aPointRepresentation = itr.Value(); in DumpJson()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRep_PointRepresentation.hxx32 class BRep_PointRepresentation;
33 DEFINE_STANDARD_HANDLE(BRep_PointRepresentation, Standard_Transient)
37 class BRep_PointRepresentation : public Standard_Transient class
91 DEFINE_STANDARD_RTTIEXT(BRep_PointRepresentation,Standard_Transient)
96 Standard_EXPORT BRep_PointRepresentation(const Standard_Real P, const TopLoc_Location& L);
H A DBRep_PointsOnSurface.hxx30 DEFINE_STANDARD_HANDLE(BRep_PointsOnSurface, BRep_PointRepresentation)
33 class BRep_PointsOnSurface : public BRep_PointRepresentation
49 DEFINE_STANDARD_RTTIEXT(BRep_PointsOnSurface,BRep_PointRepresentation)
H A DBRep_PointRepresentation.lxx22 inline const TopLoc_Location& BRep_PointRepresentation::Location()const
33 inline void BRep_PointRepresentation::Location(const TopLoc_Location& L)
44 inline Standard_Real BRep_PointRepresentation::Parameter()const
55 inline void BRep_PointRepresentation::Parameter(const Standard_Real P)
H A DBRep_PointOnCurve.hxx31 DEFINE_STANDARD_HANDLE(BRep_PointOnCurve, BRep_PointRepresentation)
34 class BRep_PointOnCurve : public BRep_PointRepresentation
57 DEFINE_STANDARD_RTTIEXT(BRep_PointOnCurve,BRep_PointRepresentation)
H A DBRep_ListOfPointRepresentation.hxx23 typedef NCollection_List<Handle(BRep_PointRepresentation)> BRep_ListOfPointRepresentation;
24 typedef NCollection_List<Handle(BRep_PointRepresentation)>::Iterator BRep_ListIteratorOfListOfPoint…
H A DShapePersistent_BRep.hxx32 class BRep_PointRepresentation;
63 virtual Handle(BRep_PointRepresentation) import() const;
82 virtual Handle(BRep_PointRepresentation) import() const;
111 virtual Handle(BRep_PointRepresentation) import() const;
129 virtual Handle(BRep_PointRepresentation) import() const;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRep_PointRepresentation.hxx34 class BRep_PointRepresentation;
35 DEFINE_STANDARD_HANDLE(BRep_PointRepresentation, Standard_Transient)
39 class BRep_PointRepresentation : public Standard_Transient class
90 DEFINE_STANDARD_RTTIEXT(BRep_PointRepresentation,Standard_Transient)
95 Standard_EXPORT BRep_PointRepresentation(const Standard_Real P, const TopLoc_Location& L);
H A DBRep_PointsOnSurface.hxx30 DEFINE_STANDARD_HANDLE(BRep_PointsOnSurface, BRep_PointRepresentation)
33 class BRep_PointsOnSurface : public BRep_PointRepresentation
46 DEFINE_STANDARD_RTTIEXT(BRep_PointsOnSurface,BRep_PointRepresentation)
H A DBRep_PointRepresentation.lxx22 inline const TopLoc_Location& BRep_PointRepresentation::Location()const
33 inline void BRep_PointRepresentation::Location(const TopLoc_Location& L)
44 inline Standard_Real BRep_PointRepresentation::Parameter()const
55 inline void BRep_PointRepresentation::Parameter(const Standard_Real P)
H A DBRep_PointOnCurve.hxx31 DEFINE_STANDARD_HANDLE(BRep_PointOnCurve, BRep_PointRepresentation)
34 class BRep_PointOnCurve : public BRep_PointRepresentation
54 DEFINE_STANDARD_RTTIEXT(BRep_PointOnCurve,BRep_PointRepresentation)
H A DBRep_ListOfPointRepresentation.hxx23 typedef NCollection_List<Handle(BRep_PointRepresentation)> BRep_ListOfPointRepresentation;
24 typedef NCollection_List<Handle(BRep_PointRepresentation)>::Iterator BRep_ListIteratorOfListOfPoint…
H A DShapePersistent_BRep.hxx32 class BRep_PointRepresentation;
58 virtual Handle(BRep_PointRepresentation) import() const;
77 virtual Handle(BRep_PointRepresentation) import() const;
106 virtual Handle(BRep_PointRepresentation) import() const;
120 virtual Handle(BRep_PointRepresentation) import() const;
/dports/cad/opencascade/opencascade-7.6.0/doc/refman/html/
H A Dclass_b_rep___point_representation__inherit__graph.map1 <map id="BRep_PointRepresentation" name="BRep_PointRepresentation">
/dports/cad/opencascade/opencascade-7.6.0/src/BRepCheck/
H A DBRepCheck_Vertex.cxx182 const Handle(BRep_PointRepresentation)& pr = itpr.Value(); in InContext()
230 const Handle(BRep_PointRepresentation)& pr = itpr.Value(); in InContext()
277 const Handle(BRep_PointRepresentation)& pr = itpr.Value(); in InContext()
377 const Handle(BRep_PointRepresentation)& pr = itpr.Value(); in Tolerance()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapePersistent/
H A DShapePersistent_BRep.hxx32 class BRep_PointRepresentation;
63 virtual Handle(BRep_PointRepresentation) import() const;
82 virtual Handle(BRep_PointRepresentation) import() const;
111 virtual Handle(BRep_PointRepresentation) import() const;
129 virtual Handle(BRep_PointRepresentation) import() const;

12