Class to describe meshing an edge by StdMeshers_NumberOfSegments
.
More...
Definition at line 126 of file NucMeshShapeData.H.
Public Member Functions | |
EdgeSegments (std::string groupName, int numSegments) | |
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< EdgeSegments, SideSetEdge > |
Private Attributes | |
int | numSegments_ |
Inherits NEM::NUCMESH::CopyOverrideShapeData< EdgeSegments, SideSetEdge >.
|
protectedinherited |
Definition at line 86 of file NucMeshShapeData.H.
|
explicit |
Definition at line 104 of file NucMeshShapeData.C.
|
overridevirtual |
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::SideSetEdge.
Definition at line 107 of file NucMeshShapeData.C.
References numSegments_, and NEM::NUCMESH::SideSetEdge::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 |
Reimplemented from NEM::NUCMESH::CopyOverrideShapeData< SideSetEdge, GroupData >.
Definition at line 75 of file NucMeshShapeData.H.
|
inherited |
Definition at line 102 of file NucMeshShapeData.H.
Referenced by NEM::NUCMESH::GroupData::setupAlgos().
|
private |
Definition at line 137 of file NucMeshShapeData.H.
Referenced by setupAlgos().
|
inherited |
Definition at line 103 of file NucMeshShapeData.H.
Referenced by NEM::NUCMESH::GroupData::setupAlgos().