VTK
|
#include <Portals.h>
Public Types | |
typedef ConstCorrectedType< DaxValueType >::Type | ValueType |
typedef ConstCorrectedType< DaxValueType >::ComponentType | ComponentType |
typedef dax::cont::internal::IteratorFromArrayPortal< vtkArrayPortal > | IteratorType |
Public Member Functions | |
DAX_CONT_EXPORT | vtkArrayPortal () |
DAX_CONT_EXPORT | vtkArrayPortal (vtkDataArray *array, dax::Id size) |
template<typename OtherDaxType , typename OtherVTKType > | |
DAX_CONT_EXPORT | vtkArrayPortal (const vtkArrayPortal< OtherDaxType, OtherVTKType > &src) |
Copy constructor for any other vtkArrayPortal with an iterator type that can be copied to this iterator type. More... | |
DAX_CONT_EXPORT dax::Id | GetNumberOfValues () const |
DAX_CONT_EXPORT ValueType | Get (dax::Id index) const |
DAX_CONT_EXPORT void | Set (dax::Id index, const ValueType &value) const |
DAX_CONT_EXPORT IteratorType | GetIteratorBegin () const |
DAX_CONT_EXPORT IteratorType | GetIteratorEnd () const |
DAX_CONT_EXPORT vtkDataArray * | GetVtkData () const |
typedef ConstCorrectedType<DaxValueType>::Type vtkToDax::vtkArrayPortal< DaxValueType, VTKComponentType >::ValueType |
typedef ConstCorrectedType<DaxValueType>::ComponentType vtkToDax::vtkArrayPortal< DaxValueType, VTKComponentType >::ComponentType |
typedef dax::cont::internal::IteratorFromArrayPortal<vtkArrayPortal> vtkToDax::vtkArrayPortal< DaxValueType, VTKComponentType >::IteratorType |
|
inline |
|
inline |
|
inline |
Copy constructor for any other vtkArrayPortal with an iterator type that can be copied to this iterator type.
This allows us to do any type casting that the iterators do (like the non-const to const cast).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |