C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

Difference in count. More...

#include <ats_check.h>

+ Inheritance diagram for CountDifference:
+ Collaboration diagram for CountDifference:

Public Member Functions

 CountDifference (size_t n1, size_t n2, bool good, MbeTopologyType oType)
 Constructor. More...
 
- Public Member Functions inherited from PrimitiveDifference
 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

- Public Types inherited from PrimitiveDifference
enum  DifferenceType { dt_Geometry = 0 , dt_NameChanged , dt_NameNotFound , dt_NameMultiple }
 Types of naming differences
More...
 

Detailed Description

Difference in count.

Difference in count.

Constructor & Destructor Documentation

◆ CountDifference()

CountDifference::CountDifference ( size_t  n1,
size_t  n2,
bool  good,
MbeTopologyType  oType 
)
inline

Constructor.

Constructor.

Parameters
[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.

The documentation for this class was generated from the following file: