-
- Downloads
Reduce dispatches in vtkDataArray.
Added overrides for the methods that take a vtkAbstractArray and dispatch it, so that the common case of using these methods with NewInstance() can avoid the dispatch overhead. Also moved to vtkDataArrayRoundIfNecessary helpers from vtkDataArray.cxx to vtkMath::RoundDoubleToIntegralIfNecessary so they can be reused from other array implementations. Also replaced some vtkDataArray::SafeDownCasts with FastDownCasts and added more detail to some error messages.
Showing
- Common/Core/vtkAOSDataArrayTemplate.h 5 additions, 0 deletionsCommon/Core/vtkAOSDataArrayTemplate.h
- Common/Core/vtkAOSDataArrayTemplate.txx 61 additions, 0 deletionsCommon/Core/vtkAOSDataArrayTemplate.txx
- Common/Core/vtkDataArray.cxx 25 additions, 66 deletionsCommon/Core/vtkDataArray.cxx
- Common/Core/vtkGenericDataArray.h 13 additions, 0 deletionsCommon/Core/vtkGenericDataArray.h
- Common/Core/vtkGenericDataArray.txx 297 additions, 0 deletionsCommon/Core/vtkGenericDataArray.txx
- Common/Core/vtkMath.h 37 additions, 0 deletionsCommon/Core/vtkMath.h
- Common/Core/vtkSOADataArrayTemplate.h 5 additions, 0 deletionsCommon/Core/vtkSOADataArrayTemplate.h
- Common/Core/vtkSOADataArrayTemplate.txx 63 additions, 0 deletionsCommon/Core/vtkSOADataArrayTemplate.txx
Loading
Please register or sign in to comment