17 #ifndef vtkArrayIteratorTemplate_h
18 #define vtkArrayIteratorTemplate_h
21 #include "vtkCommonCoreModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
80 int GetNumberOfComponents()
const;
90 int GetDataTypeSize()
const;
111 #ifdef VTK_USE_EXTERN_TEMPLATE
112 #ifndef vtkArrayIteratorTemplateInstantiate_cxx
114 #pragma warning(push)
117 #pragma warning(disable : 4910) // extern and dllexport incompatible
126 #endif // VTK_USE_EXTERN_TEMPLATE
128 VTK_ABI_NAMESPACE_END
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
T ValueType
This is the data type for the value.
Abstract superclass for all arrays.
vtkAbstractArray * GetArray()
Get the array.
virtual int GetDataType() const =0
Get the data type from the underlying array.
Implementation template for a array iterator.
vtkInstantiateTemplateMacro(extern template class VTKCOMMONCORE_EXPORT vtkArrayIteratorTemplate)
virtual void Initialize(vtkAbstractArray *array)=0
Set the array this iterator will iterate over.
a simple class to control print indentation
void SetValue(vtkIdType id, T value)
Sets the value at the index.
T & GetValue(vtkIdType id)
Must be called only after Initialize.
Abstract superclass to iterate over elements in an vtkAbstractArray.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...