VTK-m
2.0
vtkm
rendering
internal
RunTriangulator.h
Go to the documentation of this file.
1
//============================================================================
2
// Copyright (c) Kitware, Inc.
3
// All rights reserved.
4
// See LICENSE.txt for details.
5
//
6
// This software is distributed WITHOUT ANY WARRANTY; without even
7
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
// PURPOSE. See the above copyright notice for more information.
9
//============================================================================
10
#ifndef vtk_m_rendering_internal_RunTriangulator_h
11
#define vtk_m_rendering_internal_RunTriangulator_h
12
13
#include <vtkm/rendering/vtkm_rendering_export.h>
14
15
#include <
vtkm/cont/ArrayHandle.h
>
16
#include <
vtkm/cont/RuntimeDeviceTracker.h
>
17
#include <
vtkm/cont/UnknownCellSet.h
>
18
19
namespace
vtkm
20
{
21
namespace
rendering
22
{
23
namespace
internal
24
{
25
31
VTKM_RENDERING_EXPORT
32
void
RunTriangulator(
const
vtkm::cont::UnknownCellSet
& cellSet,
33
vtkm::cont::ArrayHandle<vtkm::Id4>
& indices,
34
vtkm::Id
& numberOfTriangles);
35
}
36
}
37
}
// namespace vtkm::rendering::internal
38
39
#endif //vtk_m_rendering_internal_RunTriangulator_h
vtkm::cont::ArrayHandle< vtkm::Id4 >
ArrayHandle.h
vtkm
Groups connected points that have the same field value.
Definition:
Atomic.h:19
RuntimeDeviceTracker.h
UnknownCellSet.h
vtkm::cont::UnknownCellSet
A CellSet of an unknown type.
Definition:
UnknownCellSet.h:48
vtkm::Id
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition:
Types.h:191
Generated by
1.8.17