Warning, file /include/opencascade/TDataStd_Tick.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _TDataStd_Tick_HeaderFile
0017 #define _TDataStd_Tick_HeaderFile
0018
0019 #include <TDataStd_GenericEmpty.hxx>
0020 #include <Standard_OStream.hxx>
0021 class Standard_GUID;
0022 class TDF_Label;
0023
0024
0025 class TDataStd_Tick;
0026 DEFINE_STANDARD_HANDLE(TDataStd_Tick, TDataStd_GenericEmpty)
0027
0028
0029
0030
0031 class TDataStd_Tick : public TDataStd_GenericEmpty
0032 {
0033
0034 public:
0035
0036
0037
0038
0039 Standard_EXPORT static const Standard_GUID& GetID();
0040
0041
0042
0043
0044 Standard_EXPORT static Handle(TDataStd_Tick) Set (const TDF_Label& label);
0045
0046 Standard_EXPORT TDataStd_Tick();
0047
0048 Standard_EXPORT const Standard_GUID& ID() const Standard_OVERRIDE;
0049
0050 Standard_EXPORT virtual Standard_OStream& Dump (Standard_OStream& anOS) const Standard_OVERRIDE;
0051
0052
0053 DEFINE_DERIVED_ATTRIBUTE(TDataStd_Tick, TDataStd_GenericEmpty)
0054
0055 };
0056
0057
0058
0059
0060
0061
0062
0063 #endif