0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / src / Aspect / Aspect_AspectLine.cxx
index 354adcb..2a875d0 100644 (file)
 // commercial license or contractual agreement.
 
 //-Version     
-
 //-Design      Declaration of variables specific to the context
 //             of line tracing
-
 //-Warning     A context of line tracing is defined by :
 //             - the color
 //             - the type of line
 //             - the thickness
-
 //-References  
-
 //-Language    C++ 2.0
-
 //-Declarations
-
 // for the class
-#include <Aspect_AspectLine.ixx>
 
-//-Aliases
+#include <Aspect_AspectLine.hxx>
+#include <Aspect_AspectLineDefinitionError.hxx>
+#include <Quantity_Color.hxx>
+#include <Standard_Type.hxx>
 
-//-Global data definitions
+IMPLEMENT_STANDARD_RTTIEXT(Aspect_AspectLine,MMgt_TShared)
 
+//-Aliases
+//-Global data definitions
 //     -- color
 //     MyColor :       Color;
-
 //     -- type of line
 //     MyType  :       TypeOfLine;
-
 //     -- thickness
 //     MyWidth :       Standard_Real;
-
 //-Constructors
-
 //-Destructors
-
 //-Methods, in order
-
 Aspect_AspectLine::Aspect_AspectLine () {
 
        MyColor = Quantity_NOC_YELLOW;