MeshKit
1.0
|
#include <Mesh.hpp>
Public Member Functions | |
Vertex () | |
void | setXYZCoords (const Point3D &p) |
const Point3D & | getXYZCoords () const |
Vertex * | getClone () const |
double | getSpanAngle () const |
double | getFeatureLength () const |
int | get_ideal_face_degree (int n) const |
Static Public Member Functions | |
static PNode | newObject () |
static double | length (const Vertex *v0, const Vertex *v1) |
static double | length2 (const Vertex *v0, const Vertex *v1) |
static void | mid_point (const Vertex *v0, const Vertex *v1, Point3D &p, double alpha=0.5) |
static Vertex * | mid_node (const Vertex *v0, const Vertex *v1, double alpha=0.5) |
static double | point_orient (const Point3D &p0, const Point3D &p1, const Point3D &qpoint) |
Private Attributes | |
Point3D | xyz |
Static Private Attributes | |
static size_t | global_id = 0 |
int get_ideal_face_degree | ( | int | n | ) | const [inline] |
double getFeatureLength | ( | ) | const |
double getSpanAngle | ( | ) | const [inline] |
const Point3D& getXYZCoords | ( | ) | const [inline] |
double point_orient | ( | const Point3D & | p0, |
const Point3D & | p1, | ||
const Point3D & | qpoint | ||
) | [static] |
void setXYZCoords | ( | const Point3D & | p | ) | [inline] |