SPH
Public Member Functions | List of all members
Mesh::Face Class Reference

#include <Mesh.h>

Public Member Functions

 Face ()=default
 
 Face (const Face &other)
 
 Face (const Size a, const Size b, const Size c)
 
Faceoperator= (const Face &other)
 
Sizeoperator[] (const int i)
 
Size operator[] (const int i) const
 
bool operator== (const Face &other) const
 
bool operator!= (const Face &other) const
 

Detailed Description

Definition at line 10 of file Mesh.h.

Constructor & Destructor Documentation

◆ Face() [1/3]

Mesh::Face::Face ( )
default

◆ Face() [2/3]

Mesh::Face::Face ( const Face other)
inline

Definition at line 17 of file Mesh.h.

◆ Face() [3/3]

Mesh::Face::Face ( const Size  a,
const Size  b,
const Size  c 
)
inline

Definition at line 20 of file Mesh.h.

Member Function Documentation

◆ operator!=()

bool Mesh::Face::operator!= ( const Face other) const
inline

Definition at line 42 of file Mesh.h.

◆ operator=()

Face& Mesh::Face::operator= ( const Face other)
inline

Definition at line 23 of file Mesh.h.

◆ operator==()

bool Mesh::Face::operator== ( const Face other) const
inline

Definition at line 38 of file Mesh.h.

◆ operator[]() [1/2]

Size& Mesh::Face::operator[] ( const int  i)
inline

Definition at line 30 of file Mesh.h.

◆ operator[]() [2/2]

Size Mesh::Face::operator[] ( const int  i) const
inline

Definition at line 34 of file Mesh.h.


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