VTK-m  2.0
Classes | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::FacetedSurfaceNormals Class Reference

#include <SurfaceNormals.h>

Classes

class  Worklet
 

Public Member Functions

 FacetedSurfaceNormals ()
 
void SetNormalize (bool value)
 Set/Get if the results should be normalized. More...
 
bool GetNormalize () const
 
template<typename CellSetType , typename PointsType , typename NormalCompType >
void Run (const CellSetType &cellset, const PointsType &points, vtkm::cont::ArrayHandle< vtkm::Vec< NormalCompType, 3 >> &normals)
 

Private Attributes

bool Normalize
 

Constructor & Destructor Documentation

◆ FacetedSurfaceNormals()

vtkm::worklet::FacetedSurfaceNormals::FacetedSurfaceNormals ( )
inline

Member Function Documentation

◆ 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.

Member Data Documentation

◆ Normalize

bool vtkm::worklet::FacetedSurfaceNormals::Normalize
private

The documentation for this class was generated from the following file: