Struct cmesh_sum_of_sets
Defined in File t8_gtest_cmesh_sum_of_sets.hxx
Struct Documentation
-
struct cmesh_sum_of_sets
A class that holds multiple ways to create a cmesh.
Public Functions
-
inline cmesh_sum_of_sets()
-
inline cmesh_sum_of_sets(std::vector<example_set*> cmesh_set)
Construct a new cmesh sum of sets object, that will generate cmeshes given by cmesh_set.
- Parameters:
cmesh_set – [in] A vector of example_set.
-
inline ~cmesh_sum_of_sets()
Destroy the cmesh sum of sets object.
Public Members
-
std::vector<cmesh_example_base*> cmesh_examples
Generated cmesh examples.
-
inline cmesh_sum_of_sets()