VTK-m
2.0
|
#include <vtkm/Math.h>
#include <vtkm/TypeTraits.h>
#include <vtkm/Types.h>
#include <vtkm/VecTraits.h>
Go to the source code of this file.
Classes | |
class | vtkm::VecFromPortalPermute< IndexVecType, PortalType > |
A short vector from an ArrayPortal and a vector of indices. More... | |
class | vtkm::VecFromPortalPermute< IndexVecType, const PortalType * > |
struct | vtkm::TypeTraits< vtkm::VecFromPortalPermute< IndexVecType, PortalType > > |
struct | vtkm::VecTraits< vtkm::VecFromPortalPermute< IndexVecType, PortalType > > |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
Functions | |
template<typename IndexVecType , typename PortalType > | |
VTKM_EXEC VecFromPortalPermute< IndexVecType, PortalType > | vtkm::make_VecFromPortalPermute (const IndexVecType *index, const PortalType &portal) |
template<typename IndexVecType , typename PortalType > | |
VTKM_EXEC VecFromPortalPermute< IndexVecType, const PortalType * > | vtkm::make_VecFromPortalPermute (const IndexVecType *index, const PortalType *const portal) |