Data stored in an instance of GeoManager
.
More...
Definition at line 50 of file ShapeData.H.
Inherited by NEM::NUCMESH::NucMeshShapeData.
◆ ~ShapeData()
virtual NEM::GEO::ShapeData::~ShapeData |
( |
| ) |
|
|
virtualdefault |
◆ ShapeData() [1/3]
NEM::GEO::ShapeData::ShapeData |
( |
| ) |
|
|
protecteddefault |
◆ ShapeData() [2/3]
NEM::GEO::ShapeData::ShapeData |
( |
const ShapeData & |
| ) |
|
|
protecteddefault |
◆ ShapeData() [3/3]
NEM::GEO::ShapeData::ShapeData |
( |
ShapeData && |
| ) |
|
|
protecteddefault |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ updateDeleted()
virtual void NEM::GEO::ShapeData::updateDeleted |
( |
const TopoDS_Shape & |
shape, |
|
|
GeoManager & |
geoMetadata |
|
) |
| |
|
inlinevirtual |
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 |
|
inlinevirtual |
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 virtual |
The documentation for this class was generated from the following file: