Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef GEOM_AISTrihedron_HeaderFile
00029 #define GEOM_AISTrihedron_HeaderFile
00030
00031 #include <SALOME_InteractiveObject.hxx>
00032
00033 #include <AIS_Trihedron.hxx>
00034 #include <Standard_DefineHandle.hxx>
00035 #include <TCollection_AsciiString.hxx>
00036
00037 class Handle(Geom_Axis2Placement);
00038
00039 DEFINE_STANDARD_HANDLE(GEOM_AISTrihedron, AIS_Trihedron)
00040
00041
00042
00043
00044
00045
00046 class GEOM_AISTrihedron : public AIS_Trihedron
00047 {
00048 public:
00049
00050 Standard_EXPORT GEOM_AISTrihedron( const Handle(Geom_Axis2Placement)& );
00051
00052 Standard_EXPORT Handle(SALOME_InteractiveObject) getIO();
00053 Standard_EXPORT void setIO( const Handle(SALOME_InteractiveObject)& );
00054 Standard_EXPORT Standard_Boolean hasIO();
00055 Standard_EXPORT Standard_CString getName();
00056 Standard_EXPORT void setName( Standard_CString aName );
00057
00058 private:
00059
00060 TCollection_AsciiString myName;
00061 Handle(SALOME_InteractiveObject) myObject;
00062
00063 public:
00064 DEFINE_STANDARD_RTTI(GEOM_AISTrihedron)
00065 };
00066
00067 #endif
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081