ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tengDissertation/Appendix.tex
(Generate patch)

Comparing trunk/tengDissertation/Appendix.tex (file contents):
Revision 2837 by tim, Fri Jun 9 02:20:39 2006 UTC vs.
Revision 2838 by tim, Fri Jun 9 02:29:06 2006 UTC

# Line 256 | Line 256 | diagram of Visitor patten.} \label{appendixFig:visitor
256   diagram of Visitor patten.} \label{appendixFig:visitorUML}
257   \end{figure}
258  
259 < %\begin{figure}
260 < %\centering
261 < %\includegraphics[width=\linewidth]{hierarchy.eps}
262 < %\caption[Class hierarchy for ojects in {\sc OOPSE}]{ A diagram of
263 < %the class hierarchy.
264 < %\begin{itemize}
265 < %\item A {\bf StuntDouble} is {\it any} object that can be manipulated by the
266 < %integrators and minimizers.
267 < %\item An {\bf Atom} is a fundamental point-particle that can be moved around during a simulation.
268 < %\item A {\bf DirectionalAtom} is an atom which has {\it orientational} as well as translational degrees of freedom.
269 < %\item A {\bf RigidBody} is a collection of {\bf Atom}s or {\bf
270 < %DirectionalAtom}s which behaves as a single unit.
271 < %\end{itemize}
272 < %} \label{oopseFig:hierarchy}
273 < %\end{figure}
259 > \begin{figure}
260 > \centering
261 > \includegraphics[width=\linewidth]{hierarchy.eps}
262 > \caption[Class hierarchy for ojects in {\sc OOPSE}]{ A diagram of
263 > the class hierarchy. } \label{oopseFig:hierarchy}
264 > \end{figure}
265  
266   \begin{lstlisting}[float,caption={[The implementation of Visitor pattern (II)]Source code of the element classes.},label={appendixScheme:element}]
267  
# Line 374 | Line 365 | body in a DMPC molecule is DMPC\_RB\_0.
365   on the specifics of the simulation). The names of rigid bodies are
366   generated automatically. For example, the name of the first rigid
367   body in a DMPC molecule is DMPC\_RB\_0.
368 + \begin{itemize}
369 + \item A {\bf StuntDouble} is {\it any} object that can be manipulated by the
370 + integrators and minimizers.
371 + \item An {\bf Atom} is a fundamental point-particle that can be moved around during a simulation.
372 + \item A {\bf DirectionalAtom} is an atom which has {\it orientational} as well as translational degrees of freedom.
373 + \item A {\bf RigidBody} is a collection of {\bf Atom}s or {\bf
374 + DirectionalAtom}s which behaves as a single unit.
375 + \end{itemize}
376  
377   \section{\label{appendixSection:syntax}Syntax of the Select Command}
378  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines