Definition at line 109 of file NucMeshShapeData.H.
Public Member Functions | |
SideSetEdge (std::string groupName) | |
void | setupAlgos (const TopoDS_Shape &shape, SMESH_Gen &generator, SMESH_Mesh &mesh, std::vector< std::unique_ptr< SMESH_Hypothesis >> &generatedHyps) const override |
Method that is called when a GeoManager instance tries to mesh shape . More... | |
void | updateModified (const TopoDS_Shape &shape, const TopTools_ListOfShape &modifiedShapes, NEM::GEO::GeoManager &geoMetadata) const override |
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 | updateDeleted (const TopoDS_Shape &shape, GeoManager &geoMetadata) |
Method that is called when geoMetadata removes shape . More... | |
Public Attributes | |
std::string | groupName |
SMDSAbs_ElementType | type |
Protected Types | |
using | CRTPBase = CopyOverrideShapeData< SideSetEdge, GroupData > |
Inherits NEM::NUCMESH::CopyOverrideShapeData< SideSetEdge, GroupData >.
Inherited by NEM::NUCMESH::CopyOverrideShapeData< EdgeSegments, SideSetEdge >.
|
protectedinherited |
Definition at line 86 of file NucMeshShapeData.H.
|
inlineexplicit |
Definition at line 112 of file NucMeshShapeData.H.
|
inlineoverridevirtual |
Default implementation does nothing
[in] | shape | Shape to mesh |
[in,out] | generator | Generator that will mesh |
[in,out] | mesh | Mesh that will mesh |
[out] | generatedHyps | Output list of created hypotheses/algorithms (for memory management; will be deleted when the GeoManager instance is deleted) |
Reimplemented from NEM::NUCMESH::GroupData.
Reimplemented in NEM::NUCMESH::EdgeSegments.
Definition at line 115 of file NucMeshShapeData.H.
References NEM::NUCMESH::GroupData::setupAlgos().
Referenced by NEM::NUCMESH::EdgeSegments::setupAlgos().
|
inlinevirtualinherited |
Default implementation does nothing
[in] | shape | Shape to be removed |
[in,out] | geoMetadata | Geometry-to-data map to alter |
Definition at line 83 of file ShapeData.H.
|
inlinevirtualinherited |
Default implementation does nothing
[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.
|
inlineoverridevirtualinherited |
Implements NEM::GEO::ShapeData.
Reimplemented in NEM::NUCMESH::CopyOverrideShapeData< EdgeSegments, SideSetEdge >.
Definition at line 75 of file NucMeshShapeData.H.
|
inherited |
Definition at line 102 of file NucMeshShapeData.H.
Referenced by NEM::NUCMESH::GroupData::setupAlgos().
|
inherited |
Definition at line 103 of file NucMeshShapeData.H.
Referenced by NEM::NUCMESH::GroupData::setupAlgos().