C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

Difference of points. More...

#include <ats_check.h>

+ Inheritance diagram for PointDifference:
+ Collaboration diagram for PointDifference:

Public Member Functions

 PointDifference (const MbCartPoint3D &p1, const MbCartPoint3D &p2, MbeTopologyType objType)
 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

MbCartPoint3D pnt1
 The first point.
 
MbCartPoint3D pnt2
 The second point.
 

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 of points.

Difference of points.

Constructor & Destructor Documentation

◆ PointDifference()

PointDifference::PointDifference ( const MbCartPoint3D p1,
const MbCartPoint3D p2,
MbeTopologyType  objType 
)

Constructor.

Constructor.

Parameters
[in]p1- The first point.
[in]p2- The second point.
[in]objType- Type of an object with differences.

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