SOLIDstate
A C++ library for solid state physics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Private Member Functions | List of all members
solid::IGeometry< T > Class Template Referenceabstract

Interface for Geometry class. More...

#include <Geometry.hpp>

Inheritance diagram for solid::IGeometry< T >:
Inheritance graph
[legend]

Private Member Functions

virtual void Create (int L, std::string key, T value)=0
 

Detailed Description

template<typename T>
class solid::IGeometry< T >

Interface for Geometry class.

Template Parameters
Tdata type: double, std::complex<double> are supported

Member Function Documentation

template<typename T >
virtual void solid::IGeometry< T >::Create ( int  L,
std::string  key,
value 
)
privatepure virtual

Implemented in solid::Chain< T >, and solid::Ring< T >.


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