34 #ifndef vtkAOSDataArrayTemplate_h
35 #define vtkAOSDataArrayTemplate_h
39 #include "vtkCommonCoreModule.h"
45 template <
class ValueTypeT>
72 return this->Buffer->GetBuffer()[valueIdx];
81 this->Buffer->GetBuffer()[valueIdx] =
value;
92 std::copy(this->Buffer->GetBuffer() + valueIdx,
105 std::copy(tuple, tuple + this->NumberOfComponents, this->Buffer->GetBuffer() + valueIdx);
115 return this->Buffer->GetBuffer()[this->NumberOfComponents * tupleIdx + comp];
125 const vtkIdType valueIdx = tupleIdx * this->NumberOfComponents + comp;
203 this->Superclass::SetTuple(dstTupleIdx, srcTupleIdx, source);
211 this->Superclass::InsertTuple(dstTupleIdx, srcTupleIdx, source);
220 return this->Superclass::InsertNextTuple(srcTupleIdx, source);
268 this->Superclass::InsertTuples(dstIds, srcIds, source);
273 this->Superclass::InsertTuplesStartingAt(dstStart, srcIds, source);
307 #define vtkCreateWrappedArrayInterface(T) \
308 int GetDataType() const override; \
309 void GetTypedTuple(vtkIdType i, T* tuple) VTK_EXPECTS(0 <= i && i < GetNumberOfTuples()); \
310 void SetTypedTuple(vtkIdType i, const T* tuple) VTK_EXPECTS(0 <= i && i < GetNumberOfTuples()); \
311 void InsertTypedTuple(vtkIdType i, const T* tuple) VTK_EXPECTS(0 <= i); \
312 vtkIdType InsertNextTypedTuple(const T* tuple); \
313 T GetValue(vtkIdType id) const VTK_EXPECTS(0 <= id && id < GetNumberOfValues()); \
314 void SetValue(vtkIdType id, T value) VTK_EXPECTS(0 <= id && id < GetNumberOfValues()); \
315 bool SetNumberOfValues(vtkIdType number) override; \
316 void InsertValue(vtkIdType id, T f) VTK_EXPECTS(0 <= id); \
317 vtkIdType InsertNextValue(T f); \
318 T* GetValueRange(int comp) VTK_SIZEHINT(2); \
319 T* GetValueRange() VTK_SIZEHINT(2); \
320 T* WritePointer(vtkIdType id, vtkIdType number); \
321 T* GetPointer(vtkIdType id); \
322 void SetArray(VTK_ZEROCOPY T* array, vtkIdType size, int save); \
323 void SetArray(VTK_ZEROCOPY T* array, vtkIdType size, int save, int deleteMethod)
325 #endif // header guard
331 #ifdef VTK_AOS_DATA_ARRAY_TEMPLATE_INSTANTIATING
332 #define VTK_AOS_DATA_ARRAY_TEMPLATE_INSTANTIATE(T) \
333 namespace vtkDataArrayPrivate \
335 VTK_INSTANTIATE_VALUERANGE_ARRAYTYPE(vtkAOSDataArrayTemplate<T>, double); \
337 template class VTKCOMMONCORE_EXPORT vtkAOSDataArrayTemplate<T>
339 #elif defined(VTK_USE_EXTERN_TEMPLATE)
340 #ifndef VTK_AOS_DATA_ARRAY_TEMPLATE_EXTERN
341 #define VTK_AOS_DATA_ARRAY_TEMPLATE_EXTERN
343 #pragma warning(push)
346 #pragma warning(disable : 4910) // extern and dllexport incompatible
352 #endif // VTK_AOS_DATA_ARRAY_TEMPLATE_EXTERN
355 #elif defined(_MSC_VER) && !defined(VTK_BUILD_SHARED_LIBS)
356 #pragma warning(push)
359 #pragma warning(disable : 4091)
362 #pragma warning(disable : 4231)
375 #pragma warning(disable : 4910) // extern and dllexport incompatible
void SetValue(vtkIdType valueIdx, ValueType value)
Set the value at valueIdx to value.
void SetTuple(vtkIdType dstTupleIdx, vtkIdType srcTupleIdx, vtkAbstractArray *source) override
See documentation from parent class.
void InsertTuplesStartingAt(vtkIdType dstStart, vtkIdList *srcIds, vtkAbstractArray *source) override
Copy the tuples indexed in srcIds from the source array to the tuple locations starting at index dstS...
int GetArrayType() const override
Method for type-checking in FastDownCast implementations.
virtual void ShallowCopy(vtkDataArray *other)
Create a shallow copy of other into this, if possible.
vtkIdType InsertNextTuple(vtkIdType srcTupleIdx, vtkAbstractArray *source) override
See documentation from parent class.
Abstract superclass for all arrays.
ValueType * GetPointer(vtkIdType valueIdx)
Default implementation raises a runtime error.
void SetTypedComponent(vtkIdType tupleIdx, int comp, ValueType value)
Set component comp of the tuple at tupleIdx to value.
void SetArrayFreeFunction(void(*callback)(void *)) override
Default implementation raises a runtime error.
ValueType GetValue(vtkIdType valueIdx) const
Get the value at valueIdx.
Base interface for all typed vtkDataArray subclasses.
void SetVoidArray(void *, vtkIdType, int) override
Default implementation raises a runtime error.
bool HasStandardMemoryLayout() const override
Returns true if this array uses the standard memory layout defined in the VTK user guide...
vtkAOSDataArrayTemplate< ValueTypeT > SelfType
vtkIdType GetNumberOfValues() const
Get the total number of values in the array.
virtual void Fill(double value)
Fill all values of a data array with a specified value.
void InsertTuple(vtkIdType dstTupleIdx, vtkIdType srcTupleIdx, vtkAbstractArray *source) override
See documentation from parent class.
vtkInstantiateTemplateMacro(extern template class VTKCOMMONCORE_EXPORT vtkArrayIteratorTemplate)
double * GetTuple(vtkIdType tupleIdx) override
Get the data tuple at tupleIdx.
Array-Of-Structs implementation of vtkGenericDataArray.
list of point or cell ids
bool AllocateTuples(vtkIdType numTuples)
Allocate space for numTuples.
abstract superclass for arrays of numeric data
void SetValue(vtkIdType valueIdx, ValueType value)
Set the value at valueIdx to value.
void GetTypedTuple(vtkIdType tupleIdx, ValueType *tuple) const
Copy the tuple at tupleIdx into tuple.
void InsertTuples(vtkIdList *dstIds, vtkIdList *srcIds, vtkAbstractArray *source) override
See documentation from parent class.
vtkTemplateTypeMacro(SelfType, vtkDataArray)
virtual void FillValue(ValueType value)
Set all the values in array to value.
void * WriteVoidPointer(vtkIdType valueIdx, vtkIdType numValues) override
Default implementation raises a runtime error.
ValueType * WritePointer(vtkIdType valueIdx, vtkIdType numValues)
Default implementation raises a runtime error.
void save(Archiver &ar, const std::string &str, const unsigned int vtkNotUsed(version))
Abstract superclass to iterate over elements in an vtkAbstractArray.
vtkIdType GetNumberOfTuples() const
Get the number of complete tuples (a component group) in the array.
vtkArrayIterator * NewIterator() override
Subclasses must override this method and provide the right kind of templated vtkArrayIteratorTemplate...
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void DataChanged() override
Tell the array explicitly that the data has changed.
void * GetVoidPointer(vtkIdType valueIdx) override
Default implementation raises a runtime error.
ValueType GetTypedComponent(vtkIdType tupleIdx, int comp) const
Get component comp of the tuple at tupleIdx.
static vtkDataArray * FastDownCast(vtkAbstractArray *source)
Perform a fast, safe cast from a vtkAbstractArray to a vtkDataArray.
void DataElementChanged(vtkIdType)
Tell the array explicitly that a single data element has changed.
vtkArrayDownCast_TemplateFastCastMacro(vtkAOSDataArrayTemplate)
virtual void FillTypedComponent(int compIdx, ValueType value)
Set component comp of all tuples to value.
void SetTypedTuple(vtkIdType tupleIdx, const ValueType *tuple)
Set this array's tuple at tupleIdx to the values in tuple.
Superclass::ValueType ValueType
void InsertComponent(vtkIdType tupleIdx, int compIdx, double value) override
Insert value at the location specified by tupleIdx and compIdx.
ValueType * Iterator
Legacy support for array-of-structs value iteration.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
bool ReallocateTuples(vtkIdType numTuples)
Allocate space for numTuples.
vtkIdType InsertNextTuple(vtkIdType srcTupleIdx, vtkAbstractArray *source) override
Insert the tuple from srcTupleIdx in the source array at the end of this array.
void SetTuple(vtkIdType dstTupleIdx, vtkIdType srcTupleIdx, vtkAbstractArray *source) override
Set the tuple at dstTupleIdx in this array to the tuple at srcTupleIdx in the source array...
void InsertTuples(vtkIdList *dstIds, vtkIdList *srcIds, vtkAbstractArray *source) override
Copy the tuples indexed in srcIds from the source array to the tuple locations indexed by dstIds in t...
void InsertTuple(vtkIdType dstTupleIdx, vtkIdType srcTupleIdx, vtkAbstractArray *source) override
Insert the tuple at srcTupleIdx in the source array into this array at dstTupleIdx.
vtkExternTemplateMacro(extern template class VTKCOMMONCORE_EXPORT vtkAOSDataArrayTemplate)
vtkBuffer< ValueType > * Buffer