VTK-m
2.2
|
#include <vtkm/StaticAssert.h>
#include <vtkm/TypeTraits.h>
#include <vtkm/Types.h>
#include <vtkm/VecTraits.h>
Go to the source code of this file.
Classes | |
class | vtkm::VecFlat< T, bool > |
Treat a Vec or Vec -like object as a flat Vec . More... | |
class | vtkm::VecFlat< T, false > |
class | vtkm::VecFlat< T, true > |
struct | vtkm::TypeTraits< vtkm::VecFlat< T > > |
struct | vtkm::VecTraits< vtkm::VecFlat< T > > |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
Functions | |
template<typename T > | |
vtkm::VecFlat< T > | vtkm::make_VecFlat (const T &vec) |
Converts a Vec -like object to a VecFlat . More... | |