summaryrefslogtreecommitdiff
path: root/inc/BRep_TVertex.hxx
blob: e87e16e5074ded4b49f218c34bea1c8674cd188a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _BRep_TVertex_HeaderFile
#define _BRep_TVertex_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_BRep_TVertex_HeaderFile
#include <Handle_BRep_TVertex.hxx>
#endif

#ifndef _gp_Pnt_HeaderFile
#include <gp_Pnt.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _BRep_ListOfPointRepresentation_HeaderFile
#include <BRep_ListOfPointRepresentation.hxx>
#endif
#ifndef _TopoDS_TVertex_HeaderFile
#include <TopoDS_TVertex.hxx>
#endif
#ifndef _Handle_TopoDS_TShape_HeaderFile
#include <Handle_TopoDS_TShape.hxx>
#endif
class gp_Pnt;
class BRep_ListOfPointRepresentation;
class TopoDS_TShape;


//! The TVertex from  BRep inherits  from  the TVertex <br>
//!          from TopoDS. It contains the geometric data. <br>
//! <br>
//!          The  TVertex contains a 3d point and a tolerance. <br>
//! <br>
class BRep_TVertex : public TopoDS_TVertex {

public:

  
  Standard_EXPORT   BRep_TVertex();
  
        Standard_Real Tolerance() const;
  
        void Tolerance(const Standard_Real T) ;
  //! Sets the tolerance  to the   max  of <T>  and  the <br>
//!          current  tolerance. <br>
//! <br>
        void UpdateTolerance(const Standard_Real T) ;
  
       const gp_Pnt& Pnt() const;
  
        void Pnt(const gp_Pnt& P) ;
  
       const BRep_ListOfPointRepresentation& Points() const;
  
        BRep_ListOfPointRepresentation& ChangePoints() ;
  //! Returns a copy  of the  TShape  with no sub-shapes. <br>
  Standard_EXPORT     Handle_TopoDS_TShape EmptyCopy() const;




  DEFINE_STANDARD_RTTI(BRep_TVertex)

protected:




private: 


gp_Pnt myPnt;
Standard_Real myTolerance;
BRep_ListOfPointRepresentation myPoints;


};


#include <BRep_TVertex.lxx>



// other Inline functions and methods (like "C++: function call" methods)


#endif