Write the scalar property. More...
Write the scalar property.
Definition at line 188 of file VTKWriter_grids_util.hpp.
#include <VTKWriter_grids_util.hpp>
Static Public Member Functions | |
| template<typename vector , typename iterator , typename I > | |
| static void | write (std::string &v_out, vector &vg, size_t k, iterator &it, file_type ft) | 
| Write the property.  More... | |
      
  | 
  inlinestatic | 
Write the property.
| v_out | output string of the property | 
| vg | vector of properties | 
| k | data-set to output | 
| it | iterator with the point to output | 
| ft | output type BINARY or ASCII | 
Definition at line 201 of file VTKWriter_grids_util.hpp.