OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
dist_prop_output_array_scalar_selector_edge< is_array > Struct Template Reference

Property writer for scalar and vector. More...

Detailed Description

template<bool is_array>
struct dist_prop_output_array_scalar_selector_edge< is_array >

Property writer for scalar and vector.

Definition at line 297 of file VTKWriter_dist_graph.hpp.

#include <VTKWriter_dist_graph.hpp>

Static Public Member Functions

template<typename ele_v , typename Graph , unsigned int i>
static void write (std::string &v_out, const Graph &g, const typename Graph::E_container &edge)
 Writer in case the property is not an array.
 

Member Function Documentation

◆ write()

template<bool is_array>
template<typename ele_v , typename Graph , unsigned int i>
static void dist_prop_output_array_scalar_selector_edge< is_array >::write ( std::string &  v_out,
const Graph &  g,
const typename Graph::E_container &  edge 
)
inlinestatic

Writer in case the property is not an array.

Template Parameters
ele_vProperty element
GraphGraph of reference
iProperty id for the edge
Parameters
v_outBuffer to write into
gGraph
edgeedge object

Definition at line 310 of file VTKWriter_dist_graph.hpp.


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