#include <SurfaceNormals.h>
◆ FacetedSurfaceNormals()
vtkm::worklet::FacetedSurfaceNormals::FacetedSurfaceNormals |
( |
| ) |
|
|
inline |
◆ GetNormalize()
bool vtkm::worklet::FacetedSurfaceNormals::GetNormalize |
( |
| ) |
const |
|
inline |
◆ Run()
template<typename CellSetType , typename PointsType , typename NormalCompType >
void vtkm::worklet::FacetedSurfaceNormals::Run |
( |
const CellSetType & |
cellset, |
|
|
const PointsType & |
points, |
|
|
vtkm::cont::ArrayHandle< vtkm::Vec< NormalCompType, 3 >> & |
normals |
|
) |
| |
|
inline |
◆ SetNormalize()
void vtkm::worklet::FacetedSurfaceNormals::SetNormalize |
( |
bool |
value | ) |
|
|
inline |
Set/Get if the results should be normalized.
◆ Normalize
bool vtkm::worklet::FacetedSurfaceNormals::Normalize |
|
private |
The documentation for this class was generated from the following file: