Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Member Functions | List of all members
Core::Singleton< T > Class Template Reference

NOTE: This singleton model requires that the project is linked statically. More...

#include <Singleton.h>

Inheritance diagram for Core::Singleton< T >:

Public Member Functions

T * instance ()
 Get the singleton pointer to the application.
 

Detailed Description

template<class T>
class Core::Singleton< T >

NOTE: This singleton model requires that the project is linked statically.

Class for defining a singleton implementation A singleton class embeds this class to handle the creation of the singleton class.


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