VTK-m  2.0
Classes | Namespaces | Macros | Functions
CellSetPermutation.h File Reference
#include <vtkm/CellShape.h>
#include <vtkm/CellTraits.h>
#include <vtkm/Deprecated.h>
#include <vtkm/cont/ArrayCopy.h>
#include <vtkm/cont/ArrayHandleCast.h>
#include <vtkm/cont/ArrayHandleGroupVecVariable.h>
#include <vtkm/cont/ArrayHandlePermutation.h>
#include <vtkm/cont/CellSet.h>
#include <vtkm/cont/CellSetExplicit.h>
#include <vtkm/cont/Invoker.h>
#include <vtkm/cont/internal/ConnectivityExplicitInternals.h>
#include <vtkm/cont/internal/ConvertNumComponentsToOffsetsTemplate.h>
#include <vtkm/cont/internal/ReverseConnectivityBuilder.h>
#include <vtkm/internal/ConnectivityStructuredInternals.h>
#include <vtkm/worklet/WorkletMapTopology.h>
#include <vtkm/exec/ConnectivityPermuted.h>

Go to the source code of this file.

Classes

class  vtkm::cont::CellSetPermutation< OriginalCellSetType_, PermutationArrayHandleType_ >
 
class  vtkm::cont::CellSetPermutation< CellSetPermutation< CellSetType, PermutationArrayHandleType1 >, PermutationArrayHandleType2 >
 

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::cont
 VTK-m Control Environment.
 

Macros

#define VTKM_DEFAULT_CELLSET_PERMUTATION_STORAGE_TAG   VTKM_DEFAULT_STORAGE_TAG
 

Functions

template<typename OriginalCellSet , typename PermutationArrayHandleType >
vtkm::cont::CellSetPermutation< OriginalCellSet, PermutationArrayHandleType > vtkm::cont::make_CellSetPermutation (const PermutationArrayHandleType &cellIndexMap, const OriginalCellSet &cellSet)
 

Macro Definition Documentation

◆ VTKM_DEFAULT_CELLSET_PERMUTATION_STORAGE_TAG

#define VTKM_DEFAULT_CELLSET_PERMUTATION_STORAGE_TAG   VTKM_DEFAULT_STORAGE_TAG