ViennaGrid - The Vienna Grid Library  2.1.0
Public Member Functions
netgen_reader Struct Reference

Reader for Netgen files obtained from the 'Export mesh...' menu item. Tested with Netgen version 4.9.12. More...

#include <netgen_reader.hpp>

Public Member Functions

template<typename MeshType , typename SegmentationType >
void operator() (MeshType &mesh_obj, SegmentationType &segmentation, std::string const &filename) const
 The functor interface triggering the read operation.
template<typename MeshType >
void operator() (MeshType &mesh_obj, std::string const &filename)
 The functor interface triggering the read operation.

Detailed Description

Reader for Netgen files obtained from the 'Export mesh...' menu item. Tested with Netgen version 4.9.12.


Member Function Documentation

void operator() ( MeshType &  mesh_obj,
SegmentationType &  segmentation,
std::string const &  filename 
) const [inline]

The functor interface triggering the read operation.

Parameters:
mesh_objThe mesh where the file content is written to
segmentationThe segmentation where the file content is written to
filenameName of the file
void operator() ( MeshType &  mesh_obj,
std::string const &  filename 
) [inline]

The functor interface triggering the read operation.

Parameters:
mesh_objThe mesh where the file content is written to
filenameName of the file

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