Home
last modified time | relevance | path

Searched refs:NCollection_BaseAllocator (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/cad/opencascade/opencascade-7.6.0/src/Poly/
H A DPoly_CoherentTriPtr.cxx40 const Handle(NCollection_BaseAllocator)& theAlloc) in Append()
42 Handle(NCollection_BaseAllocator) anAlloc = theAlloc; in Append()
44 anAlloc = NCollection_BaseAllocator::CommonBaseAllocator(); in Append()
59 const Handle(NCollection_BaseAllocator)& theAlloc) in Prepend()
61 Handle(NCollection_BaseAllocator) anAlloc = theAlloc; in Prepend()
63 anAlloc = NCollection_BaseAllocator::CommonBaseAllocator(); in Prepend()
78 const Handle(NCollection_BaseAllocator)& theAlloc) in Remove()
80 Handle(NCollection_BaseAllocator) anAlloc = theAlloc; in Remove()
82 anAlloc = NCollection_BaseAllocator::CommonBaseAllocator(); in Remove()
101 Handle(NCollection_BaseAllocator) anAlloc = theAlloc; in RemoveList()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_BaseAllocator.hxx47 class NCollection_BaseAllocator : public Standard_Transient class
58 Standard_EXPORT static const Handle(NCollection_BaseAllocator)&
73 NCollection_BaseAllocator(void) {} in NCollection_BaseAllocator() function in NCollection_BaseAllocator
77 NCollection_BaseAllocator(const NCollection_BaseAllocator&);
81 DEFINE_STANDARD_RTTIEXT(NCollection_BaseAllocator,Standard_Transient)
84 DEFINE_STANDARD_HANDLE(NCollection_BaseAllocator,Standard_Transient)
H A DBOPDS_Interf.hxx174 myAllocator(NCollection_BaseAllocator::CommonBaseAllocator()) { in BOPDS_Interf()
177 BOPDS_Interf(const Handle(NCollection_BaseAllocator)& theAllocator) : in BOPDS_Interf()
191 Handle(NCollection_BaseAllocator) myAllocator;
215 BOPDS_InterfVV(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVV()
251 BOPDS_InterfVE(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVE()
316 BOPDS_InterfVF(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVF()
386 BOPDS_InterfEE(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfEE()
446 BOPDS_InterfEF(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfEF()
612 BOPDS_InterfVZ(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVZ()
645 BOPDS_InterfEZ(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfEZ()
[all …]
H A DNCollection_StdAllocator.hxx54 { myAlloc = NCollection_BaseAllocator::CommonBaseAllocator(); } in NCollection_StdAllocator()
58 NCollection_StdAllocator( const Handle(NCollection_BaseAllocator)& theAlloc) in NCollection_StdAllocator()
105 const Handle(NCollection_BaseAllocator)& Allocator() const { return myAlloc; } in Handle() argument
108 Handle(NCollection_BaseAllocator) myAlloc;
142 { myAlloc = NCollection_BaseAllocator::CommonBaseAllocator(); } in NCollection_StdAllocator()
146 NCollection_StdAllocator( const Handle(NCollection_BaseAllocator)& theAlloc) in NCollection_StdAllocator()
155 const Handle(NCollection_BaseAllocator)& Allocator() const { return myAlloc; } in Handle() argument
165 Handle(NCollection_BaseAllocator) myAlloc;
H A DNCollection_UBTree.hxx166 const Handle(NCollection_BaseAllocator)& theAlloc) in Gemmate()
189 const Handle(NCollection_BaseAllocator)& theAlloc) in Kill()
217 const Handle(NCollection_BaseAllocator)& theAlloc) in delNode()
243 …NCollection_UBTree() : myRoot(0L), myLastNode(0L), myAlloc (NCollection_BaseAllocator::CommonBaseA… in NCollection_UBTree()
248 explicit NCollection_UBTree (const Handle(NCollection_BaseAllocator)& theAllocator) in NCollection_UBTree()
249 …yLastNode(0L), myAlloc (!theAllocator.IsNull() ? theAllocator : NCollection_BaseAllocator::CommonB… in NCollection_UBTree()
278 virtual void Clear (const Handle(NCollection_BaseAllocator)& aNewAlloc = 0L) in Clear()
308 const Handle(NCollection_BaseAllocator)& Allocator () const in Handle() argument
340 Handle(NCollection_BaseAllocator) myAlloc; ///< Allocator for TreeNode
453 _HUBTREE (const Handle(NCollection_BaseAllocator)& theAlloc) \
H A DNCollection_BaseList.hxx33 (NCollection_ListNode*, Handle(NCollection_BaseAllocator)& theAl);
109 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
122 NCollection_BaseList (const Handle(NCollection_BaseAllocator)& theAllocator=0L) : in NCollection_BaseList()
127 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseList()
207 Handle(NCollection_BaseAllocator) myAllocator;
H A DNCollection_BaseVector.hxx158 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector()
169 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
174 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector()
184 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
217 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
224 Handle(NCollection_BaseAllocator) myAllocator;
H A DNCollection_Buffer.hxx34 NCollection_Buffer (const Handle(NCollection_BaseAllocator)& theAlloc, in NCollection_Buffer()
83 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
89 void SetAllocator (const Handle(NCollection_BaseAllocator)& theAlloc) in SetAllocator()
139 Handle(NCollection_BaseAllocator) myAllocator; //!< buffer allocator
H A DNCollection_BaseSequence.hxx43 (NCollection_SeqNode*, Handle(NCollection_BaseAllocator)& theAl);
99 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
105 NCollection_BaseSequence (const Handle(NCollection_BaseAllocator)& theAllocator) : in NCollection_BaseSequence()
112 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseSequence()
147 Handle(NCollection_BaseAllocator) myAllocator;
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_BaseAllocator.hxx47 class NCollection_BaseAllocator : public Standard_Transient class
58 Standard_EXPORT static const Handle(NCollection_BaseAllocator)&
73 NCollection_BaseAllocator(void) {} in NCollection_BaseAllocator() function in NCollection_BaseAllocator
77 NCollection_BaseAllocator(const NCollection_BaseAllocator&);
81 DEFINE_STANDARD_RTTIEXT(NCollection_BaseAllocator,Standard_Transient)
84 DEFINE_STANDARD_HANDLE(NCollection_BaseAllocator,Standard_Transient)
H A DNCollection_BaseAllocator.cxx27 IMPLEMENT_STANDARD_RTTIEXT(NCollection_BaseAllocator,Standard_Transient) in IMPLEMENT_STANDARD_RTTIEXT() argument
34 void* NCollection_BaseAllocator::Allocate(const size_t size) in IMPLEMENT_STANDARD_RTTIEXT()
44 void NCollection_BaseAllocator::Free(void *anAddress) in Free()
54 const Handle(NCollection_BaseAllocator)& in Handle() argument
55 NCollection_BaseAllocator::CommonBaseAllocator(void) in Handle()
57 static Handle(NCollection_BaseAllocator) pAllocator = in Handle()
58 new NCollection_BaseAllocator; in Handle()
65 …static Handle(NCollection_BaseAllocator) theAllocInit = NCollection_BaseAllocator::CommonBaseAlloc…
157 void NCollection_BaseAllocator::StandardCallBack in StandardCallBack()
216 void NCollection_BaseAllocator::PrintMemUsageStatistics() in PrintMemUsageStatistics()
H A DNCollection_StdAllocator.hxx54 { myAlloc = NCollection_BaseAllocator::CommonBaseAllocator(); } in NCollection_StdAllocator()
58 NCollection_StdAllocator( const Handle(NCollection_BaseAllocator)& theAlloc) in NCollection_StdAllocator()
105 const Handle(NCollection_BaseAllocator)& Allocator() const { return myAlloc; } in Handle() argument
108 Handle(NCollection_BaseAllocator) myAlloc;
142 { myAlloc = NCollection_BaseAllocator::CommonBaseAllocator(); } in NCollection_StdAllocator()
146 NCollection_StdAllocator( const Handle(NCollection_BaseAllocator)& theAlloc) in NCollection_StdAllocator()
155 const Handle(NCollection_BaseAllocator)& Allocator() const { return myAlloc; } in Handle() argument
165 Handle(NCollection_BaseAllocator) myAlloc;
H A DNCollection_UBTree.hxx166 const Handle(NCollection_BaseAllocator)& theAlloc) in Gemmate()
189 const Handle(NCollection_BaseAllocator)& theAlloc) in Kill()
217 const Handle(NCollection_BaseAllocator)& theAlloc) in delNode()
243 …NCollection_UBTree() : myRoot(0L), myLastNode(0L), myAlloc (NCollection_BaseAllocator::CommonBaseA… in NCollection_UBTree()
248 explicit NCollection_UBTree (const Handle(NCollection_BaseAllocator)& theAllocator) in NCollection_UBTree()
249 …yLastNode(0L), myAlloc (!theAllocator.IsNull() ? theAllocator : NCollection_BaseAllocator::CommonB… in NCollection_UBTree()
278 virtual void Clear (const Handle(NCollection_BaseAllocator)& aNewAlloc = 0L) in Clear()
308 const Handle(NCollection_BaseAllocator)& Allocator () const in Handle() argument
340 Handle(NCollection_BaseAllocator) myAlloc; ///< Allocator for TreeNode
453 _HUBTREE (const Handle(NCollection_BaseAllocator)& theAlloc) \
H A DNCollection_BaseList.hxx33 (NCollection_ListNode*, Handle(NCollection_BaseAllocator)& theAl);
109 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
122 NCollection_BaseList (const Handle(NCollection_BaseAllocator)& theAllocator=0L) : in NCollection_BaseList()
127 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseList()
207 Handle(NCollection_BaseAllocator) myAllocator;
H A DNCollection_BaseVector.hxx158 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector()
169 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
174 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector()
184 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
217 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
224 Handle(NCollection_BaseAllocator) myAllocator;
H A DNCollection_Buffer.hxx34 NCollection_Buffer (const Handle(NCollection_BaseAllocator)& theAlloc, in NCollection_Buffer()
83 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
89 void SetAllocator (const Handle(NCollection_BaseAllocator)& theAlloc) in SetAllocator()
139 Handle(NCollection_BaseAllocator) myAllocator; //!< buffer allocator
H A DNCollection_BaseSequence.hxx43 (NCollection_SeqNode*, Handle(NCollection_BaseAllocator)& theAl);
99 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
105 NCollection_BaseSequence (const Handle(NCollection_BaseAllocator)& theAllocator) : in NCollection_BaseSequence()
112 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseSequence()
147 Handle(NCollection_BaseAllocator) myAllocator;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_BaseAllocator.hxx47 class NCollection_BaseAllocator : public Standard_Transient class
58 Standard_EXPORT static const Handle(NCollection_BaseAllocator)&
73 NCollection_BaseAllocator(void) {} in NCollection_BaseAllocator() function in NCollection_BaseAllocator
77 NCollection_BaseAllocator(const NCollection_BaseAllocator&);
81 DEFINE_STANDARD_RTTIEXT(NCollection_BaseAllocator,Standard_Transient)
84 DEFINE_STANDARD_HANDLE(NCollection_BaseAllocator,Standard_Transient)
H A DBOPDS_Interf.hxx174 myAllocator(NCollection_BaseAllocator::CommonBaseAllocator()) { in BOPDS_Interf()
177 BOPDS_Interf(const Handle(NCollection_BaseAllocator)& theAllocator) : in BOPDS_Interf()
191 Handle(NCollection_BaseAllocator) myAllocator;
215 BOPDS_InterfVV(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVV()
251 BOPDS_InterfVE(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVE()
316 BOPDS_InterfVF(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVF()
386 BOPDS_InterfEE(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfEE()
446 BOPDS_InterfEF(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfEF()
612 BOPDS_InterfVZ(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVZ()
645 BOPDS_InterfEZ(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfEZ()
[all …]
H A DNCollection_StdAllocator.hxx54 { myAlloc = NCollection_BaseAllocator::CommonBaseAllocator(); } in NCollection_StdAllocator()
58 NCollection_StdAllocator( const Handle(NCollection_BaseAllocator)& theAlloc) in NCollection_StdAllocator()
105 const Handle(NCollection_BaseAllocator)& Allocator() const { return myAlloc; } in Handle() argument
108 Handle(NCollection_BaseAllocator) myAlloc;
142 { myAlloc = NCollection_BaseAllocator::CommonBaseAllocator(); } in NCollection_StdAllocator()
146 NCollection_StdAllocator( const Handle(NCollection_BaseAllocator)& theAlloc) in NCollection_StdAllocator()
155 const Handle(NCollection_BaseAllocator)& Allocator() const { return myAlloc; } in Handle() argument
165 Handle(NCollection_BaseAllocator) myAlloc;
H A DNCollection_UBTree.hxx166 const Handle(NCollection_BaseAllocator)& theAlloc) in Gemmate()
189 const Handle(NCollection_BaseAllocator)& theAlloc) in Kill()
217 const Handle(NCollection_BaseAllocator)& theAlloc) in delNode()
243 …NCollection_UBTree() : myRoot(0L), myLastNode(0L), myAlloc (NCollection_BaseAllocator::CommonBaseA… in NCollection_UBTree()
248 explicit NCollection_UBTree (const Handle(NCollection_BaseAllocator)& theAllocator) in NCollection_UBTree()
249 …yLastNode(0L), myAlloc (!theAllocator.IsNull() ? theAllocator : NCollection_BaseAllocator::CommonB… in NCollection_UBTree()
278 virtual void Clear (const Handle(NCollection_BaseAllocator)& aNewAlloc = 0L) in Clear()
308 const Handle(NCollection_BaseAllocator)& Allocator () const in Handle() argument
340 Handle(NCollection_BaseAllocator) myAlloc; ///< Allocator for TreeNode
453 _HUBTREE (const Handle(NCollection_BaseAllocator)& theAlloc) \
H A DNCollection_Buffer.hxx33 NCollection_Buffer (const Handle(NCollection_BaseAllocator)& theAlloc, in NCollection_Buffer()
82 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
88 void SetAllocator (const Handle(NCollection_BaseAllocator)& theAlloc) in SetAllocator()
129 Handle(NCollection_BaseAllocator) myAllocator; //!< buffer allocator
H A DNCollection_BaseVector.hxx164 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector()
175 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
180 NCollection_BaseVector (const Handle(NCollection_BaseAllocator)& theAllocator, in NCollection_BaseVector()
190 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseVector()
223 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
230 Handle(NCollection_BaseAllocator) myAllocator;
H A DNCollection_BaseList.hxx33 (NCollection_ListNode*, Handle(NCollection_BaseAllocator)& theAl);
119 const Handle(NCollection_BaseAllocator)& Allocator() const in Handle() argument
132 NCollection_BaseList (const Handle(NCollection_BaseAllocator)& theAllocator=0L) : in NCollection_BaseList()
137 …myAllocator = (theAllocator.IsNull() ? NCollection_BaseAllocator::CommonBaseAllocator() : theAlloc… in NCollection_BaseList()
217 Handle(NCollection_BaseAllocator) myAllocator;
/dports/cad/opencascade/opencascade-7.6.0/src/BOPDS/
H A DBOPDS_Interf.hxx174 myAllocator(NCollection_BaseAllocator::CommonBaseAllocator()) { in BOPDS_Interf()
177 BOPDS_Interf(const Handle(NCollection_BaseAllocator)& theAllocator) : in BOPDS_Interf()
191 Handle(NCollection_BaseAllocator) myAllocator;
215 BOPDS_InterfVV(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVV()
251 BOPDS_InterfVE(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVE()
316 BOPDS_InterfVF(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVF()
386 BOPDS_InterfEE(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfEE()
446 BOPDS_InterfEF(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfEF()
612 BOPDS_InterfVZ(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfVZ()
645 BOPDS_InterfEZ(const Handle(NCollection_BaseAllocator)& theAllocator) in BOPDS_InterfEZ()
[all …]

12345678910>>...13