OpenFPM_io  0.2.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Functions Variables Typedefs
prop_output_array_scalar_selector_edge< true > Struct Template Reference

Property writer for vector. More...

#include <VTKWriter_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 an array. More...
 

Detailed Description

template<>
struct prop_output_array_scalar_selector_edge< true >

Property writer for vector.

Definition at line 311 of file VTKWriter_graph.hpp.

Member Function Documentation

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

Writer in case the property is an array.

Template Parameters
ele_vProperty element
GraphGraph of reference
iProperty id
Parameters
v_outBuffer to write into
gGraph
pProperty id

Definition at line 324 of file VTKWriter_graph.hpp.


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