summaryrefslogtreecommitdiff
path: root/inc/IGESBasic_Hierarchy.hxx
blob: 297a49bd7218a68acf88b7140981f717baab32cf (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
98
99
// 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 _IGESBasic_Hierarchy_HeaderFile
#define _IGESBasic_Hierarchy_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_IGESBasic_Hierarchy_HeaderFile
#include <Handle_IGESBasic_Hierarchy.hxx>
#endif

#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _IGESData_IGESEntity_HeaderFile
#include <IGESData_IGESEntity.hxx>
#endif


//! defines Hierarchy, Type <406> Form <10> <br>
//!          in package IGESBasic <br>
//!          Provides ability to control the hierarchy of each <br>
//!          directory entry attribute. <br>
class IGESBasic_Hierarchy : public IGESData_IGESEntity {

public:

  
  Standard_EXPORT   IGESBasic_Hierarchy();
  //! This method is used to set the fields of the class <br>
//!           Hierarchy <br>
//!       - nbPropVal     : Number of Property values = 6 <br>
//!       - aLineFont     : indicates the line font <br>
//!       - aView         : indicates the view <br>
//!       - aEntityLevel  : indicates the entity level <br>
//!       - aBlankStatus  : indicates the blank status <br>
//!       - aLineWt       : indicates the line weight <br>
//!       - aColorNum     : indicates the color num <br>
//! aLineFont, aView, aEntityLevel, aBlankStatus, aLineWt and <br>
//! aColorNum can take 0 or 1. <br>
//! 0 : The directory entry attribute will apply to entities <br>
//! physically subordinate to this entity. <br>
//! 1 : The directory entry attribute of this entity will not <br>
//! apply to physically subordinate entities. <br>
  Standard_EXPORT     void Init(const Standard_Integer nbPropVal,const Standard_Integer aLineFont,const Standard_Integer aView,const Standard_Integer anEntityLevel,const Standard_Integer aBlankStatus,const Standard_Integer aLineWt,const Standard_Integer aColorNum) ;
  //! returns the number of property values, which should be 6 <br>
  Standard_EXPORT     Standard_Integer NbPropertyValues() const;
  //! returns the line font <br>
  Standard_EXPORT     Standard_Integer NewLineFont() const;
  //! returns the view <br>
  Standard_EXPORT     Standard_Integer NewView() const;
  //! returns the entity level <br>
  Standard_EXPORT     Standard_Integer NewEntityLevel() const;
  //! returns the blank status <br>
  Standard_EXPORT     Standard_Integer NewBlankStatus() const;
  //! returns the line weight <br>
  Standard_EXPORT     Standard_Integer NewLineWeight() const;
  //! returns the color number <br>
  Standard_EXPORT     Standard_Integer NewColorNum() const;




  DEFINE_STANDARD_RTTI(IGESBasic_Hierarchy)

protected:




private: 


Standard_Integer theNbPropertyValues;
Standard_Integer theLineFont;
Standard_Integer theView;
Standard_Integer theEntityLevel;
Standard_Integer theBlankStatus;
Standard_Integer theLineWeight;
Standard_Integer theColorNum;


};





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


#endif