|
VTK
9.2.6
|
This file contains a variety of metaprogramming constructs for working with vtk types. More...
#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | vtkNew< T > |
| Allocate and hold a VTK object. More... | |
| class | vtkSmartPointer< T > |
| Hold a reference to a vtkObjectBase instance. More... | |
| class | vtkWeakPointer< T > |
| a weak reference to a vtkObject. More... | |
| 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 | |
This file contains a variety of metaprogramming constructs for working with vtk types.
Definition in file vtkMeta.h.
1.8.10