Definition at line 48 of file NucMeshShapeData.H.
|
virtual void | setupAlgos (const TopoDS_Shape &shape, SMESH_Gen &generator, SMESH_Mesh &mesh, std::vector< std::unique_ptr< SMESH_Hypothesis >> &generatedHyps) const |
| Method that is called when a GeoManager instance tries to mesh shape . More...
|
|
virtual void | updateGenerated (const TopoDS_Shape &shape, const TopTools_ListOfShape &generatedShapes, GeoManager &geoMetadata) const |
| Method that is called when a geometry operation generates new shapes. More...
|
|
virtual void | updateModified (const TopoDS_Shape &shape, const TopTools_ListOfShape &modifiedShapes, GeoManager &geoMetadata) const =0 |
| Method that is called when a geometry operation modifies shape . More...
|
|
virtual void | updateDeleted (const TopoDS_Shape &shape, GeoManager &geoMetadata) |
| Method that is called when geoMetadata removes shape . More...
|
|
Inherits NEM::GEO::ShapeData.
Inherited by NEM::NUCMESH::GroupData.
◆ setupAlgos()
virtual void NEM::NUCMESH::NucMeshShapeData::setupAlgos |
( |
const TopoDS_Shape & |
shape, |
|
|
SMESH_Gen & |
generator, |
|
|
SMESH_Mesh & |
mesh, |
|
|
std::vector< std::unique_ptr< SMESH_Hypothesis >> & |
generatedHyps |
|
) |
| const |
|
inlinevirtual |
◆ updateDeleted()
virtual void NEM::GEO::ShapeData::updateDeleted |
( |
const TopoDS_Shape & |
shape, |
|
|
GeoManager & |
geoMetadata |
|
) |
| |
|
inlinevirtualinherited |
Default implementation does nothing
- Parameters
-
[in] | shape | Shape to be removed |
[in,out] | geoMetadata | Geometry-to-data map to alter |
Definition at line 83 of file ShapeData.H.
◆ updateGenerated()
virtual void NEM::GEO::ShapeData::updateGenerated |
( |
const TopoDS_Shape & |
shape, |
|
|
const TopTools_ListOfShape & |
generatedShapes, |
|
|
GeoManager & |
geoMetadata |
|
) |
| const |
|
inlinevirtualinherited |
Default implementation does nothing
- Parameters
-
[in] | shape | Argument to operation; shape existing in geoMetadata |
[in] | generatedShapes | Shapes provided by a call to op.Generated(shape) for some geometry operation |
[in,out] | geoMetadata | Geometry-to-data map to alter |
Definition at line 62 of file ShapeData.H.
◆ updateModified()
virtual void NEM::GEO::ShapeData::updateModified |
( |
const TopoDS_Shape & |
shape, |
|
|
const TopTools_ListOfShape & |
modifiedShapes, |
|
|
GeoManager & |
geoMetadata |
|
) |
| const |
|
pure virtualinherited |
The documentation for this class was generated from the following file: