C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Difference of points. More...
#include <ats_check.h>
Public Member Functions | |
PointDifference (const MbCartPoint3D &p1, const MbCartPoint3D &p2, MbeTopologyType objType) | |
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 | |
MbCartPoint3D | pnt1 |
The first point. | |
MbCartPoint3D | pnt2 |
The second point. | |
Additional Inherited Members | |
![]() | |
enum | DifferenceType { dt_Geometry = 0 , dt_NameChanged , dt_NameNotFound , dt_NameMultiple } |
Types of naming differences More... | |
Difference of points.
Difference of points.
PointDifference::PointDifference | ( | const MbCartPoint3D & | p1, |
const MbCartPoint3D & | p2, | ||
MbeTopologyType | objType | ||
) |
Constructor.
Constructor.
[in] | p1 | - The first point. |
[in] | p2 | - The second point. |
[in] | objType | - Type of an object with differences. |