Moved headers into subdirectories.

This commit is contained in:
David Williams
2011-05-17 22:27:46 +01:00
parent 1a7647027d
commit 528cb73771
88 changed files with 213 additions and 215 deletions

View File

@ -16,50 +16,50 @@ SET(CORE_SRC_FILES
#Projects headers files
SET(CORE_INC_FILES
include/AmbientOcclusionCalculator.h
include/AmbientOcclusionCalculator.inl
include/Array.h
include/Array.inl
include/ArraySizes.h
include/AStarPathfinder.h
include/AStarPathfinder.inl
include/ConstVolumeProxy.h
include/CubicSurfaceExtractor.h
include/CubicSurfaceExtractor.inl
include/CubicSurfaceExtractorWithNormals.h
include/CubicSurfaceExtractorWithNormals.inl
include/Density.h
include/Filters.h
include/Filters.inl
include/GradientEstimators.h
include/GradientEstimators.inl
include/ImprovedCubicSurfaceExtractor.h
include/ImprovedCubicSurfaceExtractor.inl
include/LargeVolume.h
include/LargeVolume.inl
include/LargeVolumeSampler.inl
include/Log.h
include/Material.h
include/MaterialDensityPair.h
include/MeshDecimator.h
include/MeshDecimator.inl
include/PolyVoxForwardDeclarations.h
include/Raycast.h
include/Raycast.inl
include/RaycastWithCallback.h
include/RaycastWithCallback.inl
include/Region.h
include/SimpleVolume.h
include/SimpleVolume.inl
include/SimpleVolumeSampler.inl
include/SurfaceExtractor.h
include/SurfaceExtractor.inl
include/SurfaceMesh.h
include/SurfaceMesh.inl
include/Vector.h
include/Vector.inl
include/VertexTypes.h
include/VoxelFilters.h
include/PolyVoxCore/AmbientOcclusionCalculator.h
include/PolyVoxCore/AmbientOcclusionCalculator.inl
include/PolyVoxCore/Array.h
include/PolyVoxCore/Array.inl
include/PolyVoxCore/ArraySizes.h
include/PolyVoxCore/AStarPathfinder.h
include/PolyVoxCore/AStarPathfinder.inl
include/PolyVoxCore/ConstVolumeProxy.h
include/PolyVoxCore/CubicSurfaceExtractor.h
include/PolyVoxCore/CubicSurfaceExtractor.inl
include/PolyVoxCore/CubicSurfaceExtractorWithNormals.h
include/PolyVoxCore/CubicSurfaceExtractorWithNormals.inl
include/PolyVoxCore/Density.h
include/PolyVoxCore/Filters.h
include/PolyVoxCore/Filters.inl
include/PolyVoxCore/GradientEstimators.h
include/PolyVoxCore/GradientEstimators.inl
include/PolyVoxCore/ImprovedCubicSurfaceExtractor.h
include/PolyVoxCore/ImprovedCubicSurfaceExtractor.inl
include/PolyVoxCore/LargeVolume.h
include/PolyVoxCore/LargeVolume.inl
include/PolyVoxCore/LargeVolumeSampler.inl
include/PolyVoxCore/Log.h
include/PolyVoxCore/Material.h
include/PolyVoxCore/MaterialDensityPair.h
include/PolyVoxCore/MeshDecimator.h
include/PolyVoxCore/MeshDecimator.inl
include/PolyVoxCore/PolyVoxForwardDeclarations.h
include/PolyVoxCore/Raycast.h
include/PolyVoxCore/Raycast.inl
include/PolyVoxCore/RaycastWithCallback.h
include/PolyVoxCore/RaycastWithCallback.inl
include/PolyVoxCore/Region.h
include/PolyVoxCore/SimpleVolume.h
include/PolyVoxCore/SimpleVolume.inl
include/PolyVoxCore/SimpleVolumeSampler.inl
include/PolyVoxCore/SurfaceExtractor.h
include/PolyVoxCore/SurfaceExtractor.inl
include/PolyVoxCore/SurfaceMesh.h
include/PolyVoxCore/SurfaceMesh.inl
include/PolyVoxCore/Vector.h
include/PolyVoxCore/Vector.inl
include/PolyVoxCore/VertexTypes.h
include/PolyVoxCore/VoxelFilters.h
)
SET(IMPL_SRC_FILES