![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkVariableLengthVector.h>
Inheritance diagram for itk::VariableLengthVector< TValue >::ShrinkToFit:
Collaboration diagram for itk::VariableLengthVector< TValue >::ShrinkToFit: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 183 of file itkVariableLengthVector.h.
Public Member Functions | |
| bool | operator() (unsigned int newSize, unsigned int oldSize) const noexcept |
|
inlinenoexcept |
Definition at line 185 of file itkVariableLengthVector.h.
1.8.5