declared OrthoRangeSearch class to be non-copiable
This commit is contained in:
@@ -136,6 +136,9 @@ class NaiveOrthoRangeSearch {
|
||||
*/
|
||||
class OrthoRangeSearch {
|
||||
|
||||
// This class object cannot be copied!
|
||||
FORBID_ACCIDENTAL_COPIES(OrthoRangeSearch);
|
||||
|
||||
public:
|
||||
|
||||
////////// Constructor/Destructor //////////
|
||||
|
||||
Reference in New Issue
Block a user