MOAB: Mesh Oriented datABase  (version 5.4.1)
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

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

Definition at line 55 of file ReadSTL.cpp.

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

Member Data Documentation

Definition at line 94 of file ReadSTL.hpp.

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

List of all members.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines