ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkVariableLengthVector.h>
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 |
|
inline |
Definition at line 185 of file itkVariableLengthVector.h.