ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkVariableLengthVector.h>
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 295 of file itkVariableLengthVector.h.
Public Member Functions | |
template<typename TValue2 > | |
void | operator() (unsigned int, unsigned int, TValue2 *, TValue2 *) const |
|
inline |
Definition at line 298 of file itkVariableLengthVector.h.