Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::ReadSTL::Point Struct Reference

#include <ReadSTL.hpp>

Public Member Functions

bool operator< (const Point &) const
 

Public Attributes

float coords [3]
 

Detailed Description

Definition at line 92 of file ReadSTL.hpp.

Member Function Documentation

◆ operator<()

bool moab::ReadSTL::Point::operator< ( const Point other) const

Definition at line 55 of file ReadSTL.cpp.

56 {
57  return 0 > memcmp( this, &other, sizeof( ReadSTL::Point ) );
58 }

Member Data Documentation

◆ coords

float moab::ReadSTL::Point::coords[3]

Definition at line 94 of file ReadSTL.hpp.

Referenced by moab::ReadSTL::ascii_read_triangles().


The documentation for this struct was generated from the following files: