VTK-m
2.0
|
#include <vtkm/Math.h>
#include <vtkm/TypeTraits.h>
#include <vtkm/Types.h>
#include <vtkm/VecTraits.h>
#include <vtkm/internal/ExportMacros.h>
Go to the source code of this file.
Classes | |
class | vtkm::VecAxisAlignedPointCoordinates< NumDimensions > |
An implicit vector for point coordinates in axis aligned cells. More... | |
struct | vtkm::TypeTraits< vtkm::VecAxisAlignedPointCoordinates< NumDimensions > > |
struct | vtkm::VecTraits< vtkm::VecAxisAlignedPointCoordinates< NumDimensions > > |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
Functions | |
template<vtkm::IdComponent NumDimensions> | |
VTKM_CONT std::ostream & | vtkm::operator<< (std::ostream &stream, const vtkm::VecAxisAlignedPointCoordinates< NumDimensions > &vec) |
Helper function for printing out vectors during testing. More... | |