Template specialization in the case of array type attribute
Definition at line 51 of file VTKWriter_graph.hpp.
#include <VTKWriter_graph.hpp>
Static Public Member Functions | |
| template<typename T , typename ele_v , typename G , typename s_type > | |
| static void | move (typename G::V_container &vo, s_type(&x)[3], bool &z_set) | 
| Store the geometric informations in case it is an array.  More... | |
      
  | 
  inlinestatic | 
Store the geometric informations in case it is an array.
| T | Type of the vertex | 
| ele_v | Attribute element to check | 
| G | Graph of reference | 
| s_type | Vertex spatial type information | 
| vo | Vertex object container | 
| x | Array to store geometric informations | 
| z_set | Value set to true id z axis is in use | 
Definition at line 65 of file VTKWriter_graph.hpp.