VTK  9.3.1
Static Public Member Functions | List of all members
vtk::ParentClasses< VTKObjectType, true > Struct Template Reference

#include <vtkInherits.h>

Static Public Member Functions

template<typename Functor >
static std::enable_if< std::is_same< decltype(std::declval< Functor >).template operator()< vtkObject >)), void >::value, void >::type enumerate (Functor &ff)
 
template<typename Functor >
static std::enable_if< std::is_same< decltype(std::declval< Functor >).template operator()< vtkObject >)), bool >::value, void >::type enumerate (Functor &ff)
 

Detailed Description

template<typename VTKObjectType>
struct vtk::ParentClasses< VTKObjectType, true >

Definition at line 108 of file vtkInherits.h.

Member Function Documentation

template<typename VTKObjectType >
template<typename Functor >
static std::enable_if< std::is_same<decltype(std::declval<Functor>).template operator()<vtkObject>)), void>::value, void>::type vtk::ParentClasses< VTKObjectType, true >::enumerate ( Functor &  ff)
inlinestatic

Definition at line 115 of file vtkInherits.h.

template<typename VTKObjectType >
template<typename Functor >
static std::enable_if< std::is_same<decltype(std::declval<Functor>).template operator()<vtkObject>)), bool>::value, void>::type vtk::ParentClasses< VTKObjectType, true >::enumerate ( Functor &  ff)
inlinestatic

Definition at line 126 of file vtkInherits.h.


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