ITK
5.2.0
Insight Toolkit
|
#include <itkVariableLengthVector.h>
VariableLengthVector
empty base-class for values Keeping policies. All Values Keeping Policies are expected to inherit from this empty base class.
The preconditions common to all sub classes are:
oldBuffer
and newBuffer
are expected to differ (unchecked). TValue
assignment is a noexcept
operation. newBuffer
is not null (pre-conditions imposed by some implementations of std::copy()
) [oldBuffer, oldBuffer+oldSize)
is a valid rangeDefinition at line 251 of file itkVariableLengthVector.h.