VTK  9.3.20240328
Classes | Namespaces
vtkMeta.h File Reference

This file contains a variety of metaprogramming constructs for working with vtk types. More...

#include "vtkABINamespace.h"
#include <type_traits>
#include <utility>
Include dependency graph for vtkMeta.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vtk::detail::StripPointers< T >
 
struct  vtk::detail::StripPointers< T * >
 
struct  vtk::detail::StripPointers< vtkNew< ArrayType > >
 
struct  vtk::detail::StripPointers< vtkSmartPointer< ArrayType > >
 
struct  vtk::detail::StripPointers< vtkWeakPointer< ArrayType > >
 
struct  vtk::detail::IsComplete< T >
 

Namespaces

 vtk
 Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
 
 vtk::detail
 

Detailed Description

This file contains a variety of metaprogramming constructs for working with vtk types.

Definition in file vtkMeta.h.