#include <Point.hpp>
|
Eigen::Matrix< double, 3, 1 > | coord |
|
|
template<class Archive > |
void | serialize (Archive &, const unsigned int) |
|
◆ Point() [1/5]
GranOO3::Geom::Point::Point |
( |
| ) |
|
|
explicit |
◆ Point() [2/5]
GranOO3::Geom::Point::Point |
( |
const Point & |
| ) |
|
◆ Point() [3/5]
GranOO3::Geom::Point::Point |
( |
const Point & |
p, |
|
|
const Frame & |
from, |
|
|
const Frame & |
to |
|
) |
| |
◆ Point() [4/5]
GranOO3::Geom::Point::Point |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
explicit |
◆ Point() [5/5]
GranOO3::Geom::Point::Point |
( |
const double * |
| ) |
|
|
explicit |
◆ ~Point()
GranOO3::Geom::Point::~Point |
( |
| ) |
|
◆ add_glob()
void GranOO3::Geom::Point::add_glob |
( |
const std::string & |
id | ) |
|
◆ class_ID()
static std::string GranOO3::Geom::Point::class_ID |
( |
| ) |
|
|
inlinestatic |
◆ distance_with()
double GranOO3::Geom::Point::distance_with |
( |
const Point & |
| ) |
const |
◆ get_x()
double GranOO3::Geom::Point::get_x |
( |
| ) |
const |
◆ get_y()
double GranOO3::Geom::Point::get_y |
( |
| ) |
const |
◆ get_z()
double GranOO3::Geom::Point::get_z |
( |
| ) |
const |
◆ glob()
Point & GranOO3::Geom::Point::glob |
( |
const std::string & |
id | ) |
|
|
static |
◆ info()
std::string GranOO3::Geom::Point::info |
( |
| ) |
const |
◆ is_nan()
bool GranOO3::Geom::Point::is_nan |
( |
| ) |
const |
◆ mid_point()
static Point GranOO3::Geom::Point::mid_point |
( |
const Point & |
p1, |
|
|
const Point & |
p2 |
|
) |
| |
|
static |
◆ new_object()
Point * GranOO3::Geom::Point::new_object |
( |
const TiXmlElement * |
el | ) |
|
|
static |
◆ operator()() [1/2]
double& GranOO3::Geom::Point::operator() |
( |
unsigned int |
i | ) |
|
◆ operator()() [2/2]
const double& GranOO3::Geom::Point::operator() |
( |
unsigned int |
i | ) |
const |
◆ operator=()
Point& GranOO3::Geom::Point::operator= |
( |
const Point & |
| ) |
|
◆ rotate()
void GranOO3::Geom::Point::rotate |
( |
const Quaternion & |
q | ) |
|
◆ serialize()
template<class Archive >
void GranOO3::Geom::Point::serialize |
( |
Archive & |
, |
|
|
const unsigned int |
|
|
) |
| |
|
private |
◆ set_x()
void GranOO3::Geom::Point::set_x |
( |
const double & |
| ) |
|
◆ set_y()
void GranOO3::Geom::Point::set_y |
( |
const double & |
| ) |
|
◆ set_z()
void GranOO3::Geom::Point::set_z |
( |
const double & |
| ) |
|
◆ to_vector() [1/2]
Vector& GranOO3::Geom::Point::to_vector |
( |
| ) |
|
◆ to_vector() [2/2]
const Vector& GranOO3::Geom::Point::to_vector |
( |
| ) |
const |
◆ translate()
void GranOO3::Geom::Point::translate |
( |
const Vector & |
v | ) |
|
◆ val() [1/2]
template<typename Axis >
double& GranOO3::Geom::Point::val |
( |
| ) |
|
◆ val() [2/2]
template<typename Axis >
const double& GranOO3::Geom::Point::val |
( |
| ) |
const |
◆ x() [1/2]
double& GranOO3::Geom::Point::x |
( |
| ) |
|
◆ x() [2/2]
const double& GranOO3::Geom::Point::x |
( |
| ) |
const |
◆ y() [1/2]
double& GranOO3::Geom::Point::y |
( |
| ) |
|
◆ y() [2/2]
const double& GranOO3::Geom::Point::y |
( |
| ) |
const |
◆ z() [1/2]
double& GranOO3::Geom::Point::z |
( |
| ) |
|
◆ z() [2/2]
const double& GranOO3::Geom::Point::z |
( |
| ) |
const |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ operator!=
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const Point & |
|
|
) |
| |
|
friend |
◆ operator==
◆ Vector
◆ coord
Eigen::Matrix<double, 3, 1> GranOO3::Geom::Point::coord |
◆ global
const int GranOO3::Geom::Point::N = 3 |
|
static |
◆ null
The documentation for this class was generated from the following files:
- /home/granoo/granoo/Lib/GranOO3/Geom/Point.hpp
- /home/granoo/granoo/Lib/GranOO3/Geom/Point.cpp