Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
drwnCloneable Class Referenceabstract

interface for cloning object (i.e., virtual copy constructor) More...

Inheritance diagram for drwnCloneable:
drwnFeatureMap drwnJointFeatureMap drwnSegImagePixelFeatures drwnSegImageRegionFeatures drwnStdObjIface drwnBiasFeatureMap drwnIdentityFeatureMap drwnQuadraticFeatureMap drwnSquareFeatureMap drwnBiasJointFeatureMap drwnIdentityJointFeatureMap drwnQuadraticJointFeatureMap drwnSquareJointFeatureMap drwnSegImageCompositePixelFeatures drwnSegImageFilePixelFeatures drwnSegImageStdPixelFeatures drwnSegImageStdRegionFeatures drwnClassifier drwnColourHistogram drwnConditionalGaussian drwnCondSuffStats drwnDeformationCost drwnFactor drwnFactorGraph drwnFeatureTransform drwnGaussian drwnGaussianMixture drwnPart drwnPartsModel drwnPixelNeighbourContrasts drwnRegression drwnSuffStats drwnVarUniverse

Public Member Functions

virtual drwnCloneableclone () const =0
 returns a copy of the class usually implemented as virtual Foo* clone() { return new Foo(*this); }
 

Detailed Description

interface for cloning object (i.e., virtual copy constructor)


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