Develop Biology
The language of life
bio::physical::PerspectiveUtilities Struct Reference

#include <Perspective.h>

Static Public Member Functions

static WaveClone (const Wave *toClone)
 
static void Delete (Wave *toDelete)
 

Detailed Description

Wave is incomplete here due to circular inheritance. To provide the complete type, we provide this Utilities class which is defined in a non-templated compilation unit.

Definition at line 49 of file Perspective.h.

Member Function Documentation

◆ Clone()

Wave * bio::physical::PerspectiveUtilities::Clone ( const Wave toClone)
static

◆ Delete()

void bio::physical::PerspectiveUtilities::Delete ( Wave toDelete)
static

Definition at line 33 of file Perspective.cpp.

34{
35 delete toDelete;
36 toDelete = NULL;
37}

Referenced by bio::physical::Perspective< DIMENSION >::~Perspective(), and bio::physical::Perspective< DIMENSION >::DisassociateType().


The documentation for this struct was generated from the following files: