![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkVariableLengthVector.h>
Inheritance diagram for itk::VariableLengthVector< TValue >::DumpOldValues:
Collaboration diagram for itk::VariableLengthVector< TValue >::DumpOldValues: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 noexcept |
|
inlinenoexcept |
Definition at line 298 of file itkVariableLengthVector.h.
1.8.5