##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. ## ## This software is distributed WITHOUT ANY WARRANTY; without even ## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ## PURPOSE. See the above copyright notice for more information. ##============================================================================ set(headers BoundingVolumeHierarchy.h BVHTraverser.h Camera.h CellIntersector.h CellSampler.h CellTables.h ChannelBuffer.h ChannelBufferOperations.h ConnectivityTracer.h CylinderExtractor.h CylinderIntersector.h GlyphExtractor.h GlyphExtractorVector.h GlyphIntersector.h GlyphIntersectorVector.h Logger.h MeshConnectivityBuilder.h MeshConnectivityContainers.h MeshConnectivity.h MortonCodes.h PartialComposite.h QuadExtractor.h QuadIntersector.h Ray.h RayOperations.h RayTracer.h RayTracingTypeDefs.h Sampler.h ScalarRenderer.h ShapeIntersector.h SphereExtractor.h SphereIntersector.h TriangleExtractor.h TriangleIntersections.h TriangleIntersector.h VolumeRendererStructured.h Worklets.h ) set_source_files_properties(CellTables.h PROPERTIES VTKm_CANT_BE_HEADER_TESTED TRUE) vtkm_declare_headers(${headers})