Home
last modified time | relevance | path

Searched defs:AppendPoints (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DOScopeCtrl.cpp266 void COScopeCtrl::AppendPoints(double sTimestamp, const std::vector<float *> &apf) in AppendPoints() function in COScopeCtrl
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DOScopeCtrl.cpp266 void COScopeCtrl::AppendPoints(double sTimestamp, const std::vector<float *> &apf) in AppendPoints() function in COScopeCtrl
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dpointset.h528 AstPointSet *(* AppendPoints)( AstPointSet *, AstPointSet *, int * ); member
H A Dpointset.c572 static AstPointSet *AppendPoints( AstPointSet *this, AstPointSet *that, int *status ) { in AppendPoints() function