Chi-Tech
anglesetgroup.h
Go to the documentation of this file.
1
#ifndef CHI_ANGLESET_GROUP_H
2
#define CHI_ANGLESET_GROUP_H
3
4
#include "
mesh/SweepUtilities/AngleSet/AngleSet.h
"
5
6
// ###################################################################
7
/**Manages the workstages of a single angleset group.*/
8
class
chi_mesh::sweep_management::AngleSetGroup
9
{
10
public
:
11
std::vector<std::shared_ptr<AngleSet>>&
AngleSets
() {
return
angle_sets_
; }
12
13
private
:
14
std::vector<std::shared_ptr<AngleSet>>
angle_sets_
;
15
};
16
17
#endif
// CHI_ANGLESET_GROUP_H
AngleSet.h
chi_mesh::sweep_management::AngleSetGroup
Definition:
anglesetgroup.h:9
chi_mesh::sweep_management::AngleSetGroup::AngleSets
std::vector< std::shared_ptr< AngleSet > > & AngleSets()
Definition:
anglesetgroup.h:11
chi_mesh::sweep_management::AngleSetGroup::angle_sets_
std::vector< std::shared_ptr< AngleSet > > angle_sets_
Definition:
anglesetgroup.h:14
framework
mesh
SweepUtilities
AngleSetGroup
anglesetgroup.h
Generated by
1.9.3