Open CASCADE Technology 7.8.0
|
#include <math_VectorBase.hxx>
Typedefs | |
using | math_IntegerVector = math_VectorBase< int > |
This class implements the real IntegerVector abstract data type. IntegerVectors can have an arbitrary range which must be define at the declaration and cannot be changed after this declaration. Example: | |
using math_IntegerVector = math_VectorBase<int> |
This class implements the real IntegerVector abstract data type. IntegerVectors can have an arbitrary range which must be define at the declaration and cannot be changed after this declaration. Example:
IntegerVector is copied through assignment:
The Exception RangeError is raised when trying to access outside the range of an IntegerVector :
The Exception DimensionError is raised when the dimensions of two IntegerVectors are not compatible :