ITK
5.2.0
Insight Toolkit
|
#include <itkVariableLengthVector.h>
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 187 of file itkVariableLengthVector.h.
|
inline |
Definition at line 190 of file itkVariableLengthVector.h.