VTK  9.3.20240424
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 731 of file vtkAbstractArray.h.

Member Function Documentation

◆ operator()()

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

Definition at line 733 of file vtkAbstractArray.h.


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