Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ reset
Method
reset
rtpose_wrapper/src/gtest/gtest.h:1853–1860 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1851
}
1852
1853
void reset(T* p = NULL) {
1854
if (p != ptr_) {
1855
if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
1856
delete ptr_;
1857
}
1858
ptr_ = p;
1859
}
1860
}
1861
private:
1862
T* ptr_;
1863
Callers
15
MapGenerationNode
Method · 0.45
FaceRecognitionNode
Method · 0.45
load_registered_faces
Method · 0.45
FaceRecognizerBayes
Method · 0.45
update
Method · 0.45
setPredefinedFaces
Method · 0.45
setPredefinedFaces
Method · 0.45
update
Method · 0.45
HaarDispAdaNode
Method · 0.45
onInit
Method · 0.45
HaarDispAdaNode
Method · 0.45
main
Function · 0.45
Calls
1
IsTrue
Function · 0.85
Tested by
no test coverage detected