// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _IGESDefs_TabularData_HeaderFile #define _IGESDefs_TabularData_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESDefs_TabularData_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray1OfInteger_HeaderFile #include #endif #ifndef _Handle_IGESBasic_HArray1OfHArray1OfReal_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray1OfReal_HeaderFile #include #endif class TColStd_HArray1OfInteger; class IGESBasic_HArray1OfHArray1OfReal; class Standard_DimensionMismatch; class Standard_OutOfRange; class TColStd_HArray1OfReal; //! Defines IGES Tabular Data, Type <406> Form <11>,
//! in package IGESDefs
//! This Class is used to provide a Structure to accomodate
//! point form data.
class IGESDefs_TabularData : public IGESData_IGESEntity { public: Standard_EXPORT IGESDefs_TabularData(); //! This method is used to set the fields of the class
//! TabularData
//! - nbProps : Number of property values
//! - propType : Property Type
//! - typesInd : Type of independent variables
//! - nbValuesInd : Number of values of independent variables
//! - valuesInd : Values of independent variables
//! - valuesDep : Values of dependent variables
//! raises exception if lengths of typeInd and nbValuesInd are not same
Standard_EXPORT void Init(const Standard_Integer nbProps,const Standard_Integer propType,const Handle(TColStd_HArray1OfInteger)& typesInd,const Handle(TColStd_HArray1OfInteger)& nbValuesInd,const Handle(IGESBasic_HArray1OfHArray1OfReal)& valuesInd,const Handle(IGESBasic_HArray1OfHArray1OfReal)& valuesDep) ; //! returns the number of property values (recorded)
Standard_EXPORT Standard_Integer NbPropertyValues() const; //! determines the number of property values required
Standard_EXPORT Standard_Integer ComputedNbPropertyValues() const; //! checks, and correct as necessary, the number of property
//! values. Returns True if corrected, False if already OK
Standard_EXPORT Standard_Boolean OwnCorrect() ; //! returns the property type
Standard_EXPORT Standard_Integer PropertyType() const; //! returns the number of dependent variables
Standard_EXPORT Standard_Integer NbDependents() const; //! returns the number of independent variables
Standard_EXPORT Standard_Integer NbIndependents() const; //! returns the type of the num'th independent variable
//! raises exception if num <= 0 or num > NbIndependents()
Standard_EXPORT Standard_Integer TypeOfIndependents(const Standard_Integer num) const; //! returns the number of different values of the num'th indep. variable
//! raises exception if num <= 0 or num > NbIndependents()
Standard_EXPORT Standard_Integer NbValues(const Standard_Integer num) const; Standard_EXPORT Standard_Real IndependentValue(const Standard_Integer variablenum,const Standard_Integer valuenum) const; Standard_EXPORT Handle_TColStd_HArray1OfReal DependentValues(const Standard_Integer num) const; Standard_EXPORT Standard_Real DependentValue(const Standard_Integer variablenum,const Standard_Integer valuenum) const; DEFINE_STANDARD_RTTI(IGESDefs_TabularData) protected: private: Standard_Integer theNbPropertyValues; Standard_Integer thePropertyType; Handle_TColStd_HArray1OfInteger theTypeOfIndependentVariables; Handle_TColStd_HArray1OfInteger theNbValues; Handle_IGESBasic_HArray1OfHArray1OfReal theIndependentValues; Handle_IGESBasic_HArray1OfHArray1OfReal theDependentValues; }; // other Inline functions and methods (like "C++: function call" methods) #endif