Viskores
1.0
|
#include <viskores/CellShape.h>
#include <viskores/CellTraits.h>
#include <viskores/Deprecated.h>
#include <viskores/cont/ArrayCopy.h>
#include <viskores/cont/ArrayHandleCast.h>
#include <viskores/cont/ArrayHandleGroupVecVariable.h>
#include <viskores/cont/ArrayHandlePermutation.h>
#include <viskores/cont/CellSet.h>
#include <viskores/cont/CellSetExplicit.h>
#include <viskores/cont/Invoker.h>
#include <viskores/cont/internal/ConnectivityExplicitInternals.h>
#include <viskores/cont/internal/ConvertNumComponentsToOffsetsTemplate.h>
#include <viskores/cont/internal/ReverseConnectivityBuilder.h>
#include <viskores/internal/ConnectivityStructuredInternals.h>
#include <viskores/worklet/WorkletMapTopology.h>
#include <viskores/exec/ConnectivityPermuted.h>
Go to the source code of this file.
Classes | |
class | viskores::cont::CellSetPermutation< OriginalCellSetType_, PermutationArrayHandleType_ > |
Rearranges the cells of one cell set to create another cell set. More... | |
class | viskores::cont::CellSetPermutation< CellSetPermutation< CellSetType, PermutationArrayHandleType1 >, PermutationArrayHandleType2 > |
Namespaces | |
viskores | |
Groups connected points that have the same field value. | |
viskores::cont | |
Viskores Control Environment. | |
Macros | |
#define | VISKORES_DEFAULT_CELLSET_PERMUTATION_STORAGE_TAG VISKORES_DEFAULT_STORAGE_TAG |
Functions | |
template<typename OriginalCellSet , typename PermutationArrayHandleType > | |
viskores::cont::CellSetPermutation< OriginalCellSet, PermutationArrayHandleType > | viskores::cont::make_CellSetPermutation (const PermutationArrayHandleType &cellIndexMap, const OriginalCellSet &cellSet) |
#define VISKORES_DEFAULT_CELLSET_PERMUTATION_STORAGE_TAG VISKORES_DEFAULT_STORAGE_TAG |