Point object that represents a single point. More...
#include <datatypedef.h>
Public Member Functions | |
pnt () | |
Constructor that initializes values to defaults. More... | |
~pnt () | |
Destructor. More... | |
pnt (const pnt &p) | |
Deep copy constructor. More... | |
pnt & | operator= (const pnt &p) |
Equals operator, deep copy. More... | |
Public Attributes | |
long double * | vals |
int | size |
Point object that represents a single point.
Definition at line 68 of file datatypedef.h.
|
inline |
|
inline |
Deep copy constructor.
Definition at line 91 of file datatypedef.h.
Equals operator, deep copy.
Definition at line 107 of file datatypedef.h.
int size |
Definition at line 70 of file datatypedef.h.
Referenced by cross_product(), dot_product(), operator=(), pnt(), pnt_in_tri(), printPointValues(), points::set_point_val(), side_check(), and ~pnt().
long double* vals |
Definition at line 69 of file datatypedef.h.
Referenced by Interpolate::bilinear(), calcAverageValue(), points::clear_dep_vars(), cross_product(), dot_product(), connect_points::get_closest(), indexed_points::get_closest(), points::largest_val(), maxPoint(), minPoint(), operator=(), pnt(), printPointValues(), points::set_point_val(), side_check(), points::smallest_val(), Interpolate::sortPoints(), TecplotOrderedWriter::writePoints(), and ~pnt().