VTK-m
2.2
|
#include <vtkm/cont/vtkm_cont_export.h>
#include <vtkm/Types.h>
#include <condition_variable>
#include <memory>
#include <mutex>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | vtkm::cont::Token |
A token to hold the scope of an ArrayHandle or other object. More... | |
struct | vtkm::cont::Token::ObjectReference |
struct | vtkm::cont::Token::ObjectReferenceImpl< ObjectType > |
class | vtkm::cont::Token::Reference |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::cont | |
VTK-m Control Environment. | |
Functions | |
bool | vtkm::cont::operator== (const vtkm::cont::Token &token, vtkm::cont::Token::Reference ref) |
bool | vtkm::cont::operator!= (const vtkm::cont::Token &token, vtkm::cont::Token::Reference ref) |
bool | vtkm::cont::operator== (vtkm::cont::Token::Reference ref, const vtkm::cont::Token &token) |
bool | vtkm::cont::operator!= (vtkm::cont::Token::Reference ref, const vtkm::cont::Token &token) |