| 
    VTK
    
   | 
 
Implementation of vtkArrayDownCast. More...
#include <vtkAbstractArray.h>
Public Member Functions | |
| ArrayT * | operator() (vtkAbstractArray *array) | 
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 679 of file vtkAbstractArray.h.
      
  | 
  inline | 
Definition at line 681 of file vtkAbstractArray.h.
 1.8.9.1