MEPP2 Project
Functions
helloworld_main.hpp File Reference
#include "FEVV/Filters/Generic/generic_reader.hpp"
#include "FEVV/Filters/Generic/generic_writer.hpp"
#include "Examples/Generic/Helloworld/helloworld_filter.hpp"
Include dependency graph for helloworld_main.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename MeshT >
int helloworld_main (int argc, const char **argv)
 A mesh type templated main(argc, argv) function that. More...
 

Function Documentation

◆ helloworld_main()

template<typename MeshT >
int helloworld_main ( int  argc,
const char **  argv 
)

A mesh type templated main(argc, argv) function that.

  • loads a mesh from a file,
  • applies the helloworld_filter generic filter,
  • write the resulting mesh to a file

Definition at line 25 of file helloworld_main.hpp.

Here is the call graph for this function: