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

#include <itkVariableLengthVector.h>

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

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 127 of file itkVariableLengthVector.h.

Public Member Functions

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

Member Function Documentation

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: