VTK  9.3.20240419
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 129 of file vtkInherits.h.

Member Function Documentation

◆ enumerate() [1/2]

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 136 of file vtkInherits.h.

◆ enumerate() [2/2]

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 147 of file vtkInherits.h.


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