ITK
5.2.0
Insight Toolkit
|
#include <itkVariableLengthVector.h>
Public Member Functions | |
template<typename TValue2 > | |
void | operator() (unsigned int, unsigned int, TValue2 *, TValue2 *) const |
VariableLengthVector
Invariability Policy: Never keep old values. This policy, when used from VariableLengthVector::SetSize()
, is a no-op. It won't try to copy previous values from the previous internal buffer to the new one.
oldBuffer
and newBuffer
are expected to differ (unchecked).This behaviour particularly fits VariableLengthVector::operator=()
Definition at line 305 of file itkVariableLengthVector.h.
|
inline |
Definition at line 309 of file itkVariableLengthVector.h.