VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::VecFromPortalPermute< IndexVecType, const PortalType * > Class Template Reference

#include <VecFromPortalPermute.h>

Public Types

using ComponentType = typename std::remove_const< typename PortalType::ValueType >::type
 

Public Member Functions

VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC_CONT VecFromPortalPermute ()
 
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC_CONT VecFromPortalPermute (const IndexVecType *indices, const PortalType *const portal)
 
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC_CONT vtkm::IdComponent GetNumberOfComponents () const
 
template<vtkm::IdComponent DestSize>
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC_CONT void CopyInto (vtkm::Vec< ComponentType, DestSize > &dest) const
 
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC_CONT ComponentType operator[] (vtkm::IdComponent index) const
 

Private Attributes

const IndexVecType *const Indices
 
const PortalType *const Portal
 

Member Typedef Documentation

◆ ComponentType

template<typename IndexVecType , typename PortalType >
using vtkm::VecFromPortalPermute< IndexVecType, const PortalType * >::ComponentType = typename std::remove_const<typename PortalType::ValueType>::type

Constructor & Destructor Documentation

◆ VecFromPortalPermute() [1/2]

template<typename IndexVecType , typename PortalType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC_CONT vtkm::VecFromPortalPermute< IndexVecType, const PortalType * >::VecFromPortalPermute ( )
inline

◆ VecFromPortalPermute() [2/2]

template<typename IndexVecType , typename PortalType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC_CONT vtkm::VecFromPortalPermute< IndexVecType, const PortalType * >::VecFromPortalPermute ( const IndexVecType *  indices,
const PortalType *const  portal 
)
inline

Member Function Documentation

◆ CopyInto()

template<typename IndexVecType , typename PortalType >
template<vtkm::IdComponent DestSize>
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC_CONT void vtkm::VecFromPortalPermute< IndexVecType, const PortalType * >::CopyInto ( vtkm::Vec< ComponentType, DestSize > &  dest) const
inline

◆ GetNumberOfComponents()

template<typename IndexVecType , typename PortalType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC_CONT vtkm::IdComponent vtkm::VecFromPortalPermute< IndexVecType, const PortalType * >::GetNumberOfComponents ( ) const
inline

◆ operator[]()

template<typename IndexVecType , typename PortalType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC_CONT ComponentType vtkm::VecFromPortalPermute< IndexVecType, const PortalType * >::operator[] ( vtkm::IdComponent  index) const
inline

Member Data Documentation

◆ Indices

template<typename IndexVecType , typename PortalType >
const IndexVecType* const vtkm::VecFromPortalPermute< IndexVecType, const PortalType * >::Indices
private

◆ Portal

template<typename IndexVecType , typename PortalType >
const PortalType* const vtkm::VecFromPortalPermute< IndexVecType, const PortalType * >::Portal
private

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