Package rdkit :: Package Chem :: Package FeatMaps :: Module FeatMapParser :: Class FeatMapParser
[hide private]
[frames] | no frames]

type FeatMapParser

source code

object --+
         |
        FeatMapParser

Instance Methods [hide private]
 
__init__(self, file=None, data=None) source code
 
SetData(self, data) source code
 
_NextLine(self) source code
 
Parse(self, featMap=None) source code
 
ParseParamBlock(self) source code
 
_parsePoint(self, txt) source code
 
ParseFeatPointBlock(self) source code
Class Variables [hide private]
  data = None
Method Details [hide private]

__init__(self, file=None, data=None)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)