NeoPZ
Public Member Functions | List of all members
TPZRandom< TVar > Class Template Referenceabstract

#include <TPZRandom.h>

Inheritance diagram for TPZRandom< TVar >:
[legend]

Public Member Functions

 TPZRandom ()
 
 TPZRandom (const TPZRandom< TVar > &orig)
 
virtual TPZRandom< TVar > * clone ()=0
 
virtual TVar next ()=0
 
virtual TVar pdf (TVar x)=0
 
virtual ~TPZRandom ()
 

Detailed Description

template<typename TVar>
class TPZRandom< TVar >

Definition at line 14 of file TPZRandom.h.

Constructor & Destructor Documentation

◆ TPZRandom() [1/2]

template<typename TVar>
TPZRandom< TVar >::TPZRandom ( )
inline

Definition at line 16 of file TPZRandom.h.

◆ TPZRandom() [2/2]

template<typename TVar>
TPZRandom< TVar >::TPZRandom ( const TPZRandom< TVar > &  orig)
inline

◆ ~TPZRandom()

template<typename TVar>
virtual TPZRandom< TVar >::~TPZRandom ( )
inlinevirtual

Definition at line 27 of file TPZRandom.h.

Member Function Documentation

◆ clone()

template<typename TVar>
virtual TPZRandom<TVar>* TPZRandom< TVar >::clone ( )
pure virtual

◆ next()

template<typename TVar>
virtual TVar TPZRandom< TVar >::next ( )
pure virtual

◆ pdf()

template<typename TVar>
virtual TVar TPZRandom< TVar >::pdf ( TVar  x)
pure virtual

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