#include <ObjectTypes/SplatCloud/SplatCloud/SplatCloud.hh>
|
|
typedef T | Value |
| | Value type.
|
| |
|
typedef std::vector< T >::reference | Reference |
| | These are references to T, not to SplatPropertyT<T>.
|
| |
typedef std::vector< T >
::const_reference | ConstReference |
| | These are used because a std::vector<bool>::reference is not the same as a reference to bool.
|
| |
|
|
virtual | ~SplatPropertyT () |
| | Destructor.
|
| |
|
virtual SplatPropertyT< T > * | clone () const |
| | Return a deep copy of this.
|
| |
|
virtual void | clear () |
| | Clear the data vector.
|
| |
|
virtual void | pushback () |
| | Add one element at the end of the data vector.
|
| |
|
virtual void | resize (unsigned int _num) |
| | Resize the data vector.
|
| |
|
virtual void | crop (const std::vector< int > &_indices) |
| | Keep only the elements with given indices in the data vector. The indices have to be valid, sorted and unique.
|
| |
|
void | operator= (const SplatPropertyT< T > &) |
| | Disallow the assign operator. (private and not implemented)
|
| |
|
|
std::vector< T > | data_ |
| | The actual stored data (one element per splat)
|
| |
template<typename T>
class SplatCloud::SplatPropertyT< T >
Type specific class for splat-properties
Definition at line 299 of file SplatCloud.hh.
The documentation for this class was generated from the following files: