![]() |
Patate Lib
0.5
|
Inherits PatateCommon::Property< T >.
Vertex property of type T
Public Member Functions | |
VertexProperty () | |
default constructor | |
VertexProperty (Property< T > p) | |
Property< T >::Reference | operator[] (Vertex v) |
access the data stored for vertex v | |
Property< T >::ConstReference | operator[] (Vertex v) const |
access the data stored for vertex v | |
![]() | |
Property (PropertyArray< T > *p=NULL) | |
void | reset () |
operator bool () const | |
Reference | operator[] (int i) |
ConstReference | operator[] (int i) const |
const T * | data () const |
std::vector< T > & | vector () |
Additional Inherited Members | |
![]() | |
typedef PropertyArray< T > ::Reference | Reference |
typedef PropertyArray< T > ::ConstReference | ConstReference |