OpenMEEG
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OpenMEEG::BoundingBox Class Reference

An Oriented Mesh is a mesh associated with a boolean stating if it is well oriented. More...

#include <boundingbox.h>

Public Member Functions

 BoundingBox ()
 
void add (const Vertex &V)
 
void add (const Vertex *Vp)
 
Vertex random_point () const
 
Vertex min () const
 
Vertex max () const
 
Vertex center () const
 

Detailed Description

An Oriented Mesh is a mesh associated with a boolean stating if it is well oriented.

Definition at line 18 of file boundingbox.h.

Constructor & Destructor Documentation

◆ BoundingBox()

OpenMEEG::BoundingBox::BoundingBox ( )
inline

Definition at line 21 of file boundingbox.h.

Member Function Documentation

◆ add() [1/2]

void OpenMEEG::BoundingBox::add ( const Vertex V)
inline

Definition at line 23 of file boundingbox.h.

◆ add() [2/2]

void OpenMEEG::BoundingBox::add ( const Vertex Vp)
inline

Definition at line 32 of file boundingbox.h.

◆ random_point()

Vertex OpenMEEG::BoundingBox::random_point ( ) const
inline

Definition at line 34 of file boundingbox.h.

◆ min()

Vertex OpenMEEG::BoundingBox::min ( ) const
inline

Definition at line 43 of file boundingbox.h.

◆ max()

Vertex OpenMEEG::BoundingBox::max ( ) const
inline

Definition at line 44 of file boundingbox.h.

◆ center()

Vertex OpenMEEG::BoundingBox::center ( ) const
inline

Definition at line 46 of file boundingbox.h.


The documentation for this class was generated from the following file: