Paramotopy
parallel parameter homotopy through bertini
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
point Class Reference

Class containing parameter values, index, and collected data. More...

#include <point.hpp>

Collaboration diagram for point:
[legend]

Public Member Functions

 point ()
 
bool operator< (const point &p2) const
 

Public Attributes

long long index
 
std::vector< std::pair< double,
double > > 
parameter_values
 
std::map< std::string,
std::string > 
collected_data
 

Detailed Description

Class containing parameter values, index, and collected data.

Class for holding a parameter point.

Definition at line 32 of file point.hpp.

Constructor & Destructor Documentation

point::point ( )
inline

default constructor

Definition at line 38 of file point.hpp.

Member Function Documentation

bool point::operator< ( const point p2) const
inline

define the comparison for sorting order.

Definition at line 54 of file point.hpp.

References index.

Member Data Documentation

std::map< std::string, std::string > point::collected_data

map, indexed by filename (e.g. nonsingular_solutions), containing the collected data in string form.

Definition at line 48 of file point.hpp.

Referenced by datagatherer::GatherFinalizedDataToMemory(), and datagatherer::ReadSuccessfulResolves().

long long point::index
std::vector< std::pair<double,double> > point::parameter_values

actual parameter coordinates

Definition at line 46 of file point.hpp.

Referenced by failinfo::find_failed_paths().


The documentation for this class was generated from the following file: