C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Naming difference between two primitives. More...
#include <ats_check.h>
Public Member Functions | |
NameDifference (const MbName &n1, const MbName &n2, DifferenceType dType, MbeTopologyType oType) | |
Naming difference between two primitives. | |
NameDifference (const MbName &n, DifferenceType dType, MbeTopologyType oTType) | |
The found primitive. | |
bool | IsNamesDifference () const |
Is this a naming difference? More... | |
![]() | |
PrimitiveDifference (MbeTopologyType type) | |
Constructor by a type of topological object. | |
MbeTopologyType | GetObjType () const |
The type of topological object | |
virtual void | Accept (Visitor &visitor)=0 |
Acceptance of a visitor. | |
Public Attributes | |
MbName | name1 |
The name of a primitive in the first object. | |
MbName | name2 |
The name of a primitive in the first object. | |
DifferenceType | diffType |
A type of difference. | |
Additional Inherited Members | |
![]() | |
enum | DifferenceType { dt_Geometry = 0 , dt_NameChanged , dt_NameNotFound , dt_NameMultiple } |
Types of naming differences More... | |
Naming difference between two primitives.
Naming difference between two primitives or not found primitive.
bool NameDifference::IsNamesDifference | ( | ) | const |
Is this a naming difference?
Is this a naming difference?