COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Public Member Functions | |
ComponentIterationFixture () | |
common setup for each test case More... | |
~ComponentIterationFixture () | |
common tear-down for each test case More... | |
Component & | root () |
mutable root More... | |
const Component & | const_root () |
const root More... | |
Group & | group1 () |
const Group & | const_group1 () |
Group & | group2 () |
const Group & | const_group2 () |
Group & | group3 () |
const Group & | const_group3 () |
Group & | group2_1 () |
const Group & | const_group2_1 () |
Public Attributes | |
std::vector< std::string > | top_component_names |
list of all component names on the first level More... | |
std::vector< std::string > | component_names |
list of all component names More... | |
std::vector< std::string > | top_group_names |
list of all group names at the top level More... | |
std::vector< std::string > | group1_group_names |
list of all group names at in group1 More... | |
std::vector< std::string > | group1_component_names |
list of all group names at in group1 More... | |
std::vector< std::string > | group_names |
list of all group names More... | |
std::vector< std::string > | special_component_names |
list of all components with a tag "special" More... | |
Private Attributes | |
boost::shared_ptr< Component > | m_root |
Definition at line 27 of file utest-component-iterator.cpp.
|
inline |
common setup for each test case
Definition at line 30 of file utest-component-iterator.cpp.
|
inline |
common tear-down for each test case
Definition at line 122 of file utest-component-iterator.cpp.
|
inline |
Definition at line 133 of file utest-component-iterator.cpp.
|
inline |
Definition at line 135 of file utest-component-iterator.cpp.
|
inline |
Definition at line 140 of file utest-component-iterator.cpp.
|
inline |
Definition at line 137 of file utest-component-iterator.cpp.
|
inline |
const root
Definition at line 130 of file utest-component-iterator.cpp.
|
inline |
Definition at line 132 of file utest-component-iterator.cpp.
|
inline |
Definition at line 134 of file utest-component-iterator.cpp.
|
inline |
Definition at line 139 of file utest-component-iterator.cpp.
|
inline |
Definition at line 136 of file utest-component-iterator.cpp.
|
inline |
mutable root
Definition at line 127 of file utest-component-iterator.cpp.
std::vector<std::string> component_names |
list of all component names
Definition at line 145 of file utest-component-iterator.cpp.
std::vector<std::string> group1_component_names |
list of all group names at in group1
Definition at line 151 of file utest-component-iterator.cpp.
std::vector<std::string> group1_group_names |
list of all group names at in group1
Definition at line 149 of file utest-component-iterator.cpp.
std::vector<std::string> group_names |
list of all group names
Definition at line 153 of file utest-component-iterator.cpp.
|
private |
Definition at line 157 of file utest-component-iterator.cpp.
std::vector<std::string> special_component_names |
list of all components with a tag "special"
Definition at line 155 of file utest-component-iterator.cpp.
std::vector<std::string> top_component_names |
list of all component names on the first level
Definition at line 143 of file utest-component-iterator.cpp.
std::vector<std::string> top_group_names |
list of all group names at the top level
Definition at line 147 of file utest-component-iterator.cpp.
Send comments to: COOLFluiD Web Admin |