Typename... as usual
This commit is contained in:
parent
0896041baa
commit
f5a490079f
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.2 2005/10/13 14:59:57 ganovelli
|
||||||
|
versione con svd
|
||||||
|
|
||||||
Revision 1.1 2005/03/14 17:04:24 ganovelli
|
Revision 1.1 2005/03/14 17:04:24 ganovelli
|
||||||
created
|
created
|
||||||
|
|
||||||
|
@ -47,7 +50,7 @@ bool PlaneFittingPoints( std::vector< Point3<S> > & samples,Plane3<S> &p){
|
||||||
|
|
||||||
int j;
|
int j;
|
||||||
Matrix44<S> m;m.SetZero();
|
Matrix44<S> m;m.SetZero();
|
||||||
std::vector< Point3<S> > ::iterator i;
|
typename std::vector< Point3<S> > ::iterator i;
|
||||||
|
|
||||||
Point3<S> c; c.Zero();
|
Point3<S> c; c.Zero();
|
||||||
for(i = samples.begin(); i != samples.end(); ++i)
|
for(i = samples.begin(); i != samples.end(); ++i)
|
||||||
|
@ -182,4 +185,4 @@ bool PlaneFittingPointsOld( std::vector< Point3<S> > & samples, Plane3<S> & p )
|
||||||
}
|
}
|
||||||
} // end namespace
|
} // end namespace
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue