|
Developer Documentation
|
#include <ObjectTypes/SplatCloud/SplatCloud/SplatCloud.hh>
Public Member Functions | |
| virtual size_t | sizeOf () const =0 |
| Get the size of type. | |
| virtual const std::type_info & | typeId () const =0 |
| Get the runtime type information. | |
Private Member Functions | |
| virtual | ~CloudPropertyInterface () |
| Destructor. | |
| virtual CloudPropertyInterface * | clone () const =0 |
| Return a deep copy of this. | |
| void | operator= (const CloudPropertyInterface &) |
| Disallow the assign operator. (private and not implemented) | |
Friends | |
| class | SplatCloud |
| Let class SplatCloud access methods like clone(). | |
Interface for all cloud-properties
Definition at line 234 of file SplatCloud.hh.