1 #ifndef conversionindexptrvector_h
2 #define conversionindexptrvector_h
This class implements a dynamic vector of ConversionIndex values.
Definition: conversionindexptrvector.h:10
void Delete(int pos)
This will delete an entry from the vector.
Definition: conversionindexptrvector.cc:37
ConversionIndex ** v
This is the vector of ConversionIndex values.
Definition: conversionindexptrvector.h:53
~ConversionIndexPtrVector()
This is the ConversionIndexPtrVector destructor.
Definition: conversionindexptrvector.cc:15
ConversionIndex *& operator[](int pos)
This will return the value of an element of the vector.
Definition: conversionindexptrvector.h:47
void resize(ConversionIndex *value)
This will add one new entry to the vector.
Definition: conversionindexptrvector.cc:22
ConversionIndexPtrVector()
This is the default ConversionIndexPtrVector constructor.
Definition: conversionindexptrvector.h:15
int Size() const
This will return the size of the vector.
Definition: conversionindexptrvector.h:41
int size
This is the size of the vector.
Definition: conversionindexptrvector.h:62
This is the class used to convert information from one LengthGroupDivision length structure to a seco...
Definition: conversionindex.h:12