Home
last modified time | relevance | path

Searched refs:opencascade (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/
H A Dsymbols_mangled_win.dat19 ??0AIS_Axis@@QEAA@AEBV?$handle@VGeom_Line@@@opencascade@@@Z
27 ??0AIS_Circle@@QEAA@AEBV?$handle@VGeom_Circle@@@opencascade@@@Z
60 ??0AIS_Line@@QEAA@AEBV?$handle@VGeom_Line@@@opencascade@@@Z
61 ??0AIS_Line@@QEAA@AEBV?$handle@VGeom_Point@@@opencascade@@0@Z
82 ??0AIS_Point@@QEAA@AEBV?$handle@VGeom_Point@@@opencascade@@@Z
1514 …llection_Lerp@V?$handle@VGraphic3d_Camera@@@opencascade@@@@QEBAXNAEAV?$handle@VGraphic3d_Camera@@@
3292 …_Pipe@@QEAA@AEBV?$handle@VGeom_Curve@@@opencascade@@AEBV?$NCollection_Sequence@V?$handle@VGeom_Cur…
4584 …_Pipe@@QEAAXAEBV?$handle@VGeom_Curve@@@opencascade@@AEBV?$NCollection_Sequence@V?$handle@VGeom_Cur…
14465 ??O@YA_NAEBV?$handle@VUnits_Token@@@opencascade@@0@Z
14467 ??P@YA_NAEBV?$handle@VUnits_Token@@@opencascade@@0@Z
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_GlFunctions.hxx741 opencascade::PFNGLREADBUFFERPROC glReadBuffer;
743 opencascade::PFNGLTEXIMAGE3DPROC glTexImage3D;
748 opencascade::PFNGLGENQUERIESPROC glGenQueries;
750 opencascade::PFNGLISQUERYPROC glIsQuery;
751 opencascade::PFNGLBEGINQUERYPROC glBeginQuery;
752 opencascade::PFNGLENDQUERYPROC glEndQuery;
753 opencascade::PFNGLGETQUERYIVPROC glGetQueryiv;
789 opencascade::PFNGLUNIFORM1UIPROC glUniform1ui;
928 opencascade::PFNGLENABLEIPROC glEnablei;
929 opencascade::PFNGLDISABLEIPROC glDisablei;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_GlFunctions.hxx741 opencascade::PFNGLREADBUFFERPROC glReadBuffer;
743 opencascade::PFNGLTEXIMAGE3DPROC glTexImage3D;
748 opencascade::PFNGLGENQUERIESPROC glGenQueries;
750 opencascade::PFNGLISQUERYPROC glIsQuery;
751 opencascade::PFNGLBEGINQUERYPROC glBeginQuery;
752 opencascade::PFNGLENDQUERYPROC glEndQuery;
753 opencascade::PFNGLGETQUERYIVPROC glGetQueryiv;
789 opencascade::PFNGLUNIFORM1UIPROC glUniform1ui;
928 opencascade::PFNGLENABLEIPROC glEnablei;
929 opencascade::PFNGLDISABLEIPROC glDisablei;
[all …]
H A DStandard_Std.hxx24 namespace opencascade namespace
71 struct is_base_but_not_same : opencascade::std::is_base_of<T1, T2>
80 … typename opencascade::std::enable_if<opencascade::std::is_same<T1, T2>::value>::type>
81 : opencascade::std::false_type
89 opencascade::std::is_integral<TheInteger>::value
90 … && !opencascade::std::is_same<TheInteger, bool>::value>
H A DOSD_CachedFileSystem.hxx41 …Standard_EXPORT virtual Standard_Boolean IsOpenIStream (const opencascade::std::shared_ptr<std::is…
44 …Standard_EXPORT virtual Standard_Boolean IsOpenOStream (const opencascade::std::shared_ptr<std::os…
47 Standard_EXPORT virtual opencascade::std::shared_ptr<std::istream> OpenIStream
51 … const opencascade::std::shared_ptr<std::istream>& theOldStream) Standard_OVERRIDE;
54 …Standard_EXPORT virtual opencascade::std::shared_ptr<std::ostream> OpenOStream (const TCollection_…
58 Standard_EXPORT virtual opencascade::std::shared_ptr<std::streambuf> OpenStreamBuffer
70 opencascade::std::shared_ptr<std::istream> Stream;
71 opencascade::std::shared_ptr<std::streambuf> StreamBuf;
H A DOSD_FileSystem.hxx45 …virtual Standard_Boolean IsOpenIStream (const opencascade::std::shared_ptr<std::istream>& theStrea…
48 …virtual Standard_Boolean IsOpenOStream(const opencascade::std::shared_ptr<std::ostream>& theStream…
58 Standard_EXPORT virtual opencascade::std::shared_ptr<std::istream> OpenIStream
62 …const opencascade::std::shared_ptr<std::istream>& theOldStream = opencascade::std::shared_ptr<std:…
69 …Standard_EXPORT virtual opencascade::std::shared_ptr<std::ostream> OpenOStream (const TCollection_…
78 …virtual opencascade::std::shared_ptr<std::streambuf> OpenStreamBuffer (const TCollection_AsciiStri…
H A DBOPTools_Parallel.hxx80 void SetContext (const opencascade::handle<TypeContext>& theContext) in SetContext()
86 const opencascade::handle<TypeContext>& GetThreadContext() const in GetThreadContext()
89 if (const opencascade::handle<TypeContext>* aContextPtr = myContextMap.Seek (aThreadID)) in GetThreadContext()
98opencascade::handle<TypeContext> aContext = new TypeContext (NCollection_BaseAllocator::CommonBase… in GetThreadContext()
108 const opencascade::handle<TypeContext>& aContext = GetThreadContext(); in operator ()()
121 …mutable NCollection_DataMap<Standard_ThreadId, opencascade::handle<TypeContext>, Hasher> myContext…
137 void SetContext (const opencascade::handle<TypeContext>& theContext) in SetContext()
146 opencascade::handle<TypeContext>& aContext = myContextArray.ChangeValue (theThreadIndex); in operator ()()
162 mutable NCollection_Array1< opencascade::handle<TypeContext> > myContextArray;
180 opencascade::handle<TypeContext>& theContext) in Perform()
H A DOSD_FileSystemSelector.hxx44 …Standard_EXPORT virtual Standard_Boolean IsOpenIStream (const opencascade::std::shared_ptr<std::is…
47 …Standard_EXPORT virtual Standard_Boolean IsOpenOStream (const opencascade::std::shared_ptr<std::os…
50 Standard_EXPORT virtual opencascade::std::shared_ptr<std::istream> OpenIStream
54 …const opencascade::std::shared_ptr<std::istream>& theOldStream = opencascade::std::shared_ptr<std:…
57 …Standard_EXPORT virtual opencascade::std::shared_ptr<std::ostream> OpenOStream (const TCollection_…
61 Standard_EXPORT virtual opencascade::std::shared_ptr<std::streambuf> OpenStreamBuffer
H A DNCollection_Handle.hxx31 class NCollection_Handle : public opencascade::handle<Standard_Transient>
64 : opencascade::handle<Standard_Transient> (thePtr) {} in NCollection_Handle()
75 : opencascade::handle<Standard_Transient> (theObject ? new Ptr (theObject) : 0) {} in NCollection_Handle()
78 T* get () { return ((Ptr*)opencascade::handle<Standard_Transient>::get())->myPtr; } in get()
81 const T* get () const { return ((Ptr*)opencascade::handle<Standard_Transient>::get())->myPtr; } in get()
97 static NCollection_Handle<T> DownCast (const opencascade::handle<Standard_Transient>& theOther) in DownCast()
H A DStandard_Transient.hxx24 namespace opencascade { namespace
62 Standard_EXPORT static const opencascade::handle<Standard_Type>& get_type_descriptor ();
65 Standard_EXPORT virtual const opencascade::handle<Standard_Type>& DynamicType() const;
68 …Standard_EXPORT Standard_Boolean IsInstance(const opencascade::handle<Standard_Type>& theType) con…
76 Standard_EXPORT Standard_Boolean IsKind(const opencascade::handle<Standard_Type>& theType) const;
122 typedef opencascade::handle<Standard_Transient> Handle_Standard_Transient;
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_FileSystemSelector.cxx64 Standard_Boolean OSD_FileSystemSelector::IsOpenIStream (const opencascade::std::shared_ptr<std::ist… in IsOpenIStream()
66opencascade::std::shared_ptr<OSD_IStreamBuffer> aFileStream = opencascade::std::dynamic_pointer_ca… in IsOpenIStream()
89 Standard_Boolean OSD_FileSystemSelector::IsOpenOStream (const opencascade::std::shared_ptr<std::ost… in IsOpenOStream()
91opencascade::std::shared_ptr<OSD_OStreamBuffer> aFileStream = opencascade::std::dynamic_pointer_ca… in IsOpenOStream()
114 opencascade::std::shared_ptr<std::istream> OSD_FileSystemSelector::OpenIStream (const TCollection_A… in OpenIStream()
131 return opencascade::std::shared_ptr<std::istream>(); in OpenIStream()
138 opencascade::std::shared_ptr<std::ostream> OSD_FileSystemSelector::OpenOStream (const TCollection_A… in OpenOStream()
146opencascade::std::shared_ptr<std::ostream> aStream = aFileSystem->OpenOStream (theUrl, theMode); in OpenOStream()
153 return opencascade::std::shared_ptr<std::ostream>(); in OpenOStream()
160 opencascade::std::shared_ptr<std::streambuf> OSD_FileSystemSelector::OpenStreamBuffer (const TColle… in OpenStreamBuffer()
[all …]
H A DOSD_LocalFileSystem.cxx34 Standard_Boolean OSD_LocalFileSystem::IsOpenIStream (const opencascade::std::shared_ptr<std::istrea… in IsOpenIStream()
36opencascade::std::shared_ptr<OSD_IStreamBuffer> aFileStream = opencascade::std::dynamic_pointer_ca… in IsOpenIStream()
49 Standard_Boolean OSD_LocalFileSystem::IsOpenOStream (const opencascade::std::shared_ptr<std::ostrea… in IsOpenOStream()
51opencascade::std::shared_ptr<OSD_OStreamBuffer> aFileStream = opencascade::std::dynamic_pointer_ca… in IsOpenOStream()
64 opencascade::std::shared_ptr<std::streambuf> OSD_LocalFileSystem::OpenStreamBuffer (const TCollecti… in OpenStreamBuffer()
70 opencascade::std::shared_ptr<std::filebuf> aNewBuf(new std::filebuf()); in OpenStreamBuffer()
73 return opencascade::std::shared_ptr<std::streambuf>(); in OpenStreamBuffer()
82 return opencascade::std::shared_ptr<std::streambuf>(); in OpenStreamBuffer()
88 return opencascade::std::shared_ptr<std::streambuf>(); in OpenStreamBuffer()
H A DOSD_FileSystem.cxx81 opencascade::std::shared_ptr<std::istream> OSD_FileSystem::OpenIStream (const TCollection_AsciiStri… in OpenIStream()
84 … const opencascade::std::shared_ptr<std::istream>& theOldStream) in OpenIStream()
88 opencascade::std::shared_ptr<std::istream> aNewStream; in OpenIStream()
89opencascade::std::shared_ptr<OSD_IStreamBuffer> anOldStream = opencascade::std::dynamic_pointer_ca… in OpenIStream()
107opencascade::std::shared_ptr<std::streambuf> aFileBuf = OpenStreamBuffer (theUrl, theMode | std::i… in OpenIStream()
110 return opencascade::std::shared_ptr<std::istream>(); in OpenIStream()
126 opencascade::std::shared_ptr<std::ostream> OSD_FileSystem::OpenOStream (const TCollection_AsciiStri… in OpenOStream()
129 opencascade::std::shared_ptr<std::ostream> aNewStream; in OpenOStream()
130opencascade::std::shared_ptr<std::streambuf> aFileBuf = OpenStreamBuffer (theUrl, theMode | std::i… in OpenOStream()
133 return opencascade::std::shared_ptr<std::ostream>(); in OpenOStream()
H A DOSD_CachedFileSystem.hxx41 …Standard_EXPORT virtual Standard_Boolean IsOpenIStream (const opencascade::std::shared_ptr<std::is…
44 …Standard_EXPORT virtual Standard_Boolean IsOpenOStream (const opencascade::std::shared_ptr<std::os…
47 Standard_EXPORT virtual opencascade::std::shared_ptr<std::istream> OpenIStream
51 … const opencascade::std::shared_ptr<std::istream>& theOldStream) Standard_OVERRIDE;
54 …Standard_EXPORT virtual opencascade::std::shared_ptr<std::ostream> OpenOStream (const TCollection_…
58 Standard_EXPORT virtual opencascade::std::shared_ptr<std::streambuf> OpenStreamBuffer
70 opencascade::std::shared_ptr<std::istream> Stream;
71 opencascade::std::shared_ptr<std::streambuf> StreamBuf;
H A DOSD_FileSystem.hxx45 …virtual Standard_Boolean IsOpenIStream (const opencascade::std::shared_ptr<std::istream>& theStrea…
48 …virtual Standard_Boolean IsOpenOStream(const opencascade::std::shared_ptr<std::ostream>& theStream…
58 Standard_EXPORT virtual opencascade::std::shared_ptr<std::istream> OpenIStream
62 …const opencascade::std::shared_ptr<std::istream>& theOldStream = opencascade::std::shared_ptr<std:…
69 …Standard_EXPORT virtual opencascade::std::shared_ptr<std::ostream> OpenOStream (const TCollection_…
78 …virtual opencascade::std::shared_ptr<std::streambuf> OpenStreamBuffer (const TCollection_AsciiStri…
H A DOSD_FileSystemSelector.hxx44 …Standard_EXPORT virtual Standard_Boolean IsOpenIStream (const opencascade::std::shared_ptr<std::is…
47 …Standard_EXPORT virtual Standard_Boolean IsOpenOStream (const opencascade::std::shared_ptr<std::os…
50 Standard_EXPORT virtual opencascade::std::shared_ptr<std::istream> OpenIStream
54 …const opencascade::std::shared_ptr<std::istream>& theOldStream = opencascade::std::shared_ptr<std:…
57 …Standard_EXPORT virtual opencascade::std::shared_ptr<std::ostream> OpenOStream (const TCollection_…
61 Standard_EXPORT virtual opencascade::std::shared_ptr<std::streambuf> OpenStreamBuffer
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_Std.hxx24 namespace opencascade namespace
71 struct is_base_but_not_same : opencascade::std::is_base_of<T1, T2>
80 … typename opencascade::std::enable_if<opencascade::std::is_same<T1, T2>::value>::type>
81 : opencascade::std::false_type
89 opencascade::std::is_integral<TheInteger>::value
90 … && !opencascade::std::is_same<TheInteger, bool>::value>
H A DStandard_Transient.hxx24 namespace opencascade { namespace
62 Standard_EXPORT static const opencascade::handle<Standard_Type>& get_type_descriptor ();
65 Standard_EXPORT virtual const opencascade::handle<Standard_Type>& DynamicType() const;
68 …Standard_EXPORT Standard_Boolean IsInstance(const opencascade::handle<Standard_Type>& theType) con…
76 Standard_EXPORT Standard_Boolean IsKind(const opencascade::handle<Standard_Type>& theType) const;
122 typedef opencascade::handle<Standard_Transient> Handle_Standard_Transient;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStandard_Std.hxx24 namespace opencascade namespace
71 struct is_base_but_not_same : opencascade::std::is_base_of<T1, T2>
80 … typename opencascade::std::enable_if<opencascade::std::is_same<T1, T2>::value>::type>
81 : opencascade::std::false_type
89 opencascade::std::is_integral<TheInteger>::value
90 … && !opencascade::std::is_same<TheInteger, bool>::value>
H A DBOPTools_Parallel.hxx80 void SetContext (const opencascade::handle<TypeContext>& theContext) in SetContext()
86 const opencascade::handle<TypeContext>& GetThreadContext() const in GetThreadContext()
89 if (const opencascade::handle<TypeContext>* aContextPtr = myContextMap.Seek (aThreadID)) in GetThreadContext()
98opencascade::handle<TypeContext> aContext = new TypeContext (NCollection_BaseAllocator::CommonBase… in GetThreadContext()
108 const opencascade::handle<TypeContext>& aContext = GetThreadContext(); in operator ()()
121 …mutable NCollection_DataMap<Standard_ThreadId, opencascade::handle<TypeContext>, Hasher> myContext…
137 void SetContext (const opencascade::handle<TypeContext>& theContext) in SetContext()
146 opencascade::handle<TypeContext>& aContext = myContextArray.ChangeValue (theThreadIndex); in operator ()()
162 mutable NCollection_Array1< opencascade::handle<TypeContext> > myContextArray;
180 opencascade::handle<TypeContext>& theContext) in Perform()
H A DNCollection_Handle.hxx31 class NCollection_Handle : public opencascade::handle<Standard_Transient>
64 : opencascade::handle<Standard_Transient> (thePtr) {} in NCollection_Handle()
75 : opencascade::handle<Standard_Transient> (theObject ? new Ptr (theObject) : 0) {} in NCollection_Handle()
78 T* get () { return ((Ptr*)opencascade::handle<Standard_Transient>::get())->myPtr; } in get()
81 const T* get () const { return ((Ptr*)opencascade::handle<Standard_Transient>::get())->myPtr; } in get()
97 static NCollection_Handle<T> DownCast (const opencascade::handle<Standard_Transient>& theOther) in DownCast()
H A DStandard_Transient.hxx24 namespace opencascade { namespace
62 Standard_EXPORT static const opencascade::handle<Standard_Type>& get_type_descriptor ();
65 Standard_EXPORT virtual const opencascade::handle<Standard_Type>& DynamicType() const;
68 …Standard_EXPORT Standard_Boolean IsInstance(const opencascade::handle<Standard_Type>& theType) con…
76 Standard_EXPORT Standard_Boolean IsKind(const opencascade::handle<Standard_Type>& theType) const;
120 typedef opencascade::handle<Standard_Transient> Handle_Standard_Transient;
/dports/cad/opencascade/opencascade-7.6.0/doc/refman/html/
H A Dstructopencascade_1_1is__base__but__not__same_3_01_t1_00_01_t2_00_01typename_01opencascade_1_1sta9ebfe050f87b21e36a619ec479419a4.map1opencascade::is_base_but_not_same&lt; T1, T2, typename opencascade::std::enable_if&lt; opencascade
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_Parallel.hxx80 void SetContext (const opencascade::handle<TypeContext>& theContext) in SetContext()
86 const opencascade::handle<TypeContext>& GetThreadContext() const in GetThreadContext()
89 if (const opencascade::handle<TypeContext>* aContextPtr = myContextMap.Seek (aThreadID)) in GetThreadContext()
98opencascade::handle<TypeContext> aContext = new TypeContext (NCollection_BaseAllocator::CommonBase… in GetThreadContext()
108 const opencascade::handle<TypeContext>& aContext = GetThreadContext(); in operator ()()
121 …mutable NCollection_DataMap<Standard_ThreadId, opencascade::handle<TypeContext>, Hasher> myContext…
137 void SetContext (const opencascade::handle<TypeContext>& theContext) in SetContext()
146 opencascade::handle<TypeContext>& aContext = myContextArray.ChangeValue (theThreadIndex); in operator ()()
162 mutable NCollection_Array1< opencascade::handle<TypeContext> > myContextArray;
180 opencascade::handle<TypeContext>& theContext) in Perform()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_Handle.hxx31 class NCollection_Handle : public opencascade::handle<Standard_Transient>
64 : opencascade::handle<Standard_Transient> (thePtr) {} in NCollection_Handle()
75 : opencascade::handle<Standard_Transient> (theObject ? new Ptr (theObject) : 0) {} in NCollection_Handle()
78 T* get () { return ((Ptr*)opencascade::handle<Standard_Transient>::get())->myPtr; } in get()
81 const T* get () const { return ((Ptr*)opencascade::handle<Standard_Transient>::get())->myPtr; } in get()
97 static NCollection_Handle<T> DownCast (const opencascade::handle<Standard_Transient>& theOther) in DownCast()

12345678910>>...27