VTK  9.5.20250804
Public Types | Public Member Functions | List of all members
tovtkm::vtkPointsPortal< Type > Class Template Reference

#include <Portals.h>

Public Types

using ValueType = typename vtkPortalTraits< Type >::Type
 
using ComponentType = typename vtkPortalTraits< Type >::ComponentType
 
typedef viskores::cont::internal::IteratorFromArrayPortal< vtkPointsPortalIteratorType
 

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 vtkPointsGetVtkData () const
 

Detailed Description

template<typename Type>
class tovtkm::vtkPointsPortal< Type >

Definition at line 69 of file Portals.h.

Member Typedef Documentation

◆ ValueType

template<typename Type >
using tovtkm::vtkPointsPortal< Type >::ValueType = typename vtkPortalTraits<Type>::Type

Definition at line 74 of file Portals.h.

◆ ComponentType

template<typename Type >
using tovtkm::vtkPointsPortal< Type >::ComponentType = typename vtkPortalTraits<Type>::ComponentType

Definition at line 75 of file Portals.h.

◆ IteratorType

template<typename Type >
typedef viskores::cont::internal::IteratorFromArrayPortal<vtkPointsPortal> tovtkm::vtkPointsPortal< Type >::IteratorType

Definition at line 95 of file Portals.h.

Constructor & Destructor Documentation

◆ vtkPointsPortal() [1/2]

template<typename Type >
VISKORES_EXEC_CONT tovtkm::vtkPointsPortal< Type >::vtkPointsPortal ( )

◆ vtkPointsPortal() [2/2]

template<typename Type >
VISKORES_CONT tovtkm::vtkPointsPortal< Type >::vtkPointsPortal ( vtkPoints points,
viskores::Id  size 
)

Member Function Documentation

◆ GetNumberOfValues()

template<typename Type >
VISKORES_SUPPRESS_EXEC_WARNINGS VISKORES_EXEC_CONT viskores::Id tovtkm::vtkPointsPortal< Type >::GetNumberOfValues ( ) const
inline

Definition at line 85 of file Portals.h.

◆ Get()

template<typename Type >
VISKORES_SUPPRESS_EXEC_WARNINGS VISKORES_EXEC_CONT ValueType tovtkm::vtkPointsPortal< Type >::Get ( viskores::Id  index) const
inline

◆ Set()

template<typename Type >
VISKORES_SUPPRESS_EXEC_WARNINGS VISKORES_EXEC_CONT void tovtkm::vtkPointsPortal< Type >::Set ( viskores::Id  index,
const ValueType value 
) const
inline

◆ GetIteratorBegin()

template<typename Type >
VISKORES_CONT IteratorType tovtkm::vtkPointsPortal< Type >::GetIteratorBegin ( ) const
inline

Definition at line 98 of file Portals.h.

◆ GetIteratorEnd()

template<typename Type >
VISKORES_CONT IteratorType tovtkm::vtkPointsPortal< Type >::GetIteratorEnd ( ) const
inline

Definition at line 101 of file Portals.h.

◆ GetVtkData()

template<typename Type >
VISKORES_CONT vtkPoints * tovtkm::vtkPointsPortal< Type >::GetVtkData ( ) const
inline

Definition at line 104 of file Portals.h.


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