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

Public Member Functions

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

Public Attributes

int m_argc
 possibly common functions used on the tests below More...
 
char ** m_argv
 

Static Public Attributes

static Handle< Meshmesh = Core::instance().root().create_component<Mesh>("mesh")
 common values accessed by all tests goes here More...
 

Detailed Description

Definition at line 36 of file utest-mesh-actions-rotate-translate.cpp.

Constructor & Destructor Documentation

TestRotate_Fixture ( )
inline

common setup for each test case

Definition at line 39 of file utest-mesh-actions-rotate-translate.cpp.

~TestRotate_Fixture ( )
inline

common tear-down for each test case

Definition at line 46 of file utest-mesh-actions-rotate-translate.cpp.

Member Data Documentation

int m_argc

possibly common functions used on the tests below

Definition at line 52 of file utest-mesh-actions-rotate-translate.cpp.

char** m_argv

Definition at line 53 of file utest-mesh-actions-rotate-translate.cpp.

Handle< Mesh > mesh = Core::instance().root().create_component<Mesh>("mesh")
static

common values accessed by all tests goes here

Definition at line 56 of file utest-mesh-actions-rotate-translate.cpp.


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