Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/opencascade/StepShape_DimensionalCharacteristicRepresentation.hxx was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Created on: 2000-04-18
0002 // Created by: Andrey BETENEV
0003 // Copyright (c) 2000-2014 OPEN CASCADE SAS
0004 //
0005 // This file is part of Open CASCADE Technology software library.
0006 //
0007 // This library is free software; you can redistribute it and/or modify it under
0008 // the terms of the GNU Lesser General Public License version 2.1 as published
0009 // by the Free Software Foundation, with special exception defined in the file
0010 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0011 // distribution for complete text of the license and disclaimer of any warranty.
0012 //
0013 // Alternatively, this file may be used under the terms of Open CASCADE
0014 // commercial license or contractual agreement.
0015 
0016 #ifndef _StepShape_DimensionalCharacteristicRepresentation_HeaderFile
0017 #define _StepShape_DimensionalCharacteristicRepresentation_HeaderFile
0018 
0019 #include <Standard.hxx>
0020 
0021 #include <StepShape_DimensionalCharacteristic.hxx>
0022 #include <Standard_Transient.hxx>
0023 class StepShape_ShapeDimensionRepresentation;
0024 
0025 //! Representation of STEP entity DimensionalCharacteristicRepresentation
0026 class StepShape_DimensionalCharacteristicRepresentation : public Standard_Transient
0027 {
0028 
0029 public:
0030   //! Empty constructor
0031   Standard_EXPORT StepShape_DimensionalCharacteristicRepresentation();
0032 
0033   //! Initialize all fields (own and inherited)
0034   Standard_EXPORT void Init(
0035     const StepShape_DimensionalCharacteristic&                 aDimension,
0036     const occ::handle<StepShape_ShapeDimensionRepresentation>& aRepresentation);
0037 
0038   //! Returns field Dimension
0039   Standard_EXPORT StepShape_DimensionalCharacteristic Dimension() const;
0040 
0041   //! Set field Dimension
0042   Standard_EXPORT void SetDimension(const StepShape_DimensionalCharacteristic& Dimension);
0043 
0044   //! Returns field Representation
0045   Standard_EXPORT occ::handle<StepShape_ShapeDimensionRepresentation> Representation() const;
0046 
0047   //! Set field Representation
0048   Standard_EXPORT void SetRepresentation(
0049     const occ::handle<StepShape_ShapeDimensionRepresentation>& Representation);
0050 
0051   DEFINE_STANDARD_RTTIEXT(StepShape_DimensionalCharacteristicRepresentation, Standard_Transient)
0052 
0053 private:
0054   StepShape_DimensionalCharacteristic                 theDimension;
0055   occ::handle<StepShape_ShapeDimensionRepresentation> theRepresentation;
0056 };
0057 
0058 #endif // _StepShape_DimensionalCharacteristicRepresentation_HeaderFile