Main Page   Class Hierarchy   Compound List   File List   Compound Members  

FragmentFactory Class Reference

#include <FragmentFactory.h>

List of all members.

Public Methods

void buildFragment (Fragment &p_fragment, const std::string &p_input, const InputFormat &p_input_format) const


Detailed Description

This class build a fragment given a text line containing its id and properties.


Member Function Documentation

void FragmentFactory::buildFragment Fragment   p_fragment,
const std::string &    p_input,
const InputFormat   p_input_format
const
 

Build a fragment given a text line: reference_id(string) property1(double) property2(double)...

Parameters:
p_fragment  A Fragment object that is built with the given text line.
p_input  The textline to be parsed. Example: "MFCD000182329 2 1.0 -4.8 290.1".
p_input_format  This object is used to get the minimum number of column to read from the text line.


The documentation for this class was generated from the following file:
Generated on Sat Nov 4 15:59:00 2006 for GLARE by doxygen1.2.18