VTK
9.3.0
|
Go to the source code of this file.
Classes | |
struct | vtk::detail::AddNames< Container, StopAtType > |
class | vtk::HasSuperclass< VTKObjectType > |
Determine whether the provided class (VTKObjectType ) has a parent class. More... | |
struct | vtk::ParentClasses< VTKObjectType, false > |
struct | vtk::ParentClasses< VTKObjectType, true > |
Namespaces | |
namespace | vtk |
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate. | |
namespace | vtk::detail |
Functions | |
template<typename VTKObjectType , typename Container > | |
void | vtk::Inherits (Container &container) |
Populate the container with the name of this class and its ancestors. | |
template<typename VTKObjectType , typename StopAtType , typename Container > | |
void | vtk::Inherits (Container &container) |
Populate the container with the name of this class and its ancestors. | |