declared OrthoRangeSearch class to be non-copiable

This commit is contained in:
Dongryeol Lee
2008-01-27 22:45:18 +00:00
parent 613f9e9d53
commit 9d652bbcc1
@@ -136,6 +136,9 @@ class NaiveOrthoRangeSearch {
*/
class OrthoRangeSearch {
// This class object cannot be copied!
FORBID_ACCIDENTAL_COPIES(OrthoRangeSearch);
public:
////////// Constructor/Destructor //////////