Global
Public Functions
Name | |
---|---|
Global & | global() |
Public Attributes
Name | |
---|---|
std::vector< int > | flipped_particles |
std::vector< int > | flipped_domains |
std::vector< itk::Point< double > > | targets |
std::vector< int > | neighbors |
tbb::mutex | mutex_ |
Public Functions Documentation
function global
static Global & global()
Public Attributes Documentation
variable flipped_particles
std::vector< int > flipped_particles;
variable flipped_domains
std::vector< int > flipped_domains;
variable targets
std::vector< itk::Point< double > > targets;
variable neighbors
std::vector< int > neighbors;
variable mutex_
tbb::mutex mutex_;
Updated on 2022-07-23 at 16:40:07 -0600