From f170dc4a13bcfa102daa77cdeae4070c922fa092 Mon Sep 17 00:00:00 2001 From: dibenedetto Date: Sun, 11 Sep 2005 11:46:43 +0000 Subject: [PATCH] First Commit --- vcg/space/index/aabb_binary_tree.h | 31 +++++++++++++++++++++++ vcg/space/index/aabb_binary_tree_search.h | 31 +++++++++++++++++++++++ vcg/space/index/aabb_binary_tree_utils.h | 31 +++++++++++++++++++++++ 3 files changed, 93 insertions(+) diff --git a/vcg/space/index/aabb_binary_tree.h b/vcg/space/index/aabb_binary_tree.h index 4f660aa9..bc4c18db 100644 --- a/vcg/space/index/aabb_binary_tree.h +++ b/vcg/space/index/aabb_binary_tree.h @@ -1,3 +1,34 @@ +/**************************************************************************** +* VCGLib o o * +* Visual and Computer Graphics Library o o * +* _ O _ * +* Copyright(C) 2005 \/)\/ * +* Visual Computing Lab /\/| * +* ISTI - Italian National Research Council | * +* \ * +* All rights reserved. * +* * +* This program is free software; you can redistribute it and/or modify * +* it under the terms of the GNU General Public License as published by * +* the Free Software Foundation; either version 2 of the License, or * +* (at your option) any later version. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * +* for more details. * +* * +****************************************************************************/ +/**************************************************************************** +History + +$Log: not supported by cvs2svn $ + + + +****************************************************************************/ + #ifndef __VCGLIB_AABBBINARYTREE #define __VCGLIB_AABBBINARYTREE diff --git a/vcg/space/index/aabb_binary_tree_search.h b/vcg/space/index/aabb_binary_tree_search.h index 8c518898..805fac6d 100644 --- a/vcg/space/index/aabb_binary_tree_search.h +++ b/vcg/space/index/aabb_binary_tree_search.h @@ -1,3 +1,34 @@ +/**************************************************************************** +* VCGLib o o * +* Visual and Computer Graphics Library o o * +* _ O _ * +* Copyright(C) 2005 \/)\/ * +* Visual Computing Lab /\/| * +* ISTI - Italian National Research Council | * +* \ * +* All rights reserved. * +* * +* This program is free software; you can redistribute it and/or modify * +* it under the terms of the GNU General Public License as published by * +* the Free Software Foundation; either version 2 of the License, or * +* (at your option) any later version. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * +* for more details. * +* * +****************************************************************************/ +/**************************************************************************** +History + +$Log: not supported by cvs2svn $ + + + +****************************************************************************/ + #ifndef __VCGLIB_AABBBINARYTREESEARCH #define __VCGLIB_AABBBINARYTREESEARCH diff --git a/vcg/space/index/aabb_binary_tree_utils.h b/vcg/space/index/aabb_binary_tree_utils.h index 01783b9e..2e264a6c 100644 --- a/vcg/space/index/aabb_binary_tree_utils.h +++ b/vcg/space/index/aabb_binary_tree_utils.h @@ -1,3 +1,34 @@ +/**************************************************************************** +* VCGLib o o * +* Visual and Computer Graphics Library o o * +* _ O _ * +* Copyright(C) 2005 \/)\/ * +* Visual Computing Lab /\/| * +* ISTI - Italian National Research Council | * +* \ * +* All rights reserved. * +* * +* This program is free software; you can redistribute it and/or modify * +* it under the terms of the GNU General Public License as published by * +* the Free Software Foundation; either version 2 of the License, or * +* (at your option) any later version. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * +* for more details. * +* * +****************************************************************************/ +/**************************************************************************** +History + +$Log: not supported by cvs2svn $ + + + +****************************************************************************/ + #ifndef __VCGLIB_AABBBINARYTREEUTILS #define __VCGLIB_AABBBINARYTREEUTILS