![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkVariableLengthVector.h>
Inheritance diagram for itk::VariableLengthVector< TValue >::NeverReallocate:
Collaboration diagram for itk::VariableLengthVector< TValue >::NeverReallocate:Public Member Functions | |
| bool | operator() (unsigned int newSize, unsigned int oldSize) const |
VariableLengthVector Allocation Policy: Never reallocate memory. This policy, when used from VariableLengthVector::SetSize(), always implies that the previous internal buffer will be kept. Even if not enough memory was available.
The typical use case of this policy is to make sure a VariableLengthVector is not a proxy object.
oldSize == newSize, checked by assertionDefinition at line 154 of file itkVariableLengthVector.h.
|
inline |
Definition at line 157 of file itkVariableLengthVector.h.
1.8.16