vtk-m2/vtkm/rendering/raytracing/CMakeLists.txt
Manish Mathai 814ec27f1e Add MapperGlyphScalar and MapperGlyphVector mappers
These mappers can be used to render cell sets as glyphs. The following
glyph types are available for scalar fields:
 - Cube
 - Sphere
 - Axes
 - Quads

For vector fields:
 - Arrows
2022-06-15 15:19:53 -07:00

55 lines
1.3 KiB
CMake

##============================================================================
## 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})