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

#include <FT_Field.h>

Public Member Functions

 Point2D ()
 Point2D (double xVal, double yVal)
 Point2D (const Point2D &pt)
void operator= (const Point2D &pt)
double get_x () const
double get_y () const
void print () const
bool operator== (const Point2D &rhs)

Public Attributes

double x
double y

Static Public Attributes

static double tol = 1.e-10

Detailed Description

Definition at line 38 of file FT_Field.h.

Constructor & Destructor Documentation

◆ Point2D() [1/3]

Point2D::Point2D ( )
inline

Definition at line 43 of file FT_Field.h.

◆ Point2D() [2/3]

Point2D::Point2D ( double xVal,
double yVal )
inline

Definition at line 44 of file FT_Field.h.

◆ Point2D() [3/3]

Point2D::Point2D ( const Point2D & pt)
inline

Definition at line 45 of file FT_Field.h.

Member Function Documentation

◆ get_x()

double Point2D::get_x ( ) const
inline

Definition at line 52 of file FT_Field.h.

◆ get_y()

double Point2D::get_y ( ) const
inline

Definition at line 56 of file FT_Field.h.

◆ operator=()

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

Definition at line 47 of file FT_Field.h.

◆ operator==()

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

Definition at line 69 of file FT_Field.h.

◆ print()

void Point2D::print ( ) const
inline

Definition at line 65 of file FT_Field.h.

Member Data Documentation

◆ tol

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

Definition at line 42 of file FT_Field.h.

◆ x

double Point2D::x

Definition at line 41 of file FT_Field.h.

◆ y

double Point2D::y

Definition at line 41 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