MDStressLab++
Loading...
Searching...
No Matches
Constant.h
Go to the documentation of this file.
1
/*
2
* Constant.h
3
*
4
* Created on: Jan 9, 2020
5
* Author: Nikhil
6
*/
7
8
#ifndef CONSTANT_H_
9
#define CONSTANT_H_
10
11
#include "
typedef.h
"
12
13
class
Constant
{
14
public
:
15
Constant
();
16
virtual
~Constant
();
17
double
operator()
(
const
double
& t)
const
;
18
double
integrate
(
const
Vector3d
& vec1_pull_seg,
const
Vector3d
& vec2_pull_seg)
const
;
19
};
20
21
#endif
/* CONSTANT_H_ */
Constant
Definition
Constant.h:13
Constant::~Constant
virtual ~Constant()
Definition
Constant.cpp:13
Constant::Constant
Constant()
Definition
Constant.cpp:11
Constant::integrate
double integrate(const Vector3d &vec1_pull_seg, const Vector3d &vec2_pull_seg) const
Definition
Constant.cpp:32
Constant::operator()
double operator()(const double &t) const
Definition
Constant.cpp:15
typedef.h
Vector3d
Eigen::Matrix< double, 1, DIM, Eigen::RowMajor > Vector3d
Definition
typedef.h:60
include
MDStressLab++
Constant.h
Generated by
1.9.8