Home
last modified time | relevance | path

Searched refs:CObject (Results 1 – 25 of 1547) sorted by relevance

12345678910>>...62

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/lang_bind/python/pythonpp/
H A Dpythonpp_object.hpp123 CObject(const CObject& obj) in CObject() function in pythonpp::CObject
135 CObject& operator= (const CObject& obj) in operator =()
439 inline CObject operator+ (const CObject& a) in operator +()
456 inline CObject abs(const CObject& a) in abs()
466 inline std::pair<CObject, CObject> coerce(const CObject& a, const CObject& b)
475 return std::pair<CObject, CObject>(CObject(p1, eTakeOwnership), CObject(p2, eTakeOwnership));
479 inline CObject operator+ (const CObject& a, const CObject& b) in operator +()
488 inline CObject operator- (const CObject& a, const CObject& b) in operator -()
497 inline CObject operator* (const CObject& a, const CObject& b) in operator *()
506 inline CObject operator/ (const CObject& a, const CObject& b) in operator /()
[all …]
H A Dpythonpp_pdt.hpp1007 inline CObject operator+ (const CObject& a, int j) in operator +()
1015 inline CObject operator+ (const CObject& a, double v) in operator +()
1023 inline CObject operator+ (CInt j, const CObject& b) in operator +()
1039 inline CObject operator- (const CObject& a, int j) in operator -()
1055 inline CObject operator- (CInt j, const CObject& b) in operator -()
1071 inline CObject operator* (const CObject& a, int j) in operator *()
1087 inline CObject operator* (CInt j, const CObject& b) in operator *()
1103 inline CObject operator/ (const CObject& a, int j) in operator /()
1119 inline CObject operator/ (CInt j, const CObject& b) in operator /()
1135 inline CObject operator% (const CObject& a, int j) in operator %()
[all …]
H A Dpythonpp_extdt.hpp46 class CBuffer : public CObject
61 class CCell : public CObject
76 class CRange : public CObject
86 class CSlice : public CObject
112 : CObject(obj, ownership) in CCalable()
123 : CObject(obj) in CCalable()
152 CObject Apply(void) const in Apply()
187 class CModule : public CObject
200 : CObject(obj, ownership) in CModule()
207 : CObject(obj) in CModule()
[all …]
H A Dpythonpp_dict.hpp52 CObject key; //< item key
104 class CDictHelper : public CObject
113 typedef CObject key_type;
124 : CObject(obj, ownership) in CDictHelper()
130 : CObject(obj) in CDictHelper()
230 virtual void SetItem (const CObject& key, const CObject& obj) in SetItem()
301 CDict(const CObject& obj) in CDict()
373 return CObject( in GetItem()
378 CObject GetItem (const CObject& obj) const in GetItem()
380 return CObject( in GetItem()
[all …]
H A Dpythonpp_date.hpp46 class CTimeDelta : public CObject
67 class CTZInfo : public CObject
83 class CTime : public CObject
87 : CObject(obj, ownership) in CTime()
93 CTime(const CObject& obj) in CTime()
136 class CDate : public CObject
141 : CObject(obj, ownership) in CDate()
144 CDate(const CObject& obj) in CDate()
145 : CObject(obj) in CDate()
149 : CObject(PyDate_FromDate(year, month, day), eTakeOwnership) in CDate()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/
H A Dobject.cpp38 CObject::CObject(int id, ObjectType type) in CObject() function in CObject
55 CObject::~CObject() in ~CObject()
114 bool CObject::CanCollideWith(CObject* other) in CanCollideWith()
187 float CObject::GetRotationX() in GetRotationX()
192 float CObject::GetRotationY() in GetRotationY()
197 float CObject::GetRotationZ() in GetRotationZ()
239 float CObject::GetScaleX() in GetScaleX()
244 float CObject::GetScaleY() in GetScaleY()
249 float CObject::GetScaleZ() in GetScaleZ()
301 int CObject::GetTeam() in GetTeam()
[all …]
H A Dobject_manager.h199 std::vector<CObject*> RadarAll(CObject* pThis,
208 std::vector<CObject*> RadarAll(CObject* pThis,
217 std::vector<CObject*> RadarAll(CObject* pThis,
242 CObject* Radar(CObject* pThis,
251 CObject* Radar(CObject* pThis,
260 CObject* Radar(CObject* pThis,
271 CObject* Radar(CObject* pThis,
285 CObject* FindNearest(CObject* pThis,
289 CObject* FindNearest(CObject* pThis,
293 CObject* FindNearest(CObject* pThis,
[all …]
H A Dobject_manager.cpp154 CObject* objectPtr = objectUPtr.get(); in CreateObject()
184 std::vector<CObject*> result; in GetObjectsOfTeam()
185 for (CObject* object : GetAllObjects()) in GetObjectsOfTeam()
199 for (CObject* object : GetAllObjects()) in TeamExists()
214 for (CObject* object : GetAllObjects()) in DestroyTeam()
233 for (CObject* object : GetAllObjects()) in CountObjectsImplementing()
277 CObject *pObj; in RadarAll()
295 std::multimap<float, CObject*> best; in RadarAll()
404 std::vector<CObject*> sortedBest; in RadarAll()
447 CObject* CObjectManager::FindNearest(CObject* pThis, ObjectType type, float maxDist, bool cbotType… in FindNearest()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DPyMOLObject.h65 struct CObject { struct
93 CObject(PyMOLGlobals* G);
100 virtual ~CObject();
114 int ObjectCopyHeader(CObject * I, const CObject * src);
118 void ObjectPurgeSettings(CObject * I);
119 void ObjectUseColor(CObject * I);
120 void ObjectUseColorCGO(CGO *cgo, CObject * I);
130 void ObjectResetTTT(CObject * I,int store);
131 PyObject *ObjectAsPyList(CObject * I);
157 void ObjectMotionReinterpolate(CObject *I);
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbiobj.cpp104 class CObject;
111 CObject::eCounterValid | CObject::eCounterBitsCanBeDeleted;
114 CObject::eCounterValid | CObject::eCounterBitsCanBeDeleted |
122 CObject::eCounterValid | CObject::eCounterBitsInPlainHeap;
400 CObject::EAllocFillMode CObject::GetAllocFillMode(void) in GetAllocFillMode()
406 void CObject::SetAllocFillMode(CObject::EAllocFillMode mode) in SetAllocFillMode()
521 CObject* objectPtr = static_cast<CObject*>(ptr); in operator delete()
708 CObject::CObject(void) in CObject() function in CObject
714 CObject::CObject(const CObject& /*src*/) in CObject() argument
720 CObject::~CObject(void) in ~CObject()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbiobj.cpp104 class CObject;
111 CObject::eCounterValid | CObject::eCounterBitsCanBeDeleted;
114 CObject::eCounterValid | CObject::eCounterBitsCanBeDeleted |
122 CObject::eCounterValid | CObject::eCounterBitsInPlainHeap;
400 CObject::EAllocFillMode CObject::GetAllocFillMode(void) in GetAllocFillMode()
406 void CObject::SetAllocFillMode(CObject::EAllocFillMode mode) in SetAllocFillMode()
521 CObject* objectPtr = static_cast<CObject*>(ptr); in operator delete()
708 CObject::CObject(void) in CObject() function in CObject
714 CObject::CObject(const CObject& /*src*/) in CObject() function in CObject
720 CObject::~CObject(void) in ~CObject()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/3d/common/iStdLib/
H A DObject.h40 class NO_VTABLE CObject
49 static long STD_API_CALL SafeAcquire(CObject* ptr);
50 static long STD_API_CALL SafeRelease(CObject* ptr);
61 CObject( void );
62 virtual ~CObject(void);
87 inline CObject<CAllocatorType>::CObject( void ) in CObject() function
111 inline CObject<CAllocatorType>::~CObject(void) in ~CObject()
132 inline long CObject<CAllocatorType>::Acquire( void ) in Acquire()
165 inline long CObject<CAllocatorType>::Release( void ) in Release()
226 inline long CObject<CAllocatorType>::SafeAcquire( CObject* ptr ) in SafeAcquire()
[all …]
/dports/games/spring/spring_98.0/rts/System/
H A DObject.cpp10 CR_BIND(CObject, )
12 CR_REG_METADATA(CObject, (
30 CObject::CObject() : detached(false) in CObject() function in CObject
42 void CObject::Detach() in Detach()
52 CObject* const& obj = (*di); in Detach()
74 CObject::~CObject() in ~CObject()
116 CObject* obj = NULL; in Serialize()
124 void CObject::PostLoad() in PostLoad()
134 void CObject::DependentDied(CObject* obj) in DependentDied()
141 void CObject::AddDeathDependence(CObject* obj, DependenceType dep) in AddDeathDependence()
[all …]
H A DObject.h13 class CObject
16 CR_DECLARE(CObject)
18 CObject();
19 virtual ~CObject();
25 virtual void DeleteDeathDependence(CObject* obj, DependenceType dep);
27 virtual void AddDeathDependence(CObject* obj, DependenceType dep);
29 virtual void DependentDied(CObject* obj);
76 bool operator() (const CObject* const& a1, const CObject* const& a2) const in operator()
85 typedef std::set<CObject*, syncsafe_compare> TSyncSafeSet;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/edit/
H A Dtext_desc_field.hpp53 virtual vector<CConstRef<CObject> > GetObjects(CBioseq_Handle bsh);
56 … virtual vector<CConstRef<CObject> > GetRelatedObjects(const CObject& object, CRef<CScope> scope);
57 virtual vector<CConstRef<CObject> > GetRelatedObjects(const CApplyObject& object);
77 virtual string GetVal(const CObject& object);
78 virtual vector<string> GetVals(const CObject& object);
79 virtual bool IsEmpty(const CObject& object) const;
80 virtual void ClearVal(CObject& object);
89 virtual string GetVal(const CObject& object);
90 virtual vector<string> GetVals(const CObject& object);
91 virtual bool IsEmpty(const CObject& object) const;
[all …]
H A Dfield_handler.hpp51 class NCBI_XOBJEDIT_EXPORT CFieldHandler : public CObject
54 virtual vector<CConstRef<CObject> > GetObjects(CBioseq_Handle bsh) = 0;
57 virtual string GetVal(const CObject& object) = 0;
58 virtual vector<string> GetVals(const CObject& object) = 0;
59 virtual bool IsEmpty(const CObject& object) const = 0;
60 virtual void ClearVal(CObject& object) = 0;
61 virtual bool SetVal(CObject& object, const string& val, EExistingText existing_text) = 0;
68 …virtual vector<CConstRef<CObject> > GetRelatedObjects(const CObject& object, CRef<CScope> scope) =…
69 virtual vector<CConstRef<CObject> > GetRelatedObjects(const CApplyObject& object) = 0;
70 …virtual vector<CRef<CApplyObject> > GetRelatedApplyObjects(const CObject& object, CRef<CScope> sco…
[all …]
H A Dapply_object.hpp50 class NCBI_XOBJEDIT_EXPORT CApplyObject : public CObject
53 CApplyObject(CSeq_entry_Handle seh, CConstRef<CObject> orig, CRef<CObject> editable) in CApplyObject()
63 CObject& SetObject() { return *m_Editable; }; in SetObject()
64 const CObject& GetObject() const { return *m_Editable; }; in GetObject()
65 const CObject* GetOriginalObject() const {return m_Original.GetPointer();}; in GetOriginalObject()
66 void ReplaceEditable(CObject& edit) { m_Editable.Reset(&edit); }; in ReplaceEditable()
73 CConstRef<CObject> m_Original;
74 CRef<CObject> m_Editable;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/edit/
H A Dtext_desc_field.hpp53 virtual vector<CConstRef<CObject> > GetObjects(CBioseq_Handle bsh);
56 … virtual vector<CConstRef<CObject> > GetRelatedObjects(const CObject& object, CRef<CScope> scope);
57 virtual vector<CConstRef<CObject> > GetRelatedObjects(const CApplyObject& object);
77 virtual string GetVal(const CObject& object);
78 virtual vector<string> GetVals(const CObject& object);
79 virtual bool IsEmpty(const CObject& object) const;
80 virtual void ClearVal(CObject& object);
89 virtual string GetVal(const CObject& object);
90 virtual vector<string> GetVals(const CObject& object);
91 virtual bool IsEmpty(const CObject& object) const;
[all …]
H A Dfield_handler.hpp51 class NCBI_XOBJEDIT_EXPORT CFieldHandler : public CObject
54 virtual vector<CConstRef<CObject> > GetObjects(CBioseq_Handle bsh) = 0;
57 virtual string GetVal(const CObject& object) = 0;
58 virtual vector<string> GetVals(const CObject& object) = 0;
59 virtual bool IsEmpty(const CObject& object) const = 0;
60 virtual void ClearVal(CObject& object) = 0;
61 virtual bool SetVal(CObject& object, const string& val, EExistingText existing_text) = 0;
68 …virtual vector<CConstRef<CObject> > GetRelatedObjects(const CObject& object, CRef<CScope> scope) =…
69 virtual vector<CConstRef<CObject> > GetRelatedObjects(const CApplyObject& object) = 0;
70 …virtual vector<CRef<CApplyObject> > GetRelatedApplyObjects(const CObject& object, CRef<CScope> sco…
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dtext_desc_field.cpp50 vector< CConstRef<CObject> > rval; in BEGIN_SCOPE()
53 CConstRef<CObject> o(&(*desc_ci)); in BEGIN_SCOPE()
63 vector<CConstRef<CObject> > objs; in GetObjects()
109 vector<CConstRef<CObject> > CTextDescriptorField::GetRelatedObjects(const CObject& object, CRef<CSc… in GetRelatedObjects()
111 vector<CConstRef<CObject> > related; in GetRelatedObjects()
122 CConstRef<CObject> obj(obj_desc); in GetRelatedObjects()
136 vector<CConstRef<CObject> > related; in GetRelatedObjects()
147 CConstRef<CObject> obj(obj_desc); in GetRelatedObjects()
160 string CCommentDescField::GetVal(const CObject& object) in GetVal()
190 void CCommentDescField::ClearVal(CObject& object) in ClearVal()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dtext_desc_field.cpp50 vector< CConstRef<CObject> > rval; in BEGIN_SCOPE()
53 CConstRef<CObject> o(&(*desc_ci)); in BEGIN_SCOPE()
63 vector<CConstRef<CObject> > objs; in GetObjects()
109 vector<CConstRef<CObject> > CTextDescriptorField::GetRelatedObjects(const CObject& object, CRef<CSc… in GetRelatedObjects()
111 vector<CConstRef<CObject> > related; in GetRelatedObjects()
122 CConstRef<CObject> obj(obj_desc); in GetRelatedObjects()
136 vector<CConstRef<CObject> > related; in GetRelatedObjects()
147 CConstRef<CObject> obj(obj_desc); in GetRelatedObjects()
160 string CCommentDescField::GetVal(const CObject& object) in GetVal()
190 void CCommentDescField::ClearVal(CObject& object) in ClearVal()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/lang_bind/python/
H A Dpython_ncbi_dbapi.hpp355 pythonpp::CObject close(const pythonpp::CTuple& args);
362 pythonpp::CObject execute(const pythonpp::CTuple& args);
479 pythonpp::CObject m_Description;
504 pythonpp::CObject m_PythonCursor;
602 pythonpp::CObject close(const pythonpp::CTuple& args);
603 pythonpp::CObject cursor(const pythonpp::CTuple& args);
604 pythonpp::CObject commit(const pythonpp::CTuple& args);
675 const pythonpp::CObject& extra_params
682 pythonpp::CObject close(const pythonpp::CTuple& args);
683 pythonpp::CObject cursor(const pythonpp::CTuple& args);
[all …]
/dports/games/solarconquest/SolarConquest/source/
H A DObject.h34 class CObject
59 CObject* turret;
60 CObject* target;
61 CObject* parent;
62 CObject* prevObj;
63 CObject* nextObj;
66 ~CObject();
89 CObject::CObject(CObjectData* objData) in CObject() function
119 CObject::~CObject() in ~CObject()
578 CObject* newObj; in AddObject()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/level/
H A Drobotmain.h143 CObject* link = nullptr;
229 CObject* SearchHuman();
239 CObject* GetSelectObject();
242 CObject* DeselectAll();
304 void ShowDropZone(CObject* metal, CObject* transporter);
313 void SaveOneScript(CObject *obj);
342 CObject* GetSelect();
531 CObject* PopFromSelectionHistory();
623 CObject* m_controller = nullptr;
648 CObject* m_infoObject = nullptr;
[all …]
/dports/textproc/sigil/Sigil-1.8.0/src/Query/
H A DCObject.cpp39 CObject::CObject() in CObject() function in CObject
44 CObject::~CObject() in ~CObject()
52 void CObject::retain() in retain()
57 void CObject::release() in release()
74 unsigned int CObject::references() in references()

12345678910>>...62