1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

// implement conversion into/from array2

implement getting typeName
This commit is contained in:
dpasukhi
2023-05-25 10:47:15 +01:00
committed by oan
parent 20e7e98e18
commit 6b6b04e2ce
15 changed files with 383 additions and 30 deletions

View File

@@ -15,6 +15,8 @@
#define _XCAFAnimObjects_Operation_HeaderFile
#include <NCollection_Array1.hxx>
#include <NCollection_Array2.hxx>
#include <TCollection_AsciiString.hxx>
#include <XCAFAnimObjects_OperationType.hxx>
//!
@@ -38,12 +40,18 @@ public:
//!
Standard_EXPORT virtual XCAFAnimObjects_OperationType GetType() const = 0;
//!
Standard_EXPORT virtual TCollection_AsciiString GetTypeName() const = 0;
//!
bool IsInverse() const { return myIsInverse; }
//!
void SetInverse(const bool theIsInverse) { myIsInverse = theIsInverse; }
//!
Standard_EXPORT virtual NCollection_Array2<double> GeneralPresentation() const = 0;
private:
bool myIsInverse; //!
NCollection_Array1<double> myTimeStamps; //!<