ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::ImageAlgorithm::StaticCast< TInputType, TOutputType > Struct Template Reference
+ Inheritance diagram for itk::ImageAlgorithm::StaticCast< TInputType, TOutputType >:
+ Collaboration diagram for itk::ImageAlgorithm::StaticCast< TInputType, TOutputType >:

Detailed Description

template<typename TInputType, typename TOutputType>
struct itk::ImageAlgorithm::StaticCast< TInputType, TOutputType >

Unary functor just for static_cast operator

Definition at line 195 of file itkImageAlgorithm.h.

Public Member Functions

TOutputType operator() (const TInputType i)
 

Member Function Documentation

template<typename TInputType , typename TOutputType >
TOutputType itk::ImageAlgorithm::StaticCast< TInputType, TOutputType >::operator() ( const TInputType  i)
inline

Definition at line 198 of file itkImageAlgorithm.h.


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