| |||||||||||||||||||||||||||||||
tlp::ValArray< TYPE > Class Template Reference Internal class to access to a stl::vector in VectorGraph. More...
Inheritance diagram for tlp::ValArray< TYPE >:
Collaboration diagram for tlp::ValArray< TYPE >:
Public Attributes
Protected Member Functions
Friends
Detailed Descriptiontemplate<typename TYPE>
|
tlp::ValArray< TYPE >::ValArray | ( | const unsigned int | size = 0 , |
const unsigned int | capacity = 0 |
||
) | [inline, protected] |
virtual tlp::ValArray< TYPE >::~ValArray | ( | ) | [inline, protected, virtual] |
void tlp::ValArray< TYPE >::addElement | ( | const unsigned int | id | ) | [inline, protected, virtual] |
Implements tlp::ValArrayInterface.
void tlp::ValArray< TYPE >::reserve | ( | const size_t | size | ) | [inline, protected, virtual] |
Implements tlp::ValArrayInterface.
friend class VectorGraph [friend] |
Reimplemented from tlp::ValArrayInterface.
std::vector<TYPE> tlp::ValArray< TYPE >::_data |
TODO
Tulip Software by LaBRI Visualization Team 2001 - 2012 |