ITK
6.0.0
Insight Toolkit
|
#include <itkVariableLengthVector.h>
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. Returns false (always)
oldSize == newSize
, checked by assertionDefinition at line 153 of file itkVariableLengthVector.h.
Public Member Functions | |
bool | operator() ([[maybe_unused]] unsigned int newSize, [[maybe_unused]] unsigned int oldSize) const |
|
inline |
Definition at line 156 of file itkVariableLengthVector.h.