[MOAB-dev] r5143 - MOAB/trunk/doc

Iulian Grindeanu iulian at mcs.anl.gov
Wed Aug 31 11:11:15 CDT 2011


Thanks Jason,
These are very nice, and very helpful in understanding the core of moab. I am still reading them :)
There is also an online document explaining the hdf5 format used by moab
http://trac.mcs.anl.gov/projects/ITAPS/wiki/MOAB/h5m

can you add a few comments somewhere about the hdf5 reader/writer and the relation between SequenceData / EntitySequence and how are they retrieved / build during hdf5 reading/writing? Or is a document somewhere describing these?

I am confused about the IDMap, RangeMap, moab::RangeMap::Range (different from moab::Range :( )

Thanks,
Iulian

----- Original Message -----
> Author: kraftche
> Date: 2011-08-30 18:07:30 -0500 (Tue, 30 Aug 2011)
> New Revision: 5143
> 
> Added:
> MOAB/trunk/doc/MeshSet.dia
> Modified:
> MOAB/trunk/doc/Makefile.am
> MOAB/trunk/doc/seq.pdf
> MOAB/trunk/doc/seq.tex
> Log:
> fix out of date documentation on MeshSetSequence and document MeshSet
> class
> 
> Modified: MOAB/trunk/doc/Makefile.am
> ===================================================================
> --- MOAB/trunk/doc/Makefile.am 2011-08-30 21:44:50 UTC (rev 5142)
> +++ MOAB/trunk/doc/Makefile.am 2011-08-30 23:07:30 UTC (rev 5143)
> @@ -4,7 +4,8 @@
> seq.pdf
> 
> seq_dia = seq-uml-class.dia \
> - seq-data.dia
> + seq-data.dia \
> + MeshSet.dia
> 
> EXTRA_DIST = $(doc_DATA) \
> seq.tex $(seq_dia)
> 
> Added: MOAB/trunk/doc/MeshSet.dia
> ===================================================================
> (Binary files differ)
> 
> 
> Property changes on: MOAB/trunk/doc/MeshSet.dia
> ___________________________________________________________________
> Added: svn:mime-type
> + application/octet-stream
> 
> Modified: MOAB/trunk/doc/seq.pdf
> ===================================================================
> (Binary files differ)
> 
> Modified: MOAB/trunk/doc/seq.tex
> ===================================================================
> --- MOAB/trunk/doc/seq.tex 2011-08-30 21:44:50 UTC (rev 5142)
> +++ MOAB/trunk/doc/seq.tex 2011-08-30 23:07:30 UTC (rev 5143)
> @@ -5,7 +5,7 @@
> 
> \title{MOAB Entity Storage}
> \author{Jason Kraftcheck}
> -\date{November 12, 2007}
> +\date{August, 2011}
> 
> \begin{document}
> \section{\texttt{EntitySequence} \& \texttt{SequenceData}}
> @@ -46,7 +46,7 @@
> \end{center}
> \end{figure*}
> 
> -The \texttt{TypeSequenceManager} class maintains an organized set of
> \texttt{EntitySequence} instances and corresponding
> \texttt{SequenceData} instances. It is used to manage all such
> instances for entities of a single \texttt{MBEntityType}.
> \texttt{TypeSequenceManager} enforces the following four rules on its
> contained data:
> +The \texttt{TypeSequenceManager} class maintains an organized set of
> \texttt{EntitySequence} instances and corresponding
> \texttt{SequenceData} instances. It is used to manage all such
> instances for entities of a single \texttt{EntityType}.
> \texttt{TypeSequenceManager} enforces the following four rules on its
> contained data:
> \begin{enumerate}
> \item No two \texttt{SequenceData} instances may overlap.
> \item No two \texttt{EntitySequence} instances may overlap.


More information about the moab-dev mailing list