ITK  5.4.0
Insight Toolkit
Public Member Functions | List of all members
itk::VariableLengthVector< TValue >::AlwaysReallocate Struct Reference

#include <itkVariableLengthVector.h>

Detailed Description

template<typename TValue>
struct itk::VariableLengthVector< TValue >::AlwaysReallocate

VariableLengthVector Allocation Policy: Always reallocate memory. This policy, when used from VariableLengthVector::SetSize(), always implies that the previous internal buffer will be reallocated. Even if enough memory was available.

Returns
true (always)
See also
itk::VariableLengthVector::SetSize
NeverReallocate
ShrinkToFit
DontShrinkToFit

Definition at line 126 of file itkVariableLengthVector.h.

+ Inheritance diagram for itk::VariableLengthVector< TValue >::AlwaysReallocate:
+ Collaboration diagram for itk::VariableLengthVector< TValue >::AlwaysReallocate:

Public Member Functions

bool operator() (unsigned int, unsigned int) const
 

Member Function Documentation

◆ operator()()

template<typename TValue>
bool itk::VariableLengthVector< TValue >::AlwaysReallocate::operator() ( unsigned int  ,
unsigned int   
) const
inline

Definition at line 129 of file itkVariableLengthVector.h.


The documentation for this struct was generated from the following file: