mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-22 03:16:39 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
17
src/IntTools/IntTools_CArray1.lxx
Executable file
17
src/IntTools/IntTools_CArray1.lxx
Executable file
@@ -0,0 +1,17 @@
|
||||
// File: IntTools_CArray1.lxx
|
||||
// Created: Fri May 26 11:10:00 2000
|
||||
// Author: Peter KURNEV
|
||||
// <pkv@irinox>
|
||||
|
||||
|
||||
#include <Standard_OutOfRange.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : Length
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
inline Standard_Integer IntTools_CArray1::Length() const
|
||||
{
|
||||
return myLength;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user