A ShapeSet represents a document in the common shape format.
More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/main/src/axom/klee/ShapeSet.hpp>
A ShapeSet represents a document in the common shape format.
◆ setShapes()
| void axom::klee::ShapeSet::setShapes |
( |
std::vector< Shape > |
shapes | ) |
|
Set the shapes in this set.
- Parameters
-
| shapes | all the shapes in this set |
◆ getShapes()
| std::vector<Shape> const& axom::klee::ShapeSet::getShapes |
( |
| ) |
const |
|
inline |
Get the shapes in this set.
- Returns
- the shapes in this set
◆ setPath()
| void axom::klee::ShapeSet::setPath |
( |
const std::string & |
path | ) |
|
Set the file path from which this ShapeSet was created. This must be set for resolvePath() to work.
- Parameters
-
◆ getPath()
| const std::string& axom::klee::ShapeSet::getPath |
( |
| ) |
const |
|
inline |
Get the path of the file from which this ShapeSet was created.
- Returns
- the path of the file. Can be empty.
◆ setDimensions()
| void axom::klee::ShapeSet::setDimensions |
( |
Dimensions |
dimensions | ) |
|
Sets the dimensions for all shapes in the ShapeSet.
- Parameters
-
| dimensions | the dimension for all the shapes |
- Note
- This function must be called before calling getDimensions()
◆ getDimensions()
| Dimensions axom::klee::ShapeSet::getDimensions |
( |
| ) |
const |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/main/src/axom/klee/ShapeSet.hpp