![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkNumericTraitsCovariantVectorPixel.h>
Define numeric traits for CovariantVector.
T | Component type of CovariantVector |
D | Dimension of the CovariantVector |
We provide here a generic implementation based on creating types of CovariantVector whose components are the types of the NumericTraits from the original CovariantVector components. This implementation require support for partial specializations, since it is based on the concept that: NumericTraits<CovariantVector<T,D>> is defined piecewise by CovariantVector<NumericTraits<T>>
Definition at line 44 of file itkNumericTraitsCovariantVectorPixel.h.
Public Types | |
using | AbsType = CovariantVector< ElementAbsType, D > |
using | AccumulateType = CovariantVector< ElementAccumulateType, D > |
using | FloatType = CovariantVector< ElementFloatType, D > |
using | MeasurementVectorType = Self |
using | PrintType = CovariantVector< ElementPrintType, D > |
using | RealType = CovariantVector< ElementRealType, D > |
using | ScalarRealType = ElementRealType |
using | Self = CovariantVector< T, D > |
using | ValueType = T |
Static Public Member Functions | |
static void | AssignToArray (const Self &v, MeasurementVectorType &mv) |
template<typename TArray > | |
static void | AssignToArray (const Self &v, TArray &mv) |
static unsigned int | GetLength () |
static unsigned int | GetLength (const CovariantVector< T, D > &) |
static const Self | max () |
static const Self | max (const Self &) |
static const Self | min () |
static const Self | min (const Self &) |
static const Self | NonpositiveMin () |
static const Self | NonpositiveMin (const Self &) |
static const Self | OneValue () |
static const Self | OneValue (const Self &) |
static const Self | ZeroValue () |
static const Self | ZeroValue (const Self &) |
static void | SetLength (CovariantVector< T, D > &m, const unsigned int s) |
Static Public Attributes | |
static constexpr bool | IsComplex = NumericTraits<ValueType>::IsComplex |
static constexpr bool | IsInteger = std::is_integral_v<ValueType> |
static constexpr bool | IsSigned = std::is_signed_v<ValueType> |
static const Self ITKCommon_EXPORT | One |
static const Self ITKCommon_EXPORT | Zero |
Private Types | |
using | ElementAbsType = typename NumericTraits< T >::AbsType |
using | ElementAccumulateType = typename NumericTraits< T >::AccumulateType |
using | ElementFloatType = typename NumericTraits< T >::FloatType |
using | ElementPrintType = typename NumericTraits< T >::PrintType |
using | ElementRealType = typename NumericTraits< T >::RealType |
using itk::NumericTraits< CovariantVector< T, D > >::AbsType = CovariantVector<ElementAbsType, D> |
Unsigned component type
Definition at line 60 of file itkNumericTraitsCovariantVectorPixel.h.
using itk::NumericTraits< CovariantVector< T, D > >::AccumulateType = CovariantVector<ElementAccumulateType, D> |
Accumulation of addition and multiplication.
Definition at line 63 of file itkNumericTraitsCovariantVectorPixel.h.
|
private |
Definition at line 47 of file itkNumericTraitsCovariantVectorPixel.h.
|
private |
Definition at line 48 of file itkNumericTraitsCovariantVectorPixel.h.
|
private |
Definition at line 49 of file itkNumericTraitsCovariantVectorPixel.h.
|
private |
Definition at line 50 of file itkNumericTraitsCovariantVectorPixel.h.
|
private |
Definition at line 51 of file itkNumericTraitsCovariantVectorPixel.h.
using itk::NumericTraits< CovariantVector< T, D > >::FloatType = CovariantVector<ElementFloatType, D> |
Typedef for operations that use floating point instead of real precision
Definition at line 67 of file itkNumericTraitsCovariantVectorPixel.h.
using itk::NumericTraits< CovariantVector< T, D > >::MeasurementVectorType = Self |
Measurement vector type
Definition at line 79 of file itkNumericTraitsCovariantVectorPixel.h.
using itk::NumericTraits< CovariantVector< T, D > >::PrintType = CovariantVector<ElementPrintType, D> |
Return the type that can be printed.
Definition at line 70 of file itkNumericTraitsCovariantVectorPixel.h.
using itk::NumericTraits< CovariantVector< T, D > >::RealType = CovariantVector<ElementRealType, D> |
Type for real-valued scalar operations.
Definition at line 73 of file itkNumericTraitsCovariantVectorPixel.h.
using itk::NumericTraits< CovariantVector< T, D > >::ScalarRealType = ElementRealType |
Type for real-valued scalar operations.
Definition at line 76 of file itkNumericTraitsCovariantVectorPixel.h.
using itk::NumericTraits< CovariantVector< T, D > >::Self = CovariantVector<T, D> |
Definition at line 57 of file itkNumericTraitsCovariantVectorPixel.h.
using itk::NumericTraits< CovariantVector< T, D > >::ValueType = T |
Return the type of the native component type.
Definition at line 55 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 179 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 186 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Return the length of the vector.
Definition at line 173 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Return the length of the vector.
Definition at line 166 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 99 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Component wise defined element
Definition at line 87 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 105 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 93 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 111 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 129 of file itkNumericTraitsCovariantVectorPixel.h.
References itk::NumericTraits< T >::NonpositiveMin().
|
inlinestatic |
Definition at line 123 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 141 of file itkNumericTraitsCovariantVectorPixel.h.
References itk::NumericTraits< T >::OneValue().
|
inlinestatic |
Fixed length vectors cannot be resized, so an exception will be thrown if the input size is not valid. If the size is valid the vector will be filled with zeros.
Definition at line 154 of file itkNumericTraitsCovariantVectorPixel.h.
References itk::FixedArray< TValue, VLength >::Fill().
|
inlinestatic |
Definition at line 117 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 135 of file itkNumericTraitsCovariantVectorPixel.h.
References itk::NumericTraits< T >::ZeroValue().
|
staticconstexpr |
Definition at line 148 of file itkNumericTraitsCovariantVectorPixel.h.
|
staticconstexpr |
Definition at line 147 of file itkNumericTraitsCovariantVectorPixel.h.
|
staticconstexpr |
Definition at line 146 of file itkNumericTraitsCovariantVectorPixel.h.
|
static |
Definition at line 198 of file itkNumericTraitsCovariantVectorPixel.h.
|
static |
Definition at line 197 of file itkNumericTraitsCovariantVectorPixel.h.