![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkVariableLengthVector.h>
Inheritance diagram for itk::VariableLengthVector< TValue >::KeepValuesRootPolicy: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 249 of file itkVariableLengthVector.h.
1.8.16