![]() |
OTB
9.1.1
Orfeo Toolbox
|
#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) |
1.8.17