OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
vtk_type< T, is_w > Struct Template Reference

the vtk type More...

Detailed Description

template<typename T, bool is_w>
struct vtk_type< T, is_w >

the vtk type

Definition at line 13 of file is_vtk_writable.hpp.

#include <is_vtk_writable.hpp>

Public Types

typedef decltype(std::declval< T >().get_vtk(0)) type
 get the vtk type for the property
 

Member Typedef Documentation

◆ type

template<typename T , bool is_w>
typedef decltype(std::declval<T>().get_vtk(0)) vtk_type< T, is_w >::type

get the vtk type for the property

Definition at line 16 of file is_vtk_writable.hpp.


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