VTK-m
2.0
|
#include "TypeOfCellQuadrilateral.h"
#include <vtkm/CellShape.h>
#include <vtkm/CellTraits.h>
#include <vtkm/ErrorCode.h>
#include <vtkm/VecTraits.h>
#include <vtkm/VectorAnalysis.h>
Go to the source code of this file.
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |
vtkm::worklet::cellmetrics | |
Functions | |
template<typename OutType , typename PointCoordVecType , typename CellShapeType > | |
VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellWarpageMetric (const vtkm::IdComponent &vtkmNotUsed(numPts), const PointCoordVecType &vtkmNotUsed(pts), CellShapeType vtkmNotUsed(shape), vtkm::ErrorCode &vtkmNotUsed(ec)) |
template<typename OutType , typename PointCoordVecType > | |
VTKM_EXEC OutType | vtkm::worklet::cellmetrics::CellWarpageMetric (const vtkm::IdComponent &vtkmNotUsed(numPts), const PointCoordVecType &pts, vtkm::CellShapeTagQuad, vtkm::ErrorCode &vtkmNotUsed(ec)) |