Doxygen
1.9.1
|
Reorganize the points into sets of nodes that align in one-dimension, used for directional localp refinement. More...
#include <tsgHierarchyManipulator.hpp>
Public Member Functions | |
SplitDirections (const MultiIndexSet &points) | |
Constructor, deinfe the set to split into directions. | |
~SplitDirections () | |
Destroy all data. | |
int | getNumJobs () const |
Returns the number of one dimensional jobs. | |
int | getJobDirection (int job) const |
Return the direction for the job. | |
int | getJobNumPoints (int job) const |
Return the number of points associated with the job. | |
const int * | getJobPoints (int job) const |
Return the indexes of the points associated with the job. | |
int | getMaxNumPoints () const |
Return the max number of points for any job. | |
Reorganize the points into sets of nodes that align in one-dimension, used for directional localp refinement.