ITK  6.0.0
Insight Toolkit
Classes | Namespaces | Typedefs | Functions
itkTransformBase.h File Reference
#include "ITKTransformExport.h"
#include "itkObject.h"
#include "itkPoint.h"
#include "itkCovariantVector.h"
#include "vnl/vnl_vector_fixed.h"
#include "itkArray2D.h"
#include "itkOptimizerParameters.h"
#include "itkObjectFactory.h"
#include "itkIntTypes.h"
+ Include dependency graph for itkTransformBase.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TransformBaseTemplate< TParametersValueType >
 
class  itk::TransformBaseTemplateEnums
 

Namespaces

namespace  itk
 

Typedefs

using TransformBase = TransformBaseTemplate< double >
 

Enumerations

enum class  itk::TransformCategory : uint8_t {
  itk::UnknownTransformCategory = 0 ,
  itk::Linear = 1 ,
  itk::BSpline = 2 ,
  itk::Spline = 3 ,
  itk::DisplacementField = 4 ,
  itk::VelocityField = 5
}
 

Functions

ITKTransform_EXPORT std::ostream & itk::operator<< (std::ostream &out, const TransformBaseTemplateEnums::TransformCategory value)
 
ITKTransform_EXPORT std::ostream & operator<< (std::ostream &out, const TransformBaseTemplateEnums::TransformCategory value)
 

Typedef Documentation

◆ TransformBase

This helps to meet backward compatibility

Definition at line 209 of file itkTransformBase.h.

Function Documentation

◆ operator<<()

ITKTransform_EXPORT std::ostream & operator<< ( std::ostream &  out,
const TransformBaseTemplateEnums::TransformCategory  value 
)