![]() |
TerraLib 4.1
|
#include <TeStatDataStructures.h>
Classes | |
| class | iterator |
Public Member Functions | |
| TeSTStatInstanceSet () | |
| Constructor. | |
| virtual | ~TeSTStatInstanceSet () |
| Destructor. | |
| TeSTStatInstanceSet (const TeSTStatInstanceSet &other) | |
| Copy constructor. | |
| virtual TeSTStatInstanceSet & | operator= (const TeSTStatInstanceSet &other) |
| Assign operator. | |
| void | Copy (TeSTElementSet &stoSet, int nDbl=0, int aDbl=0) |
| int | numObjects () |
| iterator | begin () |
| iterator | end () |
Protected Attributes | |
| vector< TeSTStatInstance > | objs_ |
| TeSTStatInstanceSet::TeSTStatInstanceSet | ( | ) | [inline] |
Constructor.
| virtual TeSTStatInstanceSet::~TeSTStatInstanceSet | ( | ) | [inline, virtual] |
Destructor.
| TeSTStatInstanceSet::TeSTStatInstanceSet | ( | const TeSTStatInstanceSet & | other | ) | [inline] |
Copy constructor.
| iterator TeSTStatInstanceSet::begin | ( | void | ) | [inline] |
Reimplemented in TePointTInstanceSet.
| void TeSTStatInstanceSet::Copy | ( | TeSTElementSet & | stoSet, |
| int | nDbl = 0, |
||
| int | aDbl = 0 |
||
| ) |
| iterator TeSTStatInstanceSet::end | ( | void | ) | [inline] |
Reimplemented in TePointTInstanceSet.
| int TeSTStatInstanceSet::numObjects | ( | ) |
| TeSTStatInstanceSet & TeSTStatInstanceSet::operator= | ( | const TeSTStatInstanceSet & | other | ) | [virtual] |
Assign operator.
vector<TeSTStatInstance > TeSTStatInstanceSet::objs_ [protected] |