Public Member Functions | Private Attributes
rgrl_cast< ToType > Class Template Reference

#include <rgrl_cast.h>

List of all members.

Public Member Functions

 rgrl_cast (rgrl_feature_sptr feature)
 Downcast a feature object.
 rgrl_cast (rgrl_feature_set_sptr feature_set)
 Downcast a feature object.
 rgrl_cast (rgrl_transformation_sptr trans)
 Downcast a transformation object.
 rgrl_cast (rgrl_converge_status_sptr status)
 Downcast a convergence status object.
 rgrl_cast (rgrl_invariant_sptr invariant)
 Downcast a invariant feature object.
 operator ToType () const
ToType operator-> () const
 rgrl_cast (rgrl_mask_sptr mask)
 Downcast a mask object.

Private Attributes

void * ptr

Detailed Description

template<typename ToType>
class rgrl_cast< ToType >

Examples:

/home/kitware/Doc_Build/vxl/src/stable/contrib/rpl/rgrl/rgrl_cast.h.

Definition at line 29 of file rgrl_cast.h.


Constructor & Destructor Documentation

template<typename ToType >
rgrl_cast< ToType >::rgrl_cast ( rgrl_feature_sptr  feature) [inline]

Downcast a feature object.

Examples:
/home/kitware/Doc_Build/vxl/src/stable/contrib/rpl/rgrl/rgrl_cast.h.

Definition at line 33 of file rgrl_cast.h.

template<typename ToType >
rgrl_cast< ToType >::rgrl_cast ( rgrl_feature_set_sptr  feature_set) [inline]

Downcast a feature object.

Definition at line 40 of file rgrl_cast.h.

template<typename ToType >
rgrl_cast< ToType >::rgrl_cast ( rgrl_transformation_sptr  trans) [inline]

Downcast a transformation object.

Definition at line 47 of file rgrl_cast.h.

template<typename ToType >
rgrl_cast< ToType >::rgrl_cast ( rgrl_converge_status_sptr  status) [inline]

Downcast a convergence status object.

Definition at line 54 of file rgrl_cast.h.

template<typename ToType >
rgrl_cast< ToType >::rgrl_cast ( rgrl_invariant_sptr  invariant) [inline]

Downcast a invariant feature object.

Definition at line 61 of file rgrl_cast.h.

template<typename ToType >
rgrl_cast< ToType >::rgrl_cast ( rgrl_mask_sptr  mask) [inline]

Downcast a mask object.

Definition at line 80 of file rgrl_cast.h.


Member Function Documentation

template<typename ToType >
rgrl_cast< ToType >::operator ToType ( ) const [inline]
template<typename ToType >
ToType rgrl_cast< ToType >::operator-> ( ) const [inline]

Member Data Documentation

template<typename ToType >
void* rgrl_cast< ToType >::ptr [private]

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