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

Public Member Functions

 MeshReading_Fixture ()
 common setup for each test case More...
 
 ~MeshReading_Fixture ()
 common tear-down for each test case More...
 

Public Attributes

boost::shared_ptr< Componentroot
 possibly common functions used on the tests below More...
 
boost::shared_ptr< MeshReaderreader
 
Handle< Domaindomain
 
int m_argc
 common values accessed by all tests goes here More...
 
char ** m_argv
 

Detailed Description

Definition at line 47 of file utest-mesh-reading.cpp.

Constructor & Destructor Documentation

MeshReading_Fixture ( )
inline

common setup for each test case

Definition at line 50 of file utest-mesh-reading.cpp.

~MeshReading_Fixture ( )
inline

common tear-down for each test case

Definition at line 66 of file utest-mesh-reading.cpp.

Member Data Documentation

Handle< Domain > domain

Definition at line 73 of file utest-mesh-reading.cpp.

int m_argc

common values accessed by all tests goes here

Definition at line 76 of file utest-mesh-reading.cpp.

char** m_argv

Definition at line 77 of file utest-mesh-reading.cpp.

boost::shared_ptr< MeshReader > reader

Definition at line 72 of file utest-mesh-reading.cpp.

boost::shared_ptr< Component > root

possibly common functions used on the tests below

Definition at line 71 of file utest-mesh-reading.cpp.


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