47 IDVarSize(
const int &,
const int &,
const int &defaultValue= 0);
49 int &operator[](
const int &i);
50 const int &operator[](
const int &i)
const 51 {
return this->at(i); }
Vector of integers.
Definition: ID.h:95
IDVarSize(const int &, const int &, const int &defaultValue=0)
Constructor used to allocate a IDVarSize of size size and reserve nReserve positions.
Definition: IDVarSize.cc:63
Vector of integers to store constrained node tags.
Definition: IDVarSize.h:42
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35