From adff2177fd7f315db8ed346eaa7764e170cd6836 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 8 Jun 2008 18:03:20 +0000 Subject: [PATCH] Moved some code around... --- CMakeLists.txt => library/CMakeLists.txt | 0 {include => library/include}/Block.h | 0 {include => library/include}/Block.inl | 0 {include => library/include}/BlockVolume.h | 0 {include => library/include}/BlockVolume.inl | 0 {include => library/include}/BlockVolumeIterator.h | 0 {include => library/include}/BlockVolumeIterator.inl | 0 {include => library/include}/Constants.h | 0 {include => library/include}/Enums.h | 0 {include => library/include}/GradientEstimators.h | 0 {include => library/include}/GradientEstimators.inl | 0 {include => library/include}/IndexedSurfacePatch.h | 0 {include => library/include}/LinearVolume.h | 0 {include => library/include}/LinearVolume.inl | 0 {include => library/include}/MarchingCubesTables.h | 0 {include => library/include}/PolyVoxForwardDeclarations.h | 0 {include => library/include}/Region.h | 0 {include => library/include}/RegionGeometry.h | 0 {include => library/include}/SurfaceEdge.h | 0 {include => library/include}/SurfaceExtractors.h | 0 {include => library/include}/SurfaceTriangle.h | 0 {include => library/include}/SurfaceTypes.h | 0 {include => library/include}/SurfaceVertex.h | 0 {include => library/include}/TypeDef.h | 0 {include => library/include}/Utility.h | 0 {include => library/include}/Vector.h | 0 {include => library/include}/Vector.inl | 0 {include => library/include}/VolumeChangeTracker.h | 0 {source => library/source}/IndexedSurfacePatch.cpp | 0 {source => library/source}/MarchingCubesTables.cpp | 0 {source => library/source}/Region.cpp | 0 {source => library/source}/RegionGeometry.cpp | 0 {source => library/source}/SurfaceEdge.cpp | 0 {source => library/source}/SurfaceExtractors.cpp | 0 {source => library/source}/SurfaceTriangle.cpp | 0 {source => library/source}/SurfaceVertex.cpp | 0 {source => library/source}/Utility.cpp | 0 {source => library/source}/VolumeChangeTracker.cpp | 0 38 files changed, 0 insertions(+), 0 deletions(-) rename CMakeLists.txt => library/CMakeLists.txt (100%) rename {include => library/include}/Block.h (100%) rename {include => library/include}/Block.inl (100%) rename {include => library/include}/BlockVolume.h (100%) rename {include => library/include}/BlockVolume.inl (100%) rename {include => library/include}/BlockVolumeIterator.h (100%) rename {include => library/include}/BlockVolumeIterator.inl (100%) rename {include => library/include}/Constants.h (100%) rename {include => library/include}/Enums.h (100%) rename {include => library/include}/GradientEstimators.h (100%) rename {include => library/include}/GradientEstimators.inl (100%) rename {include => library/include}/IndexedSurfacePatch.h (100%) rename {include => library/include}/LinearVolume.h (100%) rename {include => library/include}/LinearVolume.inl (100%) rename {include => library/include}/MarchingCubesTables.h (100%) rename {include => library/include}/PolyVoxForwardDeclarations.h (100%) rename {include => library/include}/Region.h (100%) rename {include => library/include}/RegionGeometry.h (100%) rename {include => library/include}/SurfaceEdge.h (100%) rename {include => library/include}/SurfaceExtractors.h (100%) rename {include => library/include}/SurfaceTriangle.h (100%) rename {include => library/include}/SurfaceTypes.h (100%) rename {include => library/include}/SurfaceVertex.h (100%) rename {include => library/include}/TypeDef.h (100%) rename {include => library/include}/Utility.h (100%) rename {include => library/include}/Vector.h (100%) rename {include => library/include}/Vector.inl (100%) rename {include => library/include}/VolumeChangeTracker.h (100%) rename {source => library/source}/IndexedSurfacePatch.cpp (100%) rename {source => library/source}/MarchingCubesTables.cpp (100%) rename {source => library/source}/Region.cpp (100%) rename {source => library/source}/RegionGeometry.cpp (100%) rename {source => library/source}/SurfaceEdge.cpp (100%) rename {source => library/source}/SurfaceExtractors.cpp (100%) rename {source => library/source}/SurfaceTriangle.cpp (100%) rename {source => library/source}/SurfaceVertex.cpp (100%) rename {source => library/source}/Utility.cpp (100%) rename {source => library/source}/VolumeChangeTracker.cpp (100%) diff --git a/CMakeLists.txt b/library/CMakeLists.txt similarity index 100% rename from CMakeLists.txt rename to library/CMakeLists.txt diff --git a/include/Block.h b/library/include/Block.h similarity index 100% rename from include/Block.h rename to library/include/Block.h diff --git a/include/Block.inl b/library/include/Block.inl similarity index 100% rename from include/Block.inl rename to library/include/Block.inl diff --git a/include/BlockVolume.h b/library/include/BlockVolume.h similarity index 100% rename from include/BlockVolume.h rename to library/include/BlockVolume.h diff --git a/include/BlockVolume.inl b/library/include/BlockVolume.inl similarity index 100% rename from include/BlockVolume.inl rename to library/include/BlockVolume.inl diff --git a/include/BlockVolumeIterator.h b/library/include/BlockVolumeIterator.h similarity index 100% rename from include/BlockVolumeIterator.h rename to library/include/BlockVolumeIterator.h diff --git a/include/BlockVolumeIterator.inl b/library/include/BlockVolumeIterator.inl similarity index 100% rename from include/BlockVolumeIterator.inl rename to library/include/BlockVolumeIterator.inl diff --git a/include/Constants.h b/library/include/Constants.h similarity index 100% rename from include/Constants.h rename to library/include/Constants.h diff --git a/include/Enums.h b/library/include/Enums.h similarity index 100% rename from include/Enums.h rename to library/include/Enums.h diff --git a/include/GradientEstimators.h b/library/include/GradientEstimators.h similarity index 100% rename from include/GradientEstimators.h rename to library/include/GradientEstimators.h diff --git a/include/GradientEstimators.inl b/library/include/GradientEstimators.inl similarity index 100% rename from include/GradientEstimators.inl rename to library/include/GradientEstimators.inl diff --git a/include/IndexedSurfacePatch.h b/library/include/IndexedSurfacePatch.h similarity index 100% rename from include/IndexedSurfacePatch.h rename to library/include/IndexedSurfacePatch.h diff --git a/include/LinearVolume.h b/library/include/LinearVolume.h similarity index 100% rename from include/LinearVolume.h rename to library/include/LinearVolume.h diff --git a/include/LinearVolume.inl b/library/include/LinearVolume.inl similarity index 100% rename from include/LinearVolume.inl rename to library/include/LinearVolume.inl diff --git a/include/MarchingCubesTables.h b/library/include/MarchingCubesTables.h similarity index 100% rename from include/MarchingCubesTables.h rename to library/include/MarchingCubesTables.h diff --git a/include/PolyVoxForwardDeclarations.h b/library/include/PolyVoxForwardDeclarations.h similarity index 100% rename from include/PolyVoxForwardDeclarations.h rename to library/include/PolyVoxForwardDeclarations.h diff --git a/include/Region.h b/library/include/Region.h similarity index 100% rename from include/Region.h rename to library/include/Region.h diff --git a/include/RegionGeometry.h b/library/include/RegionGeometry.h similarity index 100% rename from include/RegionGeometry.h rename to library/include/RegionGeometry.h diff --git a/include/SurfaceEdge.h b/library/include/SurfaceEdge.h similarity index 100% rename from include/SurfaceEdge.h rename to library/include/SurfaceEdge.h diff --git a/include/SurfaceExtractors.h b/library/include/SurfaceExtractors.h similarity index 100% rename from include/SurfaceExtractors.h rename to library/include/SurfaceExtractors.h diff --git a/include/SurfaceTriangle.h b/library/include/SurfaceTriangle.h similarity index 100% rename from include/SurfaceTriangle.h rename to library/include/SurfaceTriangle.h diff --git a/include/SurfaceTypes.h b/library/include/SurfaceTypes.h similarity index 100% rename from include/SurfaceTypes.h rename to library/include/SurfaceTypes.h diff --git a/include/SurfaceVertex.h b/library/include/SurfaceVertex.h similarity index 100% rename from include/SurfaceVertex.h rename to library/include/SurfaceVertex.h diff --git a/include/TypeDef.h b/library/include/TypeDef.h similarity index 100% rename from include/TypeDef.h rename to library/include/TypeDef.h diff --git a/include/Utility.h b/library/include/Utility.h similarity index 100% rename from include/Utility.h rename to library/include/Utility.h diff --git a/include/Vector.h b/library/include/Vector.h similarity index 100% rename from include/Vector.h rename to library/include/Vector.h diff --git a/include/Vector.inl b/library/include/Vector.inl similarity index 100% rename from include/Vector.inl rename to library/include/Vector.inl diff --git a/include/VolumeChangeTracker.h b/library/include/VolumeChangeTracker.h similarity index 100% rename from include/VolumeChangeTracker.h rename to library/include/VolumeChangeTracker.h diff --git a/source/IndexedSurfacePatch.cpp b/library/source/IndexedSurfacePatch.cpp similarity index 100% rename from source/IndexedSurfacePatch.cpp rename to library/source/IndexedSurfacePatch.cpp diff --git a/source/MarchingCubesTables.cpp b/library/source/MarchingCubesTables.cpp similarity index 100% rename from source/MarchingCubesTables.cpp rename to library/source/MarchingCubesTables.cpp diff --git a/source/Region.cpp b/library/source/Region.cpp similarity index 100% rename from source/Region.cpp rename to library/source/Region.cpp diff --git a/source/RegionGeometry.cpp b/library/source/RegionGeometry.cpp similarity index 100% rename from source/RegionGeometry.cpp rename to library/source/RegionGeometry.cpp diff --git a/source/SurfaceEdge.cpp b/library/source/SurfaceEdge.cpp similarity index 100% rename from source/SurfaceEdge.cpp rename to library/source/SurfaceEdge.cpp diff --git a/source/SurfaceExtractors.cpp b/library/source/SurfaceExtractors.cpp similarity index 100% rename from source/SurfaceExtractors.cpp rename to library/source/SurfaceExtractors.cpp diff --git a/source/SurfaceTriangle.cpp b/library/source/SurfaceTriangle.cpp similarity index 100% rename from source/SurfaceTriangle.cpp rename to library/source/SurfaceTriangle.cpp diff --git a/source/SurfaceVertex.cpp b/library/source/SurfaceVertex.cpp similarity index 100% rename from source/SurfaceVertex.cpp rename to library/source/SurfaceVertex.cpp diff --git a/source/Utility.cpp b/library/source/Utility.cpp similarity index 100% rename from source/Utility.cpp rename to library/source/Utility.cpp diff --git a/source/VolumeChangeTracker.cpp b/library/source/VolumeChangeTracker.cpp similarity index 100% rename from source/VolumeChangeTracker.cpp rename to library/source/VolumeChangeTracker.cpp