|
Nektar++
|
VTK Pointer-like object - copyable / movable. More...
#include <VtkWrapper.hpp>
Public Types | |
| template<typename T_ > | |
| using | cast_op_type = pybind11::detail::movable_cast_op_type< T_ > |
Public Member Functions | |
| operator Ptr & () | |
| operator Ptr && () && | |
| bool | load (handle src, bool convert) |
Private Types | |
| using | Class = intrinsic_t< decltype(*std::declval< Ptr >())> |
| using | value_caster_type = type_caster< Class > |
Private Attributes | |
| Ptr | value |
Additional Inherited Members | |
Static Public Member Functions inherited from pybind11::detail::vtk_ptr_cast_only< Ptr > | |
| static handle | cast (const Ptr &ptr, return_value_policy policy, handle parent) |
Static Public Attributes inherited from pybind11::detail::vtk_ptr_cast_only< Ptr > | |
| static constexpr auto | name = _<Class>() |
Protected Types inherited from pybind11::detail::vtk_ptr_cast_only< Ptr > | |
| using | Class = intrinsic_t< decltype(*std::declval< Ptr >())> |
| using | value_caster_type = type_caster< Class > |
VTK Pointer-like object - copyable / movable.
Definition at line 173 of file VtkWrapper.hpp.
| using pybind11::detail::vtk_ptr_cast_and_load< Ptr >::cast_op_type = pybind11::detail::movable_cast_op_type<T_> |
Definition at line 193 of file VtkWrapper.hpp.
|
private |
Definition at line 178 of file VtkWrapper.hpp.
|
private |
Definition at line 179 of file VtkWrapper.hpp.
|
inline |
Definition at line 195 of file VtkWrapper.hpp.
References pybind11::detail::vtk_ptr_cast_and_load< Ptr >::value.
|
inline |
Definition at line 182 of file VtkWrapper.hpp.
References pybind11::detail::vtk_ptr_cast_and_load< Ptr >::value.
|
inline |
Definition at line 187 of file VtkWrapper.hpp.
References pybind11::detail::vtk_ptr_cast_and_load< Ptr >::value.
|
private |
Definition at line 176 of file VtkWrapper.hpp.
Referenced by pybind11::detail::vtk_ptr_cast_and_load< Ptr >::load(), pybind11::detail::vtk_ptr_cast_and_load< Ptr >::operator Ptr &(), and pybind11::detail::vtk_ptr_cast_and_load< Ptr >::operator Ptr &&().