Developer Documentation
SplatCloud::CloudPropertyInterface Class Referenceabstract

#include <Type-SplatCloud/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.hh>

Inheritance diagram for SplatCloud::CloudPropertyInterface:
SplatCloud::CloudPropertyT< T >

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 CloudPropertyInterfaceclone () 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().
 

Detailed Description

Interface for all cloud-properties

Definition at line 228 of file SplatCloud.hh.


The documentation for this class was generated from the following file: