VTK  9.4.20251007
vtk::ParentClasses< VTKObjectType, true > Struct Template Reference

#include <vtkInherits.h>

Inheritance diagram for vtk::ParentClasses< VTKObjectType, true >:
[legend]
Collaboration diagram for vtk::ParentClasses< VTKObjectType, true >:
[legend]

Static Public Member Functions

template<typename Functor>
static std::enable_if< std::is_same< decltype(std::declval< Functor >().templateoperator()< vtkObject >()), void >::value, void >::type enumerate (Functor &ff)
template<typename Functor>
static std::enable_if< std::is_same< decltype(std::declval< Functor >().templateoperator()< 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>
std::enable_if< std::is_same< decltype(std::declval< Functor >().templateoperator()< vtkObject >()), void >::value, void >::type vtk::ParentClasses< VTKObjectType, true >::enumerate ( Functor & ff)
inlinestatic

Definition at line 135 of file vtkInherits.h.

◆ enumerate() [2/2]

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

Definition at line 145 of file vtkInherits.h.


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