Renamed BlockVolume to Volume.

Renamed BlockVolumeIterator to VolumeIterator.
This commit is contained in:
David Williams
2009-03-19 22:04:34 +00:00
parent 1dcec5bd3b
commit d951f4d3b0
29 changed files with 202 additions and 202 deletions

View File

@ -24,10 +24,6 @@ SET(CORE_SRC_FILES
SET(CORE_INC_FILES
include/PolyVoxCore/Block.h
include/PolyVoxCore/Block.inl
include/PolyVoxCore/BlockVolume.h
include/PolyVoxCore/BlockVolume.inl
include/PolyVoxCore/BlockVolumeIterator.h
include/PolyVoxCore/BlockVolumeIterator.inl
include/PolyVoxCore/Constants.h
include/PolyVoxCore/Enums.h
include/PolyVoxCore/GradientEstimators.h
@ -44,6 +40,10 @@ SET(CORE_INC_FILES
include/PolyVoxCore/Utility.h
include/PolyVoxCore/Vector.h
include/PolyVoxCore/Vector.inl
include/PolyVoxCore/Volume.h
include/PolyVoxCore/Volume.inl
include/PolyVoxCore/VolumeIterator.h
include/PolyVoxCore/VolumeIterator.inl
include/PolyVoxCore/VoxelFilters.h
)