![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkVariableLengthVector.h>
Inheritance diagram for itk::VariableLengthVector< TValue >::DumpOldValues:
Collaboration diagram for itk::VariableLengthVector< TValue >::DumpOldValues: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 303 of file itkVariableLengthVector.h.
|
inline |
Definition at line 307 of file itkVariableLengthVector.h.
1.8.16