Chi-Tech
|
#include "mesh/SweepUtilities/AngleAggregation/angleaggregation.h"
#include "mesh/SweepUtilities/sweepchunk_base.h"
Go to the source code of this file.
Data Structures | |
class | chi_mesh::sweep_management::SweepScheduler |
struct | chi_mesh::sweep_management::SweepScheduler::RULE_VALUES |
Namespaces | |
namespace | chi_mesh |
namespace | chi_mesh::sweep_management |
Typedefs | |
typedef chi_mesh::sweep_management::AngleSetGroup | TAngleSetGroup |
typedef chi_mesh::sweep_management::AngleSet | TAngleSet |
typedef chi_mesh::sweep_management::STDG | TGSPO |
typedef std::vector< TGSPO > | TLEVELED_GRAPH |
Enumerations | |
enum class | chi_mesh::sweep_management::SchedulingAlgorithm { chi_mesh::sweep_management::FIRST_IN_FIRST_OUT = 1 , chi_mesh::sweep_management::DEPTH_OF_GRAPH = 2 } |
Definition at line 18 of file sweepscheduler.h.
Definition at line 17 of file sweepscheduler.h.
Definition at line 19 of file sweepscheduler.h.
typedef std::vector<TGSPO> TLEVELED_GRAPH |
Definition at line 20 of file sweepscheduler.h.