VTK
9.5.20250804
|
#include <Portals.h>
Public Types | |
using | ValueType = typename vtkPortalTraits< Type >::Type |
using | ComponentType = typename vtkPortalTraits< Type >::ComponentType |
typedef viskores::cont::internal::IteratorFromArrayPortal< vtkPointsPortal > | IteratorType |
Public Member Functions | |
VISKORES_EXEC_CONT | vtkPointsPortal () |
VISKORES_CONT | vtkPointsPortal (vtkPoints *points, viskores::Id size) |
VISKORES_SUPPRESS_EXEC_WARNINGS VISKORES_EXEC_CONT viskores::Id | GetNumberOfValues () const |
VISKORES_SUPPRESS_EXEC_WARNINGS VISKORES_EXEC_CONT ValueType | Get (viskores::Id index) const |
VISKORES_SUPPRESS_EXEC_WARNINGS VISKORES_EXEC_CONT void | Set (viskores::Id index, const ValueType &value) const |
VISKORES_CONT IteratorType | GetIteratorBegin () const |
VISKORES_CONT IteratorType | GetIteratorEnd () const |
VISKORES_CONT vtkPoints * | GetVtkData () const |
using tovtkm::vtkPointsPortal< Type >::ValueType = typename vtkPortalTraits<Type>::Type |
using tovtkm::vtkPointsPortal< Type >::ComponentType = typename vtkPortalTraits<Type>::ComponentType |
typedef viskores::cont::internal::IteratorFromArrayPortal<vtkPointsPortal> tovtkm::vtkPointsPortal< Type >::IteratorType |
VISKORES_EXEC_CONT tovtkm::vtkPointsPortal< Type >::vtkPointsPortal | ( | ) |
VISKORES_CONT tovtkm::vtkPointsPortal< Type >::vtkPointsPortal | ( | vtkPoints * | points, |
viskores::Id | size | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |