![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkVariableLengthVector.h>
Inheritance diagram for itk::VariableLengthVector< TValue >::ShrinkToFit:
Collaboration diagram for itk::VariableLengthVector< TValue >::ShrinkToFit:Public Member Functions | |
| bool | operator() (unsigned int newSize, unsigned int oldSize) const |
VariableLengthVector Allocation Policy: reallocate memory only when size changes. This policy, when used from VariableLengthVector::SetSize(), will reallocate the internal buffer only if the size of the VariableLengthVector changes.
newSize differs from oldSize DontShrinkToFit reallocation policy that will avoid reallocating when enough memory has already been allocated.Definition at line 185 of file itkVariableLengthVector.h.
|
inline |
Definition at line 188 of file itkVariableLengthVector.h.
1.8.16