Page MenuHomec4science

particle__movement_8hh_source.tex
No OneTemporary

File Metadata

Created
Tue, Mar 4, 10:46

particle__movement_8hh_source.tex

\hypertarget{particle__movement_8hh_source}{}\doxysection{particle\+\_\+movement.\+hh}
\begin{DoxyCode}{0}
\DoxyCodeLine{1 \textcolor{preprocessor}{\#include <iostream>}}
\DoxyCodeLine{2 \textcolor{preprocessor}{\#include <random>}}
\DoxyCodeLine{3 }
\DoxyCodeLine{4 \textcolor{preprocessor}{\#ifndef PARTICLE\_MOVEMENT\_H}}
\DoxyCodeLine{5 \textcolor{preprocessor}{\#define PARTICLE\_MOVEMENT\_H}}
\DoxyCodeLine{6 }
\DoxyCodeLine{7 \textcolor{keyword}{namespace }simulation\{}
\DoxyCodeLine{8 }
\DoxyCodeLine{9 \textcolor{keyword}{template} <\textcolor{keyword}{typename} type>}
\DoxyCodeLine{10 \textcolor{keyword}{class }\mbox{\hyperlink{classsimulation_1_1particle__movement}{particle\_movement}}\{}
\DoxyCodeLine{11 }
\DoxyCodeLine{12 \textcolor{keyword}{public}:}
\DoxyCodeLine{13 }
\DoxyCodeLine{14 \textcolor{keyword}{virtual} type* delta\_x() \{\};}
\DoxyCodeLine{15 \textcolor{keyword}{virtual} \textcolor{keywordtype}{double} get\_rand() \{\};}
\DoxyCodeLine{16 }
\DoxyCodeLine{17 }
\DoxyCodeLine{18 \};}
\DoxyCodeLine{19 }
\DoxyCodeLine{20 }
\DoxyCodeLine{21 }
\DoxyCodeLine{22 \}}
\DoxyCodeLine{23 }
\DoxyCodeLine{24 \textcolor{preprocessor}{\#endif}}
\end{DoxyCode}

Event Timeline