VTK-m  2.0
Public Types | Static Public Attributes | List of all members
vtkm::cont::arg::TypeCheck< TypeCheckTagCellSetStructured, CellSetType > Struct Template Reference

#include <TypeCheckTagCellSetStructured.h>

Public Types

using is_3d_cellset = std::is_same< CellSetType, vtkm::cont::CellSetStructured< 3 > >
 
using is_2d_cellset = std::is_same< CellSetType, vtkm::cont::CellSetStructured< 2 > >
 
using is_1d_cellset = std::is_same< CellSetType, vtkm::cont::CellSetStructured< 1 > >
 

Static Public Attributes

static constexpr bool value
 

Member Typedef Documentation

◆ is_1d_cellset

template<typename CellSetType >
using vtkm::cont::arg::TypeCheck< TypeCheckTagCellSetStructured, CellSetType >::is_1d_cellset = std::is_same<CellSetType, vtkm::cont::CellSetStructured<1> >

◆ is_2d_cellset

template<typename CellSetType >
using vtkm::cont::arg::TypeCheck< TypeCheckTagCellSetStructured, CellSetType >::is_2d_cellset = std::is_same<CellSetType, vtkm::cont::CellSetStructured<2> >

◆ is_3d_cellset

template<typename CellSetType >
using vtkm::cont::arg::TypeCheck< TypeCheckTagCellSetStructured, CellSetType >::is_3d_cellset = std::is_same<CellSetType, vtkm::cont::CellSetStructured<3> >

Member Data Documentation

◆ value

template<typename CellSetType >
constexpr bool vtkm::cont::arg::TypeCheck< TypeCheckTagCellSetStructured, CellSetType >::value
staticconstexpr
Initial value:
=
is_3d_cellset::value || is_2d_cellset::value || is_1d_cellset::value

The documentation for this struct was generated from the following file: