|
VTK-m
2.0
|
#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 | |
| VTKM_CONT bool | vtkm::cont::operator== (const vtkm::cont::Token &token, vtkm::cont::Token::Reference ref) |
| VTKM_CONT bool | vtkm::cont::operator!= (const vtkm::cont::Token &token, vtkm::cont::Token::Reference ref) |
| VTKM_CONT bool | vtkm::cont::operator== (vtkm::cont::Token::Reference ref, const vtkm::cont::Token &token) |
| VTKM_CONT bool | vtkm::cont::operator!= (vtkm::cont::Token::Reference ref, const vtkm::cont::Token &token) |
1.8.17