COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
MeshWriter::EntitiesFilter Struct Reference

Predicate to check if a Entities component is to be included. More...

Public Member Functions

bool operator() (const Component &component)
 

Public Attributes

bool enable_interior_faces
 
bool enable_interior_cells
 
bool enable_surfaces
 

Detailed Description

Predicate to check if a Entities component is to be included.

Definition at line 76 of file MeshWriter.hpp.

Member Function Documentation

bool operator() ( const Component component)

Definition at line 207 of file MeshWriter.cpp.

Member Data Documentation

bool enable_interior_cells

Definition at line 78 of file MeshWriter.hpp.

bool enable_interior_faces

Definition at line 77 of file MeshWriter.hpp.

bool enable_surfaces

Definition at line 79 of file MeshWriter.hpp.


The documentation for this struct was generated from the following files:
Send comments to:
COOLFluiD Web Admin