C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Difference in count. More...
#include <ats_check.h>
Public Member Functions | |
CountDifference (size_t n1, size_t n2, bool good, MbeTopologyType oType) | |
Constructor. 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 | |
size_t | cnt1 |
The number of components of the given type in the first object. | |
size_t | cnt2 |
The number of components of the given type in the second object. | |
bool | valid |
Calculated objects are correct. | |
Additional Inherited Members | |
![]() | |
enum | DifferenceType { dt_Geometry = 0 , dt_NameChanged , dt_NameNotFound , dt_NameMultiple } |
Types of naming differences More... | |
Difference in count.
Difference in count.
|
inline |
Constructor.
Constructor.
[in] | n1 | - The number of components of the given type in the first object. |
[in] | n2 | - The number of components of the given type in the second object. |
[in] | good | - Calculated objects are correct. |
[in] | oType | - Type of an object with differences. |