// 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 _PColgp_FieldOfHArray1OfXYZ_HeaderFile #define _PColgp_FieldOfHArray1OfXYZ_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _DBC_BaseArray_HeaderFile #include #endif #ifndef _Handle_PColgp_VArrayNodeOfFieldOfHArray1OfXYZ_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif class Standard_NegativeValue; class Standard_OutOfRange; class Standard_DimensionMismatch; class Standard_NullObject; class gp_XYZ; class PColgp_VArrayNodeOfFieldOfHArray1OfXYZ; class PColgp_VArrayTNodeOfFieldOfHArray1OfXYZ; Standard_EXPORT const Handle(Standard_Type)& STANDARD_TYPE(PColgp_FieldOfHArray1OfXYZ); class PColgp_FieldOfHArray1OfXYZ : public DBC_BaseArray { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT PColgp_FieldOfHArray1OfXYZ(); Standard_EXPORT PColgp_FieldOfHArray1OfXYZ(const Standard_Integer Size); Standard_EXPORT PColgp_FieldOfHArray1OfXYZ(const PColgp_FieldOfHArray1OfXYZ& Varray); Standard_EXPORT void Resize(const Standard_Integer Size) ; Standard_EXPORT void Assign(const PColgp_FieldOfHArray1OfXYZ& Other) ; void operator =(const PColgp_FieldOfHArray1OfXYZ& Other) { Assign(Other); } Standard_EXPORT void SetValue(const Standard_Integer Index,const gp_XYZ& Value) ; Standard_EXPORT gp_XYZ& Value(const Standard_Integer Index) const; gp_XYZ& operator ()(const Standard_Integer Index) const { return Value(Index); } Standard_EXPORT void Destroy() ; ~PColgp_FieldOfHArray1OfXYZ() { Destroy(); } protected: private: #ifdef CSFDB // DBC_VArray : field // #endif }; // other Inline functions and methods (like "C++: function call" methods) #endif