moab
moab::ReadSTL::Point Struct Reference

#include <ReadSTL.hpp>

List of all members.

Public Member Functions

bool operator< (const Point &) const

Public Attributes

float coords [3]

Detailed Description

Definition at line 94 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 95 of file ReadSTL.hpp.


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