TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
Point3D Class Reference

#include <FT_Field.h>

Public Member Functions

 Point3D (const Point3D &pt)
 Point3D ()
 Point3D (double xVal, double yVal, double zVal)
double norme ()
void operator= (const Point3D &pt)
Point3D operator- (const Point3D &other) const
Point3D operator+ (const Point3D &other) const
Point3D operator/ (const double &other) const
double get_x () const
double get_y () const
double get_z () const
void print () const
bool operator== (const Point3D &rhs) const
bool operator< (const Point3D &rhs) const

Public Attributes

double x
double y
double z

Static Public Attributes

static double tol = 1.e-10

Detailed Description

Definition at line 76 of file FT_Field.h.

Constructor & Destructor Documentation

◆ Point3D() [1/3]

Point3D::Point3D ( const Point3D & pt)
inline

Definition at line 81 of file FT_Field.h.

◆ Point3D() [2/3]

Point3D::Point3D ( )
inline

Definition at line 83 of file FT_Field.h.

◆ Point3D() [3/3]

Point3D::Point3D ( double xVal,
double yVal,
double zVal )
inline

Definition at line 84 of file FT_Field.h.

Member Function Documentation

◆ get_x()

double Point3D::get_x ( ) const
inline

Definition at line 109 of file FT_Field.h.

◆ get_y()

double Point3D::get_y ( ) const
inline

Definition at line 113 of file FT_Field.h.

◆ get_z()

double Point3D::get_z ( ) const
inline

Definition at line 117 of file FT_Field.h.

◆ norme()

double Point3D::norme ( )
inline

Definition at line 86 of file FT_Field.h.

◆ operator+()

Point3D Point3D::operator+ ( const Point3D & other) const
inline

Definition at line 101 of file FT_Field.h.

◆ operator-()

Point3D Point3D::operator- ( const Point3D & other) const
inline

Definition at line 97 of file FT_Field.h.

◆ operator/()

Point3D Point3D::operator/ ( const double & other) const
inline

Definition at line 105 of file FT_Field.h.

◆ operator<()

bool Point3D::operator< ( const Point3D & rhs) const
inline

Definition at line 130 of file FT_Field.h.

◆ operator=()

void Point3D::operator= ( const Point3D & pt)
inline

Definition at line 90 of file FT_Field.h.

◆ operator==()

bool Point3D::operator== ( const Point3D & rhs) const
inline

Definition at line 126 of file FT_Field.h.

◆ print()

void Point3D::print ( ) const
inline

Definition at line 121 of file FT_Field.h.

Member Data Documentation

◆ tol

double Point3D::tol = 1.e-10
static

Definition at line 79 of file FT_Field.h.

◆ x

double Point3D::x

Definition at line 80 of file FT_Field.h.

◆ y

double Point3D::y

Definition at line 80 of file FT_Field.h.

◆ z

double Point3D::z

Definition at line 80 of file FT_Field.h.


The documentation for this class was generated from the following files:
  • /home/docs/checkouts/readthedocs.org/user_builds/triocfd-documentation/checkouts/next/src/Multiphase/Front_tracking_discontinu/IJK/Kernel/FT_Field.h
  • /home/docs/checkouts/readthedocs.org/user_builds/triocfd-documentation/checkouts/next/src/Multiphase/Front_tracking_discontinu/IJK/Kernel/FT_Field.cpp