OTB  9.0.0
Orfeo Toolbox
Namespaces
otbCast.h File Reference
#include "itkSmartPointer.h"
+ Include dependency graph for otbCast.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 otb
 

Functions

template<typename T2 , typename T1 >
itk::SmartPointer< T2 > otb::ConstCast (const itk::SmartPointer< const T1 > &p1)
 
template<typename T2 , typename T1 >
itk::SmartPointer< const T2 > otb::ConstCast (const itk::SmartPointer< T1 > &p1)
 
template<typename T2 , typename T1 >
itk::SmartPointer< T2 > otb::DynamicCast (const itk::SmartPointer< T1 > &p1)
 
template<typename T2 , typename T1 >
itk::SmartPointer< T2 > otb::DynamicCast (const itk::SmartPointer< T1 > &p1)
 
template<typename T2 , typename T1 >
itk::SmartPointer< const T2 > otb::ConstCast (const itk::SmartPointer< T1 > &p1)
 
template<typename T2 , typename T1 >
itk::SmartPointer< T2 > otb::ConstCast (const itk::SmartPointer< const T1 > &p1)