liborigin ..
Origin::Function Struct Reference

#include <OriginObj.h>

Public Types

enum  FunctionType { Normal , Polar }

Public Member Functions

 Function (const std::string &_name=std::string(), unsigned int _index=0)

Public Attributes

double begin
double end
std::string formula
unsigned int index
std::string name
int totalPoints
FunctionType type

Member Enumeration Documentation

◆ FunctionType

Enumerator
Normal 
Polar 

Constructor & Destructor Documentation

◆ Function()

Origin::Function::Function ( const std::string & _name = std::string(),
unsigned int _index = 0 )
inlineexplicit

References begin, end, index, name, Normal, totalPoints, and type.

Member Data Documentation

◆ begin

double Origin::Function::begin

◆ end

double Origin::Function::end

◆ formula

std::string Origin::Function::formula

◆ index

unsigned int Origin::Function::index

Referenced by Function().

◆ name

std::string Origin::Function::name

◆ totalPoints

int Origin::Function::totalPoints

◆ type

FunctionType Origin::Function::type

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