VTK
Public Member Functions | List of all members
vtkArrayDownCast_impl< ArrayT > Struct Template Reference

Implementation of vtkArrayDownCast. More...

#include <vtkAbstractArray.h>

Public Member Functions

ArrayT * operator() (vtkAbstractArray *array)
 

Detailed Description

template<typename ArrayT>
struct vtkArrayDownCast_impl< ArrayT >

Implementation of vtkArrayDownCast.

The templating/etc is moved to this worker struct to get around limitations of template functions (no partial specialization, ambiguities, etc).

Definition at line 715 of file vtkAbstractArray.h.

Member Function Documentation

template<typename ArrayT >
ArrayT* vtkArrayDownCast_impl< ArrayT >::operator() ( vtkAbstractArray array)
inline

Definition at line 717 of file vtkAbstractArray.h.


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