VTK
|
#include <Portals.h>
Public Types | |
typedef T | ValueType |
typedef dax::cont::internal::IteratorFromArrayPortal< vtkTopologyPortal > | IteratorType |
Public Member Functions | |
DAX_CONT_EXPORT | vtkTopologyPortal () |
DAX_CONT_EXPORT | vtkTopologyPortal (vtkCellArray *cells, dax::Id daxTopoLen) |
template<typename OtherType > | |
DAX_CONT_EXPORT | vtkTopologyPortal (const vtkTopologyPortal< OtherType, PointsPerCell > &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 |
vtkCellArray * | GetVtkData () const |
typedef T vtkToDax::vtkTopologyPortal< T, PointsPerCell >::ValueType |
typedef dax::cont::internal::IteratorFromArrayPortal<vtkTopologyPortal> vtkToDax::vtkTopologyPortal< T, PointsPerCell >::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 |