Source code for pymcxray.FileFormat.Results.Intersections

#!/usr/bin/env python
"""
.. py:currentmodule:: FileFormat.Results.Intersections
.. moduleauthor:: Hendrix Demers <hendrix.demers@mail.mcgill.ca>

MCXRay intersections results file.
"""

# Script information for the file.
__author__ = "Hendrix Demers (hendrix.demers@mail.mcgill.ca)"
__version__ = ""
__date__ = ""
__copyright__ = "Copyright (c) 2012 Hendrix Demers"
__license__ = ""

# Subversion informations for the file.
__svnRevision__ = "$Revision$"
__svnDate__ = "$Date$"
__svnId__ = "$Id$"

# Standard library modules.

# Third party modules.

# Local modules.

# Project modules

# Globals and constants variables.

[docs]class Intersections(object): def __init__(self): pass
[docs] def extractFromLines(self, lines): lineIndex = 0 return lineIndex