Cleanup, format
This commit is contained in:
@@ -1496,6 +1496,9 @@ public:
|
||||
Data::ElementMapPtr resetElementMap(
|
||||
Data::ElementMapPtr elementMap=Data::ElementMapPtr()) override;
|
||||
|
||||
std::vector<Data::IndexedName> getHigherElements(const char *element,
|
||||
bool silent = false) const override;
|
||||
|
||||
/** Helper class to return the generated and modified shape given an input shape
|
||||
*
|
||||
* Shape history information is extracted using OCCT APIs
|
||||
|
||||
@@ -3714,7 +3714,7 @@ struct MapperPrism: MapperMaker
|
||||
}
|
||||
}
|
||||
}
|
||||
virtual const std::vector<TopoDS_Shape>& generated(const TopoDS_Shape& s) const override
|
||||
const std::vector<TopoDS_Shape>& generated(const TopoDS_Shape& s) const override
|
||||
{
|
||||
_res.clear();
|
||||
switch (s.ShapeType()) {
|
||||
|
||||
Reference in New Issue
Block a user