OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
vtk_dims< ObjType, has_dims > Struct Template Reference

If it has not dims property defined the object is considered scalar. More...

Detailed Description

template<typename ObjType, bool has_dims = is_vtk_vector_dims<ObjType>::value>
struct vtk_dims< ObjType, has_dims >

If it has not dims property defined the object is considered scalar.

Definition at line 52 of file is_vtk_writable.hpp.

#include <is_vtk_writable.hpp>

Public Types

enum  { value = 1 }
 dimensionality of the vtk property (scalar) More...
 

Member Enumeration Documentation

◆ anonymous enum

template<typename ObjType , bool has_dims = is_vtk_vector_dims<ObjType>::value>
anonymous enum

dimensionality of the vtk property (scalar)

Definition at line 55 of file is_vtk_writable.hpp.


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